:root{--color-bg: #000000;--color-bg-alt: #111111;--color-bg-dark: #000000;--color-bg-hero: #000000;--color-card: #111111;--color-border: #2a2a2a;--color-border-dark: #1c1c1c;--color-primary: #00bb2d;--color-primary-hover: #009e26;--color-primary-text: #00bb2d;--color-cta: #f5a623;--color-cta-hover:#e09518;--color-text: #ffffff;--color-text-on-primary: #000000;--color-text-on-primary-muted: rgba(0, 0, 0, .75);--color-text-on-cta: #000000;--color-muted: #cccccc;--color-danger: #e53e3e;--color-success: #38a169;--color-white: #ffffff;--color-white-rgb: 255, 255, 255;--color-primary-glow-rgb: 123, 193, 68;--color-overlay-rgb: 10, 18, 26;--color-overlay-alt-rgb: 15, 25, 35;--color-modal-rgb: 5, 10, 15;--color-cta-rgb: 245, 166, 35;--color-danger-rgb: 229, 62, 62;--color-error: #dc2626;--color-error-bg: #fef2f2;--color-error-border: #fecaca;--color-error-bg-light: #fee2e2;--color-error-border-light:#fca5a5;--color-neutral-light: #f7faf6;--color-neutral-border: #e5e7eb;--color-neutral-muted: #cccccc;--font-family: "Inter", system-ui, -apple-system, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3.25rem;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-20: 5rem;--spacing-24: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--bp-sm: 640px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.14);--shadow-xl: 0 32px 80px rgba(0,0,0,.35);--transition-fast: .15s ease;--transition-normal: .25s ease;--container-max: 1200px;--container-padding: var(--spacing-6)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.reveal{opacity:0;transition:opacity .6s ease-out;will-change:opacity}.reveal.revealVisible{opacity:1;will-change:auto}.revealStagger>*{opacity:0;transition:opacity .5s ease-out;will-change:opacity}.revealStaggerVisible>*:nth-child(1){transition-delay:0ms;opacity:1}.revealStaggerVisible>*:nth-child(2){transition-delay:80ms;opacity:1}.revealStaggerVisible>*:nth-child(3){transition-delay:.16s;opacity:1}.revealStaggerVisible>*:nth-child(4){transition-delay:.24s;opacity:1}.revealStaggerVisible>*:nth-child(5){transition-delay:.32s;opacity:1}@media(prefers-reduced-motion:reduce){.reveal,.revealStagger>*{opacity:1;transition:none}}
