:root{--bg-primary: #0a0a0a;--bg-secondary: #1a1a2e;--bg-card: #16213e;--bg-input: #1a1a2e;--text-primary: #ffffff;--text-secondary: #a0a0b0;--text-muted: #666680;--accent-purple: #8b5cf6;--accent-purple-dark: #7c3aed;--accent-gold: #f59e0b;--accent-orange: #f97316;--accent-green: #10b981;--accent-red: #ef4444;--border-color: #2a2a4a;--radius: 12px;--radius-lg: 20px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{display:flex;justify-content:center}.app-container{width:100%;max-width:480px;min-height:100vh;background:var(--bg-primary);position:relative;overflow-x:hidden}input,textarea,select{font-family:inherit;font-size:14px}a{color:var(--accent-purple);text-decoration:none}::-webkit-scrollbar{width:0;display:none}
