*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}:root{--bg: #0a0a0a;--card: #111111;--border: #1e1e1e;--accent: #b5f23d;--text: #ffffff;--text-secondary: #444444;--text-muted: #2a2a2a;--radius: 8px}html,body,#root{height:100%;min-height:100dvh}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{display:flex;flex-direction:column;max-width:480px;margin:0 auto}@keyframes dot-pulse{0%{transform:scale(1)}50%{transform:scale(1.18)}to{transform:scale(1)}}.dot-pulse{animation:dot-pulse .15s ease-out}
