:root{--ds-space-0:0;--ds-space-1:0.25rem;--ds-space-2:0.5rem;--ds-space-3:0.75rem;--ds-space-4:1rem;--ds-space-5:1.5rem;--ds-space-6:2rem;--ds-space-7:3rem;--ds-radius-sm:0.25rem;--ds-radius-md:0.5rem;--ds-radius-lg:0.75rem;--ds-font-sans:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--ds-font-mono:ui-monospace,"Cascadia Code","Source Code Pro",monospace;--ds-text-display:600 1.75rem/1.2 var(--ds-font-sans);--ds-text-title:600 1.125rem/1.35 var(--ds-font-sans);--ds-text-body:400 1rem/1.5 var(--ds-font-sans);--ds-text-caption:400 0.8125rem/1.45 var(--ds-font-sans);--ds-text-mono-sm:400 0.8125rem/1.45 var(--ds-font-mono);--ds-duration-fast:120ms;--ds-duration-base:200ms;--ds-ease-standard:cubic-bezier(0.2,0,0,1);--ds-shadow-sm:0 1px 2px rgb(0 0 0/0.06);--ds-shadow-md:0 4px 12px rgb(0 0 0/0.08);--ds-color-bg:#f4f5f7;--ds-color-surface:#ffffff;--ds-color-surface-raised:#ffffff;--ds-color-border:#d9dde3;--ds-color-border-strong:#b8c0cc;--ds-color-text-primary:#0f1419;--ds-color-text-secondary:#3d4f5f;--ds-color-text-muted:#5c6b7a;--ds-color-accent:#156cc0;--ds-color-on-accent:#ffffff;--ds-color-accent-hover:#0f5aa3;--ds-color-focus-ring:#156cc0;--ds-color-status-ok-bg:#e8f6ee;--ds-color-status-ok-fg:#0d5c2e;--ds-color-status-warn-bg:#fff6e5;--ds-color-status-warn-fg:#8a5b00;--ds-color-status-bad-bg:#fdecee;--ds-color-status-bad-fg:#9b1c1c;--ds-color-status-info-bg:#e8f1fc;--ds-color-status-info-fg:#0f4a8a}@media (prefers-color-scheme:dark){:root{--ds-color-bg:#0f1216;--ds-color-surface:#171b21;--ds-color-surface-raised:#1e232b;--ds-color-border:#2a313c;--ds-color-border-strong:#3d4754;--ds-color-text-primary:#f1f4f8;--ds-color-text-secondary:#c5ced9;--ds-color-text-muted:#8b98a8;--ds-color-accent:#6db3ff;--ds-color-on-accent:#0f1216;--ds-color-accent-hover:#93c7ff;--ds-color-focus-ring:#6db3ff;--ds-color-status-ok-bg:#0f2918;--ds-color-status-ok-fg:#7fd99a;--ds-color-status-warn-bg:#2a2210;--ds-color-status-warn-fg:#f0c14d;--ds-color-status-bad-bg:#2a1214;--ds-color-status-bad-fg:#f48787;--ds-color-status-info-bg:#101c2e;--ds-color-status-info-fg:#7eb8ff;--ds-shadow-sm:0 1px 2px rgb(0 0 0/0.35);--ds-shadow-md:0 4px 16px rgb(0 0 0/0.45)}}:root{color-scheme:light dark}body{margin:0;min-height:100vh;background:var(--ds-color-bg);color:var(--ds-color-text-primary);font:var(--ds-text-body)}main{max-width:40rem;margin:0 auto;padding:var(--ds-space-6) var(--ds-space-4)}main.marketing-shell{max-width:52rem}.skip-to-content{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content:focus{position:fixed;z-index:9999;left:var(--ds-space-4);top:var(--ds-space-4);width:auto;height:auto;margin:0;padding:var(--ds-space-2) var(--ds-space-4);overflow:visible;clip:auto;white-space:normal;border-radius:var(--ds-radius-md);background:var(--ds-color-surface-raised);color:var(--ds-color-text-primary);font:var(--ds-text-body);font-weight:600;text-decoration:none;box-shadow:var(--ds-shadow-md);outline:2px solid var(--ds-color-focus-ring);outline-offset:2px}