.App{text-align:center;font-family:Arial,sans-serif;background-color:#f5f5f5;min-height:100vh}body{margin:0;padding:0;box-sizing:border-box}.stage-root,.nq-stage{height:100vh;background:#0a0a1a;color:#fff;font-family:Inter,system-ui,sans-serif;display:flex;flex-direction:column;overflow:hidden;-webkit-user-select:none;user-select:none}.stage-header{display:flex;align-items:center;justify-content:space-between;padding:10px 28px;background:#12122a;border-bottom:2px solid #7c6ff7;flex-shrink:0}.stage-title{font-size:26px;font-weight:900;color:#7c6ff7;letter-spacing:3px;display:flex;align-items:center;gap:16px}.double-badge{font-size:14px;background:#4c1d95;border:1px solid #7c3aed;color:#ede9fe;padding:4px 14px;border-radius:20px;letter-spacing:0;animation:pulse 1s infinite}.stage-info{display:flex;gap:16px;align-items:center}.stage-badge{padding:5px 14px;border-radius:20px;font-size:13px;font-weight:600}.badge-mode{background:#1e3a5f;color:#93c5fd}.badge-played{background:#1e293b;color:#94a3b8}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.stage-main{flex:1;display:flex;gap:20px;padding:16px 24px 8px;min-height:0}.stage-board-col{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.grid-category-headers{display:grid;gap:8px;flex-shrink:0}.cat-header{background:#1e1e3f;border:1px solid #3730a3;border-radius:8px;padding:12px 8px;text-align:center;font-size:clamp(13px,1.4vw,20px);font-weight:700;letter-spacing:.5px;color:#a5b4fc;word-break:break-word;line-height:1.3}.grid-rows{flex:1;display:flex;flex-direction:column;gap:8px;min-height:0}.grid-row{flex:1;display:grid;gap:8px}.tile{background:#1a1a3e;border:2px solid #3730a3;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:clamp(16px,2vw,32px);font-weight:900;color:#e0e7ff;cursor:default;transition:all .2s;position:relative;min-height:56px}.tile.available{color:#fbbf24}.tile.active{background:#4c1d95;border-color:#a78bfa;border-width:3px;color:#fff;animation:tileActive .4s ease;box-shadow:0 0 20px #7c3aed99}.tile.played{background:#0c0c1a;border-color:#1a1a2a;color:#1a1a2a}.tile.locked{background:#0a0a14;border-color:#16162a;color:#0a0a14}.tile.double .points-label:after{content:"×2";color:#a78bfa;font-size:14px;margin-left:4px}@keyframes tileActive{0%{transform:scale(.93)}to{transform:scale(1)}}.stage-right-col{width:340px;flex-shrink:0;display:flex;flex-direction:column;gap:10px}.host-cam-wrap{flex-shrink:0}.cam-label{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;margin-bottom:4px}.host-cam-label{color:#7c6ff7}.cam-box{background:#05050f;border-radius:4px;aspect-ratio:16 / 9;width:100%;display:block}.host-cam-box{border:7px solid #7c6ff7}.player-cam-box{border:7px solid var(--unit-color, #3730a3)}.stage-buzzer-announce{background:#4c1d95;border:2px solid #7c3aed;border-radius:8px;padding:10px 14px;text-align:center;font-size:17px;color:#ede9fe;animation:pulse .8s infinite;flex-shrink:0}.stage-buzzer-open{background:#064e3b;border:1px solid #059669;border-radius:8px;padding:8px 14px;text-align:center;font-size:14px;color:#6ee7b7;font-weight:700;flex-shrink:0}.stage-q-panel{flex:1;background:#12122a;border:1px solid #2d3148;border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;min-height:0;overflow:hidden}.stage-q-meta{font-size:12px;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.stage-q-text{font-size:17px;font-weight:600;line-height:1.5;color:#e0e7ff;flex:1;overflow-y:auto}.stage-q-placeholder{color:#334155;font-size:15px;display:flex;align-items:center;justify-content:center;flex:1}.q-type-badge{padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600}.q-type-badge.knowledge{background:#1e3a5f;color:#93c5fd}.q-type-badge.estimate{background:#451a03;color:#fcd34d}.stage-estimates{margin-top:4px}.stage-est-title{font-size:11px;color:#6366f1;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}.estimate-row{display:flex;justify-content:space-between;padding:7px 12px;background:#1e1e3f;border-radius:6px;margin-bottom:5px;font-size:14px}.estimate-row .locked{color:#a78bfa;font-weight:700}.stage-cams-row{display:flex;gap:16px;padding:0 24px 12px;flex-shrink:0;justify-content:center}.cam-unit{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0;max-width:380px}.cam-unit-name{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:var(--unit-color, #a5b4fc);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.cam-unit-pts{font-size:15px;font-weight:700;color:#fbbf24;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center}.team-members-row{display:flex;gap:8px;width:100%}.member-cam-wrap{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.member-name{font-size:10px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.waiting-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;color:#475569;font-size:20px;gap:12px}.waiting-msg .icon{font-size:64px}.finished-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px}.final-scores{display:flex;flex-direction:column;gap:12px;min-width:420px}.final-score-row{display:flex;align-items:center;gap:16px;padding:14px 24px;border-radius:12px;background:#1a1a3e;border:1px solid #3730a3}.final-score-row.gold{background:#451a03;border-color:#f59e0b}.final-score-row.silver{background:#1e293b;border-color:#94a3b8}.final-score-row.bronze{background:#1c1108;border-color:#b45309}.final-rank{font-size:28px}.final-name{flex:1;font-size:22px;font-weight:600}.final-pts{font-size:28px;font-weight:900;color:#fbbf24}.stage-scoreboard{width:260px;background:#12122a;border:1px solid #3730a3;border-radius:12px;padding:16px;align-self:flex-start}.scoreboard-title{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#6366f1;margin-bottom:12px;font-weight:700}.score-entry{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;margin-bottom:6px;background:#1a1a3e}.score-entry.first{background:#451a03}.score-entry.second{background:#1e293b}.score-entry.third{background:#1a1a3e}.score-rank{font-size:18px;margin-right:10px}.score-name{flex:1;font-size:14px;font-weight:500}.score-pts{font-size:18px;font-weight:800;color:#fbbf24}.question-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.question-card{background:#12122a;border:2px solid #7c6ff7;border-radius:20px;padding:48px;max-width:800px;width:90%;text-align:center;box-shadow:0 0 60px #7c6ff74d}.question-meta{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:32px}.q-category{font-size:14px;letter-spacing:2px;color:#a78bfa;font-weight:600}.q-points{font-size:28px;font-weight:900;color:#fbbf24}.question-text{font-size:32px;font-weight:700;line-height:1.4;color:#e0e7ff;margin-bottom:32px}.buzzer-status{font-size:20px;font-weight:600;padding:16px 32px;border-radius:12px;display:inline-block}.buzzer-open{background:#064e3b;color:#6ee7b7;animation:pulse .8s infinite}.buzzer-winner{background:#7c3aed;color:#ede9fe;font-size:24px}.oly-new-root{height:100vh;background:#05050f;color:#fff;font-family:Inter,system-ui,sans-serif;display:flex;flex-direction:column;overflow:hidden;-webkit-user-select:none;user-select:none}.oly-new-main{flex:1;display:flex;min-height:0;gap:0;overflow:hidden}.oly-new-board{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:0;isolation:isolate}.oly-new-waiting{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:20px}@keyframes olyNewPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}.oly-new-sidebar{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:0;border-left:2px solid #1a1a2e;background:#08081a}.oly-new-host-cam{width:100%;aspect-ratio:16 / 9;background:#030309;border:6px solid #7c6ff7;border-top:none;border-left:none;border-right:none;position:relative;overflow:hidden;flex-shrink:0;box-sizing:border-box}.oly-new-scoreboard{flex:1;overflow-y:auto;min-height:0;padding:14px 12px;border-top:2px solid #1a1a2e}.oly-new-score-title{font-size:10px;text-transform:uppercase;letter-spacing:2.5px;color:#4b5563;font-weight:700;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #1a1a2e;text-align:center}.oly-new-score-row{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:8px;margin-bottom:5px;background:#0f0f22;border:1px solid #1a1a2e}.oly-new-score-row.gold{background:#2d1a00;border-color:#92400e}.oly-new-score-row.silver{background:#111827;border-color:#374151}.oly-new-score-row.bronze{background:#1c1108;border-color:#78350f}.oly-new-score-rank{font-size:18px;width:26px;text-align:center;flex-shrink:0}.oly-new-score-name{flex:1;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e2e8f0}.oly-new-score-pts{font-size:20px;font-weight:900;color:#fbbf24;flex-shrink:0}.oly-new-cams{display:flex;gap:8px;padding:8px 10px;background:#030309;border-top:2px solid #1a1a2e;flex-shrink:0;height:clamp(170px,23vh,240px);box-sizing:border-box;align-items:flex-start;justify-content:center;position:relative;z-index:100}.oly-new-cam-unit{flex:1;max-width:calc((clamp(170px,23vh,240px) - 54px) * 16 / 9);display:flex;flex-direction:column;align-items:center;gap:3px;min-width:0}.oly-new-cam-box{width:100%;height:calc(clamp(170px,23vh,240px) - 54px);aspect-ratio:16 / 9;background:#05050f;border:5px solid var(--unit-color, #3730a3);border-radius:3px;position:relative;overflow:hidden;box-sizing:border-box;flex-shrink:0}.oly-new-team-cams{flex:1;display:flex;gap:4px;width:100%;min-height:0}.oly-new-cam-name{font-size:clamp(11px,1.1vw,15px);font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--unit-color, #a5b4fc);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;flex-shrink:0;line-height:1}.oly-new-cam-pts{font-size:clamp(12px,1.2vw,16px);font-weight:700;color:#fbbf24;white-space:nowrap;flex-shrink:0;line-height:1}.stage-root{height:100%;display:flex;flex-direction:column;overflow:hidden}.oly-new-board .stage-header,.oly-new-board .oly-stage-header{display:none!important}.oly-new-board>*{flex:1;min-height:0;width:100%}.nq-host{display:flex;flex-direction:column;gap:20px}.nq-host-header{display:flex;align-items:center;justify-content:space-between;background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:20px 24px}.host-session-code{font-size:28px;font-weight:900;letter-spacing:4px;color:#7c6ff7;font-family:monospace}.host-meta{font-size:13px;color:#64748b;margin-top:4px}.host-status-row{display:flex;gap:10px;align-items:center}.mode-selector{display:flex;gap:10px;padding:20px 24px;background:#1a1d27;border:1px solid #2d3148;border-radius:12px}.mode-btn{flex:1;padding:20px;border-radius:10px;border:2px solid #2d3148;background:#0f1117;color:#e2e8f0;cursor:pointer;text-align:center;transition:all .2s}.mode-btn:hover{border-color:#7c6ff7}.mode-btn.selected{border-color:#7c6ff7;background:#1e1b4b}.mode-btn h3{font-size:18px;font-weight:700;color:#a5b4fc;margin:0 0 8px}.mode-btn p{font-size:12px;color:#64748b;margin:0}.mode-btn .mode-stat{font-size:11px;color:#7c6ff7;margin-top:8px;font-weight:600}.host-body{display:grid;grid-template-columns:1fr 340px;gap:20px}.host-grid-wrap{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:20px}.host-grid-header{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-weight:600}.host-grid{display:flex;flex-direction:column;gap:8px}.host-grid-cats{display:grid;gap:6px;margin-bottom:6px}.host-cat-header{background:#1e2035;border:1px solid #2d3148;border-radius:6px;padding:8px;text-align:center;font-size:11px;color:#6366f1;font-weight:600;letter-spacing:.5px}.host-grid-row{display:grid;gap:6px}.host-tile{padding:12px 8px;border-radius:8px;border:2px solid #2d3148;text-align:center;cursor:pointer;font-weight:700;font-size:16px;transition:all .15s;background:#0f1117;color:#fbbf24;min-height:56px;display:flex;align-items:center;justify-content:center}.host-tile.available:hover{border-color:#7c6ff7;background:#1e1b4b;transform:scale(1.02)}.host-tile.active{background:#7c3aed;border-color:#a78bfa;color:#fff;cursor:default;font-size:13px}.host-tile.played{background:#0a0a0f;border-color:#1e293b;color:#1e293b;cursor:default}.host-tile.locked{background:#0a0a0f;border-color:#1a1a2e;color:#0a0a0f;cursor:default}.host-tile.double-available{border-color:#7c3aed}.host-controls{display:flex;flex-direction:column;gap:16px}.control-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:18px}.control-card h4{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#475569;margin:0 0 14px;font-weight:600}.active-q-category{font-size:11px;color:#7c6ff7;letter-spacing:1px;margin-bottom:4px;font-weight:600}.active-q-text{font-size:16px;font-weight:500;color:#e2e8f0;margin-bottom:10px;line-height:1.4}.active-q-answer{font-size:13px;color:#6ee7b7;background:#064e3b;padding:8px 12px;border-radius:6px}.active-q-points{font-size:22px;font-weight:800;color:#fbbf24;margin-bottom:10px}.buzzer-indicator{padding:12px;border-radius:8px;text-align:center;font-weight:600;font-size:15px;margin-bottom:12px}.buzzer-open-ind{background:#064e3b;color:#6ee7b7}.buzzer-hit-ind{background:#7c3aed;color:#ede9fe;font-size:18px}.buzzer-closed-ind{background:#1e293b;color:#64748b}.judge-btns{display:grid;grid-template-columns:1fr 1fr;gap:8px}.estimates-list .est-row{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#0f1117;border-radius:6px;margin-bottom:6px;font-size:14px;cursor:pointer;transition:background .15s;border:1px solid transparent}.estimates-list .est-row:hover{background:#1e1b4b;border-color:#7c6ff7}.est-name{font-weight:500}.est-value{color:#a78bfa;font-weight:700}.player-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#0f1117;border-radius:8px;margin-bottom:6px}.player-name-host{flex:1;font-size:14px;font-weight:500}.player-pts{font-size:16px;font-weight:700;color:#fbbf24;min-width:48px;text-align:right}.adj-btn{width:26px;height:26px;border-radius:4px;border:1px solid #2d3148;background:#1e2035;color:#e2e8f0;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.adj-btn:hover{background:#7c6ff7;border-color:#7c6ff7}.add-player-row{display:flex;gap:8px;margin-top:10px}.add-player-row input{flex:1;padding:8px 10px;background:#0f1117;border:1px solid #2d3148;border-radius:6px;color:#e2e8f0;font-size:13px;outline:none}.add-player-row input:focus{border-color:#7c6ff7}.stage-url-box{display:flex;align-items:center;gap:8px;background:#0f1117;border:1px solid #2d3148;border-radius:8px;padding:10px 12px;font-size:13px;color:#94a3b8;font-family:monospace}.url-copy{margin-left:auto;cursor:pointer;color:#64748b}.url-copy:hover{color:#7c6ff7}.stage-body{flex:1;display:flex;gap:20px;padding:16px 24px 8px;min-height:0;overflow:hidden}.stage-grid-wrap{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.double-banner{background:#4c1d95;border:1px solid #7c3aed;border-radius:8px;padding:12px;text-align:center;font-weight:700;color:#ede9fe;font-size:14px;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.host-buzzer-top-banner{position:fixed;top:0;left:0;right:0;background:#5b21b6;color:#fff;display:flex;align-items:center;justify-content:center;gap:24px;font-size:24px;font-weight:700;letter-spacing:1px;padding:10px 24px;z-index:200;animation:buzzerTopFlash .6s infinite;box-shadow:0 4px 32px #8b5cf6b3}@keyframes buzzerTopFlash{0%,to{background:#5b21b6}50%{background:#7c3aed}}.buzzer-banner-btns{display:flex;gap:10px}.banner-btn-correct{padding:8px 22px;border:none;border-radius:8px;background:#065f46;color:#6ee7b7;font-size:16px;font-weight:800;cursor:pointer;transition:background .15s}.banner-btn-correct:hover{background:#047857}.banner-btn-wrong{padding:8px 22px;border:none;border-radius:8px;background:#7f1d1d;color:#fca5a5;font-size:16px;font-weight:800;cursor:pointer;transition:background .15s}.banner-btn-wrong:hover{background:#991b1b}.host-ctrl-unselect{background:#1c1917;color:#78716c}.host-ctrl-unselect:hover{background:#292524;color:#d6d3d1}.host-icon-btn{background:#1e1e3f;border:1px solid #3730a3;border-radius:8px;color:#a5b4fc;cursor:pointer;font-size:18px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;transition:all .2s}.host-icon-btn:hover{background:#312e81;border-color:#7c6ff7}.host-tile-clickable{cursor:pointer!important}.host-tile-clickable:hover{border-color:#7c6ff7!important;background:#1e1b4b!important;transform:scale(1.04)}.host-question-overlay-card{background:#12122a;border:2px solid #7c6ff7;border-radius:20px;padding:32px;width:95vw;max-width:1100px;display:flex;gap:32px;box-shadow:0 0 60px #7c6ff759;max-height:90vh;overflow-y:auto}.host-q-left{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.host-q-right{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:10px;border-left:1px solid #2d3148;padding-left:28px}.host-answer-reveal{background:#064e3b;border:1px solid #059669;border-radius:10px;padding:14px 18px;font-size:18px;font-weight:700;color:#6ee7b7;margin-top:8px}.host-ctrl-title{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:#475569;font-weight:700;margin-bottom:4px}.host-ctrl-btn{width:100%;padding:12px 16px;border-radius:10px;border:none;font-size:14px;font-weight:700;cursor:pointer;transition:all .15s;text-align:center}.host-ctrl-btn:active{transform:scale(.97)}.host-ctrl-reveal{background:#1e3a5f;color:#93c5fd}.host-ctrl-reveal:hover{background:#1e40af}.host-ctrl-hide{background:#1e1e3f;color:#94a3b8}.host-ctrl-hide:hover{background:#312e81;color:#e2e8f0}.host-ctrl-correct{background:#064e3b;color:#6ee7b7;font-size:16px}.host-ctrl-correct:hover{background:#065f46}.host-ctrl-wrong{background:#450a0a;color:#fca5a5}.host-ctrl-wrong:hover{background:#7f1d1d}.host-ctrl-skip{background:#1e293b;color:#64748b}.host-ctrl-skip:hover{background:#334155;color:#e2e8f0}.host-ctrl-reset{background:#1e1e3f;color:#a78bfa}.host-ctrl-reset:hover{background:#312e81}.host-buzzer-section{display:flex;flex-direction:column;gap:8px;padding:12px;background:#0d0d20;border-radius:10px;border:1px solid #2d3148}.host-buzzer-status{padding:10px 14px;border-radius:8px;text-align:center;font-weight:700;font-size:14px}.host-buzzer-status.hit{background:#7c3aed;color:#ede9fe;font-size:16px;animation:pulse .8s infinite}.host-buzzer-status.open{background:#064e3b;color:#6ee7b7}.host-buzzer-status.closed{background:#1e293b;color:#64748b}.host-side-panel{position:fixed;top:0;right:0;height:100vh;width:300px;background:#12122a;border-left:1px solid #2d3148;box-shadow:-8px 0 32px #0009;padding:20px 16px;overflow-y:auto;z-index:200;display:flex;flex-direction:column}.pw-stage-root{height:100vh;background:#0a0a1a;color:#fff;font-family:Inter,system-ui,sans-serif;display:flex;flex-direction:column;overflow:hidden;-webkit-user-select:none;user-select:none}.pw-stage-header{display:flex;align-items:center;justify-content:space-between;padding:10px 28px;background:#12122a;border-bottom:2px solid #7c6ff7;flex-shrink:0}.pw-stage-title{font-size:26px;font-weight:900;color:#7c6ff7;letter-spacing:3px;display:flex;align-items:center;gap:16px}.pw-stage-info{display:flex;gap:16px;align-items:center}.pw-main{flex:1;display:flex;gap:20px;padding:12px 24px 8px;min-height:0}.pw-image-col{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.pw-image-wrap{position:relative;flex:1;display:flex;align-items:center;justify-content:center;background:#05050f;border-radius:10px;overflow:hidden;border:2px solid #1e1e3f}.pw-image-wrap canvas,.pw-image-wrap img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain;border-radius:6px;margin:auto}.pw-image-placeholder{aspect-ratio:16 / 9;width:100%;display:flex;align-items:center;justify-content:center;background:#0d0d20;border:2px dashed #2d3148;border-radius:10px;font-size:22px;color:#334155;font-weight:600;letter-spacing:.5px}.pw-points-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#b45309,#f59e0b);color:#000;font-size:20px;font-weight:900;padding:6px 16px;border-radius:20px;letter-spacing:1px;box-shadow:0 2px 12px #f59e0b80}.pw-qtype-badge{position:absolute;top:12px;left:12px;background:#0c0c2ad9;border:1px solid #2d3148;border-radius:8px;padding:5px 12px;font-size:13px;font-weight:700;color:#a5b4fc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pw-pixel-level{position:absolute;bottom:12px;left:12px;display:flex;gap:4px;align-items:center;background:#0a0a1acc;border-radius:8px;padding:4px 10px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pw-pixel-dot{width:10px;height:10px;border-radius:2px;background:#1e1e3f;border:1px solid #2d3148}.pw-pixel-dot.active{background:#7c6ff7;border-color:#a78bfa;box-shadow:0 0 6px #7c6ff799}.pw-right-col{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:10px}.pw-info-panel{background:#12122a;border:1px solid #2d3148;border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.pw-info-panel .pw-q-type-label{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:#6366f1;font-weight:700}.pw-info-panel .pw-pts-label{font-size:28px;font-weight:900;color:#fbbf24;letter-spacing:1px}.pw-info-panel .pw-hint-text{font-size:14px;color:#94a3b8;font-style:italic;border-top:1px solid #1e2035;padding-top:8px;margin-top:4px}.pw-question-bar{display:flex;gap:6px;padding:0 0 4px;overflow-x:auto;flex-shrink:0;scrollbar-width:none}.pw-question-bar::-webkit-scrollbar{display:none}.pw-q-card{flex-shrink:0;width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;background:#12122a;border:2px solid #1e2035;transition:all .2s;cursor:default}.pw-q-card.played{background:#0a0a14;border-color:#12122a;opacity:.35}.pw-q-card.active{background:#4c1d95;border-color:#a78bfa;box-shadow:0 0 12px #7c3aed80;animation:pwCardPulse .8s infinite}.pw-q-card.available{background:#1a1a3e;border-color:#3730a3}@keyframes pwCardPulse{0%,to{opacity:1}50%{opacity:.6}}.pw-waiting-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;color:#475569;font-size:20px;gap:12px}.pw-waiting-msg .icon{font-size:64px}.pw-finished-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px}.pw-host-body{flex:1;display:flex;gap:20px;padding:16px 24px 8px;min-height:0;overflow:hidden}.pw-host-image-col{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.pw-host-image-wrap{position:relative;flex:1;display:flex;align-items:center;justify-content:center;background:#05050f;border-radius:10px;overflow:hidden;border:2px solid #1e1e3f;min-height:200px}.pw-host-image-wrap canvas,.pw-host-image-wrap img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain;border-radius:6px;margin:auto}.pw-host-image-placeholder{aspect-ratio:16 / 9;width:100%;display:flex;align-items:center;justify-content:center;background:#0d0d20;border:2px dashed #2d3148;border-radius:10px;font-size:20px;color:#334155;font-weight:600}.pw-answer-reveal{background:#064e3b;border:2px solid #059669;border-radius:10px;padding:14px 18px;font-size:22px;font-weight:800;color:#6ee7b7;text-align:center;letter-spacing:.5px}.pw-q-info{display:flex;align-items:center;gap:12px;background:#12122a;border:1px solid #2d3148;border-radius:8px;padding:10px 14px;flex-shrink:0}.pw-q-info .pw-q-icon{font-size:20px}.pw-q-info .pw-q-type-text{font-size:13px;font-weight:700;color:#a5b4fc;text-transform:uppercase;letter-spacing:.5px}.pw-q-info .pw-q-pts-text{font-size:18px;font-weight:900;color:#fbbf24;margin-left:auto}.pw-pixelation-bar{display:flex;gap:5px;align-items:center;padding:8px 12px;background:#0d0d20;border-radius:8px;border:1px solid #1e2035}.pw-pixelation-bar .pw-plevel-label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#475569;font-weight:700;margin-right:6px;white-space:nowrap}.pw-plevel-block{flex:1;height:14px;border-radius:3px;background:#1e2035;border:1px solid #2d3148;transition:all .3s}.pw-plevel-block.filled{background:#7c6ff7;border-color:#a78bfa;box-shadow:0 0 6px #7c6ff780}.pw-plevel-block.cleared{background:#064e3b;border-color:#059669}.pw-question-queue{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;flex-shrink:0;scrollbar-width:thin;scrollbar-color:#2d3148 transparent}.pw-queue-card{flex-shrink:0;width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:default;border:2px solid transparent;transition:all .2s}.pw-queue-card.available{background:#1a1a3e;border-color:#3730a3}.pw-queue-card.active{background:#4c1d95;border-color:#a78bfa;box-shadow:0 0 12px #7c3aed80}.pw-queue-card.played{background:#0a0a14;border-color:#12122a;opacity:.3}.pw-host-controls{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:12px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#2d3148 transparent}.pw-ctrl-stats{background:#12122a;border:1px solid #2d3148;border-radius:10px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.pw-ctrl-stat-item{text-align:center}.pw-ctrl-stat-value{font-size:22px;font-weight:900;color:#fbbf24}.pw-ctrl-stat-label{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#475569;margin-top:2px}.pw-ctrl-section{background:#12122a;border:1px solid #2d3148;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.pw-ctrl-section-title{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:#475569;font-weight:700;margin-bottom:2px}.pw-reveal-indicator{font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;text-align:center}.pw-reveal-indicator.visible{background:#064e3b;color:#6ee7b7}.pw-reveal-indicator.hidden{background:#1e293b;color:#64748b}.pw-ctrl-hint{font-size:12px;color:#64748b;font-style:italic;background:#0d0d20;border-radius:6px;padding:8px 10px;border:1px solid #1e2035}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.admin-login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f0f2f5}.login-form{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:300px}.login-form h2{margin-top:0;color:#333;text-align:center}.form-group{margin-bottom:1rem}.login-button{width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.login-button:hover{background-color:#0056b3}.admin-panel{display:flex;min-height:100vh;background:#0f1117;color:#e2e8f0;font-family:Inter,system-ui,sans-serif}.admin-sidebar{width:240px;background:#1a1d27;border-right:1px solid #2d3148;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto}.sidebar-logo{padding:24px 20px 16px;border-bottom:1px solid #2d3148}.sidebar-logo h1{font-size:20px;font-weight:700;color:#7c6ff7;margin:0;letter-spacing:.5px}.sidebar-logo span{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:1px}.sidebar-nav{padding:16px 0;flex:1}.nav-section{padding:8px 16px 4px;font-size:10px;color:#475569;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 20px;cursor:pointer;border-radius:0;color:#94a3b8;font-size:14px;transition:all .15s;border-left:3px solid transparent}.nav-item:hover{background:#242840;color:#e2e8f0}.nav-item.active{background:#1e2035;color:#7c6ff7;border-left-color:#7c6ff7;font-weight:500}.nav-item .icon{font-size:16px;width:20px;text-align:center}.sidebar-footer{padding:16px 20px;border-top:1px solid #2d3148}.sidebar-user{display:flex;align-items:center;gap:10px;margin-bottom:12px}.user-avatar{width:32px;height:32px;border-radius:50%;background:#7c6ff7;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff}.user-info .name{font-size:13px;font-weight:500}.user-info .role{font-size:11px;color:#64748b}.logout-btn{width:100%;padding:8px;background:transparent;border:1px solid #2d3148;color:#94a3b8;border-radius:6px;cursor:pointer;font-size:13px;transition:all .15s}.logout-btn:hover{background:#2d3148;color:#e2e8f0}.admin-main{flex:1;margin-left:240px;padding:0;min-height:100vh}.admin-topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#1a1d27;border-bottom:1px solid #2d3148;position:sticky;top:0;z-index:10}.topbar-title{font-size:18px;font-weight:600}.topbar-subtitle{font-size:12px;color:#64748b}.admin-content{padding:32px}.card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:24px;margin-bottom:24px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.card-title{font-size:16px;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;padding:20px}.stat-value{font-size:32px;font-weight:700;color:#7c6ff7}.stat-label{font-size:13px;color:#64748b;margin-top:4px}.stat-sub{font-size:11px;color:#475569;margin-top:4px}.btn{padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex;align-items:center;gap:6px}.btn-primary{background:#7c6ff7;color:#fff}.btn-primary:hover{background:#6b5ef0}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706}.btn-ghost{background:transparent;color:#94a3b8;border:1px solid #2d3148}.btn-ghost:hover{background:#242840;color:#e2e8f0}.btn-sm{padding:5px 10px;font-size:12px}.btn:disabled{opacity:.5;cursor:not-allowed}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{text-align:left;padding:10px 12px;font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:#475569;border-bottom:1px solid #2d3148}td{padding:12px;font-size:13px;border-bottom:1px solid #1e2035;vertical-align:middle}tr:hover td{background:#1e2035}tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:3px 8px;border-radius:20px;font-size:11px;font-weight:500}.badge-green{background:#064e3b;color:#6ee7b7}.badge-blue{background:#1e3a5f;color:#93c5fd}.badge-yellow{background:#451a03;color:#fcd34d}.badge-red{background:#450a0a;color:#fca5a5}.badge-gray{background:#1e293b;color:#94a3b8}.badge-purple{background:#2e1065;color:#c4b5fd}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:28px;width:480px;max-width:95vw;max-height:90vh;overflow-y:auto}.modal h3{font-size:18px;margin:0 0 20px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:12px;color:#94a3b8;margin-bottom:6px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;background:#0f1117;border:1px solid #2d3148;border-radius:6px;color:#e2e8f0;font-size:14px;box-sizing:border-box;outline:none;transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#7c6ff7}.form-group textarea{resize:vertical;min-height:80px}.form-group select option{background:#1a1d27}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.alert{padding:12px 16px;border-radius:8px;font-size:13px;margin-bottom:16px}.alert-error{background:#450a0a;color:#fca5a5;border:1px solid #7f1d1d}.alert-success{background:#064e3b;color:#6ee7b7;border:1px solid #065f46}.empty-state{text-align:center;padding:48px;color:#475569}.empty-state .icon{font-size:48px;margin-bottom:12px}.code-box{background:#0f1117;border:1px solid #2d3148;border-radius:6px;padding:8px 12px;font-family:monospace;font-size:14px;letter-spacing:2px;color:#7c6ff7;display:inline-block}.copy-btn{background:none;border:none;cursor:pointer;color:#64748b;padding:4px;font-size:14px;transition:color .15s}.copy-btn:hover{color:#7c6ff7}.invitation-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f0f2f5;padding:1rem}.invitation-content{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:500px}.invitation-content h2{margin-top:0;color:#333;text-align:center}.admin-section{text-align:center}.admin-section h3{color:#007bff}.admin-actions{margin-top:1.5rem}.action-button{display:block;width:100%;padding:.75rem;margin:.5rem 0;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.action-button:hover{background-color:#218838}.player-section{text-align:center}.code-form,.name-form{margin-top:1.5rem}.form-group{margin-bottom:1rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:#555}.form-group input{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.submit-button{width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;margin-top:.5rem}.submit-button:hover{background-color:#0056b3}.error-message{color:#dc3545;margin-top:.5rem;padding:.5rem;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px}.game-session-container{min-height:100vh;background-color:#f5f5f5;padding:1rem}.game-header{background-color:#007bff;color:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.game-header h1{margin:0}.user-info{font-size:.9rem}.game-content-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem}.game-waiting h2{color:#333;margin-top:0}.game-info{background-color:#e9ecef;padding:1rem;border-radius:4px;margin:1rem 0}.rounds-list{margin:1.5rem 0}.round-item{padding:.5rem;margin:.25rem 0;background-color:#f8f9fa;border-left:4px solid #007bff}.game-playing{text-align:center}.map-container{margin:1rem 0;padding:1rem;background-color:#e9ecef;border-radius:4px}.map-placeholder{height:300px;display:flex;justify-content:center;align-items:center;background-color:#dee2e6;border-radius:4px;font-weight:700}.question-area{margin:1rem 0}.options{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1rem}.option-button{padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.option-button:hover{background-color:#0056b3}.game-controls{margin-top:2rem;padding-top:1rem;border-top:1px solid #ddd}.next-round-button,.start-button,.restart-button,.menu-button{padding:.75rem 1.5rem;margin:0 .5rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.next-round-button:hover,.start-button:hover,.restart-button:hover,.menu-button:hover{background-color:#218838}.game-finished{text-align:center}.final-score{background-color:#e9ecef;padding:1rem;border-radius:4px;margin:1rem 0}.game-actions{margin-top:2rem}.game-actions button{margin:0 .5rem}
