@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#050505] text-white antialiased;font-family:Montserrat,Inter,sans-serif;font-feature-settings:"ss01","ss02","cv01","cv02"}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-transparent;}::-webkit-scrollbar-thumb{@apply bg-gray-800 rounded-full hover:bg-indigo-500/50 transition-colors;}.custom-scrollbar-horizontal::-webkit-scrollbar{height:10px}.custom-scrollbar-horizontal::-webkit-scrollbar-thumb{@apply bg-indigo-500/40 rounded-full hover:bg-indigo-400;}.custom-scrollbar-horizontal::-webkit-scrollbar-track{@apply bg-black/40 rounded-full;}input[type=range].seek-slider{@apply appearance-none bg-gray-800 h-2.5 rounded-full outline-none border border-white/5;}input[type=range].seek-slider::-webkit-slider-thumb{@apply appearance-none w-6 h-6 bg-white border-[3px] border-indigo-500 rounded-full cursor-pointer shadow-[0_0_15px_rgba(99,102,241,.8)] hover:scale-125 transition-all;}input[type=range].seek-slider::-moz-range-thumb{@apply w-6 h-6 bg-white border-[3px] border-indigo-500 rounded-full cursor-pointer shadow-[0_0_15px_rgba(99,102,241,.8)] hover:scale-125 transition-all;}input[type=range].seek-slider{background:linear-gradient(to right,#6366f1 0%,#6366f1 var(--value),#1f2937 var(--value),#1f2937 100%)}.animate-float{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.bg-shimmer{background:linear-gradient(90deg,#111 25%,#222,#111 75%);background-size:200% 100%;animation:shimmer 2s infinite}html{scroll-behavior:smooth}
