:root{--color-page-bg:#fff;--color-surface-bg:#f9fafb;--color-text-primary:#1f2937;--color-text-secondary:#6b7280;--color-border:#e5e7eb;--shadow-soft:0 1px 3px #11182714;--accent:#3b50c9;--accent-hover:#2e3fa3;--accent-soft:#eef0fb;--accent-border:#c8cef0;--accent-text:#2c3d96;--status-success:#15803d;--status-success-soft:#ecfdf5;--status-warning:#b45309;--status-warning-soft:#fffbeb;--status-danger:#b91c1c;--status-danger-soft:#fef2f2;--status-neutral:#6b7280;--status-neutral-soft:#f3f4f6;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.875rem;--text-md:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--radius-control:6px;--radius-panel:8px}
*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0}body{font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text-primary);background-color:var(--color-page-bg);line-height:1.5}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:no-preference){:focus-visible{transition:outline-offset .15s}}
