@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--paper: #0b1016;--surface: #101824;--surface-soft: #162233;--line: rgba(218, 227, 238, .16);--line-strong: rgba(218, 227, 238, .28);--ink: #e9f0f8;--ink-soft: #a8b5c6;--brand: #5ec7f8}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:radial-gradient(circle at 90% -10%,rgba(94,199,248,.2),transparent 35%),radial-gradient(circle at 0% 0%,rgba(108,144,252,.15),transparent 40%),var(--paper);line-height:1.65}a{color:inherit}.site-shell{width:min(1120px,calc(100% - 2.5rem));min-height:100vh;margin:0 auto;display:flex;flex-direction:column}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;margin-bottom:.75rem}.brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;font-size:1.05rem;font-weight:700;letter-spacing:.01em}.brand img{width:40px;height:40px;object-fit:contain}.site-nav{display:flex;align-items:center;gap:1.5rem}.nav-link{color:var(--ink-soft);text-decoration:none;font-size:.95rem;font-weight:500;padding:.3rem .65rem;border-radius:999px;transition:background-color .2s ease,color .2s ease}.nav-link:hover,.nav-link.active{color:var(--ink);background:#5ec7f824}.site-main{flex:1;padding:2rem 0 3rem}.page{width:100%}.page-standard{display:grid;gap:1.75rem}.section{border-radius:14px;background:linear-gradient(180deg,#101824c7,#10182480);box-shadow:0 14px 30px #0003,inset 0 1px #e9f0f80f;padding:clamp(1.25rem,2.2vw,2rem)}.section h1,.section h2,.section h3{margin-top:0;letter-spacing:-.02em}.section h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.15;margin-bottom:1rem}.section h2{font-size:clamp(1.3rem,2.4vw,1.7rem);margin-bottom:.85rem}.section p{margin-top:0;color:var(--ink-soft)}.section p:last-child{margin-bottom:0}.kicker{display:inline-block;margin-bottom:.85rem;padding:.35rem .7rem;border:1px solid rgba(94,199,248,.35);border-radius:999px;color:var(--brand);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.tagline{margin-bottom:.85rem;color:var(--ink);font-weight:600;letter-spacing:.02em}.lead{max-width:70ch;font-size:1.08rem}.momentum{color:var(--ink);font-weight:600}.hero-intro{min-height:clamp(360px,52vw,560px);display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-intro h1{max-width:20ch}.hero-intro .tagline{color:#e9f0f8f2}.hero-intro .lead{color:#e9f0f8e6}.hero-intro .momentum{color:var(--ink)}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.panel{border-radius:12px;background:#16223380;box-shadow:inset 0 1px #e9f0f80f;padding:1rem}.panel h3{font-size:1rem;margin-bottom:.55rem}.stack-list{margin:0;padding-left:1.25rem;color:var(--ink-soft)}.stack-list li+li{margin-top:.55rem}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.project-card{border-radius:12px;background:#16223380;box-shadow:inset 0 1px #e9f0f80f;padding:1rem}.project-domain{margin-bottom:.45rem;color:var(--brand);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.project-card h3{font-size:1.05rem;margin-bottom:.55rem}.project-status{color:var(--ink);font-weight:600;margin-top:.75rem}.page-legal{max-width:860px;margin:0 auto;display:grid;gap:1.2rem}.page-legal h1{margin:0;font-size:clamp(2rem,4.8vw,2.7rem)}.legal-meta{margin:0;color:var(--ink-soft)}.legal-section{border-radius:12px;background:#101824ad;box-shadow:inset 0 1px #e9f0f80f;padding:1.1rem}.legal-section h2{margin:0 0 .65rem;font-size:1.15rem}.legal-section p{margin:0;color:var(--ink-soft)}.site-footer{margin-top:auto;padding:1.5rem 0 2.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;background:linear-gradient(180deg,#10182400,#10182473);border-radius:14px 14px 0 0}.footer-block{font-size:.9rem;color:var(--ink-soft)}.footer-title{margin:0 0 .35rem;color:var(--ink);font-weight:600}.footer-block p{margin:0}.footer-block p+p{margin-top:.35rem}.footer-links{display:inline-flex;align-items:center;gap:.45rem}.footer-block a{color:var(--ink-soft);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.footer-block a:hover{color:var(--ink);text-decoration-color:currentColor}@media (max-width: 940px){.card-grid,.project-grid,.site-footer{grid-template-columns:1fr}}@media (max-width: 640px){.site-shell{width:calc(100% - 1.4rem)}.site-header{flex-direction:column;align-items:flex-start;gap:1rem}.site-nav{width:100%;overflow-x:auto;padding-bottom:.25rem}.nav-link{white-space:nowrap}.site-main{padding-top:1.25rem}}
