@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0a0a0f;color:#fff;font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:#7c3aed;border-radius:999px}.gradient-text{background:linear-gradient(110deg,#7c3aed,#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:180% auto;animation:shimmer 5s ease-in-out infinite}.card-glow{transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease}.card-glow:hover{box-shadow:0 0 30px #7c3aed40;border-color:#7c3aeda6}.section-fade{animation:fadeInUp .6s ease both}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:float 3s ease-in-out infinite}
