:root{--primary:#00e6ac;--primary-strong:#03a87e;--primary-contrast:#04231d;--bg:#fff;--bg-subtle:#f4f7f6;--surface:#fff;--surface-2:#f8faf9;--border:rgba(20,40,35,.1);--text:#0e1a17;--text-muted:#51635e;--text-faint:#7c8b86;--accent-navy:#1e3054;--accent-slate:#54696d;--hero-glow-1:rgba(0,230,172,.22);--hero-glow-2:rgba(98,144,7,.16);--shadow-sm:0 1px 2px rgba(16,32,28,.06),0 4px 16px rgba(16,32,28,.05);--shadow-md:0 8px 30px rgba(16,32,28,.1);--shadow-lg:0 24px 60px rgba(16,32,28,.14);--nav-bg:hsla(0,0%,100%,.72);color-scheme:light}[data-theme=dark]{--primary:#00e6ac;--primary-strong:#1affc0;--primary-contrast:#04231d;--bg:#0a1118;--bg-subtle:#0d1620;--surface:#111c27;--surface-2:#16232f;--border:hsla(0,0%,100%,.08);--text:#eaf2ef;--text-muted:#9fb1ac;--text-faint:#6f827d;--accent-navy:#2a3f63;--accent-slate:#6f8b8f;--hero-glow-1:rgba(0,230,172,.18);--hero-glow-2:rgba(30,48,84,.55);--shadow-sm:0 1px 2px rgba(0,0,0,.4);--shadow-md:0 10px 34px rgba(0,0,0,.45);--shadow-lg:0 28px 70px rgba(0,0,0,.55);--nav-bg:rgba(10,17,24,.7);color-scheme:dark}*,:after,:before{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-sans),"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100dvh;transition:background-color .3s cubic-bezier(.22,1,.36,1),color .3s cubic-bezier(.22,1,.36,1)}h1,h2,h3,h4,h5,h6{line-height:1.12;font-weight:700;letter-spacing:-.02em;color:var(--text)}p{text-wrap:pretty}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{font:inherit;cursor:pointer}ol,ul{list-style:none;padding:0}::selection{background:var(--primary);color:var(--primary-contrast)}.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;padding:.75rem 1.25rem;background:var(--primary);color:var(--primary-contrast);border-radius:0 0 14px 0;font-weight:600}.skip-link:focus{left:0}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}