:root{--bg: #0f0f1a;--bg-card: #1a1a2e;--bg-card2: #16213e;--accent: #e94560;--accent2: #0f3460;--text: #ffffff;--text-muted: #a0a0b0;--border: rgba(255,255,255,.08);--radius: 16px;--radius-sm: 10px}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}#root{max-width:480px;margin:0 auto;min-height:100vh}button{cursor:pointer;border:none;outline:none;font-family:inherit}*{box-sizing:border-box}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--accent2);border-radius:4px}@keyframes pulse{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1.2)}}span[style*=animation]{animation:pulse 1.2s infinite}span[style*=animation]:nth-child(2){animation-delay:.2s}span[style*=animation]:nth-child(3){animation-delay:.4s}
