.matches-table{border:1px solid var(--border);background:var(--panel);border-radius:8px;overflow:hidden}.matches-table .row{border-bottom:1px solid var(--border2);grid-template-columns:70px 1fr 120px 120px 90px;align-items:center;padding:15px 22px;transition:background .15s;display:grid}.matches-table .row:last-child{border-bottom:none}.matches-table .row:hover{background:#8fce3f0d}.matches-table .head{background:var(--panel2);border-bottom:1px solid var(--border);letter-spacing:1.5px;color:var(--muted);padding:13px 22px;font-family:Share Tech Mono,monospace;font-size:11px}.matches-table .head:hover{background:var(--panel2)}.matches-table .head .right{text-align:right}.matches-table .wl{color:#08110a;border-radius:3px;padding:3px 8px;font-family:Share Tech Mono,monospace;font-size:12px;font-weight:700}.matches-table .matchup{align-items:center;gap:9px;font-weight:700;display:flex}.matches-table .matchup .esg{color:var(--accent)}.matches-table .matchup .vs{color:var(--muted);font-size:12px;font-weight:400}.matches-table .matchup .opp-logo{background:var(--bg2) center/cover no-repeat;border:1px solid var(--border);border-radius:5px;flex-shrink:0;width:26px;height:26px}.matches-table .game{color:var(--muted);font-size:13px}.matches-table .map{color:var(--muted);font-family:Share Tech Mono,monospace;font-size:13px}.matches-table .score{text-align:right;font-family:Share Tech Mono,monospace;font-weight:700}@media (width<=900px){.matches-table .row,.matches-table .head{grid-template-columns:50px 1fr 80px}.matches-table .game,.matches-table .head .col-game,.matches-table .map,.matches-table .head .col-map{display:none}}
