:root{color-scheme:dark;--font-ui:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Barlow",var(--font-ui);--bg:#0d1511;--bg-soft:#111b17;--surface:rgba(19,27,23,.94);--surface-strong:#101714;--text:#f2f7f4;--muted:#c7d2cb;--brand:#1d8745;--brand-soft:rgba(29,135,69,.16);--border:rgba(82,127,101,.34);--danger:#ff726a;--warning:#f1bb4e;--success:#87d98f;--shadow:0 24px 60px rgba(0,0,0,.28);--radius-sm:.65rem;--radius-md:.95rem;--radius-lg:1.35rem;--radius-pill:999px;--space-1:.4rem;--space-2:.65rem;--space-3:.9rem;--space-4:1.25rem;--space-5:1.75rem;--space-6:2.5rem;--shell:1440px;--content-shell:1220px;--page-gutter:clamp(.9rem,3vw,1.5rem);--control-height:2.8rem;--type-body:.98rem;--type-small:.88rem;--type-h1:clamp(1.8rem,4vw,2.5rem);--type-h2:clamp(1.3rem,2vw,1.65rem);--type-h3:1.08rem}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-height:100vh;font-family:var(--font-ui);font-size:var(--type-body);color:var(--text);background:var(--bg)}a{color:inherit}button,input,select,textarea{font:inherit}[hidden]{display:none!important}