@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#02040a] text-white antialiased m-0 overflow-x-hidden;font-family:Inter,sans-serif}}@layer components{.glass-panel{@apply bg-white/5 backdrop-blur-[20px] border border-white/10;}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{@apply hidden;}.shadow-glow{box-shadow:0 0 30px #2b59ff33}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:white!important;-webkit-box-shadow:0 0 0px 1000px #0a101f inset!important;transition:background-color 5000s ease-in-out 0s}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.material-symbols-outlined.filled{font-variation-settings:"FILL" 1}
