[data-v-6e3aa6db] body,[data-v-6e3aa6db] html{margin:0;padding:0;overflow:hidden;width:100%;height:100%}.tournament-screen[data-v-6e3aa6db]{width:100%;height:100%;background:linear-gradient(160deg,#0a1628,#0d2035 20%,#0a2838 45%,#062230 70%,#0a1620);overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0}.ws-connection[data-v-6e3aa6db]{position:fixed;top:24px;right:68px;width:12px;height:12px;z-index:1000}.ws-connection .status-dot[data-v-6e3aa6db]{width:12px;height:12px;border-radius:50%;transition:all .35s ease;border:2px solid hsla(0,0%,100%,.25)}.ws-connection.connected .status-dot[data-v-6e3aa6db]{background:linear-gradient(135deg,#00e676,#00c853);box-shadow:0 0 12px rgba(0,230,118,.6),inset 0 1px 0 hsla(0,0%,100%,.3)}.ws-connection.disconnected .status-dot[data-v-6e3aa6db]{background:linear-gradient(135deg,#ff5252,#d32f2f);box-shadow:0 0 12px rgba(255,82,82,.5),inset 0 1px 0 hsla(0,0%,100%,.2)}.score-bar[data-v-6e3aa6db]{width:100%;height:15%;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.25)}.team-section[data-v-6e3aa6db]{display:flex;align-items:center;height:100%;position:relative}.team-section.team-a[data-v-6e3aa6db]{background:linear-gradient(105deg,#0d47a1,#1565c0 35%,#42a5f5 70%,#81d4fa);flex:1;justify-content:flex-start;min-width:0;text-align:left;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15)}.team-section.team-b[data-v-6e3aa6db]{background:linear-gradient(255deg,#880e4f,#ad1457 35%,#ec407a 70%,#f48fb1);justify-content:flex-end;flex:1;min-width:0;text-align:right;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15)}.team-info-a[data-v-6e3aa6db]{justify-content:flex-start;padding-left:5%;text-align:left}.team-info-a[data-v-6e3aa6db],.team-info-b[data-v-6e3aa6db]{display:flex;align-items:center;gap:18px;height:100%;width:100%;min-width:0}.team-info-b[data-v-6e3aa6db]{justify-content:flex-end;padding-right:5%;text-align:right}.team-color[data-v-6e3aa6db]{width:44px;min-width:44px;height:44px;border-radius:12px;flex-shrink:0;border:2px solid hsla(0,0%,100%,.35);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.25)}.team-a .team-color[data-v-6e3aa6db]{background:linear-gradient(145deg,#00b0ff,#0091ea);box-shadow:0 4px 14px rgba(0,176,255,.45),inset 0 1px 0 hsla(0,0%,100%,.3)}.team-b .team-color[data-v-6e3aa6db]{background:linear-gradient(145deg,#f50057,#c51162);box-shadow:0 4px 14px rgba(245,0,87,.45),inset 0 1px 0 hsla(0,0%,100%,.3)}.team-name[data-v-6e3aa6db]{color:#fff;font-size:var(--d878b3c0);font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.35),0 1px 0 hsla(0,0%,100%,.15);overflow:hidden;flex:1;min-width:0;max-width:calc(100% - 80px);white-space:nowrap;letter-spacing:.02em}.team-a .team-name[data-v-6e3aa6db],.team-b .team-name[data-v-6e3aa6db]{text-shadow:0 2px 8px rgba(0,0,0,.3),0 1px 0 hsla(0,0%,100%,.2)}.score-section[data-v-6e3aa6db]{position:absolute;left:50%;transform:translateX(-50%);width:13%;min-width:120px;max-width:200px;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#3d4a5c,#2a3548 30%,#1e2838 70%,#151d2a);height:100%;border-radius:16px;z-index:1;color:#fff;border:2px solid hsla(0,0%,100%,.15);box-shadow:0 6px 24px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.12)}.score[data-v-6e3aa6db]{display:flex;justify-content:center;align-items:center;position:relative;width:100%;min-width:0;text-align:center}.gradient-bar[data-v-6e3aa6db]{width:100%;height:85%;background:linear-gradient(165deg,#061a24,#0a2435 15%,#0c3042 35%,#0a3a4a 55%,#082e3e 75%,#061e2a);display:flex;flex-direction:column;padding:24px;box-sizing:border-box;overflow:hidden;position:relative}.gradient-bar[data-v-6e3aa6db]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 100% 65% at 50% 30%,rgba(0,180,200,.18) 0,rgba(0,120,150,.1) 40%,transparent 65%);pointer-events:none}.gradient-bar[data-v-6e3aa6db]:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,transparent 50%,rgba(0,40,55,.4));pointer-events:none}.player-section[data-v-6e3aa6db]{display:grid;grid-template-columns:5fr 1fr 2fr 1fr 5fr;align-items:center;gap:20px;height:15%;box-sizing:border-box;min-width:0}@media (max-width:1200px){.player-section[data-v-6e3aa6db]{grid-template-columns:5fr .8fr 2fr .8fr 5fr;gap:15px}}@media (max-width:768px){.player-section[data-v-6e3aa6db]{grid-template-columns:5fr .6fr 2fr .6fr 5fr;gap:10px}.team-a-players .player-info .player-name[data-v-6e3aa6db],.team-b-players .player-info .player-name[data-v-6e3aa6db]{min-width:100px;font-size:calc(var(--ddd0d2b8)*0.9)}.score-display[data-v-6e3aa6db]{min-width:60px;max-width:100px}}@media (max-width:480px){.player-section[data-v-6e3aa6db]{grid-template-columns:5fr .5fr 2fr .5fr 5fr;gap:8px}.team-a-players .player-info .player-name[data-v-6e3aa6db],.team-b-players .player-info .player-name[data-v-6e3aa6db]{min-width:80px;font-size:calc(var(--ddd0d2b8)*0.8)}.score-display[data-v-6e3aa6db]{min-width:50px;max-width:80px}}.player-info[data-v-6e3aa6db]{display:flex;align-items:center;margin:10px 0;position:relative;min-height:44px;max-width:100%;overflow:hidden;padding:0 3%}.team-a-players .player-info[data-v-6e3aa6db]{justify-content:flex-start;width:100%}.team-a-players .player-info .player-color[data-v-6e3aa6db]{position:absolute;left:0;top:50%;transform:translateY(-50%)}.team-a-players .player-info .player-name[data-v-6e3aa6db]{margin-left:60px;max-width:calc(100% - 60px);width:100%;min-width:120px;text-align:left}.team-b-players .player-info[data-v-6e3aa6db]{justify-content:flex-end;width:100%}.team-b-players .player-info .player-color[data-v-6e3aa6db]{position:absolute;right:0;top:50%;transform:translateY(-50%)}.team-b-players .player-info .player-name[data-v-6e3aa6db]{margin-right:60px;max-width:calc(100% - 60px);width:100%;min-width:120px;text-align:right;display:flex;justify-content:flex-end}.arrow-left[data-v-6e3aa6db],.arrow-right[data-v-6e3aa6db]{flex:1}.arrow-left[data-v-6e3aa6db],.arrow-right[data-v-6e3aa6db],.column.arrow-left[data-v-6e3aa6db],.column.arrow-right[data-v-6e3aa6db]{display:flex;justify-content:center;align-items:center;min-width:0}.column.team-a-players[data-v-6e3aa6db]{align-items:flex-start}.column.team-a-players[data-v-6e3aa6db],.column.team-b-players[data-v-6e3aa6db]{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:0 10px;box-sizing:border-box}.column.team-b-players[data-v-6e3aa6db]{align-items:flex-end}.column.score[data-v-6e3aa6db]{display:flex;justify-content:center;align-items:center;position:relative;min-width:0;padding:0 10px;box-sizing:border-box}.score-display[data-v-6e3aa6db]{color:#fff;font-size:var(--ff20ad30);font-weight:700;text-align:center;width:100%;margin:0 auto;white-space:nowrap;overflow:hidden;text-shadow:0 2px 12px rgba(0,0,0,.4),0 1px 0 hsla(0,0%,100%,.15);letter-spacing:.05em}.score-arrow[data-v-6e3aa6db]{color:hsla(0,0%,100%,.95);font-size:var(--70eef62f);text-align:center;width:100%;display:flex;justify-content:center;align-items:center;text-shadow:0 2px 8px rgba(0,0,0,.35)}.player-color[data-v-6e3aa6db]{width:42px;height:42px;border-radius:10px;flex-shrink:0;border:2px solid hsla(0,0%,100%,.25);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2)}.player-color.blue[data-v-6e3aa6db]{background:linear-gradient(145deg,#00b0ff,#0091ea);box-shadow:0 4px 14px rgba(0,176,255,.5),inset 0 1px 0 hsla(0,0%,100%,.3)}.player-color.pink[data-v-6e3aa6db]{background:linear-gradient(145deg,#f50057,#c51162);box-shadow:0 4px 14px rgba(245,0,87,.5),inset 0 1px 0 hsla(0,0%,100%,.3)}.score-list-section[data-v-6e3aa6db]{display:grid;grid-template-columns:5fr 3fr 5fr;align-items:center;gap:0;padding:0;width:100%;height:80%;box-sizing:border-box}.score-column[data-v-6e3aa6db]{display:flex;justify-content:center;align-items:center;width:100%;padding:20px;box-sizing:border-box}.score-column.middle[data-v-6e3aa6db]{display:flex;justify-content:center;align-items:center;width:100%;height:90%;font-size:8vw;color:#fff;font-weight:700;opacity:.95}.score-column.left[data-v-6e3aa6db]{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:20px 0 20px 60px;box-sizing:border-box}.score-column.right[data-v-6e3aa6db]{display:flex;justify-content:flex-end;align-items:center;width:100%;padding:20px 60px 20px 0;box-sizing:border-box}.score-list[data-v-6e3aa6db]{background:linear-gradient(145deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.05));border-radius:12px;padding:12px;width:100%;max-width:300px;margin:0 auto;border:1px solid hsla(0,0%,100%,.15)}.score-item[data-v-6e3aa6db]{color:#fff;text-align:center;padding:5px 0;margin:2px 0}.big-number[data-v-6e3aa6db]{color:#fff;font-weight:700;text-shadow:0 4px 20px rgba(0,0,0,.45),0 2px 0 hsla(0,0%,100%,.15);letter-spacing:.02em}.player-name[data-v-6e3aa6db]{color:#fff;font-size:var(--ddd0d2b8);font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.35),0 1px 0 hsla(0,0%,100%,.12);overflow:hidden;white-space:nowrap;max-width:100%;letter-spacing:.02em}.player-name marquee[data-v-6e3aa6db]{display:block;width:100%;height:100%}.fullscreen-controls[data-v-6e3aa6db]{position:fixed;top:20px;right:20px;display:flex;gap:10px;z-index:1000}.fullscreen-btn[data-v-6e3aa6db]{background:linear-gradient(145deg,hsla(0,0%,100%,.18),hsla(0,0%,100%,.08));border:1px solid hsla(0,0%,100%,.25);border-radius:10px;color:#fff;padding:10px 12px;cursor:pointer;transition:all .25s ease;backdrop-filter:blur(8px);box-shadow:0 2px 12px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.15)}.fullscreen-btn[data-v-6e3aa6db]:hover{background:linear-gradient(145deg,hsla(0,0%,100%,.28),hsla(0,0%,100%,.14));border-color:hsla(0,0%,100%,.4);box-shadow:0 4px 16px rgba(0,0,0,.25),inset 0 1px 0 hsla(0,0%,100%,.2);transform:translateY(-1px)}.fullscreen-btn[data-v-6e3aa6db]:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.2)}.fullscreen-btn i[data-v-6e3aa6db]{font-size:20px}.pause-overlay[data-v-6e3aa6db]{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(6,26,40,.92),rgba(8,35,55,.88) 50%,rgba(4,20,35,.94));display:flex;justify-content:center;align-items:center;z-index:1000;padding:0;backdrop-filter:blur(6px)}.pause-content[data-v-6e3aa6db]{background:linear-gradient(145deg,rgba(0,120,150,.25),rgba(0,80,110,.15) 50%,rgba(0,50,80,.2));border-radius:24px;border:1px solid rgba(77,208,225,.25);box-shadow:0 12px 40px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.12);padding:4vw 6vw;text-align:center;display:flex;flex-direction:column;align-items:center}.pause-text[data-v-6e3aa6db]{color:#4dd0e1;font-size:4vw;font-weight:700;letter-spacing:.25em;margin-bottom:2vw;text-shadow:0 4px 24px rgba(77,208,225,.45),0 1px 0 hsla(0,0%,100%,.2);display:flex;align-items:center;gap:1vw}.countdown-timer[data-v-6e3aa6db]{color:#fff;font-size:7vw;font-weight:700;text-shadow:0 4px 24px rgba(77,208,225,.3),0 1px 0 hsla(0,0%,100%,.15);margin-top:2vw;letter-spacing:.15em;font-variant-numeric:tabular-nums}.no-players-text[data-v-6e3aa6db]{color:#fff;font-weight:700;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.45),0 1px 0 hsla(0,0%,100%,.1);display:flex;justify-content:center;align-items:center;height:100%;font-size:var(--78d7be1f);letter-spacing:.05em}.table-number-display[data-v-6e3aa6db]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(165deg,#061a24,#0a2435 25%,#0c3042 50%,#082e3e 75%,#061e2a);position:relative}.table-number-display[data-v-6e3aa6db]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 90% 60% at 50% 50%,rgba(0,180,200,.2) 0,rgba(0,100,130,.08) 50%,transparent 75%);pointer-events:none}.table-number-display[data-v-6e3aa6db]:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,50,70,.25));pointer-events:none}.table-number[data-v-6e3aa6db]{position:relative;z-index:1;color:#fff;font-weight:700;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.45),0 1px 0 hsla(0,0%,100%,.12);letter-spacing:.08em}.victory-ju-list[data-v-6e3aa6db]{display:flex;flex-direction:column;gap:8px;width:100%;max-width:230px;margin:0 auto;max-height:100%;overflow-y:auto;padding:6px}.victory-ju-item[data-v-6e3aa6db]{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.05));border-radius:10px;padding:8px 12px;border:1px solid hsla(0,0%,100%,.2);transition:all .25s ease;min-height:36px;box-sizing:border-box;backdrop-filter:blur(4px);box-shadow:0 2px 8px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.08)}.victory-ju-item[data-v-6e3aa6db]:hover{background:linear-gradient(145deg,rgba(0,180,200,.18),rgba(0,120,150,.1));border-color:rgba(77,208,225,.35);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25),inset 0 1px 0 hsla(0,0%,100%,.12)}.ju-index[data-v-6e3aa6db]{color:gold;font-weight:700;font-size:var(--2455fe65);min-width:18px;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.ju-scores[data-v-6e3aa6db]{display:flex;align-items:center;gap:4px;color:#fff;font-weight:700}.score-you[data-v-6e3aa6db],.score-zuo[data-v-6e3aa6db]{min-width:20px;text-align:center;font-size:var(--2455fe65);text-shadow:0 1px 4px rgba(0,0,0,.4),0 1px 0 hsla(0,0%,100%,.08)}.score-separator[data-v-6e3aa6db]{color:hsla(0,0%,100%,.75);font-size:var(--2455fe65);font-weight:700}.victory-ju-list[data-v-6e3aa6db]:has(.victory-ju-item:first-child:last-child){justify-content:center}.victory-ju-list[data-v-6e3aa6db]:has(.victory-ju-item:nth-child(2):last-child){justify-content:center}.victory-ju-list[data-v-6e3aa6db]:has(.victory-ju-item:nth-child(3):last-child){justify-content:center}