@tailwind base;@tailwind components;@tailwind utilities;:root{--volt: #C6FF00;--ember: #FF6720;--void: #050505;--surface: #0F0F0F;--carbon: #161616;--edge: #222222;--smoke: #2E2E2E;--t1: #FAFAFA;--t2: #A3A3A3;--t3: #525252;--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.08s}.reveal-d2{transition-delay:.16s}.reveal-d3{transition-delay:.24s}.reveal-d4{transition-delay:.32s}.reveal-d5{transition-delay:.4s}@keyframes voltPulse{0%,to{box-shadow:0 0 #c6ff0000}50%{box-shadow:0 0 40px 8px #c6ff0026}}.volt-glow{animation:voltPulse 3s ease-in-out infinite}@keyframes meshShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.mesh-bg{background:linear-gradient(135deg,#050505,#0a120a 40%,#050505,#100a00);background-size:300% 300%;animation:meshShift 12s ease infinite}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-track{display:flex;width:max-content;animation:ticker 30s linear infinite}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .6s cubic-bezier(.16,1,.3,1) both}.fade-up-d1{animation-delay:.1s}.fade-up-d2{animation-delay:.2s}.fade-up-d3{animation-delay:.3s}.fade-up-d4{animation-delay:.4s}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#2e2e2e;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#c6ff00}*:focus-visible{outline:2px solid #C6FF00;outline-offset:2px}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid rgba(198,255,0,.15);border-left-color:#c6ff00;border-radius:50%;width:20px;height:20px;animation:spin .7s linear infinite}.gradient-text{background:linear-gradient(to right,#c6ff00,#ff6720);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
