:root{--bg: #f6f7fb;--surface: #ffffff;--surface2: #f1f3f9;--text: #0f1729;--sub: #77839a;--border: #eaedf3;--pos: #10b981;--neg: #f43f5e;--navbg: #ffffff;--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 12px 28px -8px rgba(37, 99, 235, .18);--accent: #3b82f6;--heroFrom: #60a5fa;--heroTo: #2563eb;--accentInk: #ffffff;--radius-card: 22px;--radius-modal: 26px;--radius-tile: 12px;--font-ui: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-num: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace}:root[data-theme=dark]{--bg: #0b0e14;--surface: #151a23;--surface2: #1f2632;--text: #eaeef6;--sub: #8b97a9;--border: rgba(255, 255, 255, .07);--pos: #34d399;--neg: #fb7185;--navbg: #10141c;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 18px 40px -12px rgba(0, 0, 0, .6)}:root[data-accent=blue]{--accent: #3b82f6;--heroFrom: #60a5fa;--heroTo: #2563eb;--accentInk: #ffffff}:root[data-accent=pink]{--accent: #ec4899;--heroFrom: #f472b6;--heroTo: #db2777;--accentInk: #ffffff}:root[data-accent=purple]{--accent: #8b5cf6;--heroFrom: #a78bfa;--heroTo: #7c3aed;--accentInk: #ffffff}:root[data-accent=emerald]{--accent: #10b981;--heroFrom: #34d399;--heroTo: #059669;--accentInk: #ffffff}:root[data-accent=sunset]{--accent: #f97316;--heroFrom: #fb923c;--heroTo: #ea580c;--accentInk: #ffffff}:root[data-accent=neutral]{--accent: #475569;--heroFrom: #64748b;--heroTo: #334155;--accentInk: #ffffff}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:root[data-compact="1"]{zoom:.92}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;color:var(--text)}input::placeholder,textarea::placeholder{color:var(--sub)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.num{font-family:var(--font-num);font-variant-numeric:tabular-nums;letter-spacing:-.2px}button,a,input,.tap{transition:transform .15s ease,filter .15s ease,background-color .18s ease,border-color .15s ease,opacity .15s ease,box-shadow .18s ease}button:hover,.tap:hover{filter:brightness(1.03)}button:active,.tap:active{transform:scale(.98)}.fade{animation:fadeUp .4s cubic-bezier(.22,.61,.36,1)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes blink{0%,to{opacity:.25}50%{opacity:1}}@keyframes confettiFall{to{transform:translateY(120vh) rotate(720deg);opacity:0}}:root[data-reduce-motion="1"] *,:root[data-reduce-motion="1"] *:before,:root[data-reduce-motion="1"] *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}
