/* DBD Tracker v3 — MatchList */
.match-list-component{display:grid;gap:14px}.match-list-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:14px;background:rgba(255,255,255,.035)}.match-list-header h3{margin:0;color:#fff;font-size:24px}.match-list-header p{margin:4px 0 0;color:#9ca3af}.match-list-stack{display:grid;gap:14px}.match-list-skeleton{height:190px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(255,255,255,.035),rgba(255,255,255,.075),rgba(255,255,255,.035));display:grid;grid-template-columns:140px 1fr 260px;gap:18px;padding:18px}.match-list-skeleton div{border-radius:14px;background:rgba(0,0,0,.25)}
.match-annotation-panel[hidden]{display:none!important}.match-annotation-panel{position:fixed;inset:0;z-index:1000;display:grid;justify-items:start}.match-annotation-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(3px)}.match-annotation-drawer{position:relative;width:min(620px,calc(100vw - 24px));height:100%;overflow:auto;border-right:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#111827,#07090d);box-shadow:24px 0 80px rgba(0,0,0,.65);padding:20px;display:grid;align-content:start;gap:16px}.match-annotation-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.match-annotation-head h3{margin:0;color:#fff;font-size:28px}.match-annotation-head p{margin:6px 0 0;color:#9ca3af}.match-annotation-field{display:grid;gap:7px;color:#cbd5e1;font-weight:700}.match-annotation-field textarea{width:100%;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:#080b11;color:#e5e7eb;padding:10px;font:inherit}.match-annotation-issue-row{justify-content:space-between}.annotation-section{border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:12px;background:rgba(255,255,255,.03)}.annotation-section-title{font-weight:800;color:#fff;margin-bottom:10px;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.annotation-player-card{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:10px;background:rgba(0,0,0,.2);display:grid;gap:8px;margin-top:8px}.annotation-player-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.annotation-player-badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.annotation-player-hint{margin-top:4px}.annotation-flag-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.annotation-identity-fields{display:grid;gap:8px}.annotation-identity-fields label{display:grid;gap:6px;color:#cbd5e1;font-weight:700}.annotation-identity-fields input{width:100%;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:#080b11;color:#e5e7eb;padding:10px;font:inherit}.match-annotation-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.match-annotation-status{min-height:18px;text-align:right}.match-annotation-preview{border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.035);padding:12px;color:#cbd5e1}.match-annotation-preview pre{white-space:pre-wrap;word-break:break-word;margin:8px 0 0;color:#e5e7eb}
@media (max-width:720px){.match-list-header{display:grid}.match-list-skeleton{grid-template-columns:1fr;height:260px}.annotation-flag-grid{grid-template-columns:1fr}.match-annotation-drawer{width:calc(100vw - 12px)}}
