:root{--color-background:#0f1720;--color-surface:#172230;--color-surface-raised:#1e2b3c;--color-border:#2a3a4f;--color-text:#e6edf5;--color-text-muted:#90a4bb;--color-accent:#4aa3ff;--color-accent-strong:#1b7fe0;--color-success:#35c07f;--color-warning:#e8b34a;--color-danger:#ef5f5f;--color-info-bg:#14283d;--color-info-border:#3d7fc4;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--radius:10px;--radius-small:6px;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "Cascadia Code", Consolas, monospace}*,:before,:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{background:var(--color-background);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:var(--color-accent)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}code{font-family:var(--font-mono);font-size:.9em}*{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
