:root{--color-bg:#f7f7f5;--color-surface:#fff;--color-text:#1c1c1a;--color-text-muted:#5f5f5a;--color-border:#d9d9d3;--color-accent:#3b4d8c;--color-accent-text:#fff;--color-danger:#a83232;--color-warning:#9a6b00;--color-success:#2f7a3f;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--radius:6px;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "Cascadia Mono", "Segoe UI Mono", Menlo, Consolas, monospace;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--focus-ring:0 0 0 3px #3b4d8c59;--color-surface-2:#f0f0ec;--color-border-strong:#b9b9b1;--color-text-faint:#8a8a83;--color-accent-soft:#e8ebf5;--color-danger-soft:#f7e6e6;--color-warning-soft:#f6efdc;--color-success-soft:#e4f1e6;--color-auto:#5a4a8c;--color-auto-soft:#ece8f6;--text-xs:.75rem;--text-md:.9375rem;--control-h:2rem;--control-px:.5rem;--sidebar-w:14rem;--drawer-w:22rem;--header-h:3.25rem;--shadow-drawer:-8px 0 24px #1c1c1a14}
*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:var(--color-accent)}:focus-visible{box-shadow:var(--focus-ring);outline:none}.page{max-width:64rem;padding:var(--space-8) var(--space-4);margin:0 auto}
