/* File: /tour_profile/tabs/top_teams/style.css */
#cobeg-tour-page .tour-top-teams-pro{padding:16px;display:grid;gap:14px}
#cobeg-tour-page .tour-top-teams-head{display:flex;align-items:center;justify-content:space-between;gap:14px}
#cobeg-tour-page .tour-top-teams-head h2{margin:0;color:var(--tour-text);font-size:1.28rem;font-weight:950;letter-spacing:-.04em}
#cobeg-tour-page .tour-top-teams-head span{display:block;margin-top:4px;color:var(--tour-muted);font-size:.84rem;font-weight:650}
#cobeg-tour-page .tour-top-teams-tools{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
#cobeg-tour-page .tour-top-teams-tools input,#cobeg-tour-page .tour-top-teams-tools select{height:34px;border:1px solid color-mix(in srgb,var(--tour-border) 78%,transparent);border-radius:12px;background:var(--tour-surface);color:var(--tour-text);font-size:.75rem;font-weight:800;padding:0 10px;outline:none}
#cobeg-tour-page .tour-top-teams-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:9px}
#cobeg-tour-page .tour-top-teams-summary .summary-card{border:1px solid color-mix(in srgb,var(--tour-border) 70%,transparent);border-radius:16px;background:var(--tour-surface-soft);padding:12px}
#cobeg-tour-page .tour-top-teams-summary span{display:block;color:var(--tour-muted);font-size:.62rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}
#cobeg-tour-page .tour-top-teams-summary strong{color:var(--tour-text);font-size:1.2rem;font-weight:950}
#cobeg-tour-page .tour-top-teams-table{width:100%;overflow-x:auto}
#cobeg-tour-page .tour-top-teams-table table{width:100%;border-collapse:separate;border-spacing:0 7px;min-width:760px}
#cobeg-tour-page .tour-top-teams-table th{color:var(--tour-muted);font-size:.66rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:0 8px 3px}
#cobeg-tour-page .tour-top-teams-table th.team-cell{text-align:left}
#cobeg-tour-page .tour-top-teams-table td{background:var(--tour-surface-soft);padding:9px 8px;text-align:center;color:var(--tour-text);font-size:.78rem;font-weight:850;border-top:1px solid color-mix(in srgb,var(--tour-border) 62%,transparent);border-bottom:1px solid color-mix(in srgb,var(--tour-border) 62%,transparent)}
#cobeg-tour-page .tour-top-teams-table td:first-child{border-left:1px solid color-mix(in srgb,var(--tour-border) 62%,transparent);border-radius:13px 0 0 13px}
#cobeg-tour-page .tour-top-teams-table td:last-child{border-right:1px solid color-mix(in srgb,var(--tour-border) 62%,transparent);border-radius:0 13px 13px 0}
#cobeg-tour-page .tour-team-id{display:flex;align-items:center;gap:9px;min-width:0;text-align:left}
#cobeg-tour-page .tour-team-id img{width:34px;height:34px;border-radius:11px;object-fit:cover;background:var(--tour-surface);border:1px solid color-mix(in srgb,var(--tour-border) 68%,transparent)}
#cobeg-tour-page .tour-team-id strong{display:block;color:var(--tour-text);font-size:.83rem;font-weight:950;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#cobeg-tour-page .tour-team-id span{display:block;color:var(--tour-muted);font-size:.66rem;font-weight:800;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#cobeg-tour-page .tour-top-teams-pagination{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}
#cobeg-tour-page .tour-top-teams-pagination button{border:1px solid color-mix(in srgb,var(--tour-border) 75%,transparent);border-radius:10px;background:var(--tour-surface);color:var(--tour-text);font-size:.72rem;font-weight:900;padding:7px 10px;cursor:pointer}
#cobeg-tour-page .tour-top-teams-pagination button.is-active{background:var(--tour-text);border-color:var(--tour-text);color:#fff}
@media(max-width:720px){#cobeg-tour-page .tour-top-teams-pro{padding:12px}#cobeg-tour-page .tour-top-teams-head{display:grid}#cobeg-tour-page .tour-top-teams-tools{justify-content:stretch}#cobeg-tour-page .tour-top-teams-tools input{flex:1 1 160px}#cobeg-tour-page .tour-top-teams-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
