@tailwind base;@tailwind components;@tailwind utilities;:root{--accent-violet: #82b1d4;--accent-blue: #3b82f6;--accent-green: #10b981}html{scroll-behavior:smooth;background-color:#09090b;scrollbar-width:thin;scrollbar-color:#27272a #09090b}body{@apply antialiased text-zinc-300;font-feature-settings:"cv02","cv03","cv04","cv11"}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#09090b}::-webkit-scrollbar-thumb{background-color:#27272a;border-radius:9999px;border:2px solid #09090b;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background-color:#82b1d4}@layer utilities{.custom-scroll{scrollbar-width:thin;scrollbar-color:#3f3f46 transparent}.custom-scroll::-webkit-scrollbar{width:6px;height:6px}.custom-scroll::-webkit-scrollbar-track{background:transparent}.custom-scroll::-webkit-scrollbar-thumb{background-color:#3f3f46;border-radius:9999px;transition:background-color .2s ease}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:#82b1d4}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.glass{@apply bg-zinc-900/50 backdrop-blur-xl border border-white/5;}.glow-violet{box-shadow:0 0 20px -5px #82b1d44d}.glow-blue{box-shadow:0 0 20px -5px #3b82f64d}}h1,h2,h3,h4{@apply tracking-tighter uppercase italic font-black;}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.animate-shimmer{position:relative;overflow:hidden}.animate-shimmer:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);animation:shimmer 2s infinite}
