@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rubik:wght@400;500;600;700&display=swap";:root{--bg: #0B1D3A;--bg-light: #0F2448;--surface: #132A4E;--surface-alt: #1A3560;--card: #2A4A3C;--card-hover: #32583F;--fg: #EDF2F9;--fg-muted: #8BA4C0;--gold: #E6B85C;--red: #E63946;--border: #1E3A6E;--border-light: #2A5298;--winner-bg: #1D3D2C;--winner-border:#2ECC71;--font-display: "Bebas Neue", Impact, sans-serif;--font-body: "Rubik", system-ui, sans-serif;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--shadow: 0 4px 20px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .6)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg);color:var(--fg);min-height:100vh;overflow-x:auto}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dash-flow{to{stroke-dashoffset:-20}}.animate-in{animation:fadeIn .4s ease forwards}
