@tailwind base;@tailwind components;@tailwind utilities;@keyframes scan-vertical{0%{top:-10%}to{top:110%}}@keyframes scan-horizontal{0%{left:-10%}to{left:110%}}@keyframes float{0%,to{transform:translateY(0) translate(0);opacity:.3}50%{transform:translateY(-20px) translate(10px);opacity:.6}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@layer utilities{.animate-scan-vertical{animation:scan-vertical 3s linear infinite}.animate-scan-horizontal{animation:scan-horizontal 4s linear infinite}.animate-float{animation:float linear infinite}.animate-spin-slow{animation:spin-slow 20s linear infinite}.animate-snowfall{animation:snowfall linear infinite}.animate-twinkle{animation:twinkle 2s ease-in-out infinite}.bg-gradient-radial{background:radial-gradient(circle,var(--tw-gradient-stops))}}body{margin:0;background:#000;overflow:hidden;font-family:Inter,sans-serif}.cinzel{font-family:Cinzel,serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#059669}
