:root{--bg:#0f0f0f;--surface:#1a1a1a;--surface2:#242424;--surface3:#2e2e2e;--border:#333;--border2:#444;--text:#fff;--text2:#bbb;--muted:#777;--accent:#f97316;--accent-dim:#f9731626;--accent-border:#f973164d;--success:#22c55e;--success-dim:#22c55e26;--danger:#ef4444;--danger-dim:#ef444426;--blue:#3b82f6;--blue-dim:#3b82f626;--purple:#a855f7}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif}body{background:var(--bg);min-height:100dvh}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#444;border-radius:2px}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes prBurst{0%{opacity:0;transform:scale(.6)}70%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes timerPulse{0%,to{opacity:1}50%{opacity:.5}}.fade-up{animation:.2s fadeUp}.pr-burst{animation:.35s cubic-bezier(.34,1.56,.64,1) prBurst}
