*{box-sizing:border-box;margin:0;padding:0}:root{--brand: #4a6cf7;--brand-dark: #3b5de7;--ink: #1a1a2e;--muted: #64748b;--line: #e6e9f0;--card-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 24px rgba(16, 24, 40, .05)}::selection{background:#4a6cf72e}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#eef1f7;background-image:radial-gradient(120% 80% at 50% 0%,#f8fafc,#eef1f7 55%,#e6eaf2);background-attachment:fixed;min-height:100vh;color:#1a1a2e;line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1060px;margin:0 auto;padding:24px;width:100%;flex:1 0 auto}.site-footer{border-top:1px solid rgba(16,24,40,.07);padding:16px 24px 20px;text-align:center;font-size:12.5px;color:#94a3b8;letter-spacing:.1px}.site-footer .footer-brand{font-weight:700;color:#64748b}.site-footer .footer-dot{margin:0 7px;color:#c3cbdd}.site-footer a{color:#94a3b8;text-decoration:none;border-bottom:1px dotted #c3cbdd}.site-footer a:hover{color:var(--brand);border-bottom-color:var(--brand)}.container.container-fullwidth{max-width:none;width:100%}@media(max-width:599px){.container.container-fullwidth{padding:8px 4px}}.side-quests-row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.side-quests-row>div{flex:1 1 280px;min-width:0;margin-bottom:0}h1{margin-bottom:16px;font-weight:700;letter-spacing:-.5px}h2{margin-bottom:16px;font-weight:650;letter-spacing:-.3px}h3{margin-bottom:12px;font-weight:600}a{color:var(--brand)}label{font-size:.85em;font-weight:600;color:#3f4a5c;letter-spacing:.1px}.form-alert{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.85em;padding:10px 12px;border-radius:8px;margin-bottom:14px}.page-loading{display:flex;justify-content:center;padding:60px 0}.spinner{width:28px;height:28px;border-radius:50%;border:3px solid #dbe2f1;border-top-color:var(--brand);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}button{position:relative;overflow:hidden;padding:8px 18px;border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(180deg,#5b78f8,#4a6cf7);box-shadow:0 2px 8px #4a6cf747,inset 0 1px #ffffff2e;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}button:after{content:"";position:absolute;top:0;left:-130%;width:55%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.4),transparent);transform:skew(-20deg);transition:left .55s ease;pointer-events:none}button:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 6px 18px #4a6cf766,inset 0 1px #ffffff40}button:hover:after{left:150%}button:active{transform:translateY(0) scale(.97);box-shadow:0 1px 4px #4a6cf74d,inset 0 1px #ffffff1a;transition-duration:.05s}button:focus-visible{outline:2px solid #a5b4fc;outline-offset:2px}button:disabled{background:#c5c9d6;cursor:not-allowed;box-shadow:none;transform:none;filter:none}button:disabled:after{display:none}button:disabled:hover{transform:none;filter:none;box-shadow:none}.btn-success{background:linear-gradient(180deg,#2ecf6b,#22c55e);box-shadow:0 2px 8px #22c55e47,inset 0 1px #ffffff2e}.btn-success:hover{box-shadow:0 6px 18px #22c55e66,inset 0 1px #ffffff40}.btn-danger{background:linear-gradient(180deg,#f15a5a,#ef4444);box-shadow:0 2px 8px #ef444447,inset 0 1px #ffffff2e}.btn-danger:hover{box-shadow:0 6px 18px #ef444466,inset 0 1px #ffffff40}.btn-secondary{background:linear-gradient(180deg,#74849b,#64748b);box-shadow:0 2px 8px #64748b47,inset 0 1px #ffffff2e}.btn-secondary:hover{box-shadow:0 6px 18px #64748b66,inset 0 1px #ffffff40}@media(prefers-reduced-motion:reduce){button,button:hover,button:active{transform:none}button:after{display:none}}input,textarea,select{padding:9px 12px;border:1.5px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;width:100%;transition:border-color .15s,box-shadow .15s;background:#fff}input[type=checkbox]{width:auto;padding:0}input:focus,textarea:focus,select:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71f}.card{background:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:var(--card-shadow);border:1px solid rgba(16,24,40,.06)}.card-accent{position:relative}.card-accent:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;border-radius:12px 0 0 12px;background:var(--accent, #4a6cf7)}.btn-link{background:none;border:none;padding:0;margin:0;font:inherit;font-weight:inherit;color:inherit;box-shadow:none;border-radius:0;cursor:pointer;overflow:visible}.btn-link:after{display:none}.btn-link:hover{transform:none;filter:none;box-shadow:none;text-decoration:underline}.btn-link:active{transform:none;box-shadow:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182880;display:flex;align-items:center;justify-content:center;padding:20px;z-index:2000}.modal-card{background:#fff;border-radius:12px;padding:22px;width:100%;max-width:420px;box-shadow:0 12px 40px #10182847;border:1px solid rgba(16,24,40,.06)}.modal-title{margin:0 0 8px;font-size:17px}.modal-body{font-size:14px;color:#444;line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.section-dot{display:inline-block;flex:0 0 auto;width:10px;height:10px;border-radius:50%;margin-right:10px;vertical-align:middle;background:var(--accent, #4a6cf7);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent, #4a6cf7) 18%,transparent)}.nav{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:0 24px;margin-bottom:24px;box-shadow:0 2px 12px #0f172a2e;border-bottom:1px solid rgba(255,255,255,.06)}.nav-inner{max-width:1060px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:9px 0}.nav-left{display:flex;align-items:center;gap:22px;min-width:0}.nav-brand{display:flex;align-items:center}.nav-brand img{height:46px;display:block;transition:transform .15s ease}.nav-brand:hover img{transform:scale(1.05)}.nav-links{display:flex;gap:4px}.nav-right{display:flex;align-items:center;gap:14px}.nav a{color:#ffffffd9;text-decoration:none;transition:color .15s,background .15s}.nav a:hover{color:#fff}.nav-links a{padding:7px 13px;border-radius:8px;font-size:14.5px;font-weight:500}.nav-links a:hover{background:#ffffff14}.nav-links a.active{color:#fff;background:#ffffff21;font-weight:600}.nav-user{cursor:pointer;font-weight:500}.nav-user:hover{text-decoration:underline!important;color:#fff!important}.nav-role-tag{display:inline-block;margin-left:7px;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#fbbf24;background:#fbbf2424;border:1px solid rgba(251,191,36,.35);vertical-align:1px}.nav button{background:#ef4444;padding:6px 14px;font-size:13px;box-shadow:none}.nav button:after{display:none}.nav button:hover{background:#dc2626;box-shadow:none;transform:none}.profile-layout{max-width:360px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{width:100%;max-width:410px;background:#fff;border:1px solid rgba(16,24,40,.06);border-radius:16px;padding:34px 30px 30px;box-shadow:0 1px 2px #1018280a,0 18px 50px #1018281a;animation:card-in .35s ease both}@keyframes card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-logo{display:block;height:84px;margin:0 auto 14px}.login-title{text-align:center;font-size:21px;font-weight:700;letter-spacing:-.4px;margin-bottom:4px}.login-sub{text-align:center;color:var(--muted);font-size:14px;margin-bottom:24px}.login-card label{display:block;margin-bottom:6px}.login-footnote{margin-top:18px;margin-bottom:0;text-align:center;font-size:13px}.login-footnote a{color:var(--muted)}.login-footnote a:hover{color:var(--brand)}@media(prefers-reduced-motion:reduce){.login-card{animation:none}}.trophy-cabinet-btn{display:block;width:100%;margin:10px 0 4px;padding:8px 12px;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #d4a017;border-radius:6px;color:#92400e;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s}.trophy-cabinet-btn:hover{background:linear-gradient(135deg,#fde68a,#fbbf24)}.trophy-cabinet{margin:8px 0;padding:10px 0 0;border-top:1px solid #ddd}.trophy-list{display:flex;flex-direction:column;gap:10px}.trophy-item{display:flex;align-items:center;gap:10px;background:#fff;padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb}.trophy-icon{font-size:28px;flex-shrink:0}.trophy-info{flex:1;min-width:0}.trophy-name{font-weight:700;font-size:14px;color:#1a1a2e}.trophy-desc{font-size:11px;color:#888;margin-top:1px}.trophy-count{font-size:24px;font-weight:800;color:#4a6cf7;flex-shrink:0;min-width:32px;text-align:center}.trophy-link{color:#4a6cf7;text-decoration:none;border-bottom:1px dashed #999}.trophy-link:hover{color:#3451b2}.status-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-badge:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;margin-right:5px;vertical-align:1px;opacity:.75}.status-draft{background:#fef3c7;color:#92400e}.status-live{background:#d1fae5;color:#065f46}.status-live:before{animation:live-pulse 1.6s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:.9}50%{opacity:.25}}.status-grading{background:#dbeafe;color:#1e40af}.status-completed{background:#e5e7eb;color:#374151}.question-block{border-left:3px solid #4a6cf7;padding-left:16px;margin-bottom:20px}.defence-select{width:auto;display:inline-block;margin-left:8px}.category-select{width:auto;display:inline-block}.play-layout{display:flex;gap:24px;align-items:flex-start}.play-main{flex:1;min-width:0}.play-sidebar{width:220px;flex-shrink:0;position:sticky;top:20px}@media(max-width:700px){.play-layout{flex-direction:column}.play-sidebar{width:100%;position:static}}.opponent-info{background:linear-gradient(135deg,#eef2ff,#e8f0fe);border-left:3px solid #4a6cf7;position:relative;padding:14px 16px;border-radius:8px;margin-bottom:8px}.stats-layout{display:flex;gap:24px;align-items:flex-start}.stats-layout .stats-table-scroll{flex:1;min-width:0}.stats-cat-tabs{display:flex;flex-direction:column;gap:6px;flex-shrink:0;width:180px}.stats-cat-tab{padding:8px 12px;font-size:14px;border:1px solid #ccc;background:#f8f8f8;border-radius:6px;cursor:pointer;color:#555;text-align:left}.stats-cat-tab:hover{background:#eef}.stats-cat-active{background:#4a90d9;color:#fff;border-color:#4a90d9;font-weight:700}.stats-cat-active:hover{background:#3a7bc8}.stats-table-scroll{max-height:60vh;overflow-y:auto}@media(max-width:1024px){.stats-layout{flex-direction:column-reverse;gap:12px}.stats-cat-tabs{flex-direction:row;flex-wrap:wrap;width:auto}.stats-cat-tab{padding:8px 10px;font-size:18px}.stats-table-scroll td,.stats-table-scroll th{padding:4px 6px;font-size:15px}}.opponents-grid{display:flex;gap:16px}.opponents-grid-player{flex:1;min-width:0}.opponents-grid-stat{flex:0 0 120px;white-space:nowrap;font-size:12px;text-align:left!important}.icons-only-cats .cat-text{display:none}.icons-only-cats .cat-icon{display:inline-block}@media(max-width:500px){.opponents-grid{flex-direction:column;gap:8px}.opponents-grid-stat{flex-basis:auto}}.opponent-label{font-size:11px;text-transform:uppercase;color:#6b7280;letter-spacing:.5px;margin-bottom:4px;font-weight:600}.opponent-name{font-size:18px;font-weight:700;margin-bottom:8px;color:#1e293b}.opponent-detail{font-size:13px;color:#4b5563;line-height:1.6}.opponent-record{font-size:13px;font-weight:600;color:#4a6cf7;margin-top:4px;display:flex;flex-wrap:wrap;gap:0 4px}.record-values{white-space:nowrap}.opponent-stats{border-top:1px solid #cbd5e1;padding-top:10px;margin-top:4px}.stat-row{display:flex;justify-content:space-between;font-size:12px;line-height:1.8}.stat-category{color:#4b5563}.cat-icon{display:none;font-size:1.2em}.stat-pct{font-weight:600;min-width:32px;text-align:right}.stat-none{color:#9ca3af}.stat-good{color:#16a34a}.stat-poor{color:#dc2626}.stat-total{border-top:1px solid #cbd5e1;padding:4px 4px 1px;margin-top:4px;font-weight:600}.stat-clickable{cursor:pointer;padding:1px 4px;border-radius:4px;transition:background .1s}.stat-clickable:hover{background:#dbeafe}.stat-selected{background:#c7d2fe}.play-sidebar{position:relative}.category-history-overlay{position:absolute;top:0;left:0;right:0;background:#fff;max-height:80vh;overflow-y:auto;z-index:10;box-shadow:0 4px 20px #00000026;border-radius:12px}.history-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.history-close{font-size:20px;cursor:pointer;color:#9ca3af;line-height:1;padding:0 4px;transition:color .15s}.history-close:hover{color:#1a1a2e}.history-list{display:flex;flex-direction:column;gap:8px}.history-item{font-size:11px;padding:8px 10px;border-radius:6px;border-left:3px solid #d1d5db}.history-correct{border-left-color:#22c55e;background:#f0fdf4}.history-incorrect{border-left-color:#ef4444;background:#fef2f2}.history-header{display:flex;justify-content:space-between;font-weight:600;margin-bottom:2px}.history-question{color:#4b5563;margin-bottom:2px}.history-answer{color:#1e293b;font-style:italic}.lb-title{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;margin:-14px -14px 10px;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;border-radius:12px 12px 0 0}.lb-title .opponent-label{color:#fff;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.lb-title .history-close{color:#cbd5e1}.lb-title .history-close:hover{color:#fff}.lb-table{display:flex;flex-direction:column;gap:2px}.lb-row{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;font-size:13px;background:#fafafa;border:1px solid #f1f5f9;transition:background .15s}.lb-row:hover{background:#f1f5f9}.lb-rank{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#e2e8f0;color:#475569;font-weight:700;font-size:12px}.lb-name{color:#1e293b;text-decoration:none;font-weight:500;border-bottom:1px dashed transparent}.lb-name:hover{border-bottom-color:#94a3b8}.lb-count{font-weight:700;font-size:15px;color:#0f172a;min-width:20px;text-align:right}.lb-count-btn{border:none;background:transparent;padding:4px 10px;border-radius:6px;cursor:pointer;font-family:inherit;font-weight:700;font-size:15px;color:#0f172a;transition:background .15s,color .15s}.lb-count-btn:hover,.lb-count-active{background:#1e293b;color:#fff}.lb-expand{padding:0 4px}.overall-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.overall-stat{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;border-radius:8px;padding:10px 8px;text-align:center}.overall-stat-label{font-size:10px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#64748b}.overall-stat-value{font-size:24px;font-weight:700;line-height:1.1;margin:4px 0 2px}.overall-stat-sub{font-size:10px;color:#64748b;line-height:1.3}.speed-dist{margin-top:8px;padding:8px 4px 4px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.speed-dist-title{font-size:10px;color:#64748b;text-align:center;margin-bottom:2px;letter-spacing:.3px}.rank-cell{text-align:center;width:36px}.rank-medal{font-size:18px;line-height:1}.medal-row-1>td{background:#fef3c7}.medal-row-2>td{background:#e2e8f0}.medal-row-3>td{background:#fed7aa}tr.highlight-row.medal-row-1>td,tr.highlight-row.medal-row-2>td,tr.highlight-row.medal-row-3>td{box-shadow:inset 3px 0 #6366f1}.lb-row-rank-1{background:linear-gradient(90deg,#fffbeb,#fef3c7);border-color:#fcd34d}.lb-row-rank-1 .lb-rank{background:linear-gradient(135deg,#fbbf24,#d97706);color:#fff;box-shadow:0 2px 4px #d977064d}.lb-row-rank-2{background:linear-gradient(90deg,#f8fafc,#e2e8f0);border-color:#cbd5e1}.lb-row-rank-2 .lb-rank{background:linear-gradient(135deg,#cbd5e1,#64748b);color:#fff}.lb-row-rank-3{background:linear-gradient(90deg,#fef3ec,#fed7aa);border-color:#fdba74}.lb-row-rank-3 .lb-rank{background:linear-gradient(135deg,#fb923c,#9a3412);color:#fff}.lb-row-you{outline:2px solid #6366f1;outline-offset:-2px;position:relative}.lb-you-badge{display:inline-block;margin-left:6px;font-size:9px;font-weight:700;letter-spacing:.5px;padding:1px 5px;border-radius:3px;background:#6366f1;color:#fff;vertical-align:middle}table{width:100%;border-collapse:collapse;margin-bottom:16px}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid #e5e7eb}th{background:#f6f8fb;font-weight:600;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--line)}th:first-child{border-top-left-radius:8px}th:last-child{border-top-right-radius:8px}.results-table tbody tr{transition:background .12s}.results-table tbody tr:hover{background:#eef2f9}.correct{color:#16a34a;font-weight:600}.incorrect{color:#dc2626;font-weight:600}.match-summary-table{width:100%;border-collapse:collapse;font-size:13px}.match-summary-table th,.match-summary-table td{padding:4px 0;text-align:center;border:1px solid #d1d5db}.match-summary-table th{background:#f1f5f9;font-weight:600;font-size:12px}.match-summary-name{text-align:left!important;padding-left:8px!important;padding-right:8px!important;font-weight:500;white-space:nowrap;font-size:12px}.match-summary-score{width:28px;font-weight:700;font-size:14px}.match-summary-total{font-weight:700;font-size:13px;padding-left:6px!important;padding-right:6px!important;white-space:nowrap;background:#f8fafc}.summary-correct{background:#dcfce7;color:#15803d}.summary-incorrect{background:#fee2e2;color:#dc2626}.match-detail-table{width:100%;border-collapse:collapse;margin-top:8px}.match-detail-table th{font-size:12px;font-weight:600;padding:4px;background:#f1f5f9;border:1px solid #d1d5db}.match-detail-table td{border:1px solid #e5e7eb;vertical-align:top}.match-detail-table tbody tr:nth-child(odd){background:#fafbfc}.match-detail-table tbody tr:hover{background:#f0f4f8}.match-detail-qnum{padding:8px 6px;font-weight:700;color:#475569;font-size:13px;white-space:nowrap;vertical-align:top}.match-detail-q{padding:8px 10px;font-size:13px;line-height:1.5;color:#374151}.match-detail-q-inner{max-height:3em;overflow:hidden;line-height:1.5}.match-q-answer{font-weight:700;color:#111;text-transform:uppercase;font-size:12px;letter-spacing:.3px}.match-q-fade{position:absolute;bottom:8px;right:10px;padding-left:80px;background:linear-gradient(to right,transparent,#fafbfc 40%)}tr:nth-child(2n) .match-q-fade{background:linear-gradient(to right,transparent,#fff 40%)}tr:hover .match-q-fade{background:linear-gradient(to right,transparent,#f0f4f8 40%)}.match-q-expand{color:#4a90d9;cursor:pointer;font-size:12px;font-weight:500}.match-detail-score{text-align:center;width:36px;font-weight:700;font-size:14px;vertical-align:middle!important}.pip-correct{background:#dcfce7;color:#15803d}.pip-incorrect{background:#fee2e2;color:#dc2626}.match-detail-totals td{border-top:2px solid #94a3b8}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.flex-gap{display:flex;gap:8px;align-items:center}.btn-upload{padding:4px 10px;background:#64748b;color:#fff;border-radius:6px;cursor:pointer;font-size:12px;transition:background .15s}.btn-upload:hover{background:#475569}.image-toggle{color:#4a6cf7;cursor:pointer;font-size:13px;transition:color .15s}.image-toggle:hover{text-decoration:underline;color:#3b5de7}.buzzer-btn{width:100%;padding:40px;font-size:32px;font-weight:700;background:linear-gradient(180deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:14px;cursor:pointer;text-transform:uppercase;letter-spacing:2px;box-shadow:0 4px 14px #ef444459;transition:transform .1s,box-shadow .15s}.buzzer-btn:after{display:none}.buzzer-btn:hover{background:linear-gradient(180deg,#dc2626,#b91c1c);box-shadow:0 6px 20px #ef444466}.buzzer-btn:active{transform:scale(.97)}.buzzer-timer{font-size:22px;font-weight:700;color:#16a34a;min-width:40px;text-align:center;font-variant-numeric:tabular-nums}.buzzer-timer-urgent{color:#dc2626;animation:timer-pulse .5s ease-in-out infinite}@keyframes timer-pulse{0%,to{opacity:1}50%{opacity:.4}}.recording-indicator{display:inline-block;width:12px;height:12px;background:#dc2626;border-radius:50%;animation:recording-pulse 1s ease-in-out infinite}.recording-indicator-large{display:inline-block;width:20px;height:20px;background:#dc2626;border-radius:50%;animation:recording-pulse 1s ease-in-out infinite;flex-shrink:0}.recording-banner{width:100%;padding:16px;background:#fef2f2;border:3px solid #dc2626;border-radius:10px;text-align:center;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:12px}.recording-banner-text{font-size:20px;font-weight:700;color:#dc2626}@keyframes recording-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.buzzer-result-actions{display:flex;gap:8px;margin-top:4px}.buzzer-action{color:#4a6cf7;cursor:pointer;font-size:11px;white-space:nowrap;transition:color .15s}.buzzer-action:hover{text-decoration:underline;color:#3b5de7}.buzzer-transcript-row{font-size:12px;color:#4b5563;background:#fafaf5;line-height:1.5;padding:8px 10px;border-radius:4px}.q-label{cursor:pointer;color:#4a6cf7;font-weight:600;transition:color .15s}.q-label:hover{text-decoration:underline;color:#3b5de7}.buzz-timeline-wrapper{padding:12px 16px;background:#f8fafc;border-top:1px solid #e5e7eb}.buzz-timeline{display:flex;flex-direction:column;gap:6px}.buzz-row{display:flex;align-items:center;gap:8px;font-size:13px;border-left:3px solid transparent}.buzz-rank{width:20px;text-align:center;color:#9ca3af;font-size:11px;flex-shrink:0}.buzz-player{width:80px;flex-shrink:0;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.buzz-bar-container{flex:1;min-width:0;height:22px;background:#e5e7eb;border-radius:4px;position:relative}.buzz-bar{height:100%;border-radius:4px;display:flex;align-items:center;min-width:40px;transition:width .3s}.buzz-bar-time{font-size:11px;color:#fff;padding:0 6px;white-space:nowrap;font-weight:500}.buzz-correct{background:linear-gradient(90deg,#22c55e,#16a34a)}.buzz-wrong{background:linear-gradient(90deg,#ef4444,#dc2626)}.buzz-answer{width:100px;flex-shrink:0;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.buzz-pts{width:40px;flex-shrink:0;text-align:right;font-size:12px;font-weight:600}.buzz-day-tag{width:44px;flex-shrink:0;text-align:right;font-size:11px;color:#9ca3af}.match-hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.match-hub-card{text-decoration:none;color:inherit;display:block;transition:box-shadow .2s,transform .15s;border-radius:12px}.match-hub-card:hover{box-shadow:0 6px 20px #1018281f;transform:translateY(-2px)}.match-hub-players{display:flex;flex-direction:column;gap:4px}.match-hub-player{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;border-radius:6px;font-size:14px}.match-hub-winner{background:#dcfce7;font-weight:600}.match-hub-me{border:2px solid #4a6cf7}.match-hub-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-hub-score{flex-shrink:0;margin-left:8px;color:#4b5563;font-variant-numeric:tabular-nums}.buzz-word-label{width:110px;flex-shrink:0;font-size:11px;color:#6b7280;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.buzz-marker{display:inline-block;font-size:10px;padding:1px 5px;border-radius:4px;margin:0 2px;vertical-align:middle;line-height:1.6;font-weight:500}.buzz-marker-correct{background:#dcfce7;color:#15803d}.buzz-marker-wrong{background:#fee2e2;color:#b91c1c}.buzz-marker-ungraded{background:#e5e7eb;color:#6b7280}.buzz-row-me{background:#eef2ff;border-radius:6px;border-left:3px solid #4a6cf7}.buzz-count-marker{display:inline-block;background:#22c55e;color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;line-height:18px;text-align:center;border-radius:50%;vertical-align:middle;margin:0 1px;cursor:default}.buzz-count-marker-me{background:#4a6cf7;outline:2px solid #a5b4fc;outline-offset:1px}.buzz-count-marker-wrong{display:inline-block;background:#dc3545;color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;line-height:18px;text-align:center;border-radius:50%;vertical-align:middle;margin:0 1px;cursor:default}.opponent-chip{display:inline-flex;flex-direction:column;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:6px 12px;font-size:13px;transition:border-color .15s}.opponent-chip:hover{border-color:#4a6cf7}.opponent-chip-stats{font-size:11px;color:#9ca3af;margin-top:2px}.player-link{color:inherit;text-decoration:none;transition:color .15s}.player-link:hover{color:#4a6cf7;text-decoration:underline}.q-answer{display:block;font-weight:400;font-size:12px;color:#4b5563;margin-top:2px}.buzzer-result-tick{color:#22c55e}.buzzer-result-cross{color:#d1d5db}.buzzer-result-time{font-size:11px;color:#9ca3af}.buzzer-results-layout{display:flex;gap:24px;align-items:flex-start}.buzzer-results-main{flex:1;min-width:0}.buzzer-results-league{flex:0 0 auto}@media(max-width:900px){.buzzer-results-layout{flex-direction:column}.buzzer-results-league{width:100%}}.league-table td,.league-table th{padding:3px 6px;font-size:12px;line-height:1.3}.league-table-me{font-weight:700;color:#4a6cf7!important}.results-table tbody tr:nth-child(2n){background:#f7f8fa}.highlight-row{background:#eef2ff!important}.highlight-card{border:2px solid #4a6cf7}.match-card-3p .results-table-wrap{overflow-x:auto}@media(max-width:1024px){.match-card-3p .results-table{font-size:12px}.match-card-3p .results-table td,.match-card-3p .results-table th{padding:4px 3px;font-size:12px;line-height:1.25}.match-card-3p .results-table .fs-10,.match-card-3p .results-table .fs-11,.match-card-3p .results-table .fs-12,.match-card-3p .results-table .fs-13,.match-card-3p .results-table .fs-14,.match-card-3p .results-table .fs-15{font-size:12px!important}.match-card-3p .results-table .buzzer-result-time{font-size:11px!important}}@media(max-width:600px){.match-card-3p .results-table{font-size:10px}.match-card-3p .results-table td,.match-card-3p .results-table th{padding:2px;font-size:10px;line-height:1.2}.match-card-3p .results-table .fs-10,.match-card-3p .results-table .fs-11,.match-card-3p .results-table .fs-12,.match-card-3p .results-table .fs-13,.match-card-3p .results-table .fs-14,.match-card-3p .results-table .fs-15{font-size:10px!important}.match-card-3p .results-table .buzzer-result-time{font-size:9px!important}}.match-hub-h2h{display:flex;flex-direction:column;gap:4px}.match-hub-h2h-player{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;border-radius:6px;min-width:0}.match-hub-h2h-player .match-hub-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-hub-h2h-player.match-hub-winner{background:#dcfce7;font-weight:600}.match-hub-vs{display:none}.buzzer-page-wrap{max-width:600px;margin:0 auto}.review-transcript-toggle{display:none}.fs-10{font-size:10px}.fs-11{font-size:11px}.fs-12{font-size:12px}.fs-13{font-size:13px}.fs-14{font-size:14px}.fs-15{font-size:15px}.fs-16{font-size:16px}.fs-18{font-size:18px}@media(min-width:1025px){::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c3cbdd;border-radius:8px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:#a8b3c9}}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll>table{min-width:100%}.show-mobile-only{display:none}@media(max-width:1024px){.hide-mobile{display:none}.stats-cat-tab{padding:8px 10px;font-size:18px}.show-mobile-only{display:block}body{font-size:22px}.container{padding:8px}.buzzer-page-wrap{max-width:none}.card{padding:14px;margin-bottom:10px}.nav{padding:0 12px;margin-bottom:16px}.nav-inner{padding:7px 0;gap:10px}.nav-left{gap:10px}.nav-brand img{height:40px}.nav-links a{font-size:19px;padding:6px 10px}.site-footer{font-size:15px;padding:14px 16px 18px}button,input,textarea,select{font-size:20px}th{font-size:18px}h2{font-size:22px}h3{font-size:20px}.fs-10{font-size:16px}.fs-11{font-size:17px}.fs-12{font-size:18px}.fs-13{font-size:19px}.fs-14{font-size:20px}.fs-15{font-size:21px}.fs-16{font-size:22px}.fs-18{font-size:24px}.opponent-label{font-size:16px}.opponent-detail,.opponent-record{font-size:19px}.opponents-grid-stat{font-size:17px;flex:1 1 0;min-width:0;white-space:normal;text-align:center!important;word-break:break-word;overflow-wrap:anywhere}.opponents-grid-icon{flex:0 0 24px!important}.stat-row,.stat-row .stat-pct{font-size:17px}.cat-icon{display:inline-block}.cat-text{display:none}.history-item{font-size:16px}.buzzer-action,.buzzer-transcript-row{font-size:17px}.buzzer-result-time{font-size:16px}.buzz-row{font-size:18px}.league-table td,.league-table th{font-size:17px}.opponent-chip{font-size:18px}.opponent-chip-stats{font-size:16px}.q-answer{font-size:17px}.review-transcript-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.review-transcript-toggle{display:inline;color:#4a6cf7;cursor:pointer;font-size:17px;margin-top:4px}.review-transcript-toggle:hover{text-decoration:underline}}@media(max-width:600px){body{font-size:24px}button,input,textarea,select{font-size:22px}h2{font-size:24px}h3{font-size:22px}.fs-10{font-size:18px}.fs-11{font-size:19px}.fs-12{font-size:20px}.fs-13{font-size:21px}.fs-14{font-size:22px}.fs-15{font-size:23px}.fs-16{font-size:24px}.fs-18{font-size:26px}.review-transcript-toggle{font-size:19px}.league-table{width:100%}.league-table td,.league-table th{font-size:12px!important;padding:3px!important;line-height:1.2}.buzzer-results-league{overflow-x:auto}}@media(max-height:500px){.buzzer-btn{padding:16px;font-size:24px}.container{padding:8px 14px}h2{font-size:18px;margin-bottom:8px}.card{padding:10px;margin-bottom:8px}.opponent-info{padding:8px 12px;margin-bottom:4px}}.wc-root{--wc-bg: #0a0e1a;--wc-panel: #121a2e;--wc-panel-2: #18223a;--wc-line: #243049;--wc-ink: #f1f5fb;--wc-muted: #8aa0c2;--wc-pitch: #0d2a1a;min-height:100vh;background:radial-gradient(1200px 600px at 50% -10%,#16264a,#16264a00 60%),linear-gradient(180deg,#0a0e1a,#070a13);color:var(--wc-ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.4;padding-bottom:40px}.wc-root *,.wc-root *:before,.wc-root *:after{box-sizing:border-box}.wc-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--wc-line);background:repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 2px,transparent 2px 64px),linear-gradient(135deg,#103a24,#0c2840 55%,#0a1330)}.wc-hero:before{content:"";position:absolute;top:50%;left:50%;width:280px;height:280px;transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.06);border-radius:50%;pointer-events:none}.wc-hero:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:#ffffff0f;pointer-events:none}.wc-hero-inner{position:relative;max-width:920px;margin:0 auto;padding:38px 20px 30px;text-align:center}.wc-kicker{font-size:12px;letter-spacing:2.5px;font-weight:700;color:#6ee7b7;margin-bottom:8px}.wc-title{font-size:44px;line-height:1.02;margin:0 0 8px;font-weight:900;letter-spacing:-1px;background:linear-gradient(180deg,#fff,#b9c8e6);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 2px 30px rgba(110,231,183,.15)}.wc-subtitle{margin:0 auto;max-width:560px;color:var(--wc-muted);font-size:15px}.wc-updated{display:inline-flex;align-items:center;gap:7px;margin-top:14px;font-size:12px;color:var(--wc-muted);background:#00000040;border:1px solid var(--wc-line);padding:4px 12px;border-radius:999px}.wc-updated-dot{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d399}.wc-main{max-width:920px;margin:0 auto;padding:0 16px}.wc-section{margin-top:32px}.wc-h2{font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--wc-muted);font-weight:700;margin:0 0 14px;border-left:3px solid var(--brand);padding-left:10px}.wc-note{color:var(--wc-muted);font-size:13px;margin:10px 2px 0}.wc-board{background:var(--wc-panel);border:1px solid var(--wc-line);border-radius:16px;padding:8px 16px;box-shadow:0 10px 40px #00000059}.wc-board-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--wc-line)}.wc-board-row:last-child{border-bottom:none}.wc-board-rank{flex:0 0 auto;width:34px;text-align:center}.wc-board-medal{font-size:22px;font-weight:800;color:var(--wc-muted)}.wc-board-main{flex:1 1 auto;min-width:0}.wc-board-head{display:flex;align-items:baseline;gap:10px;margin-bottom:7px}.wc-board-name{font-size:19px;font-weight:800}.wc-board-meta{font-size:11px;color:var(--wc-muted)}.wc-board-total{margin-left:auto;font-size:28px;font-weight:900;font-variant-numeric:tabular-nums;letter-spacing:-.5px}.wc-board-track{height:12px;border-radius:999px;background:#ffffff0d;overflow:hidden}.wc-board-bar{height:100%;border-radius:999px;transition:width .9s cubic-bezier(.22,1,.36,1)}.wc-chart-wrap{background:var(--wc-panel);border:1px solid var(--wc-line);border-radius:16px;padding:14px 10px 8px;box-shadow:0 10px 40px #00000059}.wc-chart{width:100%;height:auto;display:block}.wc-grid{stroke:#ffffff0f;stroke-width:1}.wc-axis{stroke:#ffffff2e;stroke-width:1}.wc-axis-lbl{fill:var(--wc-muted);font-size:11px}.wc-line-lbl{font-size:12px;font-weight:700}.wc-line{filter:drop-shadow(0 0 4px rgba(0,0,0,.4))}.wc-squads{display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}.wc-squad{background:var(--wc-panel);border:1px solid var(--wc-line);border-radius:14px;overflow:hidden}.wc-squad-head{display:flex;align-items:baseline;gap:8px;padding:12px 14px;border-bottom:1px solid var(--wc-line)}.wc-squad-name{font-size:17px;font-weight:800}.wc-squad-total{margin-left:auto;font-size:13px;color:var(--wc-muted);font-weight:700}.wc-chips{display:flex;flex-wrap:wrap;gap:7px;padding:12px 14px}.wc-team-chip{display:inline-flex;align-items:center;gap:6px;background:var(--wc-panel-2);border:1px solid var(--wc-line);border-radius:999px;padding:4px 10px 4px 8px;font-size:13px}.wc-team-flag{font-size:15px;line-height:1}.wc-team-name{font-weight:600}.wc-team-pts{font-variant-numeric:tabular-nums;font-weight:800;color:var(--wc-ink);background:#ffffff0f;border-radius:999px;padding:0 7px;font-size:12px}.wc-team-out{opacity:.42;text-decoration:line-through;text-decoration-color:var(--wc-muted)}.wc-team-out .wc-team-flag{filter:grayscale(1)}.wc-filters{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}.wc-filter{background:var(--wc-panel);border:1px solid var(--wc-line);color:var(--wc-muted);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.wc-filter:hover{color:var(--wc-ink);border-color:#38507e}.wc-jump{margin-left:auto;color:var(--wc-ink)}.wc-filter-on{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 4px 14px #4a6cf773}.wc-date-group{margin-bottom:22px}.wc-feed-divider{font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--wc-ink);font-weight:800;margin:28px 2px 14px;padding-top:18px;border-top:1px solid var(--wc-line)}.wc-date-head{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--wc-muted);font-weight:700;margin:0 2px 10px}.wc-match-list{display:grid;gap:10px}.wc-match{background:var(--wc-panel);border:1px solid var(--wc-line);border-radius:14px;padding:12px 14px}.wc-match-live{border-color:#ef4444aa;box-shadow:0 0 0 1px #ef444433,0 6px 24px #ef44441f}.wc-match-dead{opacity:.5}.wc-match-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}.wc-stage-badge{font-size:11px;font-weight:800;letter-spacing:.5px;background:var(--wc-panel-2);border:1px solid var(--wc-line);color:var(--wc-muted);padding:3px 8px;border-radius:6px}.wc-stage-mult{color:#fbbf24}.wc-stage-f{color:#fbbf24;border-color:#fbbf2455}.wc-stage-sf,.wc-stage-qf{color:#f1f5fb}.wc-live{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:1px;color:#fca5a5}.wc-live-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 8px #ef4444;animation:wc-pulse 1.4s ease-in-out infinite}.wc-match-time{font-size:12px;color:var(--wc-muted);margin-left:auto;font-variant-numeric:tabular-nums}.wc-match-nocount{font-size:11px;color:var(--wc-muted);margin-left:auto;font-style:italic}.wc-match-row{display:flex;align-items:center;gap:10px}.wc-side{display:flex;align-items:center;gap:8px;flex:1 1 0;min-width:0}.wc-side-right{justify-content:flex-end;text-align:right}.wc-side-flag{font-size:22px;line-height:1;flex:0 0 auto}.wc-side-name{font-weight:700;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wc-side-win .wc-side-name{color:#fff}.wc-side-owner{font-size:11px;font-weight:700;opacity:.95;flex-shrink:0;white-space:nowrap}.wc-team-abbr{display:none}.wc-score{flex:0 0 auto;min-width:64px;text-align:center}.wc-score-nums{font-size:24px;font-weight:900;font-variant-numeric:tabular-nums}.wc-score-dash{color:var(--wc-muted);margin:0 4px}.wc-score-v{color:var(--wc-muted);font-size:16px;font-weight:700}.wc-match-pts{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:10px;padding-top:9px;border-top:1px dashed var(--wc-line);font-size:13px}.wc-pts-side{font-weight:900;font-variant-numeric:tabular-nums}.wc-pts-sep{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--wc-muted)}.wc-events{display:flex;justify-content:space-between;align-items:flex-start;gap:6px;margin-top:10px}.wc-events-side{display:flex;flex-direction:column;gap:6px;min-width:0}.wc-events-home{align-items:flex-start}.wc-events-away{align-items:flex-end}.wc-chip{display:inline-flex;align-items:center;gap:5px;background:var(--wc-panel-2);border:1px solid var(--wc-line);border-radius:999px;padding:3px 9px;font-size:12px}.wc-chip-icon{font-size:13px;line-height:1}.wc-chip-team{font-size:13px}.wc-chip-min{color:var(--wc-muted);font-variant-numeric:tabular-nums;font-weight:700}.wc-chip-player{font-weight:600}.wc-chip-tag{font-size:10px;font-weight:800;letter-spacing:.3px;border-radius:5px;padding:1px 5px}.wc-tag-ob{background:#1d4ed833;color:#93c5fd}.wc-tag-pen{background:#7c3aed33;color:#c4b5fd}.wc-tag-og{background:#b4530933;color:#fdba74}.wc-tag-red{background:#ef444433;color:#fca5a5}.wc-chip-red{border-color:#ef444455}.wc-chip-og{border-color:#b4530955}.wc-skeleton{margin-top:28px;display:grid;gap:12px}.wc-sk-bar,.wc-sk-block{background:linear-gradient(90deg,var(--wc-panel) 25%,var(--wc-panel-2) 50%,var(--wc-panel) 75%);background-size:200% 100%;animation:wc-shimmer 1.4s linear infinite;border-radius:10px}.wc-sk-bar{height:26px}.wc-sk-block{height:220px;margin-top:10px}.wc-error{text-align:center;padding:40px 20px;background:var(--wc-panel);border:1px solid var(--wc-line);border-radius:14px;margin-top:20px}.wc-error p{color:#fca5a5;margin:0 0 16px}.wc-retry{background:var(--brand);color:#fff;border:none;padding:9px 22px;border-radius:8px;font-weight:700;cursor:pointer}.wc-empty{text-align:center;padding:44px 20px;background:var(--wc-panel);border:1px dashed var(--wc-line);border-radius:14px}.wc-empty-icon{font-size:38px;margin-bottom:10px}.wc-empty-title{font-size:18px;font-weight:800;margin:0 0 4px}.wc-empty-sub{color:var(--wc-muted);margin:0;font-size:14px}.wc-foot{margin-top:40px;text-align:center;color:var(--wc-muted);font-size:12px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.wc-foot-dot{opacity:.5}@keyframes wc-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.4}}@keyframes wc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.wc-board-bar{transition:none}.wc-live-dot,.wc-sk-bar,.wc-sk-block{animation:none}}@media(max-width:640px){.wc-title{font-size:34px}.wc-subtitle{font-size:14px}.wc-squads{grid-template-columns:1fr}.wc-board-total{font-size:23px}.wc-board-name{font-size:17px}.wc-board-medal{font-size:19px}.wc-side-name{font-size:14px}.wc-score-nums{font-size:21px}.wc-h2{font-size:12px}.wc-match-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"home score" "away score";column-gap:12px;row-gap:8px;align-items:center}.wc-side{grid-area:home}.wc-side-right{grid-area:away;flex-direction:row-reverse;justify-content:flex-end;text-align:left}.wc-score{grid-area:score;min-width:auto}.wc-side-name .wc-team-full{display:none}.wc-side-name .wc-team-abbr{display:inline}}@media(max-width:380px){.wc-title{font-size:29px}.wc-main{padding:0 12px}.wc-board{padding:4px 12px}.wc-board-row{gap:9px}}.wc-flag-img{width:1.35em;height:1em;object-fit:cover;border-radius:2px;vertical-align:-.12em;box-shadow:0 0 0 1px #ffffff1f}.wc-name-btn{background:none;border:none;border-radius:0;box-shadow:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;text-align:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s,opacity .15s}.wc-name-btn:after{display:none}.wc-name-btn:hover{border-bottom-color:currentColor;opacity:.85;transform:none;filter:none;box-shadow:none}.wc-name-btn:active{transform:none;box-shadow:none}.wc-name-active{border-bottom-color:currentColor!important;opacity:1!important;text-shadow:0 0 12px currentColor}.wc-team-chip.wc-name-btn{display:inline-flex;align-items:center;gap:6px;background:var(--wc-panel-2);border:1px solid var(--wc-line);border-radius:999px;padding:4px 10px 4px 8px;font-size:13px;border-bottom:1px solid var(--wc-line);transition:border-color .15s,background .15s}.wc-team-chip.wc-name-btn:hover{border-color:#38507e;background:var(--wc-panel);opacity:1}.wc-chip-active{border-color:currentColor!important;background:#ffffff0f!important;box-shadow:0 0 0 1px currentColor}.wc-entity-pill-row{display:flex;align-items:center;margin-bottom:12px}.wc-entity-pill{display:inline-flex;align-items:center;gap:8px;background:var(--wc-panel-2);border:1px solid var(--wc-line);border-radius:999px;padding:5px 6px 5px 12px;font-size:13px;font-weight:700}.wc-entity-pill:before{content:"Showing:";font-size:11px;font-weight:600;color:var(--wc-muted);letter-spacing:.5px}.wc-entity-pill-label{display:inline-flex;align-items:center;gap:5px}.wc-entity-pill-flag{font-size:15px;line-height:1}.wc-entity-pill-clear{background:#ffffff14;border:none;color:var(--wc-muted);cursor:pointer;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;transition:background .15s,color .15s;line-height:1;padding:0}.wc-entity-pill-clear:hover{background:#ffffff2e;color:var(--wc-ink)}
