.groups-hero{min-height:420px}
.groups-main{padding-top:24px;padding-bottom:42px}
.groups-jump-wrap{position:sticky;top:0;z-index:80;padding:10px 0;background:rgba(7,17,31,.90);border-bottom:1px solid var(--border);backdrop-filter:blur(16px)}
.groups-jump{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-top:2px;padding-bottom:2px}
.groups-jump::-webkit-scrollbar{display:none}
.groups-jump a{flex:0 0 auto;text-decoration:none;color:var(--text);border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:9px 13px;font-size:13px;font-weight:950;white-space:nowrap}
.groups-jump a:hover,.groups-jump a.is-active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#f97316,#dc2626);box-shadow:0 8px 22px rgba(220,38,38,.22)}
.groups-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;padding:13px 16px;border-radius:20px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--soft-shadow)}
.groups-summary strong,.groups-summary span{display:block}.groups-summary strong{color:var(--title);font-size:18px}.groups-summary span,.groups-update{color:var(--muted);font-weight:850;font-size:12px}
.groups-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.group-card{scroll-margin-top:92px;border:1px solid var(--border);border-radius:26px;background:linear-gradient(145deg,var(--surface),rgba(15,23,42,.14));box-shadow:var(--soft-shadow);overflow:hidden;min-width:0}
.group-card.is-selected{border-color:rgba(250,204,21,.72);box-shadow:0 0 0 2px rgba(250,204,21,.12),0 18px 48px rgba(0,0,0,.22)}
.group-card.is-live{border-color:rgba(34,197,94,.65);box-shadow:0 0 0 2px rgba(34,197,94,.10),0 18px 48px rgba(0,0,0,.22)}
.group-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:9px;align-items:center;padding:14px 15px;border-bottom:1px solid var(--border);background:rgba(2,6,23,.10)}
.group-kicker{display:block;color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.10em}.group-card h2{margin:2px 0 0;color:var(--title);font-size:24px;line-height:1.1}
.group-live-badge{border-radius:999px;padding:5px 8px;background:#22c55e;color:#052e16;font-size:10px;font-weight:1000;box-shadow:0 0 18px rgba(34,197,94,.35)}
.group-copy-link{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;text-decoration:none;color:var(--muted);background:rgba(148,163,184,.10);border:1px solid var(--border);font-weight:1000}
.group-table-wrap{width:100%;overflow:hidden}
.group-table{width:100%;min-width:0;border-collapse:collapse;table-layout:fixed}
.group-table th,.group-table td{padding:10px 5px;border-bottom:1px solid var(--border);text-align:center;font-size:12px;white-space:nowrap}
.group-table th{color:var(--title);font-size:10.5px;font-weight:1000;background:rgba(148,163,184,.06)}
.group-table th:nth-child(1),.group-table td:nth-child(1){width:7%}.group-table th:nth-child(2),.group-table td:nth-child(2){width:43%;text-align:left}.group-table th:nth-child(n+3),.group-table td:nth-child(n+3){width:8.33%}
.group-pos{color:var(--muted);font-weight:1000}.group-points{color:#fde047;font-weight:1000;font-size:14px!important}.group-gd.positive{color:#86efac}.group-gd.negative{color:#fca5a5}
.group-team-link{display:flex;align-items:center;gap:7px;min-width:0;color:var(--text);text-decoration:none;font-weight:950}.group-team-link:hover{color:var(--title)}
.group-team-link img{width:22px;height:16px;object-fit:cover;border-radius:3px;flex:0 0 auto;border:1px solid rgba(255,255,255,.14)}.group-team-link span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.group-card-foot{display:flex;justify-content:space-between;gap:10px;padding:10px 14px;color:var(--muted);font-size:10.5px;font-weight:800}.group-card-updated{white-space:nowrap}
.groups-legend{margin-top:18px;padding:12px 15px;border:1px solid var(--border);border-radius:18px;background:var(--surface);color:var(--muted);font-size:12px;line-height:1.45}
@media(max-width:760px){
 .groups-hero{min-height:330px}.groups-hero h1{font-size:38px}
 .groups-main{width:100%;padding-left:10px;padding-right:10px}
 .groups-summary{margin-bottom:12px;padding:10px 12px}.groups-summary strong{font-size:15px}.groups-update{font-size:10px;text-align:right}
 .groups-grid{grid-template-columns:minmax(0,1fr);gap:14px}
 .group-card{width:100%;border-radius:22px}
 .group-card-head{padding:11px 12px}.group-card h2{font-size:20px}
 .group-table th,.group-table td{padding:9px 2px;font-size:10.5px}
 .group-table th{font-size:9px}
 .group-table th:nth-child(1),.group-table td:nth-child(1){width:7%}.group-table th:nth-child(2),.group-table td:nth-child(2){width:45%}.group-table th:nth-child(n+3),.group-table td:nth-child(n+3){width:8%}
 .group-team-link{gap:5px;font-size:11px}.group-team-link img{width:19px;height:14px}.group-points{font-size:12px!important}
 .group-card-foot{padding:8px 10px;font-size:9px}.groups-legend{font-size:10.5px}
}
@media(max-width:390px){
 .group-table th,.group-table td{font-size:9.5px}.group-table th{font-size:8.5px}.group-team-link{font-size:10px}.group-team-link img{width:17px;height:12px}
}
