@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@400;500;600;700;800&display=swap";:root{--bg: #0A0A0A;--surface: #141414;--surface-2: #1E1E1E;--surface-3: #252525;--fg: #F5F0E8;--muted: #7A7068;--border: #2A2A2A;--accent: #FF5C1A;--accent-light: #FF7A3D;--accent-glow: rgba(255, 92, 26, .25);--yellow: #FFB800;--yellow-light: #FFC93D;--yellow-glow: rgba(255, 184, 0, .2);--danger: #FF3B3B;--success: #36D399;--font-display: "Bebas Neue", "Impact", sans-serif;--font-body: "Barlow", system-ui, sans-serif;--text-xs: 11px;--text-sm: 13px;--text-base: 16px;--text-lg: 20px;--text-xl: 26px;--text-2xl: 34px;--text-3xl: 48px;--text-4xl: 64px;--text-5xl: 88px;--leading-body: 1.55;--radius: 12px;--radius-sm: 6px;--radius-lg: 20px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--shadow-sm: 0 1px 4px rgba(0,0,0,.5);--shadow-md: 0 4px 16px rgba(0,0,0,.6);--shadow-lg: 0 8px 32px rgba(0,0,0,.7);--shadow-xl: 0 16px 48px rgba(0,0,0,.8);--glow-accent: 0 0 24px rgba(255,92,26,.4), 0 0 8px rgba(255,92,26,.2);--glow-yellow: 0 0 24px rgba(255,184,0,.4), 0 0 8px rgba(255,184,0,.2)}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-body);background:var(--bg);color:var(--fg);font-size:var(--text-base);line-height:var(--leading-body);-webkit-font-smoothing:antialiased;overscroll-behavior:none}#root{min-height:100vh;min-height:100dvh}
