.app{min-height:100vh}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:background .3s ease,border-color .3s ease}.header--scrolled{background:#0f1623eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header__inner{display:flex;align-items:center;justify-content:center;position:relative}.nav{display:flex;align-items:center;justify-content:center;gap:2rem}.nav a{color:var(--text-muted);font-size:.9rem;font-weight:500}.nav a:hover{color:var(--text)}.nav-toggle{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.5rem}.hero{padding:7.5rem 0 4rem;border-bottom:1px solid var(--border)}.hero__inner{max-width:36rem;margin-inline:auto;text-align:center}.hero__title{font-family:var(--serif);font-size:clamp(2.5rem,6vw,3.75rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;margin:0 0 .75rem}.hero__subtitle{margin:0;font-size:1.05rem;color:var(--text-muted);font-weight:400}.hero__dot{margin:0 .4rem;opacity:.5}.section{padding:var(--section-pad) 0}.section__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin:0 0 .75rem}.section__title{font-family:var(--serif);font-size:clamp(2rem,5vw,3rem);font-weight:400;margin:0 0 2.5rem;letter-spacing:-.02em}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about__text p{margin:0 0 1.25rem;color:var(--text-muted);font-size:1.05rem}.about__text p:last-child{margin-bottom:0}.skills{display:flex;flex-wrap:wrap;gap:.6rem;margin:0}.skill{padding:.45rem .9rem;font-size:.85rem;font-weight:500;color:var(--text);background:var(--bg-card);border:1px solid var(--border);border-radius:999px}.cert-list{margin:0;padding-left:1.25rem;color:var(--text-muted);font-size:.95rem}.cert-list li{margin-bottom:.5rem}.cert-list li:last-child{margin-bottom:0}.education-list{display:flex;flex-direction:column;gap:2.5rem}.education-item__degree{font-size:1.2rem;font-weight:600;margin:0 0 .35rem;max-width:52ch}.education-item__school{color:var(--accent);font-weight:500;margin:0 0 .25rem}.education-item__period{font-size:.9rem;color:var(--text-muted);margin:0 0 1rem}.timeline{position:relative;display:flex;flex-direction:column;gap:0}.timeline:before{content:"";position:absolute;left:0;top:.5rem;bottom:.5rem;width:1px;background:linear-gradient(to bottom,var(--accent),var(--border) 30%,var(--border))}.timeline-item{position:relative;padding-left:2.5rem;padding-bottom:3rem}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";position:absolute;left:-4px;top:.35rem;width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.timeline-item__header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;margin-bottom:.35rem}.timeline-item__role{font-size:1.2rem;font-weight:600;margin:0}.timeline-item__company{color:var(--accent);font-weight:500}.timeline-item__meta{font-size:.9rem;color:var(--text-muted);margin:0 0 1rem}.timeline-item__highlights{margin:0;padding-left:1.25rem;color:var(--text-muted)}.timeline-item__highlights li{margin-bottom:.5rem}.timeline-item__highlights li:last-child{margin-bottom:0}.projects{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.project-card{padding:1.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;transition:border-color .25s ease,transform .25s ease}.project-card:hover{border-color:#6b9fff59;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.project-card h3{font-size:1.15rem;font-weight:600;margin:0 0 .75rem}.project-card p{margin:0 0 1.25rem;font-size:.95rem;color:var(--text-muted);line-height:1.65}.project-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.project-card__tag{font-size:.75rem;font-weight:500;color:var(--accent);background:var(--accent-soft);padding:.25rem .6rem;border-radius:4px}.project-card__link{display:inline-block;margin-top:1.25rem;font-size:.9rem;font-weight:600}.footer{padding:2rem 0;border-top:1px solid var(--border);text-align:center;font-size:.85rem;color:var(--text-muted)}@media(max-width:768px){.nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:center;padding:1.5rem;background:var(--bg-elevated);border-bottom:1px solid var(--border);gap:1.25rem}.nav--open{display:flex}.nav-toggle{display:block;position:absolute;right:0}.about__grid{grid-template-columns:1fr;gap:2rem}.hero__title{max-width:none}}:root{--bg: #0f1623;--bg-elevated: #161f30;--bg-card: #1c2839;--border: rgba(148, 175, 220, .12);--text: #e8eef6;--text-muted: #8fa3be;--accent: #6b9fff;--accent-hover: #8bb4ff;--accent-soft: rgba(107, 159, 255, .14);--accent-glow: rgba(107, 159, 255, .12);--serif: "Instrument Serif", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;--max-width: 1080px;--section-pad: clamp(4rem, 10vw, 7rem)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 70% 45% at 50% -10%,var(--accent-glow),transparent);z-index:-1}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-hover)}img{max-width:100%;display:block}::selection{background:var(--accent-soft);color:var(--text)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
