@tailwind base;@tailwind components;@tailwind utilities;:root{--tg-theme-bg-color: #1c1c1d;--tg-theme-text-color: #ffffff;--tg-theme-hint-color: #8e8e93;--tg-theme-link-color: #FF9500;--tg-theme-button-color: #FF9500;--tg-theme-button-text-color: #000000;--tg-theme-secondary-bg-color: #2c2c2e;--ios-deep-charcoal: #1c1c1d;--ios-card-bg: #2c2c2e;--ios-molten-amber: #FF9500;--ios-electric-violet: #AF52DE;--ios-text-primary: #ffffff;--ios-text-secondary: #8e8e93;--ios-border-radius: 16px;--ios-pill-radius: 100px;--font-display: "Syne", system-ui, -apple-system, sans-serif;--font-body: "Outfit", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}*{-webkit-tap-highlight-color:transparent}html,body{width:100%;height:100%;overflow:hidden;overscroll-behavior:none}#root{width:100%;height:100%;overflow:hidden}body{margin:0;padding:0;font-family:var(--font-body);background-color:var(--ios-deep-charcoal);color:var(--ios-text-primary);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{display:none}@layer utilities{.text-gradient{background:linear-gradient(135deg,#a78bfa,#818cf8,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card{@apply bg-tg-secondary rounded-2xl border border-white/5;}.glow-purple{box-shadow:0 0 24px #7c3aed59,0 0 8px #7c3aed33}.glow-fire{box-shadow:0 0 24px #f9731659,0 0 8px #f9731633}.glow-success{box-shadow:0 0 20px #10b9814d}.glow-error{box-shadow:0 0 20px #f43f5e4d}.btn-brand{@apply bg-brand-btn text-white font-bold rounded-2xl transition-all active:scale-95 glow-purple;}.btn-secondary{@apply bg-tg-secondary text-tg-text font-medium rounded-2xl border border-white/5 transition-all active:scale-95;}}
