@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{color-scheme:dark;--bg: #151515;--surface: #202123;--surface-strong: #292b2d;--line: #3a3d40;--text: #f1f1ee;--muted: #b9c0c3;--soft: #d9e1e3;--accent: #9ccfd8;--accent-strong: #f6c177;--accent-green: #a6d189;--shadow: 0 18px 48px rgba(0, 0, 0, .28);--radius: 8px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem}*{box-sizing:border-box}html{background:var(--bg)}body{min-width:320px;margin:0;font-family:Poppins,Arial,sans-serif;background:radial-gradient(circle at 30% 0%,rgba(156,207,216,.08),transparent 34rem),var(--bg);color:var(--text)}button,input,textarea{font:inherit}img,video,iframe{max-width:100%}a,button{color:inherit}:focus-visible{outline:3px solid var(--accent-strong);outline-offset:4px}.shell{width:min(1120px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.08);background:#151515eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-shell{min-height:5rem;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-3) 0}.brand{font-size:2rem;font-weight:700;text-decoration:none}.header-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--space-3)}.nav-link,.icon-link{min-height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--radius);text-decoration:none;color:var(--soft);transition:border-color .16s ease,background-color .16s ease,color .16s ease}.nav-link{padding:0 var(--space-4);font-weight:600}.nav-link.router-link-active,.nav-link:hover,.icon-link:hover{border-color:#9ccfd88c;background:#9ccfd817;color:var(--text)}.icon-link{width:2.5rem}.icon-link img{width:1.35rem;height:1.35rem}.site-footer{border-top:1px solid rgba(255,255,255,.08);padding:var(--space-6) var(--space-4);color:var(--muted);text-align:center}.hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr);gap:var(--space-7);align-items:center;padding:var(--space-5) 0 var(--space-4)}.hero-copy h1{max-width:18ch;margin:var(--space-3) 0 var(--space-4);font-size:2.55rem;line-height:1.08}.hero-copy p{max-width:44rem;color:var(--soft);font-size:1.08rem;line-height:1.65}.hero-panel{display:grid;gap:var(--space-4);align-content:start;border-left:1px solid var(--line);padding-left:var(--space-6)}.profile-image{width:11rem;height:11rem;border:3px solid var(--accent);border-radius:50%;object-fit:cover}.highlight-list{display:grid;gap:var(--space-4);margin:0}.highlight-list div,.fact-item{display:grid;gap:var(--space-1)}.highlight-list dt,.fact-item dt{color:var(--accent);font-size:.82rem;font-weight:700;text-transform:uppercase}.highlight-list dd,.fact-item dd{margin:0;color:var(--text);font-weight:600}.eyebrow{margin:0 0 var(--space-2);color:var(--accent-strong);font-size:.82rem;font-weight:700;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-5)}.button,.text-link,.back-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;border-radius:var(--radius);font-weight:700;text-decoration:none}.button{border:1px solid transparent;padding:0 var(--space-5)}.button-small{min-height:2.35rem;padding:0 var(--space-3);font-size:.88rem}.button-primary{background:var(--accent);color:#121212}.button-primary:hover{background:#b8e4ea}.button-secondary{border-color:var(--line);background:#ffffff0a;color:var(--text)}.button-secondary:hover{border-color:var(--accent)}.text-link,.back-link{color:var(--accent)}.text-link:after,.back-link:before{margin-left:var(--space-2);content:"->"}.back-link:before{margin-right:var(--space-2);margin-left:0;content:"<-"}.project-group,.content-section,.resume-view{padding:var(--space-7) 0}.section-heading{max-width:46rem;margin-bottom:var(--space-5)}.section-heading h1,.section-heading h2,.content-section h1,.content-section h2{margin:0 0 var(--space-3);font-size:2rem;line-height:1.2}.section-heading p,.content-section p{color:var(--muted);line-height:1.75}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,21rem),1fr));gap:var(--space-5)}.project-grid-featured{grid-template-columns:minmax(0,45rem)}.project-grid-two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card{height:100%;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);transition:border-color .16s ease,transform .16s ease}.project-card:hover{border-color:#9ccfd8a6;transform:translateY(-4px)}.project-title-link{color:inherit;text-decoration:none}.project-title-link:hover{color:var(--accent)}.project-card-media{display:block;background:#101112;text-decoration:none}.project-card-media:hover{cursor:pointer}.project-card-body{display:flex;flex:1;flex-direction:column;gap:var(--space-3);padding:var(--space-5)}.project-card-body h3{margin:0;font-size:1.45rem}.project-card-body p{margin:0;color:var(--muted);line-height:1.6}.project-card-subtitle{color:var(--accent-green)!important;font-weight:600}.project-card-body>.project-card-action,.project-card-body>.card-actions{align-self:flex-start;margin-top:auto}.card-actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.tag-list{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:0;padding:0;list-style:none}.tag-list li{border:1px solid rgba(156,207,216,.35);border-radius:999px;padding:.25rem .65rem;color:var(--soft);font-size:.82rem;font-weight:600}.media-block{width:100%;margin:0}.media-block video,.media-block img,.media-block iframe,.media-panel{width:100%;aspect-ratio:16 / 9;display:block;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);background:#050505;object-fit:cover}.media-block-compact video,.media-block-compact img,.media-block-compact iframe,.media-block-compact .media-panel{border:0;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0}.media-panel{display:grid;align-content:end;gap:var(--space-2);padding:var(--space-5);color:var(--text);background:linear-gradient(135deg,#9ccfd82e,#aed6ad1a),#101112}.media-panel span{color:var(--accent-strong);font-size:.78rem;font-weight:700;text-transform:uppercase}.media-panel strong{max-width:16rem;font-size:1.9rem;line-height:1.05}.media-panel small{color:var(--accent);font-size:.95rem;font-weight:700}.media-block figcaption{margin-top:var(--space-2);color:var(--muted);font-size:.9rem;text-align:center}.view-shell{padding:var(--space-5) 0 var(--space-8)}.project-detail{display:grid;gap:var(--space-5)}.summary-panel{display:grid;gap:var(--space-5);border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-6);background:var(--surface)}.summary-panel h1{margin:0;font-size:2.4rem;line-height:1.15}.summary-subtitle{margin:var(--space-2) 0 0;color:var(--accent-green);font-weight:700}.summary-copy{max-width:48rem;margin:var(--space-4) 0 0;color:var(--soft);line-height:1.75}.fact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));gap:var(--space-4);margin:0}.summary-meta{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:var(--space-5)}.summary-meta h2{margin:0 0 var(--space-2);color:var(--accent);font-size:.9rem;text-transform:uppercase}.summary-meta p{margin:0;color:var(--soft);font-weight:700}.summary-note{margin:0;color:var(--muted);font-size:.875rem;line-height:1.5}.project-hero-media{margin-top:var(--space-2)}.contribution-list{display:grid;gap:var(--space-3);margin:var(--space-4) 0 0;padding-left:1.25rem;color:var(--soft);line-height:1.65}.project-section{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-4);border-top:1px solid rgba(255,255,255,.08);padding-top:var(--space-5);padding-bottom:calc(var(--space-7) * .65)}.project-section .media-block{max-width:52rem}.media-carousel{display:grid;gap:var(--space-4);padding:var(--space-6) 0}.carousel-heading{display:flex;align-items:end;justify-content:space-between;gap:var(--space-4)}.carousel-heading h2{margin:0}.carousel-controls{display:flex;gap:var(--space-2)}.icon-button{width:2.75rem;height:2.75rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--text);cursor:pointer}.icon-button:hover{border-color:var(--accent)}.carousel-count{margin:0;color:var(--muted);text-align:right}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:var(--space-5)}.education-card{border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-5);background:var(--surface)}.education-card h3{margin:0 0 var(--space-2)}.education-card p{margin:0 0 var(--space-4);color:var(--muted)}.education-card details{margin:var(--space-4) 0}.education-card summary{cursor:pointer;color:var(--accent);font-weight:700}.education-card ul{margin:var(--space-3) 0 0;padding-left:1.25rem;color:var(--soft);line-height:1.7}.resume-heading{width:min(100%,46rem);display:grid;gap:var(--space-3);justify-items:center;margin-right:auto;margin-left:auto;text-align:center}.resume-heading .button{justify-self:center}.resume-frame{width:100%;min-height:72rem;border:1px solid var(--line);border-radius:var(--radius);background:#0b0b0b}@media(max-width:760px){.project-grid-two-column{grid-template-columns:1fr}.shell{width:min(100% - 1.25rem,1120px)}.header-shell{align-items:flex-start;flex-direction:column}.brand{font-size:1.75rem}.header-nav{width:100%;justify-content:flex-start}.nav-link{padding:0 var(--space-3)}.hero{grid-template-columns:1fr;gap:var(--space-4);padding:var(--space-4) 0}.hero-copy h1{max-width:none;font-size:1.85rem}.hero-panel{display:none}.profile-image{width:10rem;height:10rem}.project-group,.content-section,.resume-view{padding:var(--space-6) 0}.project-section{padding-bottom:calc(var(--space-6) * .65)}.summary-panel{padding:var(--space-5)}.summary-panel h1{font-size:2rem}.summary-meta{grid-template-columns:1fr}.carousel-heading{align-items:flex-start;flex-direction:column}.resume-frame{min-height:40rem}}
