@layer base{.theme-grid{--color-bg-primary:#eef2fa;--color-bg-secondary:#e3e9f4;--color-bg-tertiary:#d7dfee;--color-bg-deep:#fff;--color-bg-elevated:#fff;--color-border:#c2cbdd;--color-border-glow:#008b9e;--color-primary:#007a8a;--color-accent:#008b9e;--color-success:#0a8f3c;--color-warning:#b26a00;--color-error:#c0271f;--color-info:#0277a8;--color-text-primary:#0c1322;--color-text-secondary:#3a4254;--color-text-muted:#5b6478;--color-game-secondary:#6a3df0;--color-game-secondary-foreground:#fff;--color-game-glow:#00acc1;--glass-bg:rgba(255,255,255,.55);--glass-border:rgba(12,19,34,.12);background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.dark .theme-grid,.theme-grid.dark{--color-bg-primary:#0e1321;--color-bg-secondary:#161b2a;--color-bg-tertiary:#1a1f2e;--color-bg-deep:#090e1c;--color-bg-elevated:#252a39;--color-border:#3b494c;--color-border-glow:#00daf3;--color-primary:#00e5ff;--color-primary-foreground:#0c1322;--color-accent:#00daf3;--color-success:#00e639;--color-warning:#ffb020;--color-error:#ffb4ab;--color-info:#00daf3;--color-text-primary:#dee2f6;--color-text-secondary:#bac9cc;--color-text-muted:#849396;--color-game-secondary:#c7b3ff;--color-game-secondary-foreground:#2a0a66;--color-game-glow:#00daf3;--glass-bg:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.01) 100%);--glass-border:rgba(255,255,255,.1)}.theme-grid h1,.theme-grid h2,.theme-grid h3,.theme-grid .font-arcade-display{font-family:Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}:root{--color-bg-primary:#eef2fa;--color-bg-secondary:#e3e9f4;--color-bg-tertiary:#d7dfee;--color-border:#c2cbdd;--color-primary:#007a8a;--color-primary-foreground:#fff;--color-primary-strong:#007a8a;--color-accent:#008b9e;--color-success:#2e7d32;--color-warning:#f57c00;--color-error:#b71c1c;--color-info:#1976d2;--color-text-primary:#0c1322;--color-text-secondary:#3a4254;--color-text-muted:#5b6478}.dark{--color-bg-primary:#0e1321;--color-bg-secondary:#161b2a;--color-bg-tertiary:#1a1f2e;--color-border:#3b494c;--color-primary:#00e5ff;--color-primary-foreground:#0c1322;--color-primary-strong:#00e5ff;--color-accent:#00daf3;--color-success:#388e3c;--color-warning:#f57c00;--color-error:#b71c1c;--color-info:#1976d2;--color-text-primary:#dee2f6;--color-text-secondary:#bac9cc;--color-text-muted:#849396}body{background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}:not([data-state]):not([data-motion]){transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}}.theme-grid .gg-glass{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px)}@tailwind base;@tailwind components;@tailwind utilities;.dark input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.ticker-scroll{animation:linear infinite ticker-scroll}@keyframes pulse-live{0%,to{opacity:1}50%{opacity:.4}}.animate-pulse-live{animation:2s ease-in-out infinite pulse-live}:focus-visible{outline:2px solid var(--color-accent)!important;outline-offset:2px!important}