*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f172a;--surface: #1e293b;--surface2: #273548;--border: #334155;--text: #f1f5f9;--text-muted: #94a3b8;--accent: #6366f1;--accent-hover: #818cf8;--danger: #ef4444;--success: #22c55e;--warning: #f59e0b;--radius: 8px;--shadow: 0 4px 24px rgba(0, 0, 0, .4)}@media (prefers-color-scheme: light){:root{--bg: #f1f5f9;--surface: #ffffff;--surface2: #e2e8f0;--border: #cbd5e1;--text: #0f172a;--text-muted: #64748b;--accent-hover: #4f46e5;--shadow: 0 4px 24px rgba(0, 0, 0, .12)}}[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--surface2: #273548;--border: #334155;--text: #f1f5f9;--text-muted: #94a3b8;--accent-hover: #818cf8;--shadow: 0 4px 24px rgba(0, 0, 0, .4)}[data-theme=light]{--bg: #f1f5f9;--surface: #ffffff;--surface2: #e2e8f0;--border: #cbd5e1;--text: #0f172a;--text-muted: #64748b;--accent-hover: #4f46e5;--shadow: 0 4px 24px rgba(0, 0, 0, .12)}html,body{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}button{cursor:pointer;font:inherit;border:none;border-radius:var(--radius);padding:.5rem 1rem;transition:background .15s,color .15s}input,textarea,select{font:inherit;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:.5rem .75rem}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);outline-offset:2px}a{color:var(--accent);text-decoration:none}
