:root{--brand: #5b4fe9;--brand-600: #4f46e5;--brand-700: #4338ca;--money: #059669;--money-bg: #d1fae5;--danger: #e11d48;--danger-bg: #ffe4e6;--soft-bg: #eef2ff;--soft-fg: #4f46e5;--warn-bg: #fef3c7;--line: #e6e8f0;--muted: #64748b;--faint: #94a3b8;--surface: #ffffff;--surface-2: #f8f9fc;--surface-3: #f1f3f9;--text: #1a1d2e;--shadow-sm: 0 1px 2px rgba(5,8,16,.06);--shadow-md: 0 4px 14px rgba(5,8,16,.08);--shadow-lg: 0 12px 34px rgba(5,8,16,.12)}[data-theme=dark]{--brand: #7c70f0;--brand-600: #6366f1;--money: #34d399;--money-bg: #064e3b;--danger: #fb7185;--danger-bg: #4c0519;--soft-bg: #1e1b4b;--soft-fg: #a5b4fc;--warn-bg: #422006;--line: #2a2d3e;--muted: #94a3b8;--faint: #64748b;--surface: #161827;--surface-2: #1c1f2e;--surface-3: #252840;--text: #e2e8f0;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 14px rgba(0,0,0,.4);--shadow-lg: 0 12px 34px rgba(0,0,0,.5)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--surface-2);color:var(--text);-webkit-font-smoothing:antialiased}.disp{font-family:Sora,Inter,sans-serif;letter-spacing:-.01em}.mono{font-family:JetBrains Mono,ui-monospace,monospace;font-variant-numeric:tabular-nums}.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm)}.btn{display:inline-flex;align-items:center;gap:7px;font-family:Inter,sans-serif;font-weight:600;font-size:13.5px;padding:9px 16px;border-radius:10px;border:none;cursor:pointer;transition:all .15s;min-height:36px}.btn:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.btn-sm{padding:6px 12px;font-size:12.5px;min-height:32px}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-600)}.btn-ghost{background:transparent;color:var(--text)}.btn-ghost:hover{background:var(--surface-3)}.btn-soft{background:var(--soft-bg);color:var(--soft-fg)}.btn-money{background:var(--money);color:#fff}.btn-money:hover{opacity:.9}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{opacity:.9}.btn:disabled{opacity:.45;cursor:not-allowed}.field{width:100%;font-family:Inter,sans-serif;font-size:14px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);outline:none;transition:border-color .15s;min-height:40px}.field:focus{border-color:var(--brand)}.field::placeholder{color:var(--faint)}.lbl{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:5px;text-transform:uppercase;letter-spacing:.04em}.chip{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;padding:3px 10px;border-radius:20px;white-space:nowrap}.hoverbg{transition:background .12s}.hoverbg:hover{background:var(--surface-3)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--faint)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
