@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Bebas+Neue&family=DM+Mono:wght@300;400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes shimmer{to{transform:translate(100%)}}}@layer base{body{@apply bg-background text-foreground font-sans antialiased min-h-screen;background-color:#000;background-image:radial-gradient(circle at 10% 40%,rgba(255,255,255,.05),transparent 50%),radial-gradient(circle at 90% 20%,rgba(100,100,100,.1),transparent 50%),radial-gradient(circle at 50% 10%,rgba(255,255,255,.02),transparent 70%)}body:after{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");z-index:50;pointer-events:none;opacity:.04}::selection{background-color:#fff3;color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-void-lighter;}::-webkit-scrollbar-thumb{@apply bg-glass-highlight rounded-full hover:bg-glass-border-hover transition-colors;}}@layer components{.container-custom{@apply max-w-7xl mx-auto px-6 w-full;}.glass-panel{@apply bg-glass-surface backdrop-blur-2xl border border-glass-border shadow-glass;}.glass-panel-hover{@apply hover:bg-glass-highlight hover:border-glass-border-hover hover:shadow-glass-hover transition-all duration-300;}.btn-primary{@apply relative bg-white text-black font-mono text-xs font-medium uppercase tracking-widest px-6 py-4 rounded-xl transition-all duration-300 overflow-hidden active:scale-95 disabled:opacity-50 disabled:cursor-not-allowed;box-shadow:0 4px 14px #ffffff1a}.btn-primary:hover:not(:disabled){@apply -translate-y-0.5 scale-[1.02];box-shadow:0 8px 25px #ffffff26}.btn-primary:before{content:"";@apply absolute top-0 -left-full w-full h-full;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.btn-primary:hover:not(:disabled):before{@apply left-full;}.premium-input{@apply w-full bg-white/5 border border-white/10 rounded-xl text-white font-display text-3xl tracking-wide px-11 py-4 transition-all duration-200 focus:outline-none focus:border-white/40 focus:ring-1 focus:ring-white/20;}}
