:root{--primary-blue:#0038c6;--primary-dark:#000000;--primary-light:#ededed;--white:#ffffff;--bg-dark-1:#0e0e0e;--bg-dark-2:#121212;--bg-dark-3:#1e1e1e;--bg-dark-4:#2f2f2f;--bg-light-gray:#f7f7f7;--accent-green:#10c600;--accent-cyan:#00ffd4;--accent-yellow:#ffee00;--accent-orange:#ff8800;--accent-red:#ff0000;--accent-purple:#4e1bcf;--text-primary:#ffffff;--text-secondary:#d9d9d9;--text-tertiary:#969696;--text-dark:#000000;--text-gray-light:#c4c4c4;--text-gray-dark:#4b4b4b;--border-light:#e1e1e1;--border-dark:#383838;--shadow-color:rgba(0,0,0,0.1);--font-size-xxl:128px;--font-size-xl:96px;--font-size-lg:64px;--font-size-md:48px;--font-size-sm:32px;--font-size-body-xl:24px;--font-size-body-lg:20px;--font-size-body-md:16px;--font-size-body-sm:14px;--font-size-body-xs:12px;--font-size-mobile-hero:40px;--font-size-mobile-title:32px;--font-size-mobile-subtitle:24px;--font-size-mobile-body:16px;--font-size-mobile-small:14px;--font-primary:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-handwriting:Handlee,cursive;--font-weight-light:200;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-xxl:48px;--space-xxxl:64px;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px rgba(0,0,0,0.15);--transition-fast:150ms ease;--transition-normal:250ms ease;--transition-slow:350ms ease;--z-base:0;--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal-backdrop:400;--z-modal:500;--z-popover:600;--z-tooltip:700;--mobile-max-width:375px;--tablet-max-width:768px;--desktop-max-width:1920px;--landing-bg:var(--primary-blue);--card-bg:var(--bg-dark-2);--header-bg:var(--primary-light);--button-primary-bg:var(--primary-dark);--button-primary-text:var(--white)}@media (prefers-color-scheme:dark){:root{--text-primary:#ffffff;--text-secondary:#d9d9d9;--bg-primary:#000000;--bg-secondary:#1e1e1e}}