:root{--bg:#07111f;--panel:#0c1a2d;--panel-strong:#10233d;--text:#e8eef7;--muted:#afbdd2;--line:#b0c7e429;--accent:#73a7ff;--accent-strong:#95bcff;--surface:#f6f9fc;--surface-text:#122033;--success:#83d5b6;--shadow:0 24px 80px #00000047;color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--text);background:radial-gradient(circle at top,#517cd12e,#0000 32%),linear-gradient(#09111d 0%,#07111f 100%);margin:0;line-height:1.6}main{display:block}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--accent-strong);outline-offset:3px}img{max-width:100%;display:block}.container{width:min(1120px,100% - 2rem);margin:0 auto}.narrow-flow{width:min(720px,100%)}.site-header{z-index:10;backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#07111fd6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.brand{align-items:center;gap:.85rem;display:inline-flex}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.02em;font-size:1rem}.brand small{color:var(--muted);font-size:.8rem}.brand-mark{color:#fff;background:linear-gradient(135deg,#70a5ff 0%,#335dbe 100%);border-radius:.8rem;place-items:center;width:2.5rem;height:2.5rem;font-weight:700;display:grid;box-shadow:inset 0 1px #fff3,0 10px 30px #3257a566}.brand-logo{object-fit:contain;flex:none;width:1.9rem;height:1.9rem;display:block}.nav-list{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--muted);border-radius:999px;align-items:center;padding:.65rem .9rem;font-size:.95rem;transition:background-color .2s,color .2s;display:inline-flex}.nav-list a:hover,.nav-list a.active{color:var(--text);background:#73a7ff1f}.page-hero,.hero{padding:5rem 0 3rem}.hero-grid,.split-grid,.footer-grid,.contact-grid,.story-grid,.card-grid,.detail-grid{gap:1.5rem;display:grid}.hero-grid,.footer-grid,.contact-grid,.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-copy h1,.page-hero h1{letter-spacing:-.04em;margin:0;font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.05}.hero-copy p,.lead{color:var(--muted);margin:1.25rem 0 0;font-size:1.1rem}.hero-actions,.footer-actions,.cta-row{flex-wrap:wrap;gap:.9rem;margin-top:1.75rem;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:3rem;padding:.8rem 1.2rem;font-weight:600;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(135deg, var(--accent) 0%, #4d79dd 100%);color:#fff;box-shadow:0 12px 30px #5884d64d}.button-secondary{border:1px solid var(--line);color:var(--text);background:#ffffff05}.hero-panel,.panel,.metric-card,.detail-card,.story-card,.contact-card,.callout{border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(#12233de6 0%,#0a1526f2 100%);border-radius:1.5rem}.hero-panel{padding:1.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--accent-strong);margin:0 0 .85rem;font-size:.78rem}.hero-panel h2,.section-header h2,.story-card h2,.contact-card h2,.footer-grid h2{margin:0;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.15}.hero-panel ul,.contact-list,.check-list,.axis-list{margin:1rem 0 0;padding:0;list-style:none}.hero-panel li,.contact-list li,.check-list li,.axis-list li{color:var(--muted);border-top:1px solid #b0c7e41f;align-items:flex-start;gap:.75rem;padding:.65rem 0;display:flex}.hero-panel li:first-child,.contact-list li:first-child,.check-list li:first-child,.axis-list li:first-child{border-top:0;padding-top:0}.hero-panel li:before,.contact-list li:before,.check-list li:before,.axis-list li:before{content:"";background:linear-gradient(135deg, var(--success) 0%, var(--accent-strong) 100%);border-radius:999px;flex:none;width:.55rem;height:.55rem;margin-top:.55rem}.section{padding:1.5rem 0 4rem}.section-header{margin-bottom:1.5rem}.section-header p,.panel p,.detail-card p,.metric-card p,.story-card p,.contact-card p,.footer-copy,.callout p{color:var(--muted)}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card,.detail-card,.story-card,.contact-card,.callout,.panel{padding:1.5rem}.metric-card strong,.detail-card h3{margin-bottom:.55rem;display:block}.metric-card strong{letter-spacing:-.03em;font-size:1.6rem}.muted{color:var(--muted)}.callout{flex-direction:column;gap:.75rem;display:flex}.architecture-figure{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffff08;border-radius:1.5rem;margin:0;padding:1.25rem}.architecture-figure img{border-radius:1rem;width:100%;height:auto;display:block}.architecture-figure figcaption{color:var(--muted);margin-top:.9rem;font-size:.95rem}.callout strong{font-size:1.15rem}.surface-section{background:var(--surface);color:var(--surface-text);margin:2rem 0;padding:4rem 0}.surface-section .eyebrow{color:#315fbf}.surface-section .detail-card,.surface-section .callout,.surface-section .story-card,.surface-section .contact-card,.surface-section .hero-panel{background:#fff;border-color:#12203314;box-shadow:0 24px 60px #101f3714}.surface-section .detail-card p,.surface-section .callout p,.surface-section .story-card p,.surface-section .contact-card p,.surface-section .hero-panel p,.surface-section .section-header p{color:#122033c2}.surface-section .hero-panel li,.surface-section .axis-list li,.surface-section .contact-list li,.surface-section .check-list li{color:#122033c2;border-top-color:#1220331a}.site-footer{border-top:1px solid var(--line);padding:4rem 0 2rem}.footer-meta{color:var(--muted);justify-content:space-between;gap:1rem;padding-top:2rem;font-size:.9rem;display:flex}.contact-note{background:#73a7ff14;border:1px solid #73a7ff38;border-radius:1rem;padding:1rem 1.2rem}.contact-form{gap:1rem;margin-top:1.25rem;display:grid}.contact-form-grid{gap:1rem;display:grid}.contact-form label{color:var(--text);gap:.45rem;font-size:.95rem;display:grid}.contact-form span{color:inherit;font-weight:600}.surface-section .contact-form label{color:var(--surface-text)}.contact-form input,.contact-form textarea{width:100%;font:inherit;color:var(--surface-text);background:#fff;border:1px solid #12203329;border-radius:.95rem;padding:.9rem 1rem}.contact-form input:focus,.contact-form textarea:focus{outline-offset:2px;border-color:#73a7ff80;outline:2px solid #73a7ff59}.contact-form-message{grid-column:1/-1}.contact-form-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.contact-form-note,.contact-form-status,.contact-form-config-error{margin:0;font-size:.95rem}.contact-form-status[data-state=success]{color:#146c43}.contact-form-status[data-state=error]{color:#b42318}.contact-form-status[data-state=loading]{color:#315fbf}.contact-form-config-error{color:#842029;background:#b4231814;border-radius:.95rem;padding:.9rem 1rem}@media (width>=760px){.contact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form-message{grid-column:1/-1}}.stack-top{margin-top:1.5rem}.inline-link{color:var(--accent-strong);text-underline-offset:.18em;text-decoration:underline #95bcff59}@media (width<=900px){.hero-grid,.footer-grid,.contact-grid,.story-grid,.card-grid,.detail-grid{grid-template-columns:1fr}.header-inner,.footer-meta{flex-direction:column;align-items:flex-start}}@media (width<=600px){.page-hero,.hero{padding-top:3.5rem}.container{width:min(1120px,100% - 1.25rem)}.button,.hero-actions a,.footer-actions a,.cta-row a{width:100%}}
