@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;background-color:#ffffff}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}.app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a2e;line-height:1.6}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:white;padding:80px 20px;text-align:center}.hero-content{max-width:800px;margin:0 auto}.profile-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.2);box-shadow:0 10px 40px rgba(0,0,0,.3);margin-bottom:24px}.hero h1{font-size:3rem;font-weight:700;margin-bottom:8px;letter-spacing:-.5px}.tagline{font-size:1.25rem;color:#94a3b8;margin-bottom:20px}.contact-info{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:28px;font-size:.95rem}.contact-info a,.contact-info span{display:flex;align-items:center;gap:6px;color:#cbd5e1;text-decoration:none;transition:color .2s}.contact-info a:hover{color:#60a5fa}.social-links{gap:16px;flex-wrap:wrap}.social-links,.social-links a{display:flex;justify-content:center}.social-links a{align-items:center;width:48px;height:48px;background:rgba(255,255,255,.1);border-radius:12px;color:white;text-decoration:none;transition:all .2s}.social-links a:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.letterboxd-icon,.serializd-icon,.x-icon{font-size:1.5rem;font-weight:700}.section{padding:80px 20px}.container{max-width:1000px;margin:0 auto}.section h2{display:flex;align-items:center;gap:12px;font-size:2rem;font-weight:700;margin-bottom:32px;color:#1a1a2e}.about{background:#f8fafc}.about p{font-size:1.1rem;color:#475569;margin-bottom:16px;max-width:800px}.projects{background:white}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px}.project-card{background:#f8fafc;border-radius:16px;padding:28px;text-decoration:none;color:inherit;transition:all .2s;border:1px solid #e2e8f0}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1);border-color:#60a5fa}.project-icon{width:56px;height:56px;background:linear-gradient(135deg,#1a1a2e,#0f3460);border-radius:12px;justify-content:center;color:white;margin-bottom:16px}.project-card h3,.project-icon{display:flex;align-items:center}.project-card h3{font-size:1.2rem;font-weight:600;margin-bottom:8px;color:#1a1a2e;gap:8px}.project-card p{font-size:.95rem;color:#64748b;line-height:1.5}.experience{background:#f8fafc}.timeline{display:flex;flex-direction:column;gap:24px}.timeline-item{background:white;border-radius:12px;padding:24px;border-left:4px solid #0f3460}.timeline-item h3{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin-bottom:12px}.role{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:8px}.role:last-child{border-bottom:none}.role-title{font-weight:500;color:#334155}.role-period{font-size:.9rem;color:#64748b}.portfolio{background:white}.portfolio-list{display:flex;flex-direction:column;gap:32px}.portfolio-item{background:#f8fafc;border-radius:16px;padding:32px;display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;border:1px solid #e2e8f0;transition:all .2s}.portfolio-item:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:#cbd5e1}.portfolio-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.portfolio-item h3{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:4px}.portfolio-item h3 a{color:#1a1a2e;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:color .2s}.portfolio-item h3 a:hover{color:#0f3460}.portfolio-role{font-size:.95rem;color:#64748b;font-weight:500;margin-bottom:16px}.portfolio-description{font-size:1rem;color:#475569;line-height:1.7;margin-bottom:16px}.portfolio-services{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.service-tag{background:linear-gradient(135deg,#1a1a2e,#0f3460);color:white;padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:500}.portfolio-technologies{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:white;color:#475569;padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:500;border:1px solid #e2e8f0}.portfolio-image{width:100%;border-radius:12px;overflow:hidden;background:white;border:1px solid #e2e8f0}.portfolio-image img{width:100%;height:auto;display:block;object-fit:cover}@media (min-width:768px){.portfolio-item{grid-template-columns:2fr 1fr}.portfolio-image{max-height:300px}.portfolio-image img{height:100%;object-fit:cover}}.education{background:white}.education-list{display:flex;flex-direction:column;gap:24px}.education-item{background:#f8fafc;border-radius:12px;padding:24px}.education-item h3{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:8px}.education-item .degree{font-weight:500;color:#334155;margin-bottom:4px}.education-item .focus{font-size:.95rem;color:#64748b;margin-bottom:8px}.education-item .period{font-size:.9rem;color:#94a3b8;font-weight:500}.footer{background:#1a1a2e;color:#94a3b8;text-align:center;padding:32px 20px;font-size:.9rem}@media (max-width:640px){.hero h1{font-size:2.25rem}.profile-photo{width:140px;height:140px}.contact-info{flex-direction:column;gap:12px}.section h2{font-size:1.5rem}.role{flex-direction:column;align-items:flex-start}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}