@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb: 255, 255, 255;--background-start-rgb: 0, 0, 0;--background-end-rgb: 0, 0, 0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}html{scroll-behavior:smooth}body{@apply bg-[#050505] text-white min-h-screen text-sm overflow-x-hidden antialiased;font-family:Outfit,Inter,system-ui,sans-serif;font-feature-settings:"cv11","ss01"}::selection{@apply bg-purple-500/30 text-purple-200;}.bg-noise{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:50;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.glow-text{text-shadow:0 0 20px rgba(168,85,247,.5)}.glow-box{box-shadow:0 0 40px -10px #a855f733}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradient-x{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse-slow{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}.animate-fade-in{animation:fade-in .6s ease-out forwards}.animate-fade-in-up{animation:fade-in-up .8s ease-out forwards}.animate-gradient-x{background-size:200% 200%;animation:gradient-x 15s ease infinite}.animate-pulse-slow{animation:pulse-slow 6s ease-in-out infinite}
