body{background:#0a0c0e;margin:0;padding:0}.page.svelte-1s3g6ho{background:#0a0c0e;min-height:100vh;color:#c8d4dc;font-family:Barlow Condensed,sans-serif;padding-bottom:80px}.game-header.svelte-1s3g6ho{max-width:1100px;margin:0 auto;padding:32px 24px 16px}@media(min-width:900px){.game-header.svelte-1s3g6ho{padding:40px 48px 20px}}.game-title-row.svelte-1s3g6ho{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.eyebrow.svelte-1s3g6ho{font-family:Share Tech Mono,monospace;font-size:11px;color:#d4a520;letter-spacing:3px;margin-bottom:6px}h1.svelte-1s3g6ho{font-family:Rajdhani,sans-serif;font-weight:700;font-size:clamp(22px,4vw,40px);color:#eaf0f4;line-height:1;margin:0}h1.svelte-1s3g6ho span:where(.svelte-1s3g6ho){color:#d4a520}.score-box.svelte-1s3g6ho{background:#0f1318;border:1px solid #1e2a36;padding:12px 20px;text-align:center;clip-path:polygon(6px 0%,100% 0%,calc(100% - 6px) 100%,0% 100%);flex-shrink:0}.score-value.svelte-1s3g6ho{font-family:Rajdhani,sans-serif;font-weight:700;font-size:32px;color:#d4a520;display:block;line-height:1}.score-label.svelte-1s3g6ho{font-family:Share Tech Mono,monospace;font-size:9px;color:#5a7080;letter-spacing:1px}.progress-row.svelte-1s3g6ho{display:flex;align-items:center;gap:12px}.progress-label.svelte-1s3g6ho{font-family:Share Tech Mono,monospace;font-size:10px;color:#5a7080;letter-spacing:1px;flex-shrink:0}.progress-track.svelte-1s3g6ho{flex:1;height:4px;background:#1e2a36;overflow:hidden}.progress-fill.svelte-1s3g6ho{height:100%;background:linear-gradient(90deg,#d4a520,#f0c040);transition:width .4s ease}.status-screen.svelte-1s3g6ho{min-height:calc(100vh - 56px);display:flex;align-items:center;justify-content:center;padding:24px}.loader-wrap.svelte-1s3g6ho{max-width:480px;width:100%}.loader-wrap.svelte-1s3g6ho h2:where(.svelte-1s3g6ho){font-family:Rajdhani,sans-serif;font-weight:700;font-size:clamp(24px,4vw,36px);color:#eaf0f4;margin:8px 0 12px;line-height:1.1}.status-sub.svelte-1s3g6ho{font-family:Barlow Condensed,sans-serif;font-size:15px;color:#5a7080;margin:0 0 32px;line-height:1.5}.blink.svelte-1s3g6ho{animation:svelte-1s3g6ho-blink 1s step-end infinite;color:#d4a520}@keyframes svelte-1s3g6ho-blink{0%,to{opacity:1}50%{opacity:0}}.loader-bar.svelte-1s3g6ho{height:3px;background:#1e2a36;overflow:hidden;position:relative}.loader-fill.svelte-1s3g6ho{height:100%;background:linear-gradient(90deg,#d4a520,#f0c040);animation:svelte-1s3g6ho-loader 1.8s ease-in-out infinite;transform-origin:left}@keyframes svelte-1s3g6ho-loader{0%{transform:translate(-100%) scaleX(.3)}50%{transform:translate(50%) scaleX(.6)}to{transform:translate(100%) scaleX(.3)}}.arena.svelte-1s3g6ho{max-width:1100px;margin:24px auto 0;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:stretch}@media(min-width:900px){.arena.svelte-1s3g6ho{padding:0 48px;gap:24px}}@media(max-width:600px){.arena.svelte-1s3g6ho{grid-template-columns:1fr;grid-template-rows:auto auto auto}}.player-card.svelte-1s3g6ho{position:relative;background:#141920;border:1px solid #1e2a36;padding:0;cursor:pointer;transition:border-color .2s,transform .15s,background .2s;overflow:hidden;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px));display:flex;flex-direction:column;text-align:left;width:100%}.player-card.svelte-1s3g6ho:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#d4a520,transparent);opacity:0;transition:opacity .2s;z-index:1}.player-card.svelte-1s3g6ho:hover:not(:disabled){border-color:#d4a520;background:#181f28;transform:translateY(-4px)}.player-card.svelte-1s3g6ho:hover:not(:disabled):before{opacity:1}.player-card.correct.svelte-1s3g6ho{border-color:#4caf50;background:#0f1f10}.player-card.correct.svelte-1s3g6ho:before{background:linear-gradient(90deg,#4caf50,transparent);opacity:1}.player-card.wrong.svelte-1s3g6ho{border-color:#eb4b4b;background:#1f0f0f}.player-card.wrong.svelte-1s3g6ho:before{background:linear-gradient(90deg,#eb4b4b,transparent);opacity:1}.player-card.dimmed.svelte-1s3g6ho{opacity:.45}.reveal-badge.svelte-1s3g6ho{position:absolute;top:12px;right:12px;font-family:Share Tech Mono,monospace;font-size:10px;letter-spacing:1px;padding:3px 8px;z-index:2}.badge-win.svelte-1s3g6ho{background:#4caf5026;color:#4caf50;border:1px solid #4caf50}.badge-lose.svelte-1s3g6ho{background:#eb4b4b26;color:#eb4b4b;border:1px solid #eb4b4b}.player-avatar-wrap.svelte-1s3g6ho{position:relative;display:flex;align-items:center;justify-content:center;min-height:180px;background:linear-gradient(135deg,#0f1318,#1a2030)}@media(min-width:700px){.player-avatar-wrap.svelte-1s3g6ho{min-height:220px}}.player-avatar-bg.svelte-1s3g6ho{position:absolute;inset:0}.player-initials.svelte-1s3g6ho{font-family:Rajdhani,sans-serif;font-weight:700;font-size:72px;line-height:1;opacity:.15;letter-spacing:-4px;position:relative;z-index:1;transition:opacity .2s}.player-card.svelte-1s3g6ho:hover:not(:disabled) .player-initials:where(.svelte-1s3g6ho){opacity:.25}.player-info.svelte-1s3g6ho{padding:16px 20px 20px;display:flex;flex-direction:column;gap:4px;border-top:1px solid #1e2a36}.player-team.svelte-1s3g6ho{font-family:Share Tech Mono,monospace;font-size:9px;letter-spacing:2px;text-transform:uppercase}h2.player-nickname.svelte-1s3g6ho{font-family:Rajdhani,sans-serif;font-weight:700;font-size:28px;color:#eaf0f4;margin:2px 0 6px;line-height:1}.player-earnings.svelte-1s3g6ho{font-family:Rajdhani,sans-serif;font-weight:700;font-size:28px;line-height:1}.player-earnings.revealed.svelte-1s3g6ho{color:#d4a520}.player-earnings.hidden-earnings.svelte-1s3g6ho{color:#2a3a48;letter-spacing:4px}.earnings-label.svelte-1s3g6ho{font-family:Share Tech Mono,monospace;font-size:8px;color:#5a7080;letter-spacing:2px;margin-top:2px}.chosen-indicator.svelte-1s3g6ho{position:absolute;bottom:0;left:0;right:0;text-align:center;font-family:Share Tech Mono,monospace;font-size:11px;letter-spacing:2px;padding:8px;background:#00000080}.player-card.correct.svelte-1s3g6ho .chosen-indicator:where(.svelte-1s3g6ho){color:#4caf50}.player-card.wrong.svelte-1s3g6ho .chosen-indicator:where(.svelte-1s3g6ho){color:#eb4b4b}.vs-divider.svelte-1s3g6ho{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 0}@media(max-width:600px){.vs-divider.svelte-1s3g6ho{flex-direction:row;padding:0}}.vs-line.svelte-1s3g6ho{flex:1;width:1px;background:#1e2a36}@media(max-width:600px){.vs-line.svelte-1s3g6ho{width:100%;height:1px;flex:1}}.vs-text.svelte-1s3g6ho{font-family:Rajdhani,sans-serif;font-weight:700;font-size:18px;color:#2a3a48;letter-spacing:2px}.next-row.svelte-1s3g6ho{max-width:1100px;margin:24px auto 0;padding:0 24px;display:flex;justify-content:center}@media(min-width:900px){.next-row.svelte-1s3g6ho{padding:0 48px}}.btn-next.svelte-1s3g6ho{display:inline-flex;align-items:center;gap:10px;background:#d4a520;color:#000;font-family:Rajdhani,sans-serif;font-weight:700;font-size:16px;letter-spacing:2px;padding:14px 40px;clip-path:polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%);border:none;cursor:pointer;transition:background .2s,transform .15s}.btn-next.svelte-1s3g6ho:hover{background:#e8b830;transform:translateY(-2px)}.results.svelte-1s3g6ho{max-width:1100px;margin:0 auto;padding:40px 24px 80px}@media(min-width:900px){.results.svelte-1s3g6ho{padding:48px 48px 80px}}.results-header.svelte-1s3g6ho{margin-bottom:48px}.results-sub.svelte-1s3g6ho{font-size:16px;color:#5a7080;margin:12px 0 24px}.review-section.svelte-1s3g6ho{margin-top:8px}.section-header.svelte-1s3g6ho{display:flex;align-items:center;gap:16px;margin-bottom:16px}.section-label.svelte-1s3g6ho{font-family:Share Tech Mono,monospace;font-size:11px;color:#d4a520;letter-spacing:3px;white-space:nowrap}.section-line.svelte-1s3g6ho{flex:1;height:1px;background:linear-gradient(90deg,#1e2a36,transparent)}.review-list.svelte-1s3g6ho{display:flex;flex-direction:column;gap:8px}.review-row.svelte-1s3g6ho{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;gap:12px;background:#0f1318;border:1px solid #1e2a36;padding:14px 16px;border-left:3px solid transparent}.review-row.row-correct.svelte-1s3g6ho{border-left-color:#4caf50}.review-row.row-wrong.svelte-1s3g6ho{border-left-color:#eb4b4b}.review-round.svelte-1s3g6ho{font-family:Share Tech Mono,monospace;font-size:10px;color:#5a7080}.review-pair.svelte-1s3g6ho{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.review-player.svelte-1s3g6ho{display:flex;align-items:center;gap:8px;flex-wrap:wrap;opacity:.5;flex:1;min-width:140px}.review-player.chosen.svelte-1s3g6ho{opacity:1}.review-nickname.svelte-1s3g6ho{font-family:Rajdhani,sans-serif;font-weight:600;font-size:15px;color:#eaf0f4}.review-earnings.svelte-1s3g6ho{font-family:Rajdhani,sans-serif;font-weight:700;font-size:15px;color:#d4a520}.review-tag.svelte-1s3g6ho{font-family:Share Tech Mono,monospace;font-size:8px;color:#000;background:#d4a520;padding:2px 6px;letter-spacing:1px}.review-vs.svelte-1s3g6ho{font-family:Rajdhani,sans-serif;font-size:12px;color:#2a3a48;flex-shrink:0}.review-result.svelte-1s3g6ho{font-family:Rajdhani,sans-serif;font-weight:700;font-size:18px;text-align:right}.row-correct.svelte-1s3g6ho .review-result:where(.svelte-1s3g6ho){color:#4caf50}.row-wrong.svelte-1s3g6ho .review-result:where(.svelte-1s3g6ho){color:#eb4b4b}
