@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html{background:#000000;overflow-x:hidden}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:transparent;color:#f3f4f6;transition:color .3s ease;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.focus-ring{@apply focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500;}.btn-hover{@apply transition-all duration-300;}.card-hover{@apply transition-all duration-300 hover:shadow-lg hover:-translate-y-1;}.neon-button{@apply backdrop-blur-md border border-purple-500/30 shadow-lg shadow-purple-500/25 bg-white/10 text-gray-100 hover:bg-white/20 hover:border-purple-400/50 transition-all duration-300;}.glass-card{@apply backdrop-blur-lg border border-white/20 shadow-2xl bg-white/20;box-shadow:0 8px 32px #1f26872e;background:linear-gradient(135deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.1) 100%)}
