:root{--bg: #0a0a0a;--bg-card: #141414;--bg-elevated: #1c1c1c;--accent: #e8ff47;--accent-dim: rgba(232,255,71,.1);--text-primary: #f5f5f5;--text-secondary: #888;--text-muted: #555;--border: rgba(255,255,255,.07);--border-accent: rgba(232,255,71,.3);--red: #ff4444;--green: #44ff88;--radius: 16px;--font-display: "Syne", sans-serif;--font-body: "DM Sans", sans-serif;--font-number: "Barlow", "DM Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{background:var(--bg);color:var(--text-primary);font-family:var(--font-body);font-size:15px;line-height:1.5;min-height:100vh;min-height:100dvh;overscroll-behavior:none;font-variant-numeric:tabular-nums}.num{font-family:var(--font-number);font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}#root{max-width:430px;margin:0 auto;min-height:100vh;min-height:100dvh;overflow-x:hidden}body.ops-mode{background:#eef3f7;color:#0f172a}body.ops-mode #root{max-width:none;margin:0}html.prepare-mode,body.prepare-mode{background:#f8fafc;color:#0f172a;color-scheme:light}html.prepare-mode body{background:#f8fafc;color:#0f172a;min-height:100vh;min-height:100dvh}html.prepare-mode #root,body.prepare-mode #root{max-width:none;margin:0;background:#f8fafc;color:#0f172a;min-height:100vh;min-height:100dvh}html.prepare-mode,html.prepare-mode body,html.prepare-mode #root,body.prepare-mode,body.prepare-mode input,body.prepare-mode textarea,body.prepare-mode select,body.prepare-mode button,body.prepare-mode option,body.prepare-mode optgroup,html.prepare-mode input,html.prepare-mode textarea,html.prepare-mode select,html.prepare-mode button,html.prepare-mode option,html.prepare-mode optgroup{color-scheme:light}body.ops-mode ::-webkit-scrollbar{width:10px;height:10px}body.ops-mode ::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:999px}body.ops-mode select,body.ops-mode option,body.ops-mode optgroup{color-scheme:light;background:#fff;color:#0f172a}button{cursor:pointer;border:none;outline:none;font-family:var(--font-body)}input,textarea{font-family:var(--font-body);outline:none}::-webkit-scrollbar{width:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:scale(1)}40%{transform:scale(1.3)}60%{transform:scale(.9)}}@keyframes spin{to{transform:rotate(360deg)}}
