:root{--color-bg: #121414;--color-surface: #1A1A1A;--color-surface-high: #292a2a;--color-surface-highest: #343535;--color-primary: #E2FF00;--color-primary-dim: #bad200;--color-on-primary: #191e00;--color-text: #e3e2e2;--color-text-muted: #c6c9ab;--color-outline: #909378;--color-outline-variant: #464932;--color-error: #ffb4ab;--space-xs: 4px;--space-sm: 12px;--space-base: 8px;--space-md: 24px;--space-lg: 48px;--space-xl: 80px;--space-gutter: 24px;--space-margin: 32px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-sharp: cubic-bezier(.4, 0, .6, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--color-bg);color:var(--color-text);overflow-x:hidden}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes clipReveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}@keyframes scalePunch{0%{transform:scale(.85);opacity:0}70%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}@keyframes neonPulse{0%,to{box-shadow:0 0 8px #e2ff0066,0 0 20px #e2ff0033}50%{box-shadow:0 0 16px #e2ff00cc,0 0 40px #e2ff0066,0 0 80px #e2ff0033}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
