@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#667eff;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#4f6ae8}html{scrollbar-width:thin;scrollbar-color:#667EFF transparent}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,#667eff,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.animated-gradient{background:linear-gradient(-45deg,#667eff,#4f46e5,#7c3aed,#667eff);background-size:400% 400%;animation:gradient-shift 15s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.glass{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)}.glow-blue{box-shadow:0 0 40px #667eff4d}.glow-gold{box-shadow:0 0 40px #c5a0594d}@layer utilities{.text-balance{text-wrap:balance}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}
