:root{--bg: #0f172a;--surface: #1e293b;--surface-2: #273449;--border: #334155;--text: #e2e8f0;--text-muted: #94a3b8;--primary: #6366f1;--primary-text: #ffffff;--danger: #ef4444;--success: #22c55e;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--radius: 10px;--radius-sm: 6px;--font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--shadow: 0 1px 3px rgba(0, 0, 0, .3)}@media (prefers-color-scheme: light){:root{--bg: #f8fafc;--surface: #ffffff;--surface-2: #f1f5f9;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--primary-text: #ffffff;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:var(--primary)}@keyframes spin{to{transform:rotate(360deg)}}
