@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#050101}html,body,#root{overflow-x:hidden;width:100%;max-width:100vw;margin:0;padding:0}@layer components{.btn-fire{@apply relative uppercase font-orbitron font-bold tracking-widest px-6 py-3 border border-orange-600/50 text-orange-500 transition-all duration-300;background:linear-gradient(45deg,rgba(255,69,0,.1) 0%,transparent 100%)}.btn-fire:hover{@apply text-white border-orange-500 shadow-[0_0_20px_rgba(255,69,0,.6)] scale-105;background:linear-gradient(45deg,rgba(255,69,0,.4) 0%,transparent 100%)}.btn-fire:active{@apply scale-95;}.card-hover{@apply transition-all duration-300 hover:border-orange-500/50 hover:bg-orange-900/10 hover:scale-[1.02] hover:shadow-[0_0_20px_rgba(234,88,12,.3)];}.text-shadow-fire{text-shadow:0 0 10px rgba(255,69,0,.8),0 0 20px rgba(255,0,0,.5)}}@keyframes ember-rise{0%{transform:translateY(100vh) scale(0);opacity:0}20%{opacity:1}80%{opacity:.8}to{transform:translateY(-20vh) scale(1);opacity:0}}.animate-ember{position:absolute;width:4px;height:4px;background:#ff4500;border-radius:50%;box-shadow:0 0 10px #ff4500;animation:ember-rise 10s linear infinite;bottom:-10px;pointer-events:none}.animate-ember:nth-child(2n){animation-duration:7s;width:6px;height:6px}.animate-ember:nth-child(3n){animation-duration:12s;width:3px;height:3px}.animate-ember:nth-child(5n){animation-duration:15s}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.animate-marquee{animation:marquee 30s linear infinite}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#ea580c,#7f1d1d);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ea580c}
