@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap);.hero-container[data-v-01b310ea]{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;position:relative}.content[data-v-01b310ea]{display:flex;flex-direction:column;align-items:center;gap:2rem;flex:1;justify-content:center;max-width:600px;width:100%}.profile-image[data-v-01b310ea]{width:140px;height:140px;border-radius:50%;overflow:hidden;border:2px solid hsla(0,0%,100%,.9019607843137255);transition:transform .3s ease,border-color .3s ease}.profile-image[data-v-01b310ea]:hover{transform:scale(1.05);border-color:hsla(0,0%,100%,.3)}.profile-image img[data-v-01b310ea]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.name[data-v-01b310ea]{font-size:2.5rem;font-weight:400;color:hsla(0,0%,100%,.9);margin:0;letter-spacing:-.02em}.social-links[data-v-01b310ea]{display:flex;gap:1.5rem;align-items:center}.social-icon[data-v-01b310ea]{display:flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease;opacity:.7}.social-icon[data-v-01b310ea]:hover{transform:translateY(-2px);opacity:1}.blog-section[data-v-01b310ea]{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.blog-header[data-v-01b310ea]{font-size:.85rem;font-weight:400;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.1em;margin:0}.blog-links[data-v-01b310ea]{display:flex;align-items:center;gap:1rem;font-size:.95rem;color:hsla(0,0%,100%,.6)}.blog-link[data-v-01b310ea]{color:hsla(0,0%,100%,.7);transition:color .2s ease;font-weight:400}.blog-link[data-v-01b310ea]:hover{color:#fff}.separator[data-v-01b310ea]{color:hsla(0,0%,100%,.3)}.quote[data-v-01b310ea]{position:absolute;bottom:3rem;text-align:center;color:hsla(0,0%,100%,.5);font-size:.9rem;font-weight:300;max-width:600px;padding:0 2rem}.quote p[data-v-01b310ea]{margin:0 0 .5rem 0;font-style:italic;line-height:1.5}.quote-author[data-v-01b310ea]{font-size:.85rem;color:hsla(0,0%,100%,.4)}@media (max-width:768px){.name[data-v-01b310ea]{font-size:2rem}.profile-image[data-v-01b310ea]{width:120px;height:120px}.social-links[data-v-01b310ea]{gap:1.2rem}.blog-links[data-v-01b310ea]{flex-direction:column;gap:.5rem;text-align:center}.separator[data-v-01b310ea]{display:none}.quote[data-v-01b310ea]{bottom:2rem;font-size:.85rem}}@media (max-width:480px){.name[data-v-01b310ea]{font-size:1.75rem}.profile-image[data-v-01b310ea]{width:100px;height:100px}.content[data-v-01b310ea]{gap:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:radial-gradient(circle at 20% 50%,rgba(30,30,60,.3) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(60,30,30,.2) 0,transparent 50%),radial-gradient(circle at 40% 20%,rgba(30,60,30,.15) 0,transparent 50%),linear-gradient(135deg,#0f0f0f,#1a1a1a)}.portfolio-container{height:100vh;width:100vw;overflow:hidden}a{text-decoration:none;color:inherit}