:root{--color-bg: #f8f9fa;--color-surface: #ffffff;--color-surface-raised: #ffffff;--color-border: #e9ecef;--color-border-strong: #d1d5db;--color-divider: #f3f4f6;--color-text: #111827;--color-text-muted: #6b7280;--color-text-faint: #9ca3af;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-primary-bg: #eff6ff;--color-danger: #dc2626;--color-danger-bg: #fef2f2;--color-danger-border: #fecaca;--color-success: #16a34a;--color-success-bg: #f0fdf4;--color-success-border: #bbf7d0;--color-warning: #d97706;--color-warning-bg: #fffbeb;--color-warning-border: #fde68a;--color-overlay: rgb(0 0 0 / .4);--color-on-primary: #ffffff;--color-on-danger: #ffffff;--color-on-success: #ffffff;--shadow-sm: 0 1px 2px rgb(0 0 0 / .05);--shadow-md: 0 8px 24px rgb(0 0 0 / .08);--radius-sm: 6px;--radius-md: 10px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px}:root[data-theme=dark]{--color-bg: #0f1115;--color-surface: #181b20;--color-surface-raised: #20242b;--color-border: #2a2f38;--color-border-strong: #3a4049;--color-divider: #1f242b;--color-text: #e8eaed;--color-text-muted: #9aa0aa;--color-text-faint: #6b7280;--color-primary: #5b8def;--color-primary-hover: #7ba4f2;--color-primary-bg: #1b2a44;--color-danger: #f87171;--color-danger-bg: #3a1f1f;--color-danger-border: #5c2b2b;--color-success: #4ade80;--color-success-bg: #14251b;--color-success-border: #2f5c3f;--color-warning: #fbbf24;--color-warning-bg: #3a2e12;--color-warning-border: #5c4a1f;--color-overlay: rgb(0 0 0 / .6);--shadow-sm: 0 1px 2px rgb(0 0 0 / .3);--shadow-md: 0 8px 24px rgb(0 0 0 / .5)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:system-ui,sans-serif;transition:background-color .15s ease,color .15s ease}#app{min-height:100vh}a,button{transition:opacity .12s ease,background-color .12s ease,border-color .12s ease}a:hover{opacity:.75}button:not(:disabled):hover{filter:brightness(.96)}:root[data-theme=dark] button:not(:disabled):hover{filter:brightness(1.12)}button:disabled{cursor:not-allowed;opacity:.6}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}
