:root{--rtc-green:#93b634;--rtc-green-dark:#7a9a29;--rtc-green-soft:#eef4dc;--rtc-grey:#323232;--rtc-grey-soft:#f4f4f4;--rtc-grey-line:#e4e4e4;--rtc-grey-mute:#8a8a8a;--status-scheduled:#8a8a8a;--status-live:#e0322d;--status-finished:var(--rtc-green);--bg:#fff;--bg-pattern:none;--surface:#fff;--surface-raised:#fff;--text:var(--rtc-grey);--text-mute:var(--rtc-grey-mute);--border:var(--rtc-grey-line);--radius:12px;--radius-sm:8px;--shadow:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000014;--font:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--header-h:96px;--maxw:720px}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}body{font-family:var(--font);color:var(--text);background-color:var(--bg);background-image:var(--bg-pattern);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-attachment:fixed}img{max-width:100%}button{font-family:inherit}a{color:inherit}h1,h2,h3,h4{letter-spacing:-.01em;margin:0;font-weight:700}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.btn{appearance:none;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:10px 16px;font-size:15px;font-weight:600;transition:background .15s,opacity .15s,transform 50ms}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--rtc-green);color:#fff}.btn-primary:hover{background:var(--rtc-green-dark)}.btn-ghost{background:var(--rtc-grey-soft);color:var(--rtc-grey)}.btn:disabled{opacity:.5;cursor:not-allowed}.visually-hidden{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.toast-stack{z-index:1000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.toast{background:var(--rtc-grey);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);max-width:90vw;padding:12px 18px;font-size:14px;font-weight:500}.toast.toast-warn{background:#b8860b}.toast.toast-error{background:var(--status-live)}.toast.toast-success{background:var(--rtc-green-dark)}.public-view{min-height:100vh}.pv-main{max-width:var(--maxw);flex-direction:column;gap:24px;margin:0 auto;padding:16px 16px 40px;display:flex}.pv-section{flex-direction:column;gap:12px;display:flex}.pv-h2{color:var(--rtc-grey);border-left:4px solid var(--rtc-green);padding-left:10px;font-size:17px;font-weight:800;line-height:1.1}.pv-groups,.pv-votings{grid-template-columns:1fr;gap:12px;display:grid}.pv-matches{flex-direction:column;gap:10px;display:flex}.pv-state{text-align:center;color:var(--text-mute);padding:40px 0}.pv-error{color:var(--status-live)}.pv-stale{color:#8a6d1a;border-radius:var(--radius-sm);text-align:center;background:#fff6e5;border:1px solid #f0dca8;padding:8px 12px;font-size:13px}.pv-footer{text-align:center;color:var(--text-mute);padding-top:8px;font-size:12px}@media (width>=560px){.pv-groups{grid-template-columns:1fr 1fr}}.rtc-header{border-bottom:3px solid var(--rtc-green);z-index:20;background:#fff;position:sticky;top:0}.rtc-header-inner{max-width:var(--maxw);justify-content:space-between;align-items:center;gap:12px;margin:0 auto;padding:12px 16px;display:flex}.rtc-logo-box{flex:0 auto;align-items:center;min-width:0;height:52px;display:flex}.rtc-logo{object-fit:contain;width:auto;height:100%}.rtc-header-meta{flex:none;align-items:center;gap:12px;display:flex}.rtc-subtitle{color:var(--text-mute);font-size:13px;font-weight:600}.rtc-stand{color:var(--text-mute);white-space:nowrap;font-size:13px}.rtc-stand strong{color:var(--rtc-grey);font-variant-numeric:tabular-nums}.rtc-header.is-compact{border-bottom-width:4px;position:static}.is-compact .rtc-header-inner{max-width:none;padding:10px 28px}.is-compact .rtc-logo-box{height:64px}.is-compact .rtc-stand{font-size:18px}@media (width<=420px){.rtc-subtitle{display:none}}.match-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 14px}.match-card.is-live{border-color:var(--status-live);box-shadow:0 0 0 1px var(--status-live), var(--shadow)}.mc-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.mc-meta{color:var(--text-mute);flex-wrap:wrap;align-items:center;gap:8px;min-width:0;font-size:12px;display:flex}.mc-time{color:var(--rtc-grey);font-weight:700}.mc-field,.mc-round{padding-left:8px;position:relative}.mc-field:before,.mc-round:before{content:"";opacity:.6;background:currentColor;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.mc-round{color:var(--rtc-green-dark);font-weight:600}.mc-teams{flex-direction:column;gap:6px;display:flex}.mc-team{align-items:center;gap:10px;display:flex}.mc-team-name{white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;font-size:15px;font-weight:500;overflow:hidden}.mc-team.is-winner .mc-team-name{font-weight:700}.mc-team.is-unresolved .mc-team-name{color:var(--text-mute);font-style:italic;font-weight:500}.mc-score{text-align:center;font-variant-numeric:tabular-nums;min-width:22px;color:var(--rtc-grey);flex:none;font-size:18px;font-weight:700}.mc-score.is-live{color:var(--status-live)}.match-card.is-tv{flex-direction:column;padding:1.4vh 1.6vh;display:flex}.match-card.is-tv.is-live{box-shadow:0 0 0 2px var(--status-live), var(--shadow-md)}.is-tv .mc-head{margin-bottom:1vh}.is-tv .mc-meta{font-size:1.5vh}.mc-tv-row{flex:1;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5vh;display:grid}.mc-tv-crest{justify-content:center;display:flex}.mc-tv-pending{text-align:center;color:var(--text-mute);font-size:1.7vh;font-style:italic;font-weight:600;line-height:1.25}.mc-tv-score{font-variant-numeric:tabular-nums;color:var(--rtc-grey);justify-content:center;align-items:baseline;gap:.6vh;font-size:5.4vh;font-weight:800;line-height:1;display:flex}.mc-tv-score.is-live{color:var(--status-live)}.mc-tv-colon{color:var(--text-mute);font-weight:700}.match-card.is-expandable{cursor:pointer}.mc-expand-hint{color:var(--text-mute);text-align:center;-webkit-user-select:none;user-select:none;margin-top:6px;font-size:11px;font-weight:600}.mc-details{border-top:1px dashed var(--border);color:var(--text-mute);grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;padding-top:8px;font-size:12px;display:grid}.mc-goals{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.mc-goals-right{text-align:right}.crest{width:var(--crest-size,40px);height:var(--crest-size,40px);border-radius:var(--radius-sm);padding:calc(var(--crest-size,40px) * .06);background:#fff;flex:none;justify-content:center;align-items:center;display:inline-flex}.crest img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.crest-placeholder{background:var(--rtc-green-soft);color:var(--rtc-green-dark);font-weight:700;font-size:calc(var(--crest-size,40px) * .38);letter-spacing:.02em;border:1px solid var(--border)}.status-badge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:700;line-height:1.4;display:inline-flex}.status-scheduled{background:var(--rtc-grey-soft);color:var(--rtc-grey-mute)}.status-finished{background:var(--rtc-green-soft);color:var(--rtc-green-dark)}.status-cancelled{color:#a33;background:#f3e0e0}.status-live{background:var(--status-live);color:#fff}.status-dot{background:#fff;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite status-pulse}@keyframes status-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}.standings{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.standings-title{background:var(--rtc-grey);color:#fff;letter-spacing:.01em;padding:10px 12px;font-size:14px;font-weight:700}.standings table{border-collapse:collapse;width:100%;font-size:13px}.standings th{text-transform:uppercase;letter-spacing:.03em;color:var(--text-mute);text-align:center;border-bottom:1px solid var(--border);background:var(--rtc-grey-soft);padding:8px 4px;font-size:11px;font-weight:700}.standings td{text-align:center;border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums;padding:8px 4px}.standings tbody tr:last-child td{border-bottom:none}.col-rank{width:26px;color:var(--text-mute);font-weight:700}.col-team{width:100%;text-align:left!important}.team-cell{align-items:center;gap:8px;min-width:0;display:flex}.col-team .team-name,.col-team .team-abbr{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.col-team .team-abbr{letter-spacing:.02em;font-weight:700;display:none}@media (width<=380px){.col-team .team-name{display:none}.col-team .team-abbr{display:inline}}.col-pts{color:var(--rtc-grey);font-weight:800}.standings tbody tr.is-qualified{background:var(--rtc-green-soft)}.standings tbody tr.is-qualified .col-rank{color:var(--rtc-green-dark);box-shadow:inset 3px 0 0 var(--rtc-green)}.standings-empty{color:var(--text-mute);font-style:italic;padding:16px 4px!important}.is-tv .standings-title{padding:.7vh 1.2vh;font-size:2vh}.is-tv table{font-size:2.1vh}.is-tv th{padding:.5vh .6vh;font-size:1.3vh}.is-tv td{padding:.35vh .6vh;font-weight:600}.is-tv .col-rank{width:3.4vh;font-size:1.9vh}.is-tv .team-cell{gap:1.1vh}.is-tv .col-pts{font-size:2.6vh}.is-tv .col-wdl{display:none}.is-tv .team-name{display:inline}.is-tv .team-abbr{display:none}.bracket{flex-direction:column;gap:14px;display:flex}.bracket-champion{background:linear-gradient(135deg, var(--rtc-green), var(--rtc-green-dark));color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.champ-label{text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:700}.champ-team{align-items:center;gap:10px;font-size:18px;display:flex}.bracket-cols{grid-template-columns:1fr;gap:14px;display:grid}.bracket-col{flex-direction:column;gap:10px;display:flex}.bracket-col-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-mute);margin-top:4px;font-size:12px;font-weight:700}@media (width>=560px){.bracket-cols{grid-template-columns:1fr 1fr;align-items:start}}.sponsor-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 16px}.sponsor-title{text-transform:uppercase;letter-spacing:.05em;color:var(--rtc-green-dark);text-align:center;margin-bottom:10px;font-size:13px;font-weight:700}.sponsor-logos{grid-template-columns:repeat(var(--sponsor-cols,3), 1fr);align-items:center;gap:10px;display:grid}.sponsor-slot{justify-content:center;align-items:center;height:56px;padding:6px;animation:.5s sponsor-in;display:flex}.sponsor-slot img{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:100%}@keyframes sponsor-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.voting-card{background:var(--surface);border:1px solid var(--rtc-green);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 16px}.vc-title{color:var(--rtc-green-dark);margin:0 0 4px;font-size:16px}.vc-desc{color:var(--text-mute);margin:0 0 10px;font-size:13px}.vc-vote{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.vc-vote select{border:1.5px solid var(--border);border-radius:var(--radius-sm);height:38px;color:var(--rtc-grey);background:#fff;flex:220px;padding:0 8px;font-size:14px}.vc-vote select:focus{border-color:var(--rtc-green);box-shadow:0 0 0 3px var(--rtc-green-soft);outline:none}.vc-remaining{color:var(--text-mute);font-size:12px}.vc-thanks{color:var(--rtc-green-dark);margin:8px 0 0;font-size:14px;font-weight:600}.vc-results{border-top:1px dashed var(--border);flex-direction:column;gap:4px;margin:12px 0 0;padding:10px 0 0;list-style:none;display:flex}.vc-result{grid-template-columns:24px 1fr auto;align-items:center;gap:8px;font-size:13px;display:grid}.vc-result-rank{color:var(--rtc-grey);font-variant-numeric:tabular-nums;font-weight:700}.vc-result-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.vc-result-votes{color:var(--rtc-green-dark);font-variant-numeric:tabular-nums;font-weight:700}.voting-card.is-closed{border-color:var(--border)}.vc-closed-chip{vertical-align:middle;color:var(--rtc-grey);background:var(--rtc-grey-soft);border:1px solid var(--border);border-radius:999px;margin-left:8px;padding:2px 10px;font-size:11px;font-weight:700}.vc-total{color:var(--text-mute);text-align:right;margin:6px 0 0;font-size:11px}.admin-login{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{flex-direction:column;gap:14px;width:100%;max-width:380px;padding:28px 24px;display:flex}.login-logo{object-fit:contain;align-self:center;height:44px;margin-bottom:4px}.login-title{text-align:center;font-size:20px}.login-mock{color:var(--rtc-green-dark);background:var(--rtc-green-soft);border-radius:var(--radius-sm);text-align:center;padding:8px 10px;font-size:12px}.login-field{color:var(--rtc-grey);flex-direction:column;gap:5px;font-size:13px;font-weight:600;display:flex}.login-field input{border:1.5px solid var(--border);border-radius:var(--radius-sm);height:44px;padding:0 12px;font-family:inherit;font-size:15px}.login-field input:focus{border-color:var(--rtc-green);box-shadow:0 0 0 3px var(--rtc-green-soft);outline:none}.login-submit{height:46px;margin-top:6px;font-size:16px}.admin-editor{min-height:100vh}.admin-bar{background:var(--rtc-grey);color:#fff;z-index:20;position:sticky;top:0}.admin-bar-inner{justify-content:space-between;align-items:center;gap:12px;max-width:760px;margin:0 auto;padding:10px 16px;display:flex}.admin-bar-left{align-items:center;gap:10px;min-width:0;display:flex}.admin-logo{background:#fff;border-radius:6px;height:34px;padding:3px 6px}.admin-title{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.admin-bar-right{align-items:center;gap:12px;display:flex}.admin-stand{opacity:.8;white-space:nowrap;font-size:12px}.admin-bar-right .btn-ghost{color:#fff;background:#ffffff26}.admin-bar-right .btn-ghost:hover{background:#ffffff40}.admin-bar-right .admin-reset{background:#b2222259}.admin-bar-right .admin-reset:hover:not(:disabled){background:#b222228c}.admin-bar-right .admin-reset:disabled{opacity:.6;cursor:wait}.admin-main{flex-direction:column;gap:24px;max-width:760px;margin:0 auto;padding:16px 16px 48px;display:flex}.admin-day-title{border-left:4px solid var(--rtc-green);margin-bottom:12px;padding-left:10px;font-size:16px;font-weight:800}.admin-list{flex-direction:column;gap:10px;display:flex}.admin-state{text-align:center;color:var(--text-mute);padding:40px 0}.admin-error{color:var(--status-live)}@media (width<=420px){.admin-stand{display:none}}.match-editor{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 14px}.match-editor.is-live{border-color:var(--status-live)}.me-meta{color:var(--text-mute);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;display:flex}.me-time{color:var(--rtc-grey);font-weight:700}.me-round{color:var(--rtc-green-dark);font-weight:600}.me-body{grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;display:grid}.me-team{align-items:center;gap:8px;min-width:0;display:flex}.me-team-right{justify-content:flex-end}.me-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.me-name.is-unresolved{color:var(--text-mute);font-style:italic;font-weight:500}.me-scores{align-items:center;gap:6px;display:flex}.me-stepper{align-items:center;gap:4px;display:flex}.me-step{width:34px;height:34px;color:var(--rtc-grey);background:var(--rtc-grey-soft);border:1px solid var(--border);cursor:pointer;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:20px;font-weight:700;line-height:1;transition:background .15s,border-color .15s;display:flex}.me-step:hover:not(:disabled){background:var(--rtc-green-soft);border-color:var(--rtc-green)}.me-step:active:not(:disabled){transform:translateY(1px)}.me-step:disabled{opacity:.35;cursor:not-allowed}.me-scores input{text-align:center;font-variant-numeric:tabular-nums;border:1.5px solid var(--border);border-radius:var(--radius-sm);width:46px;height:42px;color:var(--rtc-grey);-moz-appearance:textfield;background:#fff;font-size:20px;font-weight:700}.me-scores input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.me-scores input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.me-scores input:focus{border-color:var(--rtc-green);box-shadow:0 0 0 3px var(--rtc-green-soft);outline:none}.match-editor:not(.is-editing) .me-step{display:none}.match-editor:not(.is-editing) .me-scores input:disabled{color:var(--rtc-grey);opacity:1;background:0 0;border-color:#0000}.match-editor.is-editing{border-color:var(--rtc-green);box-shadow:0 0 0 1px var(--rtc-green), var(--shadow)}.match-editor.is-editing.is-live{border-color:var(--status-live);box-shadow:0 0 0 1px var(--status-live), var(--shadow)}.me-colon{color:var(--text-mute);font-size:20px;font-weight:700}.me-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.me-actions>.btn:first-child{margin-right:auto}.me-schedule{background:var(--rtc-grey-soft);border:1px solid var(--border);border-radius:var(--radius-sm);flex-wrap:wrap;align-items:flex-end;gap:10px;margin-top:12px;padding:10px 12px;display:flex}.me-schedule-field{color:var(--text-mute);flex-direction:column;gap:4px;font-size:12px;font-weight:600;display:flex}.me-schedule-field input{border:1.5px solid var(--border);border-radius:var(--radius-sm);height:36px;color:var(--rtc-grey);background:#fff;padding:0 8px;font-size:14px}.me-schedule-field input:focus{border-color:var(--rtc-green);box-shadow:0 0 0 3px var(--rtc-green-soft);outline:none}.me-schedule-actions{gap:8px;margin-left:auto;display:flex}.me-start{font-size:13px}.me-hint{color:var(--text-mute);text-align:right;margin:8px 0 0;font-size:12px;font-style:italic}@media (width<=440px){.me-name{font-size:13px}.me-scores input{width:40px}}.scorer-panel{border-top:1px dashed var(--border);margin-top:10px;padding-top:10px}.sp-columns{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (width<=520px){.sp-columns{grid-template-columns:1fr}}.sp-team{color:var(--rtc-green-dark);text-transform:uppercase;letter-spacing:.03em;margin:0 0 6px;font-size:12px;font-weight:700}.sp-events{flex-direction:column;gap:4px;margin:0 0 8px;padding:0;list-style:none;display:flex}.sp-event{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:8px;padding:4px 8px;font-size:13px;display:flex}.sp-event-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sp-empty,.sp-loading{color:var(--text-mute);font-size:12px;font-style:italic}.sp-remove{color:var(--text-mute);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:16px;line-height:1}.sp-remove:hover:not(:disabled){color:var(--status-live,#c00)}.sp-remove:disabled{opacity:.4;cursor:default}.sp-add{gap:6px;display:flex}.sp-add select{min-width:0;font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);flex:1;padding:5px 6px;font-size:13px}.sp-add-btn{white-space:nowrap}.sp-hint{color:var(--text-mute);margin:8px 0 0;font-size:12px}.gop-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.gop-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 14px}.gop-card.has-override{border-color:var(--rtc-green)}.gop-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.gop-title{color:var(--rtc-green-dark);margin:0;font-size:15px}.gop-badge{color:var(--rtc-green-dark);background:var(--rtc-green-soft);border:1px solid var(--rtc-green);white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.gop-rows{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.gop-row{border-radius:var(--radius-sm);background:var(--rtc-grey-soft);grid-template-columns:22px 1fr auto auto;align-items:center;gap:8px;padding:4px 6px;display:grid}.gop-rank{color:var(--rtc-grey);font-variant-numeric:tabular-nums;font-weight:700}.gop-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.gop-points{color:var(--text-mute);font-variant-numeric:tabular-nums;font-size:12px}.gop-move{gap:4px;display:flex}.gop-btn{width:28px;height:28px;color:var(--rtc-grey);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:#fff;justify-content:center;align-items:center;font-size:12px;display:flex}.gop-btn:hover:not(:disabled){background:var(--rtc-green-soft);border-color:var(--rtc-green)}.gop-btn:disabled{opacity:.35;cursor:not-allowed}.gop-empty{color:var(--text-mute);margin:0;font-size:13px;font-style:italic}.gop-actions{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.vap{flex-direction:column;gap:12px;display:flex}.vap-state{color:var(--text-mute);margin:0;font-size:13px;font-style:italic}.vap-create{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-wrap:wrap;align-items:flex-end;gap:10px;padding:12px 14px;display:flex}.vap-field{color:var(--text-mute);flex-direction:column;gap:4px;font-size:12px;font-weight:600;display:flex}.vap-field-grow{flex:220px}.vap-field input{border:1.5px solid var(--border);border-radius:var(--radius-sm);height:36px;color:var(--rtc-grey);background:#fff;padding:0 8px;font-size:14px}.vap-field input:focus{border-color:var(--rtc-green);box-shadow:0 0 0 3px var(--rtc-green-soft);outline:none}.vap-list{flex-direction:column;gap:8px;display:flex}.vap-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:10px 14px}.vap-row-head{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vap-title{color:var(--rtc-grey);font-size:14px;font-weight:700}.vap-meta{color:var(--text-mute);font-size:12px}.vap-actions{gap:8px;margin-left:auto;display:flex}.vap-chip{border:1px solid var(--border);color:var(--rtc-grey);background:var(--rtc-grey-soft);white-space:nowrap;border-radius:999px;padding:2px 10px;font-size:11px;font-weight:700}.vap-chip-open{color:#fff;background:var(--status-live);border-color:var(--status-live)}.vap-chip-closed{color:var(--rtc-green-dark);background:var(--rtc-green-soft);border-color:var(--rtc-green)}.vap-results{border-top:1px dashed var(--border);flex-direction:column;gap:4px;margin:10px 0 0;padding:8px 0 0;list-style:none;display:flex}.vap-result{grid-template-columns:26px 1fr auto;align-items:center;gap:8px;font-size:13px;display:grid}.vap-result-rank{color:var(--rtc-grey);font-variant-numeric:tabular-nums;font-weight:700}.vap-result-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.vap-result-votes{color:var(--text-mute);font-variant-numeric:tabular-nums}.tv-view{background:var(--rtc-grey-soft);--tv-crest:11vh;flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.tv-view .rtc-header .rtc-header-inner{padding:1.1vh 2vh}.tv-view .rtc-header .rtc-logo-box{height:6.6vh}.tv-view .rtc-header .rtc-subtitle,.tv-view .rtc-header .rtc-stand{font-size:1.7vh}.tv-loading{color:var(--text-mute);flex:1;justify-content:center;align-items:center;font-size:2.8vh;display:flex}.tv-body{flex:1;grid-template-columns:1.45fr 1fr;gap:2vh;min-height:0;padding:1.6vh 2vh 1.8vh;display:grid}.tv-section-title{color:var(--rtc-grey);border-left:.5vh solid var(--rtc-green);margin-bottom:1.2vh;padding-left:1vh;font-size:2.4vh;font-weight:800}.tv-matches{flex-direction:column;min-height:0;display:flex}.tv-match-grid{flex:1;grid-template-rows:repeat(3,1fr);grid-template-columns:1fr 1fr;gap:1.4vh;min-height:0;display:grid}.tv-empty{color:var(--text-mute);font-size:2vh}.tv-sponsor{flex:none;margin-top:1.4vh}.tv-sponsor .sponsor-tile{padding:1vh 1.4vh}.tv-sponsor .sponsor-title{margin-bottom:.8vh;font-size:1.4vh}.tv-sponsor .sponsor-slot{height:7vh;padding:.4vh}.tv-tables{flex-direction:column;min-height:0;display:flex}.tv-table-stack{flex-direction:column;flex:1;gap:1vh;min-height:0;display:flex}.tv-table-stack .standings{flex:none}
