.legend{flex-wrap:wrap;gap:10px 15px}
.legend-badge{border-radius:4px;padding:2px 6px;font-weight:900}
.legend-badge.withdrawn{background:#ffd35c;color:#5f4300}
.legend-badge.disqualified{background:#d92727;color:#fff}
.player{grid-template-columns:1fr auto;gap:0;padding:0;border:0;border-top:1px solid #edf0f4}
.player-choice{width:100%;display:grid;grid-template-columns:29px 1fr auto;align-items:center;gap:8px;min-height:49px;padding:7px 5px;border:0;background:transparent;text-align:left;color:inherit;font:inherit}
.admin-mode .match.ready .player-choice{cursor:pointer}
.admin-mode .match.ready .player-choice:hover{background:#fff7e6}
.player-status{display:inline-block;margin-left:6px;padding:2px 6px;border-radius:4px;font-size:.68rem;font-weight:900;line-height:1.35;vertical-align:2px}
.player-status.withdrawn{background:#ffd35c;color:#5f4300}
.player-status.disqualified{background:#d92727;color:#fff}
.live-person .player-status{margin:8px 0 0}
.player-status-actions{display:none;padding-right:5px;gap:4px}
.admin-mode .player-status-actions{display:flex}
.player-status-actions button{min-width:38px;border:1px solid #cbd2dd;border-radius:5px;padding:6px 5px;background:#fff;color:#4b5563;font-size:.7rem;font-weight:900}
.player-status-actions .mark-withdrawn.active{border-color:#d29800;background:#ffd35c;color:#4d3700}
.player-status-actions .mark-disqualified.active{border-color:#b71818;background:#d92727;color:#fff}
.empty-player{grid-template-columns:29px 1fr;gap:8px;padding:7px 5px}
.match-video{margin-top:9px}
.match-video a{display:flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid #d92727;border-radius:7px;background:#fff5f5;color:#c51f1f;text-decoration:none;font-size:.86rem;font-weight:900;transition:background .15s ease,transform .15s ease}
.match-video a:hover{background:#ffe7e7}
.match-video a:active{transform:scale(.985)}
.match-video a span{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:#d92727;color:#fff;font-size:.65rem;padding-left:2px}
.match-video a:focus-visible{outline:3px solid rgba(217,39,39,.25);outline-offset:2px}
.championship .match-video{margin:12px 0 0}
.video-editor{display:none;margin-top:9px;padding:10px;border:1px solid #f1c66e;border-radius:7px;background:#fff9eb}
.admin-mode .video-editor{display:block}
.video-editor label{display:block;margin-bottom:6px;color:#6b4a08;font-size:.75rem;font-weight:900}
.video-editor>div{display:grid;grid-template-columns:1fr auto auto;gap:6px}
.video-editor input{min-width:0;height:39px;border:1px solid #c8ced8;border-radius:5px;padding:0 9px;background:#fff;color:#162033;font:inherit;font-size:.78rem}
.video-editor button{border:0;border-radius:5px;padding:0 11px;font-weight:900}
.admin-buttons{display:flex;gap:6px}.admin-buttons a{display:grid;place-items:center;border-radius:5px;padding:9px;background:#174f94;color:#fff;text-decoration:none;font-size:.82rem;font-weight:900}
.save-video{background:#174f94;color:#fff}
.delete-video{background:#e7eaf0;color:#374151}
.original-player-status{position:absolute;z-index:3;min-width:38px;padding:3px 6px;border-radius:4px;font-size:12px;font-weight:900;line-height:1.15;text-align:center;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.2)}
.original-player-status.left{transform:translate(-100%,-50%)}
.original-player-status.right{transform:translate(0,-50%)}
.original-player-status.withdrawn{background:#ffd35c;color:#503800;border:1px solid #c99000}
.original-player-status.disqualified{background:#d92727;color:#fff;border:1px solid #a71414}
@media(max-width:520px){.admin-mode .player{grid-template-columns:1fr}.admin-mode .player-status-actions{padding:0 5px 7px 42px}.admin-mode .player-status-actions button{flex:1}.video-editor>div{grid-template-columns:1fr auto}.video-editor input{grid-column:1/-1}.video-editor button{min-height:38px}}
