.match-list-page{height:calc(100vh - var(--topbar-h));background:var(--bg-app);color:var(--fg-1);font-family:var(--font-ui);flex-direction:column;display:flex;overflow:hidden}.match-list-page .action-bar{border-bottom:1px solid var(--border-subtle);background:var(--bg-app);align-items:center;gap:16px;height:56px;min-height:56px;padding:0 24px;display:flex}.match-list-page .action-bar-title{color:var(--fg-1);font-size:16px;font-weight:600}.match-list-page .action-bar-crumb{color:var(--fg-3);font-size:13px}.match-list-page .action-bar-crumb:before{content:"·";margin:0 8px}.match-list-page .live-pill{font-family:var(--font-mono);color:var(--serve-500);letter-spacing:.14em;align-items:center;gap:6px;font-size:10px;font-weight:600;display:inline-flex}.match-list-page .live-dot{background:var(--serve-500);width:7px;height:7px;box-shadow:0 0 8px var(--serve-500);border-radius:50%;animation:1.4s ease-in-out infinite ball-pulse}@media (width<=640px){.match-list-page .action-bar{flex-wrap:wrap;gap:10px 12px;height:auto;min-height:56px;padding:12px 16px}.match-list-page .action-bar-crumb{display:none}.match-list-page .action-bar-title{margin-right:auto}.match-list-page .action-bar .filter-spacer{flex-basis:100%;height:0}.match-list-page .action-bar>a{flex:1 1 0}}.match-list-page .filter-row{border-bottom:1px solid var(--border-subtle);background:var(--bg-app);flex-wrap:wrap;align-items:center;gap:12px;padding:16px 24px;display:flex}.match-list-page .ml-search{flex:0 320px;min-width:220px;position:relative}.match-list-page .ml-search-icon{color:var(--fg-3);pointer-events:none;z-index:1;display:inline-flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.match-list-page .ml-search-clear{background:var(--bg-raised);color:var(--fg-3);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.match-list-page .ml-search-clear:hover{color:var(--fg-1)}.match-list-page .seg-count{font-family:var(--font-mono);color:var(--fg-3);font-variant-numeric:tabular-nums;background:var(--bg-app);border-radius:4px;padding:0 5px;font-size:11px}.match-list-page [data-state=active] .seg-count{background:var(--ink-600);color:var(--fg-1)}.match-list-page .filter-spacer{flex:1}@media (width<=640px){.match-list-page .filter-row [data-slot=tabs]{flex:100%;min-width:0}.match-list-page .filter-row [data-slot=tabs-list]{scrollbar-width:none;justify-content:flex-start;max-width:100%;overflow-x:auto}.match-list-page .filter-row [data-slot=tabs-list]::-webkit-scrollbar{display:none}}.match-list-page .filter-label{font-family:var(--font-ui);letter-spacing:.14em;color:var(--fg-3);text-transform:uppercase;margin-right:-4px;font-size:10px;font-weight:600}.match-list-page .table-wrap{flex:1;min-width:0;overflow:auto;container-type:inline-size}@media (width<=640px){.match-list-page{height:auto;overflow:visible}.match-list-page .table-wrap{flex:none;overflow:visible}}.match-list-page table.matches{border-collapse:separate;border-spacing:0;width:100%;font-family:var(--font-ui)}@container (width<=960px){.match-list-page table.matches{min-width:max-content}}.match-list-page table.matches thead th{z-index:2;background:var(--bg-panel);text-align:left;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-3);border-bottom:1px solid var(--border-subtle);white-space:nowrap;-webkit-user-select:none;user-select:none;padding:12px 16px;font-size:10px;font-weight:600;position:sticky;top:0}.match-list-page table.matches thead th.sortable{cursor:pointer;transition:color .12s cubic-bezier(.2,.8,.2,1)}.match-list-page table.matches thead th.sortable:hover{color:var(--fg-1)}.match-list-page table.matches thead th .sort-arrow{font-family:var(--font-mono);color:var(--ball-500);opacity:0;margin-left:4px;transition:opacity .12s cubic-bezier(.2,.8,.2,1);display:inline-block}.match-list-page table.matches thead th.is-sorted{color:var(--fg-1)}.match-list-page table.matches thead th.is-sorted .sort-arrow{opacity:1}.match-list-page table.matches tbody td{border-bottom:1px solid var(--border-subtle);color:var(--fg-1);vertical-align:middle;white-space:nowrap;padding:14px 16px;font-size:14px}.match-list-page table.matches tbody tr{cursor:pointer;transition:background .12s cubic-bezier(.2,.8,.2,1)}.match-list-page table.matches tbody tr:hover{background:var(--bg-hover)}.match-list-page table.matches tbody tr.is-clickable:focus-visible{outline:2px solid var(--ball-500);outline-offset:-2px}.match-list-page table.matches tbody tr.is-live td:first-child{box-shadow:inset 2px 0 0 var(--serve-500)}.match-list-page .mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.match-list-page .id-cell{color:var(--fg-3);font-family:var(--font-mono);font-size:12px}.match-list-page .round-chip{font-family:var(--font-mono);background:var(--bg-card);color:var(--fg-2);border:1px solid var(--border-subtle);letter-spacing:.04em;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:600;display:inline-block}.match-list-page .round-chip.is-final{background:var(--bg-accent-soft);color:var(--ball-400);border-color:#ff7a1a4d}.match-list-page .court-cell{font-family:var(--font-mono);color:var(--fg-2);font-size:13px}.match-list-page .player{align-items:center;gap:8px;min-width:0;display:inline-flex}.match-list-page .player-avatar--ghost{border:1.5px dashed var(--border-subtle);width:26px;height:26px;color:var(--fg-3);background:0 0;border-radius:9999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.match-list-page .player-name{color:var(--fg-1);font-size:14px}.match-list-page .player-name.is-winner{color:var(--serve-500);font-weight:600}.match-list-page .player-name.is-empty{color:var(--fg-3);font-style:italic}.match-list-page .players-cell{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:inline-flex}.match-list-page .players-vs{color:var(--fg-3);font-family:var(--font-mono);font-size:11px}.match-list-page .seed-tag{font-family:var(--font-mono);color:var(--fg-3);margin-left:6px;font-size:10px}.match-list-page .vs{color:var(--fg-3);font-size:11px;font-family:var(--font-mono);margin:0 6px}.match-list-page .score-cell{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.match-list-page .score-cell .games{color:var(--fg-1)}.match-list-page .score-cell .games .lost,.match-list-page .score-cell .pending{color:var(--fg-3)}.match-list-page .score-cell .score-sep{color:var(--fg-3);margin:0 4px}.match-list-page .score-cell .score-meta{color:var(--fg-3);margin-left:8px;font-weight:500}.match-list-page .status-pill{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;gap:6px;height:auto;padding:4px 10px;font-size:11px;font-weight:600}.match-list-page .status-tone-live{color:var(--serve-500);background:var(--bg-live-soft)}.match-list-page .status-tone-final{color:var(--fg-2);background:var(--bg-raised)}.match-list-page .status-tone-scheduled{color:var(--warn);background:#ffc43d1f}.match-list-page .status-tone-called{color:var(--info);background:#6fb5ff1f}.match-list-page .status-tone-attention{color:var(--ball-400);background:var(--bg-accent-soft)}.match-list-page .status-tone-waiting{color:var(--fg-2);background:var(--bg-raised)}.match-list-page .status-pill .live-dot{width:6px;height:6px}.match-list-page .time-cell{font-family:var(--font-mono);color:var(--fg-3);font-size:12px}.match-list-page .time-cell .strong{color:var(--fg-2)}.match-list-page .ctx-chip{font-family:var(--font-ui);color:var(--fg-2);align-items:center;gap:6px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.match-list-page .ctx-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.match-list-page .ctx-tournament .ctx-dot{background:var(--ball-500);box-shadow:0 0 6px #ff7a1a8c}.match-list-page .ctx-club .ctx-dot{background:var(--info)}.match-list-page .ctx-casual .ctx-dot{background:var(--fg-3)}.match-list-page .ctx-ladder .ctx-dot{background:var(--warn)}.match-list-page .ctx-meta{font-family:var(--font-mono);color:var(--fg-3);letter-spacing:.02em;margin-top:3px;font-size:11px}.match-list-page .cell-na{color:var(--fg-3);font-family:var(--font-mono)}.match-list-page table.matches tbody tr.skeleton-row{cursor:default}.match-list-page table.matches tbody tr.skeleton-row td{padding:18px 16px}.match-list-page .skeleton-line{background:linear-gradient(90deg, var(--bg-raised) 0%, var(--bg-hover) 50%, var(--bg-raised) 100%);background-size:200% 100%;border-radius:4px;width:100%;height:14px;animation:1.4s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.match-list-page .empty{text-align:center;color:var(--fg-3);padding:80px 24px}.match-list-page .empty-icon{opacity:.4;width:56px;height:56px;margin:0 auto 16px}.match-list-page .empty-title{color:var(--fg-2);margin-bottom:4px;font-size:16px;font-weight:600}.match-list-page .empty-sub{color:var(--fg-3);font-size:13px}.match-list-page .empty-clear{margin-top:16px}.match-list-page .footer{border-top:1px solid var(--border-subtle);background:var(--bg-app);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:16px;padding:14px 24px;display:flex}.match-list-page .footer-info{color:var(--fg-3);font-size:13px}.match-list-page .footer-info .mono{color:var(--fg-1)}.match-list-page .footer-spacer{flex:1}.match-list-page .page-size{color:var(--fg-3);align-items:center;gap:8px;font-size:12px;display:inline-flex}@container (width<=640px){.match-list-page table.matches{min-width:0;display:block}.match-list-page table.matches tbody{display:block}.match-list-page table.matches thead{display:none}.match-list-page table.matches tbody tr{border:1px solid var(--border-subtle);background:var(--bg-card);border-radius:12px;margin:12px;padding:14px 16px;display:block}.match-list-page table.matches tbody tr:hover{background:var(--bg-card)}.match-list-page table.matches tbody tr.is-live{border-left:2px solid var(--serve-500)}.match-list-page table.matches tbody tr.is-live td:first-child{box-shadow:none}.match-list-page table.matches tbody td{white-space:normal;border-bottom:none;justify-content:space-between;align-items:center;gap:16px;padding:6px 0;display:flex}.match-list-page table.matches tbody td[data-label]:before{content:attr(data-label);letter-spacing:.14em;text-transform:uppercase;color:var(--fg-3);flex:none;font-size:10px;font-weight:600}.match-list-page table.matches tbody td.id-cell{justify-content:flex-start;padding-top:0}.match-list-page table.matches tbody td[data-cell=players]{padding-top:2px;padding-bottom:10px}.match-list-page table.matches tbody td[data-cell=players] .players-cell{gap:8px}.match-list-page table.matches tbody td.action-cell{padding-top:12px}.match-list-page table.matches tbody td.action-cell:empty{display:none}.match-list-page table.matches tbody td.action-cell>*{width:100%}}
