@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-color: #00BFFF;--bg-dark: #050505}html,body{background-color:#050505;color:#fff;margin:0;padding:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background-color:#333;border-radius:4px;border:2px solid #050505}::-webkit-scrollbar-thumb:hover{background-color:#555}*{scrollbar-width:thin;scrollbar-color:#333333 #050505}@layer utilities{@keyframes softEnter{0%{opacity:0;transform:translateY(8px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-soft-enter{animation:softEnter .4s cubic-bezier(.2,.8,.2,1) forwards;will-change:transform,opacity}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.text-gradient-brand{@apply bg-clip-text text-transparent bg-gradient-to-r from-[#00BFFF] to-blue-600;}}.shadow-neon{box-shadow:0 0 10px #00bfff4d,0 0 20px #00bfff1a}
