@import"https://fonts.googleapis.com/css2?family=Inter:wght@300..900&family=Outfit:wght@400..800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.font-outfit{font-family:Outfit,sans-serif}.text-balance{text-wrap:balance}.glass-panel{@apply bg-slate-900/70 backdrop-blur-xl border border-slate-700/50 shadow-[0_4px_24px_-1px_rgba(0,0,0,.2)];}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#020617;color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.shadow-premium{box-shadow:0 0 0 1px #ffffff0d,0 2px 8px #0003,0 12px 24px -4px #0000004d}.shadow-glow-blue{box-shadow:0 0 0 1px #3b82f633,0 8px 40px -12px #3b82f680}.text-gradient{background:linear-gradient(135deg,#60a5fa,#a78bfa,#f472b6);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:200% auto;animation:shine 5s linear infinite}@keyframes shine{to{background-position:200% center}}.padding-global{@apply px-4 sm:px-6 md:px-12 lg:px-24 max-w-[1600px] mx-auto;}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@media(max-width:640px){.hero-title{@apply text-4xl leading-[1.1] font-[800];}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}.dark body{background-color:#020617;color:#f8fafc}
