*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{color:#1d1d1f;background:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.47059}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.navbar{z-index:100;-webkit-backdrop-filter:saturate(180%)blur(20px);background:#000c;height:48px;transition:background .3s;position:fixed;top:0;left:0;right:0}.navbar--transparent{-webkit-backdrop-filter:none;background:0 0}.navbar__inner{justify-content:center;align-items:center;gap:2.5rem;max-width:980px;height:48px;margin:0 auto;padding:0 22px;display:flex}.navbar__logo{color:#f5f5f7;letter-spacing:-.01em;opacity:.8;align-items:center;gap:5px;margin-right:auto;font-size:.95rem;font-weight:400;transition:opacity .2s;display:flex}.navbar__logo:hover{opacity:1}.navbar__link{color:#f5f5f7;letter-spacing:-.01em;opacity:.65;font-size:.75rem;font-weight:400;transition:opacity .2s}.navbar__link:hover,.navbar__link--active{opacity:1}main{min-height:calc(100vh - 128px);animation:.35s pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}section{justify-content:center;align-items:center;display:flex;overflow:hidden}.section-inner{width:100%;max-width:980px;margin:0 auto}.section-light{background:#fff}.section-gray{background:#f5f5f7;border-top:1px solid #e8e8ed;border-bottom:1px solid #e8e8ed}.section-dark{color:#fff;background:#000}section .container{width:100%;padding:0 22px}.section-content{max-width:980px;margin:0 auto;padding:120px 20px}.section-content--compact{max-width:980px;margin:0 auto;padding:80px 20px}.hero{text-align:center;background:#000;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:48px 20px 0;display:flex;position:relative}.hero__avatar{border:2px solid #ffffff4d;border-radius:50%;width:100px;height:100px;margin-bottom:1.2rem;transition:transform .4s;position:relative;overflow:hidden;box-shadow:0 8px 30px #0006}.hero__avatar:hover{transform:scale(1.04)}.hero__avatar img{object-fit:cover;width:100%;height:100%}.hero h1{letter-spacing:-.003em;color:#fff;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;line-height:1.07}.hero__subtitle{color:#86868b;letter-spacing:-.003em;margin-top:.5rem;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:400;line-height:1.14}.hero__tagline{color:#a1a1a6;max-width:500px;margin-top:1.2rem;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:400;line-height:1.6}.hero__cta-row{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.hero__cta-row a{border-radius:980px;align-items:center;gap:6px;min-width:28px;padding:11px 21px;font-size:17px;font-weight:400;line-height:1.17648;transition:all .2s;display:inline-flex}.hero__cta-outline{color:#fff;background:0 0;border:1px solid #ffffff80}.hero__cta-outline:hover{background:#ffffff1f;border-color:#fff}.hero__cta-filled{color:#fff;background:#0071e3;border:1px solid #0071e3}.hero__cta-filled:hover{background:#0077ed;border-color:#0077ed}.hero-section{text-align:center;padding:100px 22px 90px;position:relative}.hero-section--dark{color:#fff;background:#1d1d1f}.hero-section h2{letter-spacing:-.003em;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.15}.hero-section p{color:#86868b;margin-top:.8rem;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:400;line-height:1.6}.hero-section--dark p{color:#a1a1a6}.eyebrow{letter-spacing:-.01em;color:#6e6e73;margin-bottom:.6rem;font-size:12px;font-weight:400;display:block}.about-content{text-align:center;max-width:680px;margin:0 auto;padding:120px 20px}.about-content h2{letter-spacing:-.003em;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.15}.about-content p{color:#6e6e73;max-width:580px;margin:0 auto 1rem;font-size:1rem;font-weight:400;line-height:1.8}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;max-width:680px;margin:1.5rem auto 0;display:grid}.skill-tag{color:#1d1d1f;text-align:center;cursor:default;background:#0000000a;border-radius:14px;padding:10px 12px;font-size:.85rem;font-weight:500;transition:all .25s}.skill-tag:hover{color:#fff;background:#0071e3;transform:translateY(-2px)}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-top:1.5rem;display:grid}.project-card{text-align:left;background:#fff;border:1px solid #e8e8ed;border-radius:18px;padding:2rem;transition:all .3s;box-shadow:0 2px 8px #0000000a}.project-card:hover{border-color:#d2d2d7;transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.project-card__img{border-radius:12px;margin:-2rem -2rem 0;overflow:hidden}.project-card__img img{object-fit:cover;width:100%;height:180px;transition:transform .4s;display:block}.project-card:hover .project-card__img img{transform:scale(1.03)}.project-card h3{color:#1d1d1f;letter-spacing:-.003em;margin:.8rem 0 .5rem;font-size:1.15rem;font-weight:600}.project-card p{color:#6e6e73;font-size:.9rem;font-weight:400;line-height:1.5}.project-card .lang{color:#0071e3;letter-spacing:-.01em;margin-top:.8rem;font-size:.78rem;font-weight:500;display:inline-block}.contact-content{text-align:center;max-width:500px;margin:0 auto;padding:100px 20px}.contact-content h2{letter-spacing:-.003em;margin-bottom:.8rem;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:600}.contact-content p{color:#6e6e73;margin-bottom:1.8rem;font-size:1rem;line-height:1.6}.contact-btn{color:#fff;cursor:pointer;background:#0071e3;border:none;border-radius:980px;align-items:center;gap:8px;padding:12px 31px;font-size:17px;font-weight:400;line-height:1.17648;transition:all .2s;display:inline-flex}.contact-btn:hover{background:#0077ed;transform:translateY(-1px);box-shadow:0 4px 12px #0071e34d}.footer{max-width:980px;margin:0 auto;padding:1.5rem 22px}.footer__divider{border:none;border-top:1px solid #d2d2d7;margin-bottom:1.2rem}.footer p{letter-spacing:-.01em;color:#6e6e73;text-align:center;font-size:12px;font-weight:400}.experience-list{text-align:left;max-width:680px;margin:2rem auto 0}.experience-item{gap:20px;display:flex;position:relative}.experience-marker{flex-direction:column;flex-shrink:0;align-items:center;width:24px;padding-top:6px;display:flex}.experience-dot{z-index:1;background:#0071e3;border:2px solid #0071e3;border-radius:50%;flex-shrink:0;width:12px;height:12px}.experience-line{background:#d2d2d7;flex:1;width:2px;margin:4px 0}.experience-card{flex:1;padding-bottom:2rem}.experience-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.experience-header h3{color:#1d1d1f;letter-spacing:-.003em;font-size:1.1rem;font-weight:600}.experience-period{color:#6e6e73;letter-spacing:-.01em;white-space:nowrap;font-size:.82rem;font-weight:400}.experience-role{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;margin-top:4px;display:flex}.experience-role-title{color:#0071e3;font-size:.92rem;font-weight:500}.experience-location{color:#6e6e73;font-size:.82rem;font-weight:400}.experience-desc{color:#6e6e73;margin-top:8px;font-size:.9rem;font-weight:400;line-height:1.6}@media (width<=480px){.experience-header,.experience-role{flex-direction:column;align-items:flex-start}}.writing-grid{flex-direction:column;gap:12px;max-width:600px;margin:0 auto;display:flex}.writing-card{text-align:left;background:#fff;border:1px solid #e8e8ed;border-radius:14px;padding:1.5rem;text-decoration:none;transition:all .3s;display:block;box-shadow:0 1px 4px #00000005}.writing-card:hover{border-color:#d2d2d7;transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.writing-card__body h3{color:#1d1d1f;letter-spacing:-.003em;margin-bottom:4px;font-size:1.1rem;font-weight:600}.writing-meta{color:#6e6e73;margin-bottom:6px;font-size:.82rem}.writing-divider{color:#d2d2d7;margin:0 4px}.writing-status{color:#0071e3;font-weight:500}.writing-desc{color:#6e6e73;margin-bottom:8px;font-size:.88rem;line-height:1.5}.writing-tag{color:#0071e3;background:#0071e314;border-radius:12px;padding:3px 10px;font-size:.75rem;font-weight:500;display:inline-block}section[id]{scroll-margin-top:48px}@media (width<=768px){.navbar__inner{gap:1.5rem;padding:0 16px}.navbar__link{font-size:.72rem}.navbar__logo{font-size:.88rem}.section-content{padding:80px 20px}.section-content--compact{padding:60px 20px}.hero-section{padding:80px 20px 70px}.about-content,.contact-content{padding:80px 20px}.hero{padding:80px 20px 0}.projects-grid{grid-template-columns:1fr}}@media (width<=480px){.navbar__inner{justify-content:flex-start;gap:1rem;overflow-x:auto}.navbar__logo{margin-right:0}.navbar__link{white-space:nowrap;font-size:.68rem}.skills-grid{grid-template-columns:repeat(2,1fr)}.hero__cta-row{flex-direction:column;align-items:center}}
