@charset "UTF-8";:root,:root[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--surface-2: #334155;--border: rgba(255, 255, 255, .07);--border-strong: rgba(255, 255, 255, .12);--overlay-hover: rgba(255, 255, 255, .06);--text-strong: #f1f5f9;--text: #e2e8f0;--text-2: #cbd5e1;--text-muted: #94a3b8;--text-subtle: #64748b;--text-faint: #475569;--accent: #F59E0B;--accent-hover: #d97706;--shadow-lg: rgba(0, 0, 0, .45);color-scheme:dark}:root[data-theme=light]{--bg: #f1f5f9;--surface: #ffffff;--surface-2: #e2e8f0;--border: rgba(15, 23, 42, .1);--border-strong: rgba(15, 23, 42, .16);--overlay-hover: rgba(15, 23, 42, .05);--text-strong: #0f172a;--text: #1e293b;--text-2: #334155;--text-muted: #475569;--text-subtle: #64748b;--text-faint: #94a3b8;--accent: #d97706;--accent-hover: #b45309;--shadow-lg: rgba(15, 23, 42, .15);--warn-text: #b45309;--danger-text: #dc2626;--success-text: #15803d;--info-text: #1d4ed8;--purple-text: #7c3aed;--cyan-text: #0e7490;--teal-text: #0f766e;--pink-text: #be185d;--tint-red: rgba(220, 38, 38, .22);--tint-amber: rgba(180, 83, 9, .15);--tint-green: rgba(21, 128, 61, .15);--tint-blue: rgba(29, 78, 216, .14);--tint-purple: rgba(124, 58, 237, .15);--tint-cyan: rgba(14, 116, 144, .15);color-scheme:light}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;font-size:16px;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background-color .2s ease,color .2s ease}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button{font-family:inherit}option{background:var(--surface);color:var(--text)}.text-amber{color:var(--accent)}.text-muted{color:var(--text-subtle)}.text-danger{color:#ef4444}
