@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.text-gradient{@apply bg-clip-text text-transparent bg-gradient-to-r from-white via-blue-100 to-gray-400;}.glass-panel{@apply bg-white/[.03] backdrop-blur-xl border border-white/[.08] shadow-2xl;}.glass-button{@apply bg-white/[.05] hover:bg-white/[.1] border border-white/[.1] backdrop-blur-md transition-all duration-300;}}:root{--bg-dark: #050510}body{background-color:var(--bg-dark);color:#fff;overflow-x:hidden;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0b1026}::-webkit-scrollbar-thumb{background:#1f2937;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#374151}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float-slow{animation:float-slow 6s ease-in-out infinite}
