.golmdm-box,
.golmdm-competition{
  --gol-green:#39b54a;
  --gol-bg:#fff;
  --gol-card:#f6f8fa;
  --gol-card-2:#fff;
  --gol-line:rgba(8,16,24,.12);
  --gol-text:#111820;
  --gol-muted:#63717d;
  --gol-shadow:0 10px 24px rgba(8,16,24,.08);
  background:var(--gol-bg);
  color:var(--gol-text);
  border:1px solid var(--gol-line);
  border-radius:18px;
  padding:18px;
  margin:18px 0;
  font-family:inherit;
}
html.golmd-theme-dark .golmdm-box,
html.golmd-theme-dark .golmdm-competition,
body.golmd-theme-dark .golmdm-box,
body.golmd-theme-dark .golmdm-competition,
.golmd-theme-dark .golmdm-box,
.golmd-theme-dark .golmdm-competition,
[data-theme="dark"] .golmdm-box,
[data-theme="dark"] .golmdm-competition{
  --gol-bg:#081018;
  --gol-card:#101a24;
  --gol-card-2:#101a24;
  --gol-line:rgba(255,255,255,.10);
  --gol-text:#eef5f2;
  --gol-muted:#98a5ad;
  --gol-shadow:0 10px 24px rgba(0,0,0,.18);
}
.golmdm-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.golmdm-head h2,.golmdm-head h3{margin:0;font-size:22px;line-height:1.15;color:var(--gol-text)}.golmdm-head span{color:var(--gol-muted);font-size:13px}.golmdm-match-list{display:grid;gap:10px}.golmdm-date-sep{color:var(--gol-muted);font-size:13px;margin:8px 0 2px}.golmdm-match{background:var(--gol-card);border:1px solid var(--gol-line);border-radius:14px;padding:12px;box-shadow:var(--gol-shadow);color:var(--gol-text)}.golmdm-match-meta{display:flex;gap:8px;align-items:center;color:var(--gol-muted);font-size:12px;margin-bottom:8px}.golmdm-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;background:rgba(8,16,24,.06);color:var(--gol-text);font-weight:700}.golmd-theme-dark .golmdm-badge,html.golmd-theme-dark .golmdm-badge,body.golmd-theme-dark .golmdm-badge,[data-theme="dark"] .golmdm-badge{background:rgba(255,255,255,.08)}.golmdm-status-live .golmdm-badge,.golmdm-status-halftime .golmdm-badge{background:var(--gol-green);color:#07110b}.golmdm-team-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;font-size:16px;line-height:1.25;margin:4px 0}.golmdm-team-row strong{font-size:18px;color:var(--gol-text)}.golmdm-team-name{color:var(--gol-text)}.golmdm-subline{color:var(--gol-muted);font-size:12px;margin-top:8px}.golmdm-empty{color:var(--gol-muted);padding:12px 0}.golmdm-table-wrap{overflow-x:auto}.golmdm-table{width:100%;border-collapse:collapse;background:var(--gol-card);border-radius:14px;overflow:hidden;color:var(--gol-text)}.golmdm-table th,.golmdm-table td{padding:10px 8px;border-bottom:1px solid var(--gol-line);text-align:center;white-space:nowrap}.golmdm-table th:nth-child(2),.golmdm-table td:nth-child(2){text-align:left}.golmdm-table th{color:var(--gol-muted);font-size:12px;font-weight:700}.golmdm-scorer-list{margin:0;padding-left:22px;color:var(--gol-text)}.golmdm-scorer-list li{margin:6px 0}.golmdm-scorer-list span,.golmdm-scorer-list em{color:var(--gol-muted);font-size:13px}.golmdm-docs ul{margin:0;padding-left:20px;color:var(--gol-text)}.golmdm-docs li{margin:7px 0}.golmdm-docs a{color:var(--gol-text)}.golmdm-docs span{color:var(--gol-muted);font-size:12px}@media (min-width:760px){.golmdm-match-list{grid-template-columns:repeat(2,minmax(0,1fr))}.golmdm-date-sep{grid-column:1/-1}}@media (min-width:1100px){.golmdm-match-list{grid-template-columns:repeat(3,minmax(0,1fr))}}

.golmdm-page-wrap{max-width:1180px;margin:0 auto;padding:18px}.golmdm-page{--gol-green:#39b54a}.golmdm-page h1{margin:0 0 14px;font-size:clamp(28px,4vw,44px);line-height:1.05;color:var(--gol-text)}.golmdm-page h2{font-size:22px;margin:24px 0 12px;color:var(--gol-text)}.golmdm-page a,.golmdm-competition a,.golmdm-table a{color:inherit;text-decoration:none}.golmdm-page a:hover,.golmdm-competition a:hover,.golmdm-table a:hover{text-decoration:underline}.golmdm-page-kicker{color:var(--gol-muted);font-size:13px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.golmdm-page-meta{color:var(--gol-muted);font-size:14px;margin:12px 0 18px}.golmdm-match-link{display:block;color:inherit;text-decoration:none}.golmdm-match-link:hover{text-decoration:none}.golmdm-match:hover{transform:translateY(-1px);transition:transform .15s ease,border-color .15s ease}.golmdm-scoreboard{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center;background:var(--gol-card);border:1px solid var(--gol-line);border-radius:18px;padding:18px;margin:12px 0}.golmdm-scoreboard-team{display:grid;gap:8px;text-align:center}.golmdm-scoreboard-team span{font-size:18px;font-weight:800;color:var(--gol-text)}.golmdm-scoreboard-team strong{font-size:44px;line-height:1;color:var(--gol-text)}.golmdm-scoreboard-mid{display:grid;justify-items:center;gap:8px;min-width:86px}.golmdm-score-big{font-size:22px;font-weight:900;color:var(--gol-text)}.golmdm-events{margin-top:20px}.golmdm-event-list{display:grid;gap:8px}.golmdm-event{display:grid;grid-template-columns:52px 34px 1fr;gap:10px;align-items:center;background:var(--gol-card);border:1px solid var(--gol-line);border-radius:12px;padding:10px;color:var(--gol-text)}.golmdm-event-minute{font-weight:900;color:var(--gol-muted);text-align:right}.golmdm-event-icon{width:28px;height:28px;border-radius:999px;display:inline-grid;place-items:center;background:rgba(8,16,24,.08);font-weight:900}.golmd-theme-dark .golmdm-event-icon,html.golmd-theme-dark .golmdm-event-icon,body.golmd-theme-dark .golmdm-event-icon,[data-theme="dark"] .golmdm-event-icon{background:rgba(255,255,255,.1)}.golmdm-event em{display:block;color:var(--gol-muted);font-size:12px;font-style:normal;margin-top:2px}.golmdm-source-links{margin-top:18px;padding-top:14px;border-top:1px solid var(--gol-line);font-size:14px;color:var(--gol-muted)}.golmdm-form{display:inline-flex;gap:4px;align-items:center;white-space:nowrap}.golmdm-form-badge{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;font-size:12px;font-weight:900;text-decoration:none;color:#07110b}.golmdm-form-win{background:#39b54a}.golmdm-form-draw{background:#d5dde4}.golmdm-form-loss{background:#ff5c5c;color:#fff}.golmdm-form-empty{color:var(--gol-muted)}.golmdm-team-form-big{display:flex;gap:10px;align-items:center;margin:10px 0 16px;color:var(--gol-muted)}.golmdm-team-form-big .golmdm-form-badge{width:30px;height:30px}.golmdm-table th:last-child,.golmdm-table td:last-child{text-align:left}.golmdm-table a{font-weight:700}@media (max-width:640px){.golmdm-page-wrap{padding:10px}.golmdm-scoreboard{grid-template-columns:1fr;gap:10px}.golmdm-scoreboard-mid{order:-1}.golmdm-scoreboard-team{grid-template-columns:1fr auto;text-align:left}.golmdm-scoreboard-team strong{font-size:30px}.golmdm-event{grid-template-columns:44px 28px 1fr}.golmdm-form-badge{width:22px;height:22px}}


/* 0.1.4: virtual pages must look like plugin pages, not news posts */
body.golmdm-virtual .golmdm-page-wrap{max-width:1180px;margin:0 auto;padding:22px 16px;box-sizing:border-box}
body.golmdm-virtual .entry-content + .golmdm-page-wrap,
body.golmdm-virtual .post + .golmdm-page-wrap{margin-top:0}

.golmdm-match{position:relative;display:grid;gap:8px;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}
.golmdm-match:hover{border-color:rgba(57,181,74,.45);box-shadow:0 14px 30px rgba(8,16,24,.12)}
.golmdm-team-main{display:flex;align-items:center;gap:9px;min-width:0}
.golmdm-team-logo{width:26px;height:26px;border-radius:999px;object-fit:contain;background:rgba(8,16,24,.06);border:1px solid var(--gol-line);flex:0 0 26px}
.golmdm-team-logo-empty{display:inline-block;background:linear-gradient(135deg,rgba(57,181,74,.22),rgba(8,16,24,.05))}
.golmdm-team-logo-lg{width:54px;height:54px;flex-basis:54px;margin:0 auto 4px;background:var(--gol-card-2)}
.golmdm-team-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}
.golmdm-team-row a.golmdm-team-name:hover{text-decoration:underline}
.golmdm-match-actions{display:flex;justify-content:flex-end;align-items:center;margin-top:4px;padding-top:8px;border-top:1px solid var(--gol-line)}
.golmdm-match-open{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;background:var(--gol-card-2);border:1px solid var(--gol-line);font-size:12px;font-weight:800;color:var(--gol-text)!important;text-decoration:none!important}
.golmdm-match-open:hover{border-color:var(--gol-green);text-decoration:none!important}
.golmdm-scoreboard-team{align-items:center;justify-items:center}
.golmdm-scoreboard-team a{color:var(--gol-text);text-decoration:none}.golmdm-scoreboard-team a:hover{text-decoration:underline}
.golmdm-table .golmdm-team-name{font-weight:800}
html.golmd-theme-dark .golmdm-team-logo,
body.golmd-theme-dark .golmdm-team-logo,
.golmd-theme-dark .golmdm-team-logo,
[data-theme="dark"] .golmdm-team-logo{background:rgba(255,255,255,.08)}
@media (max-width:640px){.golmdm-team-logo{width:24px;height:24px;flex-basis:24px}.golmdm-team-logo-lg{width:44px;height:44px}.golmdm-match-actions{justify-content:stretch}.golmdm-match-open{width:100%;justify-content:center}}

/* 0.1.12: main men's leagues cards */
 .golmdm-leagues-block{--gol-green:#39b54a;--gol-text:#111820;--gol-muted:#63717d;--gol-line:rgba(8,16,24,.12);font-family:inherit;color:var(--gol-text);margin:18px 0}.golmdm-leagues-head h2{margin:0 0 14px;font-size:32px;line-height:1.1}.golmdm-league-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.golmdm-league-card{--gol-card-color:#101820;position:relative;overflow:hidden;border-radius:14px;border:1px solid var(--gol-line);background:#111;color:#fff;min-height:280px;display:grid;grid-template-rows:1fr auto auto auto;box-shadow:0 8px 24px rgba(8,16,24,.10)}.golmdm-league-card-bg{position:absolute;inset:0;background:radial-gradient(circle at 82% 8%,rgba(255,255,255,.18),transparent 36%),radial-gradient(circle at 12% 18%,rgba(255,255,255,.08),transparent 34%),linear-gradient(135deg,var(--gol-card-color),#020304);opacity:1}.golmdm-league-theme-green{--gol-card-color:#0a5b1a}.golmdm-league-theme-blue{--gol-card-color:#073b88}.golmdm-league-main,.golmdm-league-season,.golmdm-league-stats,.golmdm-league-phases,.golmdm-league-links{position:relative;z-index:1}.golmdm-league-main{display:grid;grid-template-columns:96px 1fr;gap:20px;align-items:center;padding:28px 28px 20px}.golmdm-league-logo-wrap{display:grid;place-items:center}.golmdm-league-logo{width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.35))}.golmdm-league-fallback-logo{width:82px;height:82px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.72);border-radius:18px;font-size:30px;font-weight:900;letter-spacing:-.04em;background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.golmdm-league-title-wrap h3{margin:0;color:#fff;font-size:28px;line-height:1.1;letter-spacing:.01em}.golmdm-league-title-wrap p{margin:8px 0 0;color:rgba(255,255,255,.82);font-size:16px}.golmdm-league-season{display:flex;align-items:center;gap:12px;margin-top:14px;color:rgba(255,255,255,.86);font-size:14px}.golmdm-league-live-dot{width:10px;height:10px;border-radius:50%;background:var(--gol-green);box-shadow:0 0 0 4px rgba(57,181,74,.16);flex:0 0 auto}.golmdm-league-stats{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13);padding:0 28px}.golmdm-league-stats span{display:flex;align-items:center;gap:8px;padding:16px 0;color:rgba(255,255,255,.88);font-size:14px}.golmdm-league-stats span+span{border-left:1px solid rgba(255,255,255,.13);padding-left:22px}.golmdm-league-stats b{font-size:18px;color:#fff}.golmdm-league-phases{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 28px}.golmdm-league-phases a{color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:12px;padding:8px 10px;display:flex;align-items:center;justify-content:center;gap:6px;min-height:34px}.golmdm-league-phases a small{display:none;font-size:10px;text-transform:uppercase;letter-spacing:.04em;opacity:.72}.golmdm-league-phases a.is-active{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.44);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.golmdm-league-phases a.is-active small{display:inline}.golmdm-league-links{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid rgba(8,16,24,.12)}.golmdm-league-links a{min-height:56px;display:grid;place-items:center;text-align:center;color:#1b2430!important;text-decoration:none!important;font-size:12px;font-weight:700;border-right:1px solid rgba(8,16,24,.10);padding:6px}.golmdm-league-links a:last-child{border-right:0}.golmdm-league-links a:hover{color:var(--gol-green)!important;background:#f7faf8}.golmdm-theme-dark .golmdm-leagues-block,html.golmd-theme-dark .golmdm-leagues-block,body.golmd-theme-dark .golmdm-leagues-block,[data-theme="dark"] .golmdm-leagues-block{--gol-text:#eef5f2;--gol-muted:#98a5ad;--gol-line:rgba(255,255,255,.10)}
/* 0.1.14: custom card colors, current phase, and current/total round counter */
.golmdm-league-title-wrap .golmdm-league-season{padding:10px 0 0;gap:10px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.86)}
.golmdm-league-title-wrap .golmdm-league-season span:first-child:empty{display:none}
.golmdm-league-title-wrap .golmdm-league-live-dot{flex:0 0 auto}
@media (max-width:560px){.golmdm-league-title-wrap .golmdm-league-season{padding-top:8px;font-size:12px}}

/* 0.1.15: league cards closer to page prototype, icons, phase controls, rounds-first competition pages */
.golmdm-league-card{border-radius:16px;min-height:286px;grid-template-rows:1fr auto auto;background:#0b1116;box-shadow:0 10px 28px rgba(8,16,24,.12)}
.golmdm-league-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.22));pointer-events:none;z-index:0}.golmdm-league-main{grid-template-columns:104px 1fr;padding:30px 30px 18px}.golmdm-league-title-wrap h3{font-size:28px;letter-spacing:.01em}.golmdm-league-title-wrap p{font-size:16px;color:rgba(255,255,255,.84);margin-top:7px}.golmdm-league-season{margin-top:15px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.82);font-size:13px}.golmdm-league-stats{border-top:1px solid rgba(255,255,255,.12);border-bottom:0;padding:14px 28px 16px;display:grid;grid-template-columns:1fr 1fr;gap:0;color:rgba(255,255,255,.9)}.golmdm-league-stats span{display:flex;align-items:center;justify-content:center;gap:6px}.golmdm-league-stats span+span{border-left:1px solid rgba(255,255,255,.14)}.golmdm-league-stats b{font-size:16px}.golmdm-league-links{background:#fff;border-top:1px solid rgba(8,16,24,.12);display:grid;grid-template-columns:repeat(4,1fr);position:relative;z-index:2}.golmdm-league-links a{min-height:58px;padding:9px 6px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#182331!important;font-size:12px;font-weight:700;text-decoration:none!important;border-right:1px solid rgba(8,16,24,.08)}.golmdm-league-links a:last-child{border-right:0}.golmdm-league-links a:hover{background:#f5f8fb;color:#118226!important}.golmdm-league-link-icon{width:20px;height:20px;display:grid;place-items:center;color:#293746}.golmdm-league-link-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.golmdm-league-phases{position:relative;z-index:2;display:flex;gap:8px;padding:0 28px 14px}.golmdm-league-phases a{flex:1;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:7px 10px;color:rgba(255,255,255,.72)!important;text-decoration:none!important;background:rgba(255,255,255,.08);backdrop-filter:blur(4px)}.golmdm-league-phases a.is-active{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.42);color:#fff!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.golmdm-league-phases a small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.04em;opacity:.75}.golmdm-league-phases a span{display:block;font-size:13px;font-weight:800}.golmdm-rounds{margin-top:18px}.golmdm-round{background:var(--gol-card);border:1px solid var(--gol-line);border-radius:16px;margin:14px 0;overflow:hidden;box-shadow:var(--gol-shadow)}.golmdm-round-title{width:100%;border:0;background:var(--gol-card-2);color:var(--gol-text);padding:14px 16px;display:flex;justify-content:space-between;align-items:center;text-align:left;font:inherit;cursor:default}.golmdm-round-title span{font-size:18px;font-weight:900}.golmdm-round-title small{color:var(--gol-muted);font-size:12px}.golmdm-round-matches{padding:12px}.golmdm-round-matches .golmdm-match-list,.golmdm-round-matches{display:grid;gap:10px}.golmdm-round-matches .golmdm-match{box-shadow:none}.golmdm-round .golmdm-date-sep{margin:4px 0 0}@media (min-width:780px){.golmdm-round-matches{grid-template-columns:repeat(2,minmax(0,1fr))}.golmdm-round .golmdm-date-sep{grid-column:1/-1}}@media (min-width:1120px){.golmdm-round-matches{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.golmdm-league-cards{grid-template-columns:1fr}.golmdm-league-main{grid-template-columns:86px 1fr;padding:24px 22px 16px}.golmdm-league-logo,.golmdm-league-fallback-logo{width:72px;height:72px}.golmdm-league-title-wrap h3{font-size:24px}.golmdm-league-links a{min-height:54px}}
.golmdm-clubs,.golmdm-news-stub{margin-top:22px}.golmdm-club-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.golmdm-club-card{display:flex;align-items:center;gap:10px;border:1px solid var(--gol-line);background:var(--gol-card);border-radius:14px;padding:10px 12px;color:var(--gol-text)!important;text-decoration:none!important;box-shadow:var(--gol-shadow)}.golmdm-club-card:hover{transform:translateY(-1px);text-decoration:none!important}.golmdm-club-card img,.golmdm-club-card span{width:34px;height:34px;border-radius:999px;object-fit:contain;background:var(--gol-card-2);border:1px solid var(--gol-line);flex:0 0 34px}.golmdm-club-card strong{font-size:14px}

/* 0.1.16: compact league cards + full leagues page layout */
.golmdm-league-card{min-height:238px;grid-template-rows:1fr auto;border-radius:14px}
.golmdm-league-main{grid-template-columns:112px 1fr;gap:18px;padding:22px 24px 16px;align-items:center}
.golmdm-league-logo,.golmdm-league-fallback-logo{width:96px;height:96px}
.golmdm-league-fallback-logo{font-size:30px;border-radius:20px}
.golmdm-league-title-wrap h3{font-size:24px;line-height:1.08;margin:0}
.golmdm-league-title-wrap p{font-size:14px;margin:5px 0 0;color:rgba(255,255,255,.84)}
.golmdm-league-title-wrap .golmdm-league-season{margin-top:9px;padding-top:8px;border-top:1px solid rgba(255,255,255,.10);font-size:12px;gap:7px}
.golmdm-league-stats-compact{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:9px;color:rgba(255,255,255,.88);font-size:12px}
.golmdm-league-stats-compact span{display:inline-flex;align-items:center;gap:5px;min-height:22px}
.golmdm-league-stats-compact b{font-size:15px;color:#fff}
.golmdm-league-stats-compact .golmdm-league-link-icon{width:16px;height:16px;color:rgba(255,255,255,.78)}
.golmdm-league-stats-compact .golmdm-league-link-icon svg{width:16px;height:16px;stroke-width:1.9}
.golmdm-league-phases-compact{padding:0!important;margin-top:10px;display:flex!important;gap:6px!important}
.golmdm-league-phases-compact a{padding:5px 8px!important;min-height:0!important;border-radius:999px!important;font-size:11px!important;line-height:1!important;flex:0 1 auto!important;background:rgba(255,255,255,.09)!important;color:rgba(255,255,255,.82)!important}
.golmdm-league-phases-compact a.is-active{background:#fff!important;color:#111820!important;border-color:#fff!important;box-shadow:none!important}
.golmdm-league-phases-compact a span{font-size:11px!important;font-weight:900!important;line-height:1!important}
.golmdm-league-links a{min-height:50px;font-size:11px;gap:4px;padding:7px 5px}
.golmdm-league-link-icon{width:18px;height:18px}.golmdm-league-link-icon svg{width:18px;height:18px}

.golmdm-leagues-page{--gol-green:#39b54a;--gol-text:#111820;--gol-muted:#63717d;--gol-line:rgba(8,16,24,.12);font-family:inherit;color:var(--gol-text)}
.golmdm-leagues-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start;margin-top:16px}
.golmdm-leagues-news{min-width:0}.golmdm-leagues-sidebar{display:grid;gap:14px;min-width:0}
.golmdm-leagues-ad{border:1px dashed rgba(8,16,24,.22);border-radius:12px;background:rgba(8,16,24,.025);min-height:74px;display:grid;place-items:center;text-align:center;color:var(--gol-muted);overflow:hidden}.golmdm-leagues-ad-wide{margin:14px 0}.golmdm-leagues-ad-sidebar{min-height:250px;margin:0}
.golmdm-leagues-placeholder{border:1px solid var(--gol-line);border-radius:16px;background:#fff;padding:18px;color:var(--gol-text)}.golmdm-leagues-placeholder p{margin:.4em 0 0;color:var(--gol-muted)}
.golmdm-side-widget{border:1px solid var(--gol-line);border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(8,16,24,.06);padding:14px}.golmdm-side-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.golmdm-side-head h3{margin:0;font-size:20px;line-height:1.15;color:var(--gol-text)}
.golmdm-mini-table,.golmdm-mini-scorers{border-top:1px solid var(--gol-line);padding-top:12px;margin-top:12px}.golmdm-mini-table:first-of-type,.golmdm-mini-scorers:first-of-type{border-top:0;padding-top:0;margin-top:0}.golmdm-mini-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.golmdm-mini-title strong{font-size:13px;color:var(--gol-green)}.golmdm-mini-title a{font-size:12px;font-weight:800;color:var(--gol-green)!important;text-decoration:none!important}.golmdm-mini-title a:hover{text-decoration:underline!important}
.golmdm-mini-table table{width:100%;border-collapse:collapse}.golmdm-mini-table th,.golmdm-mini-table td{font-size:12px;padding:7px 4px;border-bottom:1px solid rgba(8,16,24,.08);text-align:center;white-space:nowrap}.golmdm-mini-table th:nth-child(2),.golmdm-mini-table td:nth-child(2){text-align:left}.golmdm-mini-table th{color:var(--gol-muted);font-weight:700}.golmdm-mini-table tr:last-child td{border-bottom:0}.golmdm-mini-table td:nth-child(2) a,.golmdm-mini-team{display:flex;align-items:center;gap:7px;min-width:0;color:inherit!important;text-decoration:none!important}.golmdm-mini-table img,.golmdm-mini-logo-empty{width:20px;height:20px;border-radius:999px;object-fit:contain;background:#f2f5f7;border:1px solid rgba(8,16,24,.08);flex:0 0 20px}.golmdm-mini-table td:nth-child(2) span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}
.golmdm-mini-scorers ol{margin:0;padding:0;list-style:none;display:grid;gap:8px}.golmdm-mini-scorers li{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;font-size:13px}.golmdm-mini-scorers li strong{font-size:14px;color:var(--gol-text)}.golmdm-mini-player{min-width:0}.golmdm-mini-player>span{display:block;color:var(--gol-muted);font-size:11px;margin-top:1px}
html.golmd-theme-dark .golmdm-leagues-page,body.golmd-theme-dark .golmdm-leagues-page,.golmd-theme-dark .golmdm-leagues-page,[data-theme="dark"] .golmdm-leagues-page{--gol-text:#eef5f2;--gol-muted:#98a5ad;--gol-line:rgba(255,255,255,.10)}
html.golmd-theme-dark .golmdm-side-widget,body.golmd-theme-dark .golmdm-side-widget,.golmd-theme-dark .golmdm-side-widget,[data-theme="dark"] .golmdm-side-widget,html.golmd-theme-dark .golmdm-leagues-placeholder,body.golmd-theme-dark .golmdm-leagues-placeholder,.golmd-theme-dark .golmdm-leagues-placeholder,[data-theme="dark"] .golmdm-leagues-placeholder{background:#101a24}.golmd-theme-dark .golmdm-leagues-ad,html.golmd-theme-dark .golmdm-leagues-ad,body.golmd-theme-dark .golmdm-leagues-ad,[data-theme="dark"] .golmdm-leagues-ad{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.14)}
@media (max-width:900px){.golmdm-leagues-layout{display:block}.golmdm-desktop-only,.golmdm-leagues-sidebar,.golmdm-leagues-ad{display:none!important}}
@media (max-width:820px){.golmdm-league-card{min-height:218px}.golmdm-league-main{grid-template-columns:92px 1fr;padding:20px 20px 14px}.golmdm-league-logo,.golmdm-league-fallback-logo{width:78px;height:78px}.golmdm-league-title-wrap h3{font-size:22px}.golmdm-league-title-wrap p{font-size:13px}}

/* 0.1.17: calmer compact league cards + safer theme typography */
.golmdm-leagues-block,
.golmdm-leagues-block *{box-sizing:border-box;font-family:inherit!important}
.golmdm-league-card{min-height:210px!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 10px 26px rgba(8,16,24,.12)!important}
.golmdm-league-main{grid-template-columns:122px minmax(0,1fr)!important;gap:16px!important;padding:18px 22px 14px!important;align-items:center!important}
.golmdm-league-logo-wrap{display:flex!important;align-items:center!important;justify-content:center!important}
.golmdm-league-logo,.golmdm-league-fallback-logo{width:108px!important;height:108px!important;max-width:108px!important;max-height:108px!important;object-fit:contain!important}
.golmdm-league-fallback-logo{border-radius:22px!important;font-size:28px!important;font-weight:800!important;background:rgba(255,255,255,.11)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important}
.golmdm-league-title-wrap{min-width:0!important;color:#fff!important;text-align:left!important}
.golmdm-league-title-wrap h3{margin:0!important;padding:0!important;color:#fff!important;font-size:21px!important;line-height:1.14!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important}
.golmdm-league-title-wrap p{margin:5px 0 0!important;padding:0!important;color:rgba(255,255,255,.82)!important;font-size:13px!important;line-height:1.35!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}
.golmdm-league-title-wrap .golmdm-league-season{margin-top:9px!important;padding-top:9px!important;border-top:1px solid rgba(255,255,255,.12)!important;display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;color:rgba(255,255,255,.9)!important;font-size:12.5px!important;line-height:1.25!important;font-weight:500!important}
.golmdm-league-live-dot{width:8px!important;height:8px!important;flex:0 0 8px!important;border-radius:999px!important;display:inline-block!important}
.golmdm-league-stats-compact{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-top:9px!important;color:rgba(255,255,255,.9)!important;font-size:12px!important;line-height:1.2!important;font-weight:500!important}
.golmdm-league-stats-compact span{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:24px!important;padding:0 8px 0 0!important;border-right:1px solid rgba(255,255,255,.14)!important}
.golmdm-league-stats-compact span:last-child{border-right:0!important;padding-right:0!important}
.golmdm-league-stats-compact b{font-size:14px!important;font-weight:800!important;color:#fff!important;letter-spacing:.01em!important}
.golmdm-league-stats-compact .golmdm-league-link-icon{width:15px!important;height:15px!important;color:rgba(255,255,255,.72)!important}
.golmdm-league-stats-compact .golmdm-league-link-icon svg{width:15px!important;height:15px!important;stroke-width:1.8!important}
.golmdm-league-phases-compact{padding:0!important;margin-top:9px!important;display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}
.golmdm-league-phases-compact a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:24px!important;padding:5px 10px!important;border-radius:999px!important;font-size:11px!important;line-height:1!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important;flex:0 0 auto!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.15)!important;color:rgba(255,255,255,.82)!important;text-decoration:none!important;box-shadow:none!important}
.golmdm-league-phases-compact a.is-active{background:#fff!important;border-color:#fff!important;color:#111820!important}
.golmdm-league-phases-compact a span{font-size:11px!important;line-height:1!important;font-weight:800!important}
.golmdm-league-links{min-height:48px!important;background:#fff!important;border-top:1px solid rgba(8,16,24,.10)!important}
.golmdm-league-links a{min-height:48px!important;padding:7px 6px!important;gap:4px!important;color:#17212d!important;font-size:12px!important;line-height:1.15!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important;text-decoration:none!important}
.golmdm-league-links a:hover{background:#f5f8fb!important;color:#14852b!important;text-decoration:none!important}
.golmdm-league-links .golmdm-league-link-icon{width:18px!important;height:18px!important;color:#243241!important}
.golmdm-league-links .golmdm-league-link-icon svg{width:18px!important;height:18px!important;stroke-width:1.75!important}
@media (max-width:820px){.golmdm-league-card{min-height:198px!important}.golmdm-league-main{grid-template-columns:94px minmax(0,1fr)!important;padding:16px 18px 12px!important;gap:14px!important}.golmdm-league-logo,.golmdm-league-fallback-logo{width:82px!important;height:82px!important}.golmdm-league-title-wrap h3{font-size:19px!important}.golmdm-league-title-wrap p{font-size:12.5px!important}.golmdm-league-links a{font-size:11.5px!important}}

/* 0.1.18: cleaner league cards, consistent typography, lighter stats */
.golmdm-leagues-page,
.golmdm-leagues-block{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
.golmdm-league-cards{gap:14px!important}
.golmdm-league-card{
  min-height:182px!important;
  border-radius:18px!important;
  box-shadow:0 12px 30px rgba(8,16,24,.10)!important;
}
.golmdm-league-card-bg{
  background:radial-gradient(circle at 14% 12%,rgba(255,255,255,.12),transparent 31%),radial-gradient(circle at 88% 0,rgba(255,255,255,.10),transparent 34%),linear-gradient(135deg,var(--gol-card-color),#05080b 92%)!important;
}
.golmdm-league-main{
  grid-template-columns:104px minmax(0,1fr)!important;
  gap:16px!important;
  min-height:132px!important;
  padding:17px 20px 13px!important;
}
.golmdm-league-logo,.golmdm-league-fallback-logo{
  width:94px!important;height:94px!important;max-width:94px!important;max-height:94px!important;
  filter:none!important;
}
.golmdm-league-title-wrap h3{
  font-family:inherit!important;
  font-size:20px!important;
  line-height:1.12!important;
  font-weight:750!important;
  letter-spacing:-.01em!important;
}
.golmdm-league-title-wrap p{
  font-family:inherit!important;
  font-size:13px!important;
  line-height:1.32!important;
  font-weight:450!important;
  color:rgba(255,255,255,.80)!important;
}
.golmdm-league-title-wrap .golmdm-league-season{
  margin-top:8px!important;
  padding-top:8px!important;
  font-family:inherit!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:500!important;
  color:rgba(255,255,255,.86)!important;
  gap:6px!important;
}
.golmdm-league-live-dot{width:7px!important;height:7px!important;flex-basis:7px!important}
.golmdm-league-stats-compact{
  margin-top:7px!important;
  gap:10px!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:500!important;
  color:rgba(255,255,255,.82)!important;
}
.golmdm-league-stats-compact span{
  min-height:20px!important;
  padding-right:10px!important;
  gap:5px!important;
}
.golmdm-league-stats-compact b{
  font-family:inherit!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:0!important;
  color:rgba(255,255,255,.96)!important;
}
.golmdm-league-stats-compact .golmdm-league-link-icon{width:14px!important;height:14px!important;color:rgba(255,255,255,.62)!important}
.golmdm-league-stats-compact .golmdm-league-link-icon svg{width:14px!important;height:14px!important;stroke-width:1.65!important}
.golmdm-league-phases-compact{margin-top:8px!important;gap:6px!important}
.golmdm-league-phases-compact a{
  min-height:22px!important;
  padding:5px 9px!important;
  font-family:inherit!important;
  font-size:11px!important;
  font-weight:700!important;
  color:rgba(255,255,255,.78)!important;
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.14)!important;
}
.golmdm-league-phases-compact a.is-active{color:#0d141b!important;background:#fff!important;border-color:#fff!important}
.golmdm-league-phases-compact a span{font-family:inherit!important;font-size:11px!important;font-weight:700!important}
.golmdm-league-links{
  min-height:44px!important;
  background:#fff!important;
}
.golmdm-league-links a{
  min-height:44px!important;
  padding:6px 6px!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:650!important;
  color:#15202b!important;
  gap:3px!important;
}
.golmdm-league-links .golmdm-league-link-icon{width:17px!important;height:17px!important;color:#2b3541!important}
.golmdm-league-links .golmdm-league-link-icon svg{width:17px!important;height:17px!important;stroke-width:1.7!important}
.golmdm-leagues-layout{margin-top:18px!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:18px!important}
.golmdm-side-widget{border-radius:16px!important;padding:15px!important;box-shadow:0 8px 24px rgba(8,16,24,.06)!important}
.golmdm-side-head h3{font-family:inherit!important;font-size:20px!important;font-weight:750!important;letter-spacing:-.01em!important}
@media (max-width:1100px){.golmdm-league-main{grid-template-columns:88px minmax(0,1fr)!important;padding:16px!important}.golmdm-league-logo,.golmdm-league-fallback-logo{width:78px!important;height:78px!important}.golmdm-league-title-wrap h3{font-size:18px!important}.golmdm-league-links a{font-size:11px!important}}
@media (max-width:900px){.golmdm-league-cards{grid-template-columns:1fr!important}.golmdm-leagues-layout{display:block!important}.golmdm-desktop-only,.golmdm-leagues-sidebar,.golmdm-leagues-ad{display:none!important}}

/* 0.1.19: cleaner league cards */
.golmdm-leagues-block{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.golmdm-league-card{
  min-height:176px!important;
  border-radius:16px!important;
  box-shadow:0 8px 22px rgba(7,14,22,.08)!important;
  border:1px solid rgba(8,16,24,.09)!important;
}
.golmdm-league-card-bg{
  background:
    linear-gradient(115deg,rgba(255,255,255,.045),transparent 42%),
    radial-gradient(circle at 88% 3%,rgba(255,255,255,.11),transparent 34%),
    linear-gradient(135deg,var(--gol-card-color),#060a0e 94%)!important;
}
.golmdm-league-card:after{background:linear-gradient(180deg,transparent 56%,rgba(0,0,0,.16))!important}
.golmdm-league-main{
  grid-template-columns:98px minmax(0,1fr)!important;
  gap:16px!important;
  min-height:126px!important;
  padding:16px 20px 13px!important;
}
.golmdm-league-logo,.golmdm-league-fallback-logo{
  width:88px!important;height:88px!important;max-width:88px!important;max-height:88px!important;
  filter:drop-shadow(0 5px 12px rgba(0,0,0,.22))!important;
}
.golmdm-league-title-wrap h3{
  margin:0!important;
  font-size:19px!important;
  line-height:1.12!important;
  font-weight:680!important;
  letter-spacing:-.015em!important;
  font-family:inherit!important;
}
.golmdm-league-title-wrap p{
  margin:5px 0 0!important;
  font-size:12.5px!important;
  line-height:1.28!important;
  font-weight:400!important;
  letter-spacing:0!important;
  color:rgba(255,255,255,.78)!important;
  font-family:inherit!important;
}
.golmdm-league-title-wrap .golmdm-league-season{
  margin-top:8px!important;
  padding-top:8px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  gap:6px!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:450!important;
  letter-spacing:0!important;
  color:rgba(255,255,255,.84)!important;
  font-family:inherit!important;
}
.golmdm-league-live-dot{width:7px!important;height:7px!important;flex:0 0 7px!important;box-shadow:0 0 0 3px rgba(57,181,74,.16)!important}
.golmdm-league-stats-compact{
  margin-top:8px!important;
  display:flex!important;
  gap:6px!important;
  flex-wrap:wrap!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:450!important;
  color:rgba(255,255,255,.84)!important;
  font-family:inherit!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-league-stats-compact span{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:22px!important;
  padding:4px 8px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
}
.golmdm-league-stats-compact span+span{border-left:1px solid rgba(255,255,255,.12)!important}
.golmdm-league-stats-compact b{
  font-size:12px!important;
  line-height:1!important;
  font-weight:650!important;
  letter-spacing:0!important;
  color:#fff!important;
  font-family:inherit!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-league-stats-compact .golmdm-league-link-icon{width:13px!important;height:13px!important;color:rgba(255,255,255,.58)!important}
.golmdm-league-stats-compact .golmdm-league-link-icon svg{width:13px!important;height:13px!important;stroke-width:1.65!important}
.golmdm-league-phases-compact{margin-top:7px!important;gap:6px!important}
.golmdm-league-phases-compact a{
  min-height:22px!important;
  padding:4px 9px!important;
  border-radius:999px!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:650!important;
  font-family:inherit!important;
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  color:rgba(255,255,255,.74)!important;
}
.golmdm-league-phases-compact a.is-active{background:#fff!important;border-color:#fff!important;color:#111820!important}
.golmdm-league-phases-compact a span{font-size:11px!important;line-height:1!important;font-weight:650!important;font-family:inherit!important}
.golmdm-league-links{min-height:42px!important;background:#fff!important;border-top:1px solid rgba(8,16,24,.08)!important}
.golmdm-league-links a{
  min-height:42px!important;
  padding:5px 6px!important;
  gap:3px!important;
  font-size:11.5px!important;
  line-height:1.1!important;
  font-weight:600!important;
  letter-spacing:0!important;
  font-family:inherit!important;
  color:#182331!important;
}
.golmdm-league-links .golmdm-league-link-icon{width:16px!important;height:16px!important;color:#2a3541!important}
.golmdm-league-links .golmdm-league-link-icon svg{width:16px!important;height:16px!important;stroke-width:1.65!important}
@media (max-width:1100px){
  .golmdm-league-main{grid-template-columns:84px minmax(0,1fr)!important;padding:15px 16px 12px!important;gap:13px!important}
  .golmdm-league-logo,.golmdm-league-fallback-logo{width:74px!important;height:74px!important}
  .golmdm-league-title-wrap h3{font-size:18px!important}
}
@media (max-width:900px){
  .golmdm-league-card{min-height:170px!important}
  .golmdm-league-main{grid-template-columns:86px minmax(0,1fr)!important}
  .golmdm-league-logo,.golmdm-league-fallback-logo{width:76px!important;height:76px!important}
}

/* 0.1.20: calmer league cards + clearer icons/groups */
.golmdm-leagues-block{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important}
.golmdm-league-card{min-height:168px!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(9,18,30,.08)!important;border:1px solid rgba(12,24,36,.08)!important;background:#080d12!important}
.golmdm-league-card-bg{background:linear-gradient(135deg,var(--gol-card-color) 0%,rgba(5,10,15,.96) 100%)!important}
.golmdm-league-card-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.035),transparent 52%),radial-gradient(circle at 18% 20%,rgba(255,255,255,.08),transparent 30%);pointer-events:none}
.golmdm-league-card:after{display:none!important}
.golmdm-league-main{grid-template-columns:88px minmax(0,1fr)!important;gap:18px!important;min-height:126px!important;padding:18px 22px 14px!important;align-items:center!important}
.golmdm-league-logo-wrap{align-self:center!important}.golmdm-league-logo,.golmdm-league-fallback-logo{width:84px!important;height:84px!important;max-width:84px!important;max-height:84px!important;filter:drop-shadow(0 5px 12px rgba(0,0,0,.25))!important}
.golmdm-league-title-wrap h3{font-size:21px!important;line-height:1.12!important;font-weight:760!important;letter-spacing:-.012em!important;margin:0!important;color:#fff!important}
.golmdm-league-title-wrap p{font-size:13px!important;line-height:1.25!important;font-weight:420!important;margin:4px 0 0!important;color:rgba(255,255,255,.78)!important}
.golmdm-league-title-wrap .golmdm-league-season{display:flex!important;align-items:center!important;gap:7px!important;margin-top:9px!important;padding-top:9px!important;border-top:1px solid rgba(255,255,255,.11)!important;font-size:12.5px!important;line-height:1.2!important;font-weight:480!important;color:rgba(255,255,255,.86)!important;white-space:normal!important}
.golmdm-league-live-dot{width:8px!important;height:8px!important;flex:0 0 8px!important;box-shadow:0 0 0 3px rgba(57,181,74,.15)!important}
.golmdm-league-stats-compact{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:9px!important;color:rgba(255,255,255,.88)!important;font-size:12.5px!important;font-weight:520!important;font-variant-numeric:tabular-nums!important}
.golmdm-league-stats-compact span{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:24px!important;padding:4px 9px!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.055)!important;border-radius:999px!important}
.golmdm-league-stats-compact b{font-size:13px!important;font-weight:720!important;color:#fff!important;letter-spacing:0!important;font-variant-numeric:tabular-nums!important}
.golmdm-league-stats-compact .golmdm-league-link-icon{width:15px!important;height:15px!important;color:rgba(255,255,255,.76)!important;opacity:1!important}.golmdm-league-stats-compact .golmdm-league-link-icon svg{width:15px!important;height:15px!important;stroke-width:1.9!important}
.golmdm-league-phases-compact{display:flex!important;gap:7px!important;margin-top:9px!important;padding:0!important}.golmdm-league-phases-compact a{flex:0 0 auto!important;min-height:24px!important;border-radius:999px!important;padding:5px 12px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.15)!important;color:rgba(255,255,255,.76)!important;text-decoration:none!important}.golmdm-league-phases-compact a.is-active{background:#fff!important;border-color:#fff!important;color:#101820!important}.golmdm-league-phases-compact a span{font-size:11.5px!important;font-weight:700!important;line-height:1!important}
.golmdm-league-groups{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.golmdm-league-groups a{font-size:10.5px;font-weight:650;line-height:1;text-decoration:none!important;color:rgba(255,255,255,.72)!important;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);border-radius:999px;padding:4px 8px}.golmdm-league-groups a:hover{color:#fff!important;border-color:rgba(255,255,255,.28)}
.golmdm-league-links{min-height:45px!important;border-top:1px solid rgba(12,24,36,.08)!important;background:#fff!important}.golmdm-league-links a{min-height:45px!important;padding:6px 6px!important;gap:4px!important;font-size:11.8px!important;font-weight:650!important;color:#15212d!important}.golmdm-league-links .golmdm-league-link-icon{width:18px!important;height:18px!important;color:#293743!important;opacity:1!important}.golmdm-league-links .golmdm-league-link-icon svg{width:18px!important;height:18px!important;stroke-width:1.8!important}
@media(max-width:1100px){.golmdm-league-main{grid-template-columns:78px minmax(0,1fr)!important;padding:16px!important;gap:14px!important}.golmdm-league-logo,.golmdm-league-fallback-logo{width:72px!important;height:72px!important}.golmdm-league-title-wrap h3{font-size:18.5px!important}}
@media(max-width:900px){.golmdm-league-card{min-height:164px!important}.golmdm-league-main{grid-template-columns:76px minmax(0,1fr)!important}.golmdm-league-logo,.golmdm-league-fallback-logo{width:70px!important;height:70px!important}.golmdm-league-links a{font-size:11.5px!important}.golmdm-league-links .golmdm-league-link-icon{width:17px!important;height:17px!important}}

/* 0.1.21: simplified public league cards, no phase buttons on card */
.golmdm-leagues-block{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
.golmdm-league-cards{gap:16px!important}
.golmdm-league-card{
  min-height:0!important;
  border-radius:16px!important;
  background:#090f15!important;
  box-shadow:0 10px 26px rgba(8,16,24,.10)!important;
}
.golmdm-league-card-bg{
  background:
    radial-gradient(circle at 12% 8%,rgba(255,255,255,.10),transparent 28%),
    linear-gradient(135deg,var(--gol-card-color) 0%,#070b10 96%)!important;
}
.golmdm-league-main{
  grid-template-columns:96px minmax(0,1fr)!important;
  gap:18px!important;
  min-height:140px!important;
  padding:20px 22px 18px!important;
}
.golmdm-league-logo,.golmdm-league-fallback-logo{
  width:92px!important;height:92px!important;max-width:92px!important;max-height:92px!important;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.22))!important;
}
.golmdm-league-title-wrap h3{
  font-size:20px!important;
  line-height:1.15!important;
  font-weight:700!important;
  letter-spacing:-.01em!important;
}
.golmdm-league-title-wrap p{
  margin-top:5px!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:400!important;
  color:rgba(255,255,255,.76)!important;
}
.golmdm-league-title-wrap .golmdm-league-season{
  margin-top:10px!important;
  padding-top:10px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:500!important;
  color:rgba(255,255,255,.86)!important;
}
.golmdm-league-stats-compact{
  margin-top:9px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  font-size:12px!important;
  font-weight:500!important;
  color:rgba(255,255,255,.82)!important;
}
.golmdm-league-stats-compact span{
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
  min-height:18px!important;
  gap:6px!important;
}
.golmdm-league-stats-compact span+span{border-left:0!important}
.golmdm-league-stats-compact b{
  font-size:13px!important;
  font-weight:700!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-league-stats-compact .golmdm-league-link-icon{width:15px!important;height:15px!important;color:rgba(255,255,255,.70)!important}
.golmdm-league-stats-compact .golmdm-league-link-icon svg{width:15px!important;height:15px!important;stroke-width:1.75!important}
.golmdm-league-phases-compact,.golmdm-league-groups{display:none!important}
.golmdm-league-links{
  min-height:48px!important;
  border-top:1px solid rgba(8,16,24,.09)!important;
  background:#fff!important;
}
.golmdm-league-links a{
  min-height:48px!important;
  padding:7px 6px!important;
  gap:4px!important;
  font-size:12px!important;
  font-weight:650!important;
  color:#172331!important;
}
.golmdm-league-links .golmdm-league-link-icon{width:19px!important;height:19px!important;color:#263544!important}
.golmdm-league-links .golmdm-league-link-icon svg{width:19px!important;height:19px!important;stroke-width:1.75!important}
.golmdm-mini-group-title{margin:10px 0 6px;font-size:12px;font-weight:700;color:var(--gol-muted)}
@media(max-width:1100px){
  .golmdm-league-main{grid-template-columns:82px minmax(0,1fr)!important;padding:18px!important;gap:14px!important;min-height:130px!important}
  .golmdm-league-logo,.golmdm-league-fallback-logo{width:78px!important;height:78px!important}
  .golmdm-league-title-wrap h3{font-size:18px!important}
}
@media(max-width:900px){
  .golmdm-league-main{grid-template-columns:76px minmax(0,1fr)!important;min-height:124px!important;padding:16px!important}
  .golmdm-league-logo,.golmdm-league-fallback-logo{width:72px!important;height:72px!important}
  .golmdm-league-title-wrap h3{font-size:17.5px!important}
}

/* 0.1.23: phase/group controls returned to public league cards */
.golmdm-league-card{
  overflow:hidden!important;
  border-radius:18px!important;
  box-shadow:0 8px 22px rgba(8,16,24,.09)!important;
}
.golmdm-league-main{
  min-height:150px!important;
  grid-template-columns:94px minmax(0,1fr)!important;
  gap:18px!important;
  padding:18px 20px 16px!important;
  align-items:center!important;
}
.golmdm-league-logo,.golmdm-league-fallback-logo{
  width:88px!important;
  height:88px!important;
  max-width:88px!important;
  max-height:88px!important;
}
.golmdm-league-title-wrap h3{
  font-size:19px!important;
  font-weight:720!important;
  letter-spacing:-.01em!important;
  margin:0!important;
}
.golmdm-league-title-wrap p{
  margin-top:4px!important;
  font-size:12.5px!important;
  font-weight:420!important;
}
.golmdm-league-title-wrap .golmdm-league-season{
  margin-top:8px!important;
  padding-top:8px!important;
  font-size:11.8px!important;
  font-weight:500!important;
  gap:6px!important;
}
.golmdm-league-stats-compact{
  margin-top:8px!important;
  gap:12px!important;
  font-size:11.8px!important;
  font-weight:500!important;
  letter-spacing:0!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-league-stats-compact b{
  font-size:12.5px!important;
  font-weight:720!important;
  letter-spacing:0!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-league-switcher{
  position:relative;
  z-index:2;
  margin-top:10px;
  display:grid;
  gap:7px;
}
.golmdm-league-phase-tabs{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  gap:5px;
  padding:3px;
  border-radius:999px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.11);
}
.golmdm-league-phase-tab{
  appearance:none;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.72);
  border-radius:999px;
  padding:5px 10px;
  min-height:24px;
  cursor:pointer;
  font:inherit;
  font-size:11.5px;
  line-height:1;
  font-weight:650;
  letter-spacing:0;
}
.golmdm-league-phase-tab.is-active{
  background:#fff;
  color:#101820;
  box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.golmdm-league-group-pills{
  display:none;
  flex-wrap:wrap;
  gap:6px;
  max-width:100%;
}
.golmdm-league-group-pills.is-active{display:flex}
.golmdm-league-group-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:23px;
  max-width:100%;
  padding:4px 9px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.78)!important;
  text-decoration:none!important;
  font-size:10.8px;
  line-height:1.1;
  font-weight:620;
  white-space:nowrap;
}
.golmdm-league-group-pill:hover{
  border-color:rgba(255,255,255,.30);
  background:rgba(255,255,255,.10);
  color:#fff!important;
}
.golmdm-league-group-pill.is-primary{color:rgba(255,255,255,.88)!important}
.golmdm-league-links{min-height:46px!important}
.golmdm-league-links a{min-height:46px!important;font-size:11.8px!important}
@media(max-width:1100px){
  .golmdm-league-main{grid-template-columns:78px minmax(0,1fr)!important;gap:14px!important;padding:16px!important;min-height:142px!important}
  .golmdm-league-logo,.golmdm-league-fallback-logo{width:74px!important;height:74px!important}
  .golmdm-league-title-wrap h3{font-size:18px!important}
}
@media(max-width:900px){
  .golmdm-league-main{grid-template-columns:72px minmax(0,1fr)!important;gap:13px!important;min-height:138px!important;padding:15px!important}
  .golmdm-league-logo,.golmdm-league-fallback-logo{width:68px!important;height:68px!important}
  .golmdm-league-title-wrap h3{font-size:17px!important}
  .golmdm-league-phase-tab{font-size:11px;padding:5px 9px}
  .golmdm-league-group-pill{font-size:10.5px;padding:4px 8px}
}

/* 0.1.23: league card phase switching + calmer compact design */
.golmdm-leagues-block .golmdm-league-cards{gap:18px!important}
.golmdm-leagues-block .golmdm-league-card{
  min-height:0!important;
  border-radius:18px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  background:#081016!important;
  box-shadow:0 12px 30px rgba(12,22,34,.10)!important;
  border:1px solid rgba(10,20,32,.08)!important;
}
.golmdm-leagues-block .golmdm-league-card-bg{
  background:linear-gradient(135deg,var(--gol-card-color) 0%,#061017 86%)!important;
}
.golmdm-leagues-block .golmdm-league-card-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.10),transparent 30%),linear-gradient(90deg,rgba(255,255,255,.035),transparent 55%);pointer-events:none}
.golmdm-leagues-block .golmdm-league-main{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr)!important;
  align-items:center!important;
  gap:24px!important;
  padding:26px 28px 24px!important;
}
.golmdm-leagues-block .golmdm-league-logo-wrap{align-self:center!important}
.golmdm-leagues-block .golmdm-league-logo,
.golmdm-leagues-block .golmdm-league-fallback-logo{width:104px!important;height:104px!important;object-fit:contain!important;filter:drop-shadow(0 10px 20px rgba(0,0,0,.28))!important}
.golmdm-leagues-block .golmdm-league-title-wrap h3{margin:0!important;font-size:24px!important;line-height:1.12!important;font-weight:760!important;letter-spacing:-.015em!important;color:#fff!important}
.golmdm-leagues-block .golmdm-league-title-wrap p{margin:5px 0 0!important;font-size:14px!important;line-height:1.35!important;font-weight:450!important;color:rgba(255,255,255,.78)!important}
.golmdm-leagues-block .golmdm-league-season{margin:12px 0 0!important;padding:10px 0 0!important;border-top:1px solid rgba(255,255,255,.12)!important;display:flex!important;align-items:center!important;gap:7px!important;font-size:13px!important;line-height:1.2!important;color:rgba(255,255,255,.82)!important;font-weight:500!important}
.golmdm-leagues-block .golmdm-league-live-dot{width:9px!important;height:9px!important;min-width:9px!important;border-radius:50%!important}
.golmdm-leagues-block .golmdm-league-stats-compact{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:0!important;margin-top:11px!important;font-size:13px!important;line-height:1!important;color:rgba(255,255,255,.82)!important;font-weight:500!important;font-variant-numeric:tabular-nums!important}
.golmdm-leagues-block .golmdm-league-stats-compact span{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:18px!important;padding:0 13px 0 0!important;margin-right:13px!important;border:0!important;border-right:1px solid rgba(255,255,255,.16)!important;background:transparent!important;border-radius:0!important}
.golmdm-leagues-block .golmdm-league-stats-compact span:last-child{border-right:0!important;margin-right:0!important;padding-right:0!important}
.golmdm-leagues-block .golmdm-league-stats-compact b{font-size:16px!important;line-height:1!important;font-weight:740!important;color:#fff!important;letter-spacing:-.01em!important;font-variant-numeric:tabular-nums!important}
.golmdm-leagues-block .golmdm-league-stats-compact em{font-style:normal!important;color:rgba(255,255,255,.82)!important}
.golmdm-leagues-block .golmdm-league-stats-compact .golmdm-league-link-icon{width:15px!important;height:15px!important;display:inline-grid!important;place-items:center!important;color:rgba(255,255,255,.72)!important;opacity:1!important;background:transparent!important;border:0!important}
.golmdm-leagues-block .golmdm-league-stats-compact .golmdm-league-link-icon svg{width:15px!important;height:15px!important;stroke-width:1.75!important}
.golmdm-leagues-block .golmdm-league-switcher{margin-top:13px!important;display:grid!important;gap:8px!important}
.golmdm-leagues-block .golmdm-league-phase-tabs{display:inline-flex!important;width:auto!important;gap:6px!important;padding:3px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important}
.golmdm-leagues-block .golmdm-league-phase-tab{height:30px!important;padding:0 15px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:rgba(255,255,255,.72)!important;font-size:12.5px!important;font-weight:700!important;line-height:1!important;cursor:pointer!important}
.golmdm-leagues-block .golmdm-league-phase-tab.is-active{background:#fff!important;color:#101820!important;box-shadow:0 4px 12px rgba(0,0,0,.18)!important}
.golmdm-leagues-block .golmdm-league-group-pills{display:none!important;gap:7px!important;flex-wrap:wrap!important;margin-top:0!important}
.golmdm-leagues-block .golmdm-league-group-pills.is-active{display:flex!important}
.golmdm-leagues-block .golmdm-league-group-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:27px!important;padding:0 11px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important;color:rgba(255,255,255,.82)!important;text-decoration:none!important;font-size:12px!important;font-weight:650!important}
.golmdm-leagues-block .golmdm-league-group-pill:hover{background:rgba(255,255,255,.12)!important;color:#fff!important}
.golmdm-leagues-block .golmdm-league-links{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;background:#fff!important;border-top:1px solid rgba(11,22,34,.09)!important;margin-top:auto!important}
.golmdm-leagues-block .golmdm-league-links a{min-height:58px!important;padding:8px 6px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;color:#142232!important;text-decoration:none!important;font-size:12px!important;font-weight:700!important;border-right:1px solid rgba(11,22,34,.08)!important;line-height:1.15!important}
.golmdm-leagues-block .golmdm-league-links a:last-child{border-right:0!important}
.golmdm-leagues-block .golmdm-league-links a:hover{background:#f5f8f7!important;color:#138627!important}
.golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon{width:20px!important;height:20px!important;color:#293746!important;opacity:1!important}
.golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon svg{width:20px!important;height:20px!important;stroke-width:1.8!important}
@media(max-width:900px){
  .golmdm-leagues-block .golmdm-league-main{grid-template-columns:86px minmax(0,1fr)!important;gap:18px!important;padding:22px 22px 18px!important}
  .golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:82px!important;height:82px!important}
  .golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:21px!important}
  .golmdm-leagues-block .golmdm-league-title-wrap p{font-size:13px!important}
  .golmdm-leagues-block .golmdm-league-links a{min-height:54px!important;font-size:11.5px!important}
}

/* 0.1.24: compact league cards, group-aware switcher, admin links */
.golmdm-admin-tools{margin:0 0 14px;padding:10px 12px;border:1px dashed rgba(20,35,50,.25);border-radius:12px;background:rgba(245,248,251,.85);font-size:13px;color:#283646}.golmdm-admin-tools a{font-weight:700;text-decoration:none}.golmdm-bundle-groups{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 18px}.golmdm-bundle-groups a{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#eef6f0;color:#136d25!important;text-decoration:none!important;font-weight:700;font-size:13px}.golmdm-aggregate-title{margin:18px 0 8px!important;font-size:16px!important}.golmdm-leagues-block{font-family:var(--gol-font,inherit)!important}.golmdm-leagues-block .golmdm-league-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important}.golmdm-leagues-block .golmdm-league-card{display:flex!important;flex-direction:column!important;min-height:0!important;border-radius:16px!important;overflow:hidden!important;background:#071016!important;border:1px solid rgba(13,24,35,.08)!important;box-shadow:0 8px 22px rgba(8,16,28,.08)!important}.golmdm-leagues-block .golmdm-league-card-bg{background:linear-gradient(135deg,var(--gol-card-color) 0%,#061018 96%)!important}.golmdm-leagues-block .golmdm-league-card-bg:before{background:radial-gradient(circle at 10% 14%,rgba(255,255,255,.10),transparent 28%),linear-gradient(90deg,rgba(255,255,255,.035),transparent 48%)!important}.golmdm-leagues-block .golmdm-league-main{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;gap:16px!important;align-items:center!important;min-height:168px!important;padding:18px 20px 16px!important}.golmdm-leagues-block .golmdm-league-logo-wrap{align-self:center!important;justify-self:center!important}.golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:78px!important;height:78px!important;object-fit:contain!important;filter:drop-shadow(0 8px 14px rgba(0,0,0,.25))!important}.golmdm-leagues-block .golmdm-league-fallback-logo{border-radius:16px!important;border:1px solid rgba(255,255,255,.22)!important;background:rgba(255,255,255,.08)!important;font-size:28px!important;font-weight:760!important}.golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:20px!important;line-height:1.12!important;font-weight:720!important;letter-spacing:-.01em!important;margin:0!important;color:#fff!important}.golmdm-leagues-block .golmdm-league-title-wrap p{font-size:13px!important;line-height:1.25!important;font-weight:440!important;margin:4px 0 0!important;color:rgba(255,255,255,.78)!important}.golmdm-leagues-block .golmdm-league-season{margin:10px 0 0!important;padding-top:9px!important;border-top:1px solid rgba(255,255,255,.11)!important;display:flex!important;align-items:center!important;gap:6px!important;font-size:12px!important;line-height:1.2!important;font-weight:520!important;color:rgba(255,255,255,.83)!important;white-space:normal!important}.golmdm-leagues-block .golmdm-league-live-dot{width:8px!important;height:8px!important;min-width:8px!important}.golmdm-leagues-block .golmdm-league-stats-compact{margin-top:8px!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;font-size:12px!important;line-height:1.15!important;color:rgba(255,255,255,.80)!important;font-weight:520!important;font-variant-numeric:tabular-nums!important}.golmdm-leagues-block .golmdm-league-stats-compact span{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important}.golmdm-leagues-block .golmdm-league-stats-compact b{font-size:13.5px!important;line-height:1!important;font-weight:700!important;color:#fff!important;letter-spacing:0!important}.golmdm-leagues-block .golmdm-league-stats-compact em{font-style:normal!important;color:rgba(255,255,255,.76)!important}.golmdm-leagues-block .golmdm-league-stats-compact .golmdm-league-link-icon{width:14px!important;height:14px!important;color:rgba(255,255,255,.62)!important}.golmdm-leagues-block .golmdm-league-stats-compact .golmdm-league-link-icon svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.golmdm-leagues-block .golmdm-league-switcher{margin-top:11px!important;display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important}.golmdm-leagues-block .golmdm-league-phase-tabs{display:inline-flex!important;width:auto!important;max-width:100%!important;gap:4px!important;padding:3px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important}.golmdm-leagues-block .golmdm-league-phase-tab{height:25px!important;min-height:25px!important;padding:0 11px!important;border-radius:999px!important;font-size:11.5px!important;line-height:1!important;font-weight:680!important;color:rgba(255,255,255,.70)!important;background:transparent!important;border:0!important;box-shadow:none!important}.golmdm-leagues-block .golmdm-league-phase-tab.is-active{background:#fff!important;color:#0b1720!important}.golmdm-leagues-block .golmdm-league-group-pills{display:none!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;margin:0!important}.golmdm-leagues-block .golmdm-league-group-pills.is-active{display:flex!important}.golmdm-leagues-block .golmdm-league-group-pill{height:25px!important;min-height:25px!important;padding:0 10px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.15)!important;background:rgba(255,255,255,.06)!important;color:rgba(255,255,255,.76)!important;text-decoration:none!important;font-size:11.2px!important;font-weight:650!important;line-height:1!important}.golmdm-leagues-block .golmdm-league-group-pill.is-active,.golmdm-leagues-block .golmdm-league-group-pill:hover{background:rgba(255,255,255,.15)!important;color:#fff!important}.golmdm-leagues-block .golmdm-league-links{display:grid!important;grid-template-columns:repeat(4,1fr)!important;background:#fff!important;border-top:1px solid rgba(8,16,24,.08)!important;margin-top:auto!important}.golmdm-leagues-block .golmdm-league-links a{min-height:49px!important;padding:7px 6px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:4px!important;color:#162332!important;text-decoration:none!important;font-size:11.8px!important;font-weight:680!important;line-height:1.1!important;border-right:1px solid rgba(8,16,24,.075)!important}.golmdm-leagues-block .golmdm-league-links a:last-child{border-right:0!important}.golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon{width:18px!important;height:18px!important;color:#2f3b49!important}.golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.golmdm-leagues-block .golmdm-league-links a:hover{background:#f6f9f7!important;color:#11822a!important}.golmdm-leagues-block .golmdm-league-links a:hover .golmdm-league-link-icon{color:#11822a!important}@media(max-width:1100px){.golmdm-leagues-block .golmdm-league-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.golmdm-leagues-block .golmdm-league-main{grid-template-columns:78px minmax(0,1fr)!important;gap:14px!important;padding:17px 18px 15px!important}.golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:72px!important;height:72px!important}}@media(max-width:760px){.golmdm-leagues-block .golmdm-league-cards{grid-template-columns:1fr!important}.golmdm-leagues-block .golmdm-league-main{grid-template-columns:72px minmax(0,1fr)!important;min-height:148px!important;padding:16px!important}.golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:66px!important;height:66px!important}.golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:18px!important}.golmdm-leagues-block .golmdm-league-links a{min-height:47px!important;font-size:11.2px!important}}

/* 0.1.27: full-color league cards, compact group controls, improved dark theme */
.golmdm-leagues-block,
.golmdm-leagues-block *{box-sizing:border-box;font-family:inherit!important}
.golmdm-leagues-block .golmdm-league-cards{gap:18px!important;align-items:stretch!important}
.golmdm-leagues-block .golmdm-league-card{
  position:relative!important;
  min-height:0!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,var(--gol-card-color),#061018 96%)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 14px 34px rgba(8,16,24,.12)!important;
  color:#fff!important;
}
.golmdm-leagues-block .golmdm-league-card-bg{background:transparent!important}
.golmdm-leagues-block .golmdm-league-card-bg:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:radial-gradient(circle at 9% 12%,rgba(255,255,255,.16),transparent 30%),linear-gradient(90deg,rgba(255,255,255,.045),transparent 52%),linear-gradient(180deg,transparent 56%,rgba(0,0,0,.17))!important;
  pointer-events:none!important;
}
.golmdm-leagues-block .golmdm-league-main{
  min-height:170px!important;
  display:grid!important;
  grid-template-columns:88px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  padding:22px 24px 17px!important;
}
.golmdm-leagues-block .golmdm-league-logo-wrap{align-self:center!important;justify-self:center!important}
.golmdm-leagues-block .golmdm-league-logo,
.golmdm-leagues-block .golmdm-league-fallback-logo{
  width:82px!important;
  height:82px!important;
  max-width:82px!important;
  max-height:82px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.30))!important;
}
.golmdm-leagues-block .golmdm-league-fallback-logo{
  border-radius:18px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  font-size:25px!important;
  font-weight:760!important;
  color:#fff!important;
}
.golmdm-leagues-block .golmdm-league-title-wrap{min-width:0!important;color:#fff!important;text-align:left!important}
.golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:20px!important;line-height:1.1!important;font-weight:740!important;margin:0!important;letter-spacing:-.01em!important;color:#fff!important}
.golmdm-leagues-block .golmdm-league-title-wrap p{font-size:13px!important;line-height:1.25!important;font-weight:440!important;margin:5px 0 0!important;color:rgba(255,255,255,.78)!important}
.golmdm-leagues-block .golmdm-league-season{
  margin:10px 0 0!important;
  padding:9px 0 0!important;
  border-top:1px solid rgba(255,255,255,.13)!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  flex-wrap:wrap!important;
  color:rgba(255,255,255,.86)!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:520!important;
}
.golmdm-leagues-block .golmdm-league-season span{display:inline-flex!important;align-items:center!important}
.golmdm-leagues-block .golmdm-league-live-dot{width:8px!important;height:8px!important;min-width:8px!important;border-radius:999px!important}
.golmdm-leagues-block .golmdm-league-stats-compact{
  margin-top:8px!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  color:rgba(255,255,255,.84)!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:520!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-leagues-block .golmdm-league-stats-compact span{display:inline-flex!important;align-items:center!important;gap:5px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}
.golmdm-leagues-block .golmdm-league-stats-compact b{font-size:14px!important;font-weight:720!important;line-height:1!important;color:#fff!important;letter-spacing:0!important;font-variant-numeric:tabular-nums!important}
.golmdm-leagues-block .golmdm-league-stats-compact em{font-style:normal!important;color:rgba(255,255,255,.78)!important}
.golmdm-leagues-block .golmdm-league-stats-compact .golmdm-league-link-icon{width:14px!important;height:14px!important;color:rgba(255,255,255,.62)!important;opacity:1!important}
.golmdm-leagues-block .golmdm-league-switcher{
  margin-top:12px!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex-wrap:nowrap!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.golmdm-leagues-block .golmdm-league-phase-tabs{
  flex:0 0 auto!important;
  display:inline-flex!important;
  gap:3px!important;
  padding:3px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(255,255,255,.13)!important;
}
.golmdm-leagues-block .golmdm-league-phase-tab{
  height:25px!important;
  min-height:25px!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:rgba(255,255,255,.76)!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:680!important;
  white-space:nowrap!important;
}
.golmdm-leagues-block .golmdm-league-phase-tab.is-active{background:#fff!important;color:#08141d!important;box-shadow:none!important}
.golmdm-leagues-block .golmdm-league-group-pills{
  display:none!important;
  align-items:center!important;
  gap:5px!important;
  flex-wrap:nowrap!important;
  min-width:0!important;
  overflow-x:auto!important;
  scrollbar-width:none!important;
  margin:0!important;
  padding:0!important;
}
.golmdm-leagues-block .golmdm-league-group-pills::-webkit-scrollbar{display:none!important}
.golmdm-leagues-block .golmdm-league-group-pills.is-active{display:flex!important}
.golmdm-leagues-block .golmdm-league-group-pill{
  flex:0 0 auto!important;
  height:25px!important;
  min-height:25px!important;
  max-width:118px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  padding:0 9px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(255,255,255,.07)!important;
  color:rgba(255,255,255,.82)!important;
  text-decoration:none!important;
  font-size:10.8px!important;
  font-weight:650!important;
  line-height:1!important;
}
.golmdm-leagues-block .golmdm-league-group-pill.is-active,
.golmdm-leagues-block .golmdm-league-group-pill:hover{background:rgba(255,255,255,.18)!important;color:#fff!important}
.golmdm-leagues-block .golmdm-league-links{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  background:rgba(255,255,255,.055)!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  margin-top:auto!important;
}
.golmdm-leagues-block .golmdm-league-links a{
  min-height:56px!important;
  padding:8px 6px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  gap:5px!important;
  color:rgba(255,255,255,.82)!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:680!important;
  line-height:1.1!important;
  border-right:1px solid rgba(255,255,255,.10)!important;
  background:transparent!important;
}
.golmdm-leagues-block .golmdm-league-links a:last-child{border-right:0!important}
.golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon{width:19px!important;height:19px!important;color:rgba(255,255,255,.72)!important;opacity:1!important}
.golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon svg{width:19px!important;height:19px!important;stroke-width:1.8!important}
.golmdm-leagues-block .golmdm-league-links a:hover,
.golmdm-leagues-block .golmdm-league-links a:focus{background:rgba(255,255,255,.10)!important;color:#fff!important}
.golmdm-leagues-block .golmdm-league-links a:hover .golmdm-league-link-icon{color:#fff!important}
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card{border-color:rgba(255,255,255,.075)!important;box-shadow:none!important}
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links{background:rgba(2,8,13,.20)!important;border-top-color:rgba(255,255,255,.10)!important}
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links a{color:rgba(255,255,255,.78)!important;border-right-color:rgba(255,255,255,.09)!important}
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon{color:rgba(255,255,255,.58)!important}
@media(max-width:1100px){.golmdm-leagues-block .golmdm-league-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.golmdm-leagues-block .golmdm-league-main{grid-template-columns:80px minmax(0,1fr)!important;gap:14px!important;padding:20px 20px 16px!important}.golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:74px!important;height:74px!important}}
@media(max-width:760px){.golmdm-leagues-block .golmdm-league-cards{grid-template-columns:1fr!important}.golmdm-leagues-block .golmdm-league-main{grid-template-columns:72px minmax(0,1fr)!important;min-height:154px!important;padding:18px!important}.golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:66px!important;height:66px!important}.golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:18px!important}.golmdm-leagues-block .golmdm-league-title-wrap p{font-size:12.5px!important}.golmdm-leagues-block .golmdm-league-switcher{gap:5px!important}.golmdm-leagues-block .golmdm-league-phase-tab{padding:0 8px!important}.golmdm-leagues-block .golmdm-league-links a{min-height:50px!important;font-size:11.2px!important}}

/* 0.1.28: hard reset league-card visual layer after 0.1.27 light/dark conflict */
.golmdm-leagues-block,
.golmdm-leagues-block *{box-sizing:border-box!important}
.golmdm-leagues-block .golmdm-league-cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
.golmdm-leagues-block .golmdm-league-card{
  --gol-card-color-safe:var(--gol-card-color,#101820);
  position:relative!important;
  isolation:isolate!important;
  display:flex!important;
  flex-direction:column!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:linear-gradient(135deg,var(--gol-card-color-safe) 0%,#061018 100%)!important;
  box-shadow:0 10px 28px rgba(10,20,32,.10)!important;
  color:#fff!important;
}
.golmdm-leagues-block .golmdm-league-card-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:linear-gradient(135deg,var(--gol-card-color-safe) 0%,#061018 100%)!important;
  opacity:1!important;
  pointer-events:none!important;
}
.golmdm-leagues-block .golmdm-league-card-bg:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,255,255,.15),transparent 34%),
    linear-gradient(90deg,rgba(255,255,255,.04),transparent 55%),
    linear-gradient(180deg,transparent 54%,rgba(0,0,0,.18))!important;
  opacity:1!important;
  pointer-events:none!important;
}
.golmdm-leagues-block .golmdm-league-card:before,
.golmdm-leagues-block .golmdm-league-card:after{display:none!important}
.golmdm-leagues-block .golmdm-league-main,
.golmdm-leagues-block .golmdm-league-links{
  position:relative!important;
  z-index:2!important;
}
.golmdm-leagues-block .golmdm-league-main{
  display:grid!important;
  grid-template-columns:84px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  min-height:164px!important;
  padding:20px 22px 18px!important;
}
.golmdm-leagues-block .golmdm-league-logo-wrap{display:grid!important;place-items:center!important;align-self:center!important;justify-self:center!important}
.golmdm-leagues-block .golmdm-league-logo,
.golmdm-leagues-block .golmdm-league-fallback-logo{
  width:78px!important;
  height:78px!important;
  max-width:78px!important;
  max-height:78px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.28))!important;
}
.golmdm-leagues-block .golmdm-league-fallback-logo{
  display:grid!important;
  place-items:center!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
  font-size:26px!important;
  font-weight:760!important;
}
.golmdm-leagues-block .golmdm-league-title-wrap{min-width:0!important;color:#fff!important;text-align:left!important;text-shadow:none!important}
.golmdm-leagues-block .golmdm-league-title-wrap h3{
  margin:0!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.12!important;
  font-weight:730!important;
  letter-spacing:-.01em!important;
}
.golmdm-leagues-block .golmdm-league-title-wrap p{
  margin:4px 0 0!important;
  color:rgba(255,255,255,.78)!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:440!important;
}
.golmdm-leagues-block .golmdm-league-season{
  margin:10px 0 0!important;
  padding:9px 0 0!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  flex-wrap:wrap!important;
  color:rgba(255,255,255,.86)!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:560!important;
}
.golmdm-leagues-block .golmdm-league-season span{display:inline-flex!important;align-items:center!important;color:inherit!important}
.golmdm-leagues-block .golmdm-league-live-dot{width:8px!important;height:8px!important;min-width:8px!important;border-radius:999px!important}
.golmdm-leagues-block .golmdm-league-stats-compact{
  margin-top:8px!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:11px!important;
  color:rgba(255,255,255,.82)!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:520!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-leagues-block .golmdm-league-stats-compact span{display:inline-flex!important;align-items:center!important;gap:5px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:inherit!important}
.golmdm-leagues-block .golmdm-league-stats-compact b{font-size:14px!important;font-weight:720!important;line-height:1!important;color:#fff!important;font-variant-numeric:tabular-nums!important}
.golmdm-leagues-block .golmdm-league-stats-compact em{font-style:normal!important;color:rgba(255,255,255,.78)!important}
.golmdm-leagues-block .golmdm-league-stats-compact .golmdm-league-link-icon{width:14px!important;height:14px!important;color:rgba(255,255,255,.62)!important;opacity:1!important}
.golmdm-leagues-block .golmdm-league-stats-compact .golmdm-league-link-icon svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.golmdm-leagues-block .golmdm-league-switcher{
  margin-top:12px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:7px!important;
  max-width:100%!important;
  overflow:visible!important;
}
.golmdm-leagues-block .golmdm-league-phase-tabs{
  display:inline-flex!important;
  width:auto!important;
  max-width:max-content!important;
  gap:3px!important;
  padding:3px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.16)!important;
}
.golmdm-leagues-block .golmdm-league-phase-tab{
  height:25px!important;
  min-height:25px!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:rgba(255,255,255,.76)!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:680!important;
  white-space:nowrap!important;
  cursor:pointer!important;
}
.golmdm-leagues-block .golmdm-league-phase-tab.is-active{background:#fff!important;color:#08141d!important;box-shadow:none!important}
.golmdm-leagues-block .golmdm-league-group-pills{
  display:none!important;
  grid-template-columns:repeat(auto-fit,minmax(72px,max-content))!important;
  justify-content:start!important;
  align-items:center!important;
  gap:5px!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:visible!important;
  margin:0!important;
  padding:0!important;
}
.golmdm-leagues-block .golmdm-league-group-pills.is-active{display:grid!important}
.golmdm-leagues-block .golmdm-league-group-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  max-width:112px!important;
  height:25px!important;
  min-height:25px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.075)!important;
  color:rgba(255,255,255,.82)!important;
  text-decoration:none!important;
  font-size:10.8px!important;
  font-weight:660!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  cursor:pointer!important;
}
.golmdm-leagues-block .golmdm-league-group-pill.is-active,
.golmdm-leagues-block .golmdm-league-group-pill:hover{background:rgba(255,255,255,.19)!important;color:#fff!important}
.golmdm-leagues-block .golmdm-league-links{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  background:rgba(255,255,255,.065)!important;
  border-top:1px solid rgba(255,255,255,.13)!important;
  margin-top:auto!important;
}
.golmdm-leagues-block .golmdm-league-links a{
  min-height:54px!important;
  padding:8px 6px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  gap:5px!important;
  color:rgba(255,255,255,.84)!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:680!important;
  line-height:1.1!important;
  border-right:1px solid rgba(255,255,255,.11)!important;
  background:transparent!important;
}
.golmdm-leagues-block .golmdm-league-links a:last-child{border-right:0!important}
.golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon{width:19px!important;height:19px!important;color:rgba(255,255,255,.68)!important;opacity:1!important}
.golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon svg{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.golmdm-leagues-block .golmdm-league-links a:hover,
.golmdm-leagues-block .golmdm-league-links a:focus{background:rgba(255,255,255,.11)!important;color:#fff!important;text-decoration:none!important}
.golmdm-leagues-block .golmdm-league-links a:hover .golmdm-league-link-icon{color:#fff!important}
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card{box-shadow:none!important;border-color:rgba(255,255,255,.10)!important}
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg:before,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg:before,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg:before,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card-bg:before{background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.11),transparent 34%),linear-gradient(90deg,rgba(255,255,255,.03),transparent 55%),linear-gradient(180deg,transparent 54%,rgba(0,0,0,.22))!important}
@media(max-width:1100px){
  .golmdm-leagues-block .golmdm-league-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .golmdm-leagues-block .golmdm-league-main{grid-template-columns:78px minmax(0,1fr)!important;gap:14px!important;padding:19px 20px 17px!important}
  .golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:72px!important;height:72px!important}
}
@media(max-width:760px){
  .golmdm-leagues-block .golmdm-league-cards{grid-template-columns:1fr!important;gap:14px!important}
  .golmdm-leagues-block .golmdm-league-main{grid-template-columns:70px minmax(0,1fr)!important;min-height:148px!important;padding:17px!important;gap:13px!important}
  .golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:64px!important;height:64px!important}
  .golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:18px!important}
  .golmdm-leagues-block .golmdm-league-title-wrap p{font-size:12.5px!important}
  .golmdm-leagues-block .golmdm-league-switcher{grid-template-columns:1fr!important;gap:6px!important}
  .golmdm-leagues-block .golmdm-league-phase-tabs{max-width:100%!important}
  .golmdm-leagues-block .golmdm-league-phase-tab{flex:1 1 0!important;padding:0 8px!important}
  .golmdm-leagues-block .golmdm-league-group-pills{grid-template-columns:repeat(auto-fit,minmax(76px,1fr))!important}
  .golmdm-leagues-block .golmdm-league-group-pill{max-width:none!important}
  .golmdm-leagues-block .golmdm-league-links a{min-height:50px!important;font-size:11.2px!important}
}

/* 0.1.29: one stable league-card style for light and dark themes + non-stretching group buttons */
.golmdm-leagues-block .golmdm-league-cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
.golmdm-leagues-block .golmdm-league-card,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card{
  --gol-card-color-safe:var(--gol-card-color,#101820);
  align-self:start!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  min-height:0!important;
  height:auto!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:linear-gradient(135deg,var(--gol-card-color-safe) 0%,#051018 100%)!important;
  color:#fff!important;
  box-shadow:0 12px 30px rgba(8,16,24,.13)!important;
}
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card{
  box-shadow:0 12px 30px rgba(0,0,0,.20)!important;
}
.golmdm-leagues-block .golmdm-league-card-bg,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:linear-gradient(135deg,var(--gol-card-color-safe) 0%,#051018 100%)!important;
  opacity:1!important;
  pointer-events:none!important;
}
.golmdm-leagues-block .golmdm-league-card-bg:before,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg:before,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg:before,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg:before,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card-bg:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    radial-gradient(circle at 10% 16%,rgba(255,255,255,.15),transparent 31%),
    linear-gradient(90deg,rgba(255,255,255,.04),transparent 54%),
    linear-gradient(180deg,transparent 58%,rgba(0,0,0,.18))!important;
  opacity:1!important;
  pointer-events:none!important;
}
.golmdm-leagues-block .golmdm-league-card:before,
.golmdm-leagues-block .golmdm-league-card:after{display:none!important}
.golmdm-leagues-block .golmdm-league-main{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  min-height:178px!important;
  padding:20px 22px 18px!important;
}
.golmdm-leagues-block .golmdm-league-logo,
.golmdm-leagues-block .golmdm-league-fallback-logo{width:74px!important;height:74px!important;max-width:74px!important;max-height:74px!important}
.golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:20px!important;font-weight:740!important;line-height:1.1!important;color:#fff!important;margin:0!important;letter-spacing:-.01em!important}
.golmdm-leagues-block .golmdm-league-title-wrap p{font-size:13px!important;line-height:1.25!important;color:rgba(255,255,255,.78)!important;margin:4px 0 0!important}
.golmdm-leagues-block .golmdm-league-season{margin-top:10px!important;padding-top:9px!important;border-top:1px solid rgba(255,255,255,.14)!important;color:rgba(255,255,255,.86)!important;font-size:12px!important;line-height:1.2!important;gap:6px!important}
.golmdm-leagues-block .golmdm-league-stats-compact{margin-top:8px!important;gap:12px!important;color:rgba(255,255,255,.82)!important;font-size:12px!important;font-variant-numeric:tabular-nums!important}
.golmdm-leagues-block .golmdm-league-stats-compact b{font-size:14px!important;font-weight:730!important;color:#fff!important}
.golmdm-leagues-block .golmdm-league-stats-compact em{color:rgba(255,255,255,.78)!important}
.golmdm-leagues-block .golmdm-league-switcher{
  margin-top:12px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:visible!important;
}
.golmdm-leagues-block .golmdm-league-phase-tabs{
  flex:0 0 auto!important;
  display:inline-flex!important;
  gap:3px!important;
  padding:3px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  max-width:none!important;
}
.golmdm-leagues-block .golmdm-league-phase-tab{
  flex:0 0 auto!important;
  height:25px!important;
  min-height:25px!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:rgba(255,255,255,.78)!important;
  font-size:11px!important;
  font-weight:710!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.golmdm-leagues-block .golmdm-league-phase-tab.is-active{background:#fff!important;color:#07131c!important}
.golmdm-leagues-block .golmdm-league-group-pills{
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:100%!important;
  display:none!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:5px!important;
  flex-wrap:nowrap!important;
  overflow:visible!important;
  padding:0!important;
  margin:0!important;
}
.golmdm-leagues-block .golmdm-league-group-pills.is-active{display:flex!important}
.golmdm-leagues-block .golmdm-league-group-pill{
  flex:0 1 70px!important;
  min-width:42px!important;
  max-width:80px!important;
  height:25px!important;
  min-height:25px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.19)!important;
  background:rgba(255,255,255,.075)!important;
  color:rgba(255,255,255,.84)!important;
  font-size:10.5px!important;
  font-weight:700!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  cursor:pointer!important;
}
.golmdm-leagues-block .golmdm-league-group-pill.is-active,
.golmdm-leagues-block .golmdm-league-group-pill:hover{background:rgba(255,255,255,.19)!important;color:#fff!important}
.golmdm-leagues-block .golmdm-league-links,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  background:rgba(255,255,255,.065)!important;
  border-top:1px solid rgba(255,255,255,.13)!important;
  margin-top:auto!important;
}
.golmdm-leagues-block .golmdm-league-links a,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links a{
  min-height:54px!important;
  color:rgba(255,255,255,.86)!important;
  border-right:1px solid rgba(255,255,255,.11)!important;
  background:transparent!important;
  font-weight:700!important;
}
.golmdm-leagues-block .golmdm-league-links a:last-child{border-right:0!important}
.golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links .golmdm-league-link-icon{color:rgba(255,255,255,.68)!important;opacity:1!important}
.golmdm-leagues-block .golmdm-league-links a:hover{background:rgba(255,255,255,.11)!important;color:#fff!important}
@media(max-width:1180px){
  .golmdm-leagues-block .golmdm-league-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .golmdm-leagues-block .golmdm-league-cards{grid-template-columns:1fr!important;gap:14px!important}
  .golmdm-leagues-block .golmdm-league-main{grid-template-columns:68px minmax(0,1fr)!important;min-height:164px!important;padding:17px!important;gap:13px!important}
  .golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:62px!important;height:62px!important}
  .golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:18px!important}
  .golmdm-leagues-block .golmdm-league-switcher{gap:6px!important;flex-wrap:wrap!important}
  .golmdm-leagues-block .golmdm-league-group-pills{flex-wrap:wrap!important;flex-basis:100%!important}
  .golmdm-leagues-block .golmdm-league-group-pill{max-width:120px!important;flex:0 1 auto!important}
}

/* 0.1.30: final league card reset — same coloured cards in light/dark, tighter phase/group controls */
.golmdm-leagues-block .golmdm-league-cards{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:start!important;
}
.golmdm-leagues-block .golmdm-league-card,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card,
html[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card,
body[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card{
  --gol-card-color-safe:var(--gol-card-color,#101820)!important;
  position:relative!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  align-self:start!important;
  min-height:0!important;
  height:auto!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:linear-gradient(135deg,var(--gol-card-color-safe) 0%,#041018 100%)!important;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(8,16,24,.13)!important;
}
.golmdm-leagues-block .golmdm-league-card-bg,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card-bg,
html[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card-bg,
body[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:
    radial-gradient(circle at 12% 10%,rgba(255,255,255,.18),transparent 30%),
    linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,0) 58%),
    linear-gradient(135deg,var(--gol-card-color-safe) 0%,#041018 100%)!important;
  opacity:1!important;
  pointer-events:none!important;
}
.golmdm-leagues-block .golmdm-league-card-bg:before,
.golmdm-leagues-block .golmdm-league-card-bg:after{display:none!important}
.golmdm-leagues-block .golmdm-league-card *{box-sizing:border-box!important}
.golmdm-leagues-block .golmdm-league-main{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:76px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  min-height:184px!important;
  padding:20px 22px 18px!important;
}
.golmdm-leagues-block .golmdm-league-logo,
.golmdm-leagues-block .golmdm-league-fallback-logo{
  width:72px!important;
  height:72px!important;
  max-width:72px!important;
  max-height:72px!important;
}
.golmdm-leagues-block .golmdm-league-title-wrap{min-width:0!important}
.golmdm-leagues-block .golmdm-league-title-wrap h3,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-title-wrap h3,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-title-wrap h3,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-title-wrap h3{
  color:#fff!important;
  margin:0!important;
  font-size:20px!important;
  line-height:1.08!important;
  font-weight:760!important;
  letter-spacing:-.01em!important;
}
.golmdm-leagues-block .golmdm-league-title-wrap p,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-title-wrap p,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-title-wrap p,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-title-wrap p{
  color:rgba(255,255,255,.80)!important;
  margin:4px 0 0!important;
  font-size:13px!important;
  line-height:1.25!important;
}
.golmdm-leagues-block .golmdm-league-season,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-season,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-season,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-season{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin-top:10px!important;
  padding-top:9px!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
  color:rgba(255,255,255,.88)!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:650!important;
}
.golmdm-leagues-block .golmdm-league-live-dot,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-live-dot,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-live-dot,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-live-dot{
  display:inline-block!important;
  width:10px!important;
  height:10px!important;
  min-width:10px!important;
  border-radius:999px!important;
  opacity:1!important;
  visibility:visible!important;
}
.golmdm-leagues-block .golmdm-league-stats-compact,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-stats-compact,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-stats-compact,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-stats-compact{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin-top:8px!important;
  color:rgba(255,255,255,.80)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:620!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-leagues-block .golmdm-league-stats-compact span{display:inline-flex!important;align-items:center!important;gap:6px!important;min-width:0!important}
.golmdm-leagues-block .golmdm-league-stats-compact svg{width:14px!important;height:14px!important;color:rgba(255,255,255,.64)!important;stroke:currentColor!important;fill:none!important;flex:0 0 auto!important}
.golmdm-leagues-block .golmdm-league-stats-compact b,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-stats-compact b,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-stats-compact b,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-stats-compact b{font-size:15px!important;font-weight:740!important;color:#fff!important}
.golmdm-leagues-block .golmdm-league-stats-compact em,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-stats-compact em,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-stats-compact em,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-stats-compact em{font-style:normal!important;color:rgba(255,255,255,.80)!important}
.golmdm-leagues-block .golmdm-league-switcher{
  position:relative!important;
  margin-top:11px!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
}
.golmdm-leagues-block .golmdm-league-phase-tabs{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:3px!important;
  height:30px!important;
  padding:3px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.11)!important;
  border:1px solid rgba(255,255,255,.17)!important;
}
.golmdm-leagues-block .golmdm-league-phase-tab,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-phase-tab,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-phase-tab,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-phase-tab{
  height:22px!important;
  min-height:22px!important;
  padding:0 9px!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:rgba(255,255,255,.82)!important;
  font-size:10.5px!important;
  font-weight:760!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.golmdm-leagues-block .golmdm-league-phase-tab.is-active,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-phase-tab.is-active,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-phase-tab.is-active,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-phase-tab.is-active{
  background:#fff!important;
  color:#06111a!important;
}
.golmdm-leagues-block .golmdm-league-group-pills{
  flex:1 1 auto!important;
  display:none!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:4px!important;
  min-width:0!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  flex-wrap:nowrap!important;
}
.golmdm-leagues-block .golmdm-league-group-pills.is-active{display:flex!important}
.golmdm-leagues-block .golmdm-league-group-pill,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-group-pill,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-group-pill,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-group-pill{
  flex:1 1 0!important;
  min-width:0!important;
  max-width:56px!important;
  height:26px!important;
  min-height:26px!important;
  padding:0 7px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.08)!important;
  color:rgba(255,255,255,.86)!important;
  font-size:10px!important;
  font-weight:760!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.golmdm-leagues-block .golmdm-league-group-pill.is-active,
.golmdm-leagues-block .golmdm-league-group-pill:hover,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-group-pill.is-active,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-group-pill.is-active,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-group-pill.is-active{
  background:rgba(255,255,255,.20)!important;
  color:#fff!important;
}
.golmdm-leagues-block .golmdm-league-links,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links,
html[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links,
body[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  margin-top:auto!important;
  background:rgba(4,12,18,.22)!important;
  border-top:1px solid rgba(255,255,255,.13)!important;
}
.golmdm-leagues-block .golmdm-league-links a,
.golmdm-leagues-block .golmdm-league-links a:visited,
.golmdm-leagues-block .golmdm-league-links a span,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a span,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a span,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a span,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links a,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links a span{
  min-height:54px!important;
  display:grid!important;
  place-items:center!important;
  gap:4px!important;
  color:rgba(255,255,255,.88)!important;
  text-decoration:none!important;
  background:transparent!important;
  border-right:1px solid rgba(255,255,255,.11)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:760!important;
}
.golmdm-leagues-block .golmdm-league-links a:last-child{border-right:0!important}
.golmdm-leagues-block .golmdm-league-links svg,
.golmdm-leagues-block .golmdm-league-link-icon,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-link-icon,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-link-icon,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-link-icon{
  width:18px!important;
  height:18px!important;
  color:rgba(255,255,255,.72)!important;
  stroke:currentColor!important;
  fill:none!important;
  opacity:1!important;
}
.golmdm-leagues-block .golmdm-league-links a:hover,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a:hover,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a:hover,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links a:hover{
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
}
@media(max-width:1180px){.golmdm-leagues-block .golmdm-league-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){
  .golmdm-leagues-block .golmdm-league-cards{grid-template-columns:1fr!important;gap:14px!important}
  .golmdm-leagues-block .golmdm-league-main{grid-template-columns:66px minmax(0,1fr)!important;min-height:172px!important;padding:17px!important;gap:13px!important}
  .golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:62px!important;height:62px!important;max-width:62px!important;max-height:62px!important}
  .golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:18px!important}
  .golmdm-leagues-block .golmdm-league-switcher{flex-wrap:nowrap!important;gap:5px!important}
  .golmdm-leagues-block .golmdm-league-phase-tab{padding:0 8px!important;font-size:10px!important}
  .golmdm-leagues-block .golmdm-league-group-pill{max-width:58px!important;font-size:9.5px!important;padding:0 6px!important}
  .golmdm-leagues-block .golmdm-league-links a,.golmdm-leagues-block .golmdm-league-links a span{min-height:50px!important;font-size:11.2px!important}
}


/* 0.1.31: restore administrator labels, stable buttons, identical light/dark league cards */
.golmdm-leagues-block .golmdm-league-cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:start!important;
}
.golmdm-leagues-block .golmdm-league-card,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card,
html[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card,
body[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card{
  --gol-card-color-safe:var(--gol-card-color,#101820)!important;
  display:flex!important;
  flex-direction:column!important;
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:linear-gradient(135deg,var(--gol-card-color-safe) 0%,#041018 100%)!important;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(8,16,24,.13)!important;
}
.golmdm-leagues-block .golmdm-league-card-bg,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-card-bg,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-card-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  opacity:1!important;
  background:
    radial-gradient(circle at 11% 12%,rgba(255,255,255,.18),transparent 32%),
    linear-gradient(90deg,rgba(255,255,255,.055),rgba(255,255,255,0) 58%),
    linear-gradient(135deg,var(--gol-card-color-safe) 0%,#041018 100%)!important;
  pointer-events:none!important;
  filter:none!important;
}
.golmdm-leagues-block .golmdm-league-card-bg:before,
.golmdm-leagues-block .golmdm-league-card-bg:after{display:none!important}
.golmdm-leagues-block .golmdm-league-main,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-main,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-main,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-main,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-main{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr)!important;
  gap:17px!important;
  align-items:center!important;
  min-height:198px!important;
  padding:22px 24px 18px!important;
}
.golmdm-leagues-block .golmdm-league-logo,
.golmdm-leagues-block .golmdm-league-fallback-logo{
  width:86px!important;
  height:86px!important;
  max-width:86px!important;
  max-height:86px!important;
  object-fit:contain!important;
  filter:none!important;
}
.golmdm-leagues-block .golmdm-league-title-wrap h3,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-title-wrap h3,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-title-wrap h3,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-title-wrap h3,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-title-wrap h3{
  margin:0!important;
  color:#fff!important;
  font-size:23px!important;
  line-height:1.1!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-shadow:none!important;
}
.golmdm-leagues-block .golmdm-league-title-wrap p,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-title-wrap p,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-title-wrap p,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-title-wrap p,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-title-wrap p{
  margin:5px 0 0!important;
  color:rgba(255,255,255,.82)!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:500!important;
}
.golmdm-leagues-block .golmdm-league-season,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-season,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-season,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-season,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-season{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:11px!important;
  padding-top:10px!important;
  border-top:1px solid rgba(255,255,255,.15)!important;
  color:rgba(255,255,255,.92)!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
.golmdm-leagues-block .golmdm-league-live-dot,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-live-dot,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-live-dot,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-live-dot,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-live-dot{
  display:inline-block!important;
  width:10px!important;
  height:10px!important;
  min-width:10px!important;
  flex:0 0 10px!important;
  border-radius:999px!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  transform:none!important;
  box-shadow:0 0 0 4px rgba(57,181,74,.18)!important;
}
.golmdm-leagues-block .golmdm-league-stats-compact,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-stats-compact,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-stats-compact,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-stats-compact,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-stats-compact{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  margin-top:9px!important;
  color:rgba(255,255,255,.82)!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:600!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-leagues-block .golmdm-league-stats-compact span{display:inline-flex!important;align-items:center!important;gap:6px!important;min-width:0!important}
.golmdm-leagues-block .golmdm-league-stats-compact b{font-size:18px!important;font-weight:800!important;color:#fff!important;letter-spacing:0!important}
.golmdm-leagues-block .golmdm-league-stats-compact em{font-style:normal!important;color:rgba(255,255,255,.82)!important}
.golmdm-leagues-block .golmdm-league-stats-compact svg{width:15px!important;height:15px!important;color:rgba(255,255,255,.68)!important;stroke:currentColor!important;fill:none!important}
.golmdm-leagues-block .golmdm-league-switcher,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-switcher,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-switcher,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-switcher,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-switcher{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin-top:12px!important;
  min-height:38px!important;
  max-height:42px!important;
  width:100%!important;
  overflow:visible!important;
  flex-wrap:nowrap!important;
}
.golmdm-leagues-block .golmdm-league-phase-tabs{
  display:inline-flex!important;
  flex:0 0 auto!important;
  align-items:center!important;
  height:38px!important;
  min-height:38px!important;
  padding:4px!important;
  gap:4px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.11)!important;
  border:1px solid rgba(255,255,255,.18)!important;
}
.golmdm-leagues-block .golmdm-league-phase-tab,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-phase-tab,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-phase-tab,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-phase-tab,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-phase-tab{
  height:30px!important;
  min-height:30px!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:rgba(255,255,255,.86)!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.golmdm-leagues-block .golmdm-league-phase-tab.is-active,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-phase-tab.is-active,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-phase-tab.is-active,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-phase-tab.is-active,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-phase-tab.is-active{
  background:#fff!important;
  color:#06111a!important;
}
.golmdm-leagues-block .golmdm-league-group-pills{
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  max-width:220px!important;
  display:none!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:4px!important;
  align-content:center!important;
  margin:0!important;
  padding:0!important;
  max-height:38px!important;
  overflow:hidden!important;
}
.golmdm-leagues-block .golmdm-league-group-pills.is-active{display:grid!important}
.golmdm-leagues-block .golmdm-league-group-pill,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-group-pill,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-group-pill,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-group-pill,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-group-pill{
  width:100%!important;
  height:17px!important;
  min-height:17px!important;
  max-height:17px!important;
  padding:0 6px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.08)!important;
  color:rgba(255,255,255,.86)!important;
  font-size:10px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.golmdm-leagues-block .golmdm-league-group-pill.is-active,
.golmdm-leagues-block .golmdm-league-group-pill:hover,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-group-pill.is-active,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-group-pill.is-active,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-group-pill.is-active,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-group-pill.is-active{
  background:rgba(255,255,255,.24)!important;
  color:#fff!important;
}
.golmdm-leagues-block .golmdm-league-links,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  margin-top:auto!important;
  background:rgba(4,12,18,.24)!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
}
.golmdm-leagues-block .golmdm-league-links a,
.golmdm-leagues-block .golmdm-league-links a:visited,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links a{
  min-height:62px!important;
  height:62px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:7px 6px!important;
  color:#fff!important;
  text-decoration:none!important;
  background:transparent!important;
  border-right:1px solid rgba(255,255,255,.12)!important;
  font-size:13px!important;
  line-height:1.05!important;
  font-weight:800!important;
}
.golmdm-leagues-block .golmdm-league-links a span,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a span,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a span,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a span,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links a span{
  color:#fff!important;
  display:block!important;
  min-height:0!important;
  height:auto!important;
  font-size:13px!important;
  line-height:1.05!important;
  font-weight:800!important;
}
.golmdm-leagues-block .golmdm-league-links a:last-child{border-right:0!important}
.golmdm-leagues-block .golmdm-league-links svg,
.golmdm-leagues-block .golmdm-league-link-icon,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-link-icon,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-link-icon,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-link-icon,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-link-icon{
  width:19px!important;
  height:19px!important;
  color:rgba(255,255,255,.74)!important;
  stroke:currentColor!important;
  fill:none!important;
  opacity:1!important;
}
.golmdm-leagues-block .golmdm-league-links a:hover,
html.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a:hover,
body.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a:hover,
.golmd-theme-dark .golmdm-leagues-block .golmdm-league-links a:hover,
[data-theme="dark"] .golmdm-leagues-block .golmdm-league-links a:hover{
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
  text-decoration:none!important;
}
@media(max-width:1180px){
  .golmdm-leagues-block .golmdm-league-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .golmdm-leagues-block .golmdm-league-cards{grid-template-columns:1fr!important;gap:14px!important}
  .golmdm-leagues-block .golmdm-league-main{grid-template-columns:76px minmax(0,1fr)!important;min-height:186px!important;padding:19px 18px 16px!important;gap:14px!important}
  .golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block .golmdm-league-fallback-logo{width:70px!important;height:70px!important;max-width:70px!important;max-height:70px!important}
  .golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:21px!important}
  .golmdm-leagues-block .golmdm-league-switcher{flex-wrap:nowrap!important;max-height:none!important;min-height:38px!important}
  .golmdm-leagues-block .golmdm-league-group-pills{max-width:190px!important}
  .golmdm-leagues-block .golmdm-league-phase-tab{font-size:11.5px!important;padding:0 12px!important}
  .golmdm-leagues-block .golmdm-league-links a,.golmdm-leagues-block .golmdm-league-links a span{font-size:12px!important;min-height:58px!important;height:58px!important}
}

/* === GOL.md Matches 0.1.32: league cards hard reset === */
.golmdm-leagues-block.golmdm-leagues-block,
.golmdm-leagues-block.golmdm-leagues-block *{
  box-sizing:border-box!important;
  font-family:inherit!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:start!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card{
  --gol-card-ink:#fff;
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  overflow:hidden!important;
  border-radius:18px!important;
  color:var(--gol-card-ink)!important;
  background:linear-gradient(135deg,var(--gol-card-color,#101820) 0%,#061016 96%)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 13px 34px rgba(6,14,24,.15)!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card-bg,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card-bg,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card-bg,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card-bg,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  display:block!important;
  background:
    radial-gradient(circle at 11% 14%,rgba(255,255,255,.16),rgba(255,255,255,.04) 32%,transparent 52%),
    linear-gradient(180deg,rgba(255,255,255,.045),transparent 58%),
    linear-gradient(135deg,var(--gol-card-color,#101820) 0%,#061016 96%)!important;
  opacity:1!important;
  filter:none!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card:before,
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-card:after{content:none!important;display:none!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-main,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-main,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-main,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-main,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-main{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:108px minmax(0,1fr)!important;
  align-items:center!important;
  gap:18px!important;
  min-height:206px!important;
  padding:24px 24px 20px!important;
  background:transparent!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-logo-wrap{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;align-self:center!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-logo,
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-fallback-logo{
  width:94px!important;height:94px!important;max-width:94px!important;max-height:94px!important;object-fit:contain!important;
  filter:drop-shadow(0 8px 15px rgba(0,0,0,.28))!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-fallback-logo{display:grid!important;place-items:center!important;border-radius:19px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.20)!important;color:#fff!important;font-size:30px!important;font-weight:800!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap{position:relative!important;z-index:1!important;color:#fff!important;text-align:left!important;min-width:0!important;display:block!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap h3,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap h3,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap h3,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap h3,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap h3{
  margin:0!important;padding:0!important;color:#fff!important;font-size:clamp(22px,1.6vw,28px)!important;line-height:1.08!important;font-weight:800!important;letter-spacing:.005em!important;text-transform:none!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap p,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap p,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap p,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap p,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap p{
  margin:6px 0 0!important;padding:0!important;color:rgba(255,255,255,.83)!important;font-size:15px!important;line-height:1.25!important;font-weight:500!important;text-transform:none!important;letter-spacing:0!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-season,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-season,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-season,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-season,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-season{
  margin:12px 0 0!important;padding-top:10px!important;border-top:1px solid rgba(255,255,255,.13)!important;display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;color:rgba(255,255,255,.90)!important;font-size:13px!important;line-height:1.2!important;font-weight:650!important;white-space:normal!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-live-dot,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-live-dot,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-live-dot,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-live-dot,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-live-dot{
  display:inline-block!important;width:10px!important;height:10px!important;min-width:10px!important;flex:0 0 10px!important;border-radius:999px!important;background:var(--gol-status-color,#39b54a)!important;background-color:var(--gol-status-color,#39b54a)!important;box-shadow:0 0 0 4px var(--gol-status-shadow,rgba(57,181,74,.24))!important;opacity:1!important;visibility:visible!important;border:0!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-stats-compact,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-stats-compact,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-stats-compact,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-stats-compact,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-stats-compact{
  margin:10px 0 0!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:13px!important;color:rgba(255,255,255,.84)!important;font-size:13px!important;line-height:1.15!important;font-weight:600!important;font-variant-numeric:tabular-nums!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-stats-compact span{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;color:inherit!important;min-height:0!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-stats-compact b{font-size:18px!important;line-height:1!important;font-weight:800!important;color:#fff!important;letter-spacing:0!important;font-variant-numeric:tabular-nums!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-stats-compact em{font-style:normal!important;color:rgba(255,255,255,.82)!important;font-weight:600!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-stats-compact .golmdm-league-link-icon{width:15px!important;height:15px!important;color:rgba(255,255,255,.68)!important;display:inline-flex!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-switcher,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-switcher,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-switcher,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-switcher,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-switcher{
  margin-top:13px!important;display:grid!important;grid-template-columns:max-content minmax(0,1fr)!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100%!important;overflow:hidden!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-phase-tabs{display:inline-flex!important;align-items:center!important;gap:4px!important;height:38px!important;min-height:38px!important;padding:4px!important;border-radius:999px!important;background:rgba(3,9,14,.26)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-phase-tab{height:30px!important;min-height:30px!important;min-width:74px!important;padding:0 12px!important;border-radius:999px!important;border:0!important;background:transparent!important;box-shadow:none!important;color:rgba(255,255,255,.80)!important;font-size:12px!important;line-height:1!important;font-weight:800!important;text-align:center!important;white-space:nowrap!important;cursor:pointer!important;outline:0!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-phase-tab.is-active{background:#fff!important;color:#071016!important;box-shadow:0 3px 10px rgba(0,0,0,.13)!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-group-pills{display:none!important;align-items:center!important;gap:4px!important;flex-wrap:wrap!important;align-content:center!important;margin:0!important;max-height:38px!important;overflow:hidden!important;min-width:0!important;width:100%!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-group-pills.is-active{display:flex!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-group-pill{height:17px!important;min-height:17px!important;max-height:17px!important;padding:0 7px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.075)!important;color:rgba(255,255,255,.82)!important;font-size:10.5px!important;line-height:1!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap!important;max-width:96px!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:none!important;cursor:pointer!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-group-pill.is-active{background:#fff!important;border-color:#fff!important;color:#071016!important;box-shadow:0 2px 7px rgba(0,0,0,.13)!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-group-pill:hover{border-color:rgba(255,255,255,.36)!important;color:#fff!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-group-pill.is-active:hover{color:#071016!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-switcher-no-phases{grid-template-columns:1fr!important;max-width:100%!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-switcher-no-phases .golmdm-league-group-pills{display:flex!important;flex-wrap:nowrap!important;gap:7px!important;max-height:38px!important;justify-content:flex-start!important;width:100%!important;overflow:hidden!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-switcher-no-phases .golmdm-league-group-pill{height:30px!important;min-height:30px!important;max-height:30px!important;padding:0 14px!important;max-width:150px!important;font-size:12px!important;border-radius:999px!important;background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.18)!important;color:rgba(255,255,255,.86)!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-switcher-no-phases .golmdm-league-group-pill.is-active{background:#fff!important;color:#071016!important;border-color:#fff!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links{
  position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;margin-top:auto!important;background:rgba(3,10,15,.26)!important;border-top:1px solid rgba(255,255,255,.13)!important;min-height:58px!important;height:auto!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a,
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a:visited,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a{
  min-height:58px!important;height:58px!important;padding:7px 6px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;background:transparent!important;color:#fff!important;text-decoration:none!important;border-right:1px solid rgba(255,255,255,.11)!important;font-size:12.5px!important;line-height:1.05!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important;box-shadow:none!important;
}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a:last-child{border-right:0!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a span,
html.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a span,
body.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a span,
.golmd-theme-dark .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a span,
[data-theme="dark"] .golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a span{display:block!important;color:#fff!important;font-size:12.5px!important;line-height:1.05!important;font-weight:800!important;min-height:0!important;height:auto!important;background:transparent!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-link-icon,
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-link-icon svg{display:inline-block!important;width:18px!important;height:18px!important;color:rgba(255,255,255,.74)!important;stroke:currentColor!important;fill:none!important;opacity:1!important;vertical-align:middle!important}
.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a:hover{background:rgba(255,255,255,.075)!important;color:#fff!important;text-decoration:none!important}
@media(max-width:1180px){.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-main{grid-template-columns:92px minmax(0,1fr)!important;padding:22px!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-fallback-logo{width:84px!important;height:84px!important}}
@media(max-width:760px){.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-cards{grid-template-columns:1fr!important;gap:14px!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-main{grid-template-columns:82px minmax(0,1fr)!important;min-height:176px!important;padding:19px 18px 17px!important;gap:14px!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-logo,.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-fallback-logo{width:74px!important;height:74px!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap h3{font-size:21px!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-title-wrap p{font-size:13.5px!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-switcher{grid-template-columns:1fr!important;gap:7px!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-phase-tabs{width:max-content!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-group-pills{max-height:none!important;overflow:visible!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-group-pill{height:24px!important;min-height:24px!important;max-height:24px!important;font-size:11.5px!important;max-width:150px!important}.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a,.golmdm-leagues-block.golmdm-leagues-block .golmdm-league-links a span{height:54px!important;min-height:54px!important;font-size:12px!important}}

/* === GOL.md Matches 0.1.33: league cards clean rebuild, same in light/dark === */
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope),
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) *{
  box-sizing:border-box!important;
  font-family:inherit!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-card{
  --gol-card-ink:#fff!important;
  --gol-card-shadow:0 16px 36px rgba(6,14,24,.14)!important;
  position:relative!important;
  isolation:isolate!important;
  display:flex!important;
  flex-direction:column!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:linear-gradient(135deg,var(--gol-card-color,#101820) 0%,#061016 100%)!important;
  color:var(--gol-card-ink)!important;
  box-shadow:var(--gol-card-shadow)!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-card-bg{
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  display:block!important;
  opacity:1!important;
  filter:none!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 12% 14%,rgba(255,255,255,.20),rgba(255,255,255,.055) 32%,rgba(255,255,255,0) 58%),
    linear-gradient(90deg,rgba(255,255,255,.060),rgba(255,255,255,0) 64%),
    linear-gradient(135deg,var(--gol-card-color,#101820) 0%,#061016 100%)!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-card::before,
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-card::after,
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-card-bg::before,
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-card-bg::after{
  content:none!important;
  display:none!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-main{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:88px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  min-height:214px!important;
  padding:22px 20px 18px!important;
  background:transparent!important;
  color:#fff!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-logo-wrap{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-logo,
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-fallback-logo{
  width:82px!important;
  height:82px!important;
  max-width:82px!important;
  max-height:82px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.25))!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-fallback-logo{
  display:grid!important;
  place-items:center!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1!important;
  font-weight:800!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-title-wrap{
  display:block!important;
  min-width:0!important;
  color:#fff!important;
  text-align:left!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-title-wrap h3{
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  font-size:clamp(23px,1.65vw,30px)!important;
  line-height:1.06!important;
  font-weight:800!important;
  letter-spacing:.005em!important;
  text-transform:none!important;
  text-shadow:none!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-title-wrap p{
  margin:6px 0 0!important;
  padding:0!important;
  color:rgba(255,255,255,.84)!important;
  font-size:15px!important;
  line-height:1.24!important;
  font-weight:500!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-season{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:12px 0 0!important;
  padding:10px 0 0!important;
  border-top:1px solid rgba(255,255,255,.13)!important;
  color:rgba(255,255,255,.91)!important;
  font-size:13px!important;
  line-height:1.18!important;
  font-weight:650!important;
  white-space:normal!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-live-dot{
  display:inline-block!important;
  width:11px!important;
  height:11px!important;
  min-width:11px!important;
  flex:0 0 11px!important;
  border-radius:50%!important;
  background:var(--gol-status-color,#39b54a)!important;
  background-color:var(--gol-status-color,#39b54a)!important;
  border:0!important;
  box-shadow:0 0 0 5px var(--gol-status-shadow,rgba(57,181,74,.22))!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  transform:none!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-stats-compact{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  margin:10px 0 0!important;
  padding:0!important;
  color:rgba(255,255,255,.83)!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:600!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-stats-compact span{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:inherit!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-stats-compact b{
  color:#fff!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:0!important;
  font-variant-numeric:tabular-nums!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-stats-compact em{
  color:rgba(255,255,255,.82)!important;
  font-style:normal!important;
  font-weight:600!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-stats-compact .golmdm-league-link-icon,
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-stats-compact svg{
  width:15px!important;
  height:15px!important;
  color:rgba(255,255,255,.68)!important;
  stroke:currentColor!important;
  fill:none!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-switcher{
  display:grid!important;
  grid-template-columns:max-content minmax(0,1fr)!important;
  align-items:center!important;
  gap:7px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:13px 0 0!important;
  padding:0!important;
  overflow:visible!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-phase-tabs{
  display:inline-flex!important;
  align-items:center!important;
  gap:3px!important;
  height:39px!important;
  min-height:39px!important;
  padding:4px!important;
  max-width:100%!important;
  border-radius:999px!important;
  background:rgba(3,9,14,.28)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-phase-tab{
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:31px!important;
  min-height:31px!important;
  min-width:56px!important;
  max-width:82px!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:rgba(255,255,255,.82)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  white-space:nowrap!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
  cursor:pointer!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-phase-tab.is-active{
  background:#fff!important;
  color:#061016!important;
  box-shadow:0 3px 10px rgba(0,0,0,.14)!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-group-pills{
  display:none!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:4px!important;
  align-items:center!important;
  align-content:center!important;
  width:100%!important;
  min-width:0!important;
  max-width:170px!important;
  max-height:39px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-group-pills.is-active{display:grid!important;}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-group-pill{
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  height:17px!important;
  min-height:17px!important;
  max-height:17px!important;
  margin:0!important;
  padding:0 6px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.17)!important;
  background:rgba(255,255,255,.075)!important;
  color:rgba(255,255,255,.84)!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
  cursor:pointer!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-group-pill.is-active{
  background:#fff!important;
  border-color:#fff!important;
  color:#061016!important;
  box-shadow:0 2px 7px rgba(0,0,0,.14)!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-group-pill:hover{border-color:rgba(255,255,255,.40)!important;color:#fff!important;}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-group-pill.is-active:hover{color:#061016!important;}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-switcher-no-phases{
  grid-template-columns:1fr!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-switcher-no-phases .golmdm-league-group-pills{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(82px,1fr))!important;
  gap:6px!important;
  width:100%!important;
  max-width:100%!important;
  max-height:none!important;
  overflow:visible!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-switcher-no-phases .golmdm-league-group-pill{
  height:31px!important;
  min-height:31px!important;
  max-height:31px!important;
  padding:0 12px!important;
  font-size:12px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:rgba(255,255,255,.86)!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-switcher-no-phases .golmdm-league-group-pill.is-active{
  background:#fff!important;
  border-color:#fff!important;
  color:#061016!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-links{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  margin-top:auto!important;
  min-height:58px!important;
  background:rgba(2,8,12,.24)!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-links a,
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-links a:visited{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  min-height:58px!important;
  height:58px!important;
  margin:0!important;
  padding:7px 6px!important;
  border:0!important;
  border-right:0!important;
  border-left:0!important;
  background:transparent!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:12.5px!important;
  line-height:1.05!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-links a + a{border-left:1px solid rgba(255,255,255,.055)!important;}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-links a:hover{background:rgba(255,255,255,.07)!important;color:#fff!important;text-decoration:none!important;}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-links a span{
  display:block!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:12.5px!important;
  line-height:1.05!important;
  font-weight:800!important;
}
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-link-icon,
.golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-link-icon svg{
  display:inline-block!important;
  width:18px!important;
  height:18px!important;
  color:rgba(255,255,255,.74)!important;
  stroke:currentColor!important;
  fill:none!important;
  opacity:1!important;
  vertical-align:middle!important;
}
@media(max-width:1180px){
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-cards{grid-template-columns:1fr!important;gap:14px!important;}
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-main{grid-template-columns:78px minmax(0,1fr)!important;min-height:180px!important;padding:19px 18px 17px!important;gap:14px!important;}
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-logo,
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-fallback-logo{width:72px!important;height:72px!important;max-width:72px!important;max-height:72px!important;}
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-title-wrap h3{font-size:21px!important;}
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-title-wrap p{font-size:13.5px!important;}
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-switcher{grid-template-columns:1fr!important;gap:7px!important;}
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-phase-tabs{width:max-content!important;}
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-group-pills{max-width:100%!important;max-height:none!important;overflow:visible!important;grid-template-columns:repeat(auto-fit,minmax(80px,1fr))!important;}
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-group-pill{height:26px!important;min-height:26px!important;max-height:26px!important;font-size:11.5px!important;}
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-links a,
  .golmdm-leagues-block.golmdm-leagues-v33:not(#golmdm-v33-nope) .golmdm-league-links a span{height:54px!important;min-height:54px!important;font-size:12px!important;}
}

/* === v34 league cards: rebuilt from scratch === */
.golmdm-leagues-block.golmdm-leagues-v34,
.golmdm-leagues-block.golmdm-leagues-v34 *{box-sizing:border-box}

.golmdm-leagues-block.golmdm-leagues-v34{
  margin:18px 0;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard{
  --gol-divider:rgba(255,255,255,.12);
  --gol-soft:rgba(255,255,255,.78);
  --gol-soft-2:rgba(255,255,255,.64);
  --gol-tab-bg:rgba(255,255,255,.035);
  --gol-tab-border:rgba(255,255,255,.18);
  --gol-bottom-border:rgba(255,255,255,.10);
  position:relative;
  overflow:hidden;
  min-height:476px;
  display:flex;
  flex-direction:column;
  border-radius:24px;
  color:#fff;
  border:1px solid rgba(8,16,24,.08);
  background:#061018;
  box-shadow:0 22px 48px rgba(8,16,24,.14), 0 6px 16px rgba(8,16,24,.08);
  isolation:isolate;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 12%, rgba(255,255,255,.14), transparent 32%),
    radial-gradient(circle at 82% 10%, rgba(255,255,255,.10), transparent 34%),
    linear-gradient(135deg, var(--gol-card-color) 0%, #02070c 100%);
  z-index:-1;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__top{
  display:grid;
  grid-template-columns:192px minmax(0,1fr);
  gap:0;
  min-height:360px;
  padding:30px 30px 22px;
  border-bottom:1px solid var(--gol-divider);
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__logo-col{
  display:flex;
  align-items:center;
  justify-content:center;
  padding-right:28px;
  border-right:1px solid var(--gol-divider);
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__logo,
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__logo-fallback{
  width:124px;
  height:124px;
  object-fit:contain;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__logo{
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.28));
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__logo-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.22);
  font-size:42px;
  line-height:1;
  font-weight:900;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__content{
  min-width:0;
  padding-left:36px;
  display:flex;
  flex-direction:column;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__title{
  margin:0;
  font-size:38px;
  line-height:1.04;
  font-weight:900;
  letter-spacing:-.02em;
  color:#fff;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__subtitle{
  margin:10px 0 0;
  font-size:16px;
  line-height:1.35;
  color:var(--gol-soft);
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__meta{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:22px;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__season{
  font-size:18px;
  line-height:1.2;
  color:rgba(255,255,255,.90);
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__status{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
  font-size:14px;
  font-weight:700;
  color:#fff;
  white-space:nowrap;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__status-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--gol-status-color, #39b54a);
  box-shadow:0 0 0 6px var(--gol-status-shadow, rgba(57,181,74,.22));
  flex:0 0 auto;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__stats{
  display:flex;
  align-items:center;
  gap:30px;
  flex-wrap:wrap;
  margin-top:28px;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__stats > span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-width:0;
  color:var(--gol-soft);
  font-size:18px;
  line-height:1.2;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__stats b{
  font-size:24px;
  line-height:1;
  font-weight:900;
  color:#fff;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__stats em{
  font-style:normal;
  color:var(--gol-soft);
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__stats .golmdm-league-link-icon,
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__stats .golmdm-league-link-icon svg{
  width:26px;
  height:26px;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__stats .golmdm-league-link-icon{
  color:rgba(255,255,255,.92);
}

.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lfilter{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:auto;
  padding-top:28px;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lphase-tabs,
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-tabs{
  display:inline-flex;
  align-items:center;
  min-width:0;
  border-radius:18px;
  border:1px solid var(--gol-tab-border);
  background:var(--gol-tab-bg);
  overflow:hidden;
  backdrop-filter:blur(6px);
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lfilter--phase-combo .golmdm-lphase-tabs{
  flex:1 1 auto;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lphase-tab,
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-pill{
  appearance:none;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.86);
  font:inherit;
  font-size:18px;
  font-weight:700;
  line-height:1;
  padding:0 22px;
  height:52px;
  cursor:pointer;
  white-space:nowrap;
  transition:background-color .18s ease, color .18s ease;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lphase-tab + .golmdm-lphase-tab,
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-pill + .golmdm-lgroup-pill{
  border-left:1px solid rgba(255,255,255,.12);
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lphase-tab.is-active,
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-pill.is-active{
  background:#fff;
  color:#0d1620;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lphase-tab:hover,
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-pill:hover{
  color:#fff;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lphase-tab.is-active:hover,
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-pill.is-active:hover{
  color:#0d1620;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-select-wrap{
  position:relative;
  flex:0 0 180px;
  max-width:180px;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-select-wrap.is-hidden{
  display:none;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-select{
  appearance:none;
  width:100%;
  height:52px;
  border-radius:18px;
  border:1px solid var(--gol-tab-border);
  background:rgba(0,0,0,.10);
  color:#fff;
  font:inherit;
  font-size:18px;
  font-weight:700;
  line-height:1;
  padding:0 46px 0 20px;
  outline:none;
  box-shadow:none;
  cursor:pointer;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-select-wrap::after{
  content:"";
  position:absolute;
  top:50%;
  right:18px;
  width:10px;
  height:10px;
  border-right:2px solid rgba(255,255,255,.86);
  border-bottom:2px solid rgba(255,255,255,.86);
  transform:translateY(-60%) rotate(45deg);
  pointer-events:none;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lfilter--groups-only .golmdm-lgroup-tabs{
  width:100%;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lfilter--groups-only .golmdm-lgroup-pill{
  flex:1 1 0;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}

.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav a,
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav a:visited{
  min-height:112px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:18px 8px 16px;
  text-decoration:none!important;
  color:#fff!important;
  background:rgba(4,11,18,.30);
  border-top:1px solid var(--gol-bottom-border);
  transition:background-color .18s ease, color .18s ease;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav a + a{
  border-left:1px solid var(--gol-bottom-border);
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav a:hover{
  background:rgba(255,255,255,.06);
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav a span{
  font-size:17px;
  line-height:1.15;
  font-weight:700;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav .golmdm-league-link-icon,
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav .golmdm-league-link-icon svg{
  width:34px;
  height:34px;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav .golmdm-league-link-icon{
  color:#fff;
}
.golmdm-leagues-block.golmdm-leagues-v34 .golmdm-league-link-icon svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media (max-width:1360px){
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcards{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:880px){
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcards{grid-template-columns:1fr;gap:14px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard{min-height:auto;border-radius:20px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__top{grid-template-columns:116px minmax(0,1fr);min-height:auto;padding:22px 20px 18px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__logo-col{padding-right:18px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__logo,
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__logo-fallback{width:84px;height:84px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__content{padding-left:20px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__title{font-size:28px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__season,
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__stats > span,
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lphase-tab,
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-pill,
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-select{font-size:15px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__stats{gap:18px;margin-top:22px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__stats b{font-size:22px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lfilter{gap:10px;padding-top:22px;flex-wrap:wrap;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lphase-tab,
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-pill,
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-select{height:46px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lgroup-select-wrap{flex:1 1 100%;max-width:none;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lfilter--phase-combo .golmdm-lphase-tabs{flex:1 1 100%;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav a,
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav a:visited{min-height:82px;padding:12px 6px 10px;gap:8px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav a span{font-size:14px;}
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav .golmdm-league-link-icon,
  .golmdm-leagues-block.golmdm-leagues-v34 .golmdm-lcard__nav .golmdm-league-link-icon svg{width:26px;height:26px;}
}

/* === v56 leagues page sidebar and ads === */
.golmdm-leagues-page .golmdm-leagues-ad{
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  height:auto!important;
  display:block!important;
  place-items:unset!important;
  text-align:initial!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
}
.golmdm-leagues-page .golmdm-leagues-ad-wide{margin:16px 0!important;}
.golmdm-leagues-page .golmdm-leagues-ad-sidebar{margin:0!important;}
.golmdm-leagues-page .golmdm-leagues-ad > *{max-width:100%!important;}
.golmdm-leagues-page .golmdm-leagues-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:20px!important;
  align-items:start!important;
  margin-top:18px!important;
}
.golmdm-leagues-page .golmdm-leagues-sidebar{
  display:grid!important;
  gap:16px!important;
  min-width:0!important;
  width:100%!important;
}
.golmdm-leagues-page .golmdm-side-widget{
  border-radius:18px!important;
  padding:16px!important;
  background:var(--gol-card,#fff)!important;
  border:1px solid var(--gol-line,rgba(8,16,24,.12))!important;
  box-shadow:0 10px 26px rgba(8,16,24,.07)!important;
}
.golmdm-leagues-page .golmdm-side-head{margin-bottom:12px!important;}
.golmdm-leagues-page .golmdm-side-head h3{font-size:20px!important;font-weight:900!important;line-height:1.12!important;}
.golmdm-leagues-page .golmdm-mini-table,
.golmdm-leagues-page .golmdm-mini-scorers{margin-top:13px!important;padding-top:13px!important;}
.golmdm-leagues-page .golmdm-mini-table:first-of-type,
.golmdm-leagues-page .golmdm-mini-scorers:first-of-type{margin-top:0!important;padding-top:0!important;}
.golmdm-leagues-page .golmdm-mini-title strong{font-size:13px!important;font-weight:900!important;}
.golmdm-leagues-page .golmdm-mini-title a{font-size:12px!important;}
.golmdm-leagues-page .golmdm-mini-scorers-aggregate table{width:100%;border-collapse:collapse;table-layout:fixed;}
.golmdm-leagues-page .golmdm-mini-scorers-aggregate th,
.golmdm-leagues-page .golmdm-mini-scorers-aggregate td{font-size:12px;padding:8px 5px;border-bottom:1px solid rgba(8,16,24,.08);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;}
.golmdm-leagues-page .golmdm-mini-scorers-aggregate th{color:var(--gol-muted,#66727c);font-weight:800;}
.golmdm-leagues-page .golmdm-mini-scorers-aggregate th:first-child,
.golmdm-leagues-page .golmdm-mini-scorers-aggregate td:first-child{width:28px;text-align:center;color:var(--gol-muted,#66727c);}
.golmdm-leagues-page .golmdm-mini-scorers-aggregate th:last-child,
.golmdm-leagues-page .golmdm-mini-scorers-aggregate td:last-child{width:34px;text-align:right;}
.golmdm-leagues-page .golmdm-mini-scorers-aggregate tr:last-child td{border-bottom:0;}
.golmdm-leagues-page .golmdm-mini-scorers-aggregate td strong{font-weight:900;color:var(--gol-text,#111820);}
.golmdm-leagues-page .golmdm-mini-scorers-aggregate td b{font-size:14px;font-weight:900;color:var(--gol-green,#39b54a);}
.golmdm-leagues-page .golmdm-mini-empty{font-size:13px;color:var(--gol-muted,#66727c);padding:10px 0 2px;}
html.golmd-theme-dark .golmdm-leagues-page .golmdm-side-widget,
body.golmd-theme-dark .golmdm-leagues-page .golmdm-side-widget,
.golmd-theme-dark .golmdm-leagues-page .golmdm-side-widget,
[data-theme="dark"] .golmdm-leagues-page .golmdm-side-widget{background:#101a24!important;border-color:rgba(255,255,255,.10)!important;}
html.golmd-theme-dark .golmdm-leagues-page .golmdm-mini-scorers-aggregate td strong,
body.golmd-theme-dark .golmdm-leagues-page .golmdm-mini-scorers-aggregate td strong,
.golmd-theme-dark .golmdm-leagues-page .golmdm-mini-scorers-aggregate td strong,
[data-theme="dark"] .golmdm-leagues-page .golmdm-mini-scorers-aggregate td strong{color:#f3f7fb!important;}
@media (max-width:900px){
  .golmdm-leagues-page .golmdm-leagues-layout{display:block!important;margin-top:14px!important;}
  .golmdm-leagues-page .golmdm-leagues-sidebar{display:grid!important;width:100%!important;margin-top:18px!important;gap:14px!important;}
  .golmdm-leagues-page .golmdm-leagues-ad{display:block!important;width:100%!important;}
  .golmdm-leagues-page .golmdm-side-widget{border-radius:16px!important;padding:14px!important;}
}

/* 0.1.63: cleaner sidebar tables + card-style segmented controls */
.golmdm-leagues-page-v57 .golmdm-side-head h3,
.golmdm-leagues-page .golmdm-side-head h3{font-size:19px!important;font-weight:720!important;letter-spacing:-.01em!important;}
.golmdm-leagues-page-v57 .golmdm-side-league-tabs,
.golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
.golmdm-leagues-page-v57 .golmdm-side-group-tabs{display:flex!important;align-items:stretch!important;gap:0!important;border:1px solid rgba(8,16,24,.12)!important;border-radius:13px!important;overflow:hidden!important;background:#eef2f4!important;margin:0 0 12px!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn,
.golmdm-leagues-page-v57 .golmdm-side-group-btn{appearance:none!important;border:0!important;border-right:1px solid rgba(8,16,24,.09)!important;border-radius:0!important;background:transparent!important;color:#34404b!important;font:inherit!important;font-size:11.5px!important;font-weight:720!important;line-height:1.1!important;padding:10px 9px!important;min-height:37px!important;flex:1 1 0!important;cursor:pointer!important;white-space:nowrap!important;box-shadow:none!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab:last-child,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn:last-child,
.golmdm-leagues-page-v57 .golmdm-side-group-btn:last-child{border-right:0!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
.golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active{background:#fff!important;color:#111820!important;box-shadow:0 1px 3px rgba(8,16,24,.10)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table table{table-layout:fixed!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th:nth-child(1),.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(1){width:28px!important;text-align:center!important;color:#7a8792!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th:nth-child(3),.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(3){width:34px!important;text-align:center!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th:nth-child(4),.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4){width:36px!important;text-align:right!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table img{width:20px!important;height:20px!important;min-width:20px!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}
.golmdm-leagues-page-v57 .golmdm-mini-logo-empty{display:none!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table a,
.golmdm-leagues-page-v57 .golmdm-mini-team{align-items:flex-start!important;gap:6px!important;}
.golmdm-leagues-page-v57 .golmdm-mini-team-name{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;white-space:normal!important;text-overflow:clip!important;line-height:1.15!important;max-height:3.45em!important;overflow-wrap:anywhere!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active{background:rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:none!important;}


/* 0.1.64: tighter sidebar tables, lower controls, green accent */
.golmdm-leagues-page-v57 .golmdm-side-widget{padding:13px!important;border-radius:18px!important;background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%)!important;border-color:rgba(41,147,60,.18)!important;box-shadow:0 10px 28px rgba(8,16,24,.055)!important;}
.golmdm-leagues-page-v57 .golmdm-side-head{margin:0 0 8px!important;}
.golmdm-leagues-page-v57 .golmdm-side-head h3{font-size:20px!important;font-weight:760!important;line-height:1.1!important;letter-spacing:-.015em!important;color:#101820!important;}
.golmdm-leagues-page-v57 .golmdm-side-league-tabs,.golmdm-leagues-page-v57 .golmdm-side-phase-tabs,.golmdm-leagues-page-v57 .golmdm-side-group-tabs{min-height:30px!important;border:0!important;border-radius:11px!important;overflow:hidden!important;background:#13202c!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 6px 14px rgba(8,16,24,.08)!important;margin:0 0 8px!important;}
.golmdm-leagues-page-v57 .golmdm-side-phase-tabs,.golmdm-leagues-page-v57 .golmdm-side-group-tabs{margin-bottom:9px!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab,.golmdm-leagues-page-v57 .golmdm-side-phase-btn,.golmdm-leagues-page-v57 .golmdm-side-group-btn{height:30px!important;min-height:30px!important;padding:0 7px!important;border:0!important;border-right:1px solid rgba(255,255,255,.15)!important;border-radius:0!important;background:transparent!important;color:rgba(255,255,255,.88)!important;font-size:11.6px!important;font-weight:650!important;line-height:1!important;box-shadow:none!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab:last-child,.golmdm-leagues-page-v57 .golmdm-side-phase-btn:last-child,.golmdm-leagues-page-v57 .golmdm-side-group-btn:last-child{border-right:0!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab:hover,.golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,.golmdm-leagues-page-v57 .golmdm-side-group-btn:hover{background:rgba(255,255,255,.07)!important;color:#fff!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab.is-active,.golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,.golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active{background:#fff!important;color:#0b1420!important;font-weight:760!important;box-shadow:0 0 0 1px rgba(255,255,255,.95)!important;}
.golmdm-leagues-page-v57 .golmdm-side-table-panel .golmdm-mini-table + .golmdm-mini-table{margin-top:10px!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table{margin:0 0 10px!important;border-radius:14px!important;border:1px solid rgba(41,147,60,.14)!important;background:#fff!important;box-shadow:0 4px 14px rgba(8,16,24,.035)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title{padding:8px 10px!important;background:linear-gradient(90deg,rgba(57,181,74,.12),#f8faf9 62%)!important;border-bottom:1px solid rgba(41,147,60,.12)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title strong{font-size:13px!important;font-weight:760!important;color:#101820!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title a{font-size:11.4px!important;font-weight:720!important;color:#238936!important;background:rgba(57,181,74,.10)!important;border-radius:999px!important;padding:3px 7px!important;text-decoration:none!important;}
.golmdm-leagues-page-v57 .golmdm-mini-group-title{padding:6px 10px!important;font-size:11.6px!important;font-weight:800!important;color:#238936!important;background:#f3faf4!important;border-bottom:1px solid rgba(41,147,60,.10)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th,.golmdm-leagues-page-v57 .golmdm-mini-table td,.golmdm-leagues-page-v57 .golmdm-mini-scorers th,.golmdm-leagues-page-v57 .golmdm-mini-scorers td{padding:6px 6px!important;font-size:12px!important;line-height:1.18!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th,.golmdm-leagues-page-v57 .golmdm-mini-scorers th{background:#f6faf7!important;color:#61717b!important;font-weight:760!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td{background:rgba(57,181,74,.025)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong{color:#1f8d35!important;font-weight:900!important;font-size:13px!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table img{width:18px!important;height:18px!important;min-width:18px!important;flex:0 0 18px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table a,.golmdm-leagues-page-v57 .golmdm-mini-team{gap:7px!important;align-items:center!important;}
.golmdm-leagues-page-v57 .golmdm-mini-team-name{line-height:1.18!important;max-height:3.54em!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-widget{background:#101a24!important;border-color:rgba(57,181,74,.22)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-head h3{color:#eef5f2!important;}


/* 0.1.65: cleaner sidebar tables + inverted segmented buttons by theme */
.golmdm-leagues-page-v57 .golmdm-side-widget{
  padding:13px!important;
  border-radius:18px!important;
  background:#fff!important;
  border-color:rgba(8,16,24,.11)!important;
  box-shadow:0 10px 24px rgba(8,16,24,.055)!important;
}
.golmdm-leagues-page-v57 .golmdm-side-head{margin:0 0 9px!important;}
.golmdm-leagues-page-v57 .golmdm-side-head h3{
  font-size:20px!important;
  font-weight:720!important;
  line-height:1.08!important;
  letter-spacing:-.012em!important;
  color:#111820!important;
}
.golmdm-leagues-page-v57 .golmdm-side-league-tabs,
.golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
.golmdm-leagues-page-v57 .golmdm-side-group-tabs{
  min-height:31px!important;
  border:1px solid rgba(8,16,24,.13)!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#eef2f5!important;
  box-shadow:none!important;
  margin:0 0 9px!important;
}
.golmdm-leagues-page-v57 .golmdm-side-tab,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn,
.golmdm-leagues-page-v57 .golmdm-side-group-btn{
  height:31px!important;
  min-height:31px!important;
  padding:0 7px!important;
  border:0!important;
  border-right:1px solid rgba(8,16,24,.10)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#2e3a46!important;
  font-size:11.4px!important;
  font-weight:690!important;
  line-height:1!important;
  box-shadow:none!important;
}
.golmdm-leagues-page-v57 .golmdm-side-tab:last-child,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn:last-child,
.golmdm-leagues-page-v57 .golmdm-side-group-btn:last-child{border-right:0!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab:hover,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,
.golmdm-leagues-page-v57 .golmdm-side-group-btn:hover{background:rgba(8,16,24,.055)!important;color:#111820!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
.golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active{
  background:#111820!important;
  color:#fff!important;
  font-weight:760!important;
  box-shadow:none!important;
}
.golmdm-leagues-page-v57 .golmdm-mini-table{
  margin:0 0 10px!important;
  border-radius:14px!important;
  border:1px solid rgba(8,16,24,.09)!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(8,16,24,.035)!important;
}
.golmdm-leagues-page-v57 .golmdm-mini-title{
  padding:8px 10px!important;
  background:#f6f8fa!important;
  border-bottom:1px solid rgba(8,16,24,.075)!important;
}
.golmdm-leagues-page-v57 .golmdm-mini-title strong{font-size:13px!important;font-weight:740!important;color:#111820!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title a{
  font-size:11.3px!important;
  font-weight:700!important;
  color:#198735!important;
  background:rgba(25,135,53,.08)!important;
  border-radius:999px!important;
  padding:3px 7px!important;
  text-decoration:none!important;
}
.golmdm-leagues-page-v57 .golmdm-mini-group-title{
  padding:6px 10px!important;
  font-size:11.6px!important;
  font-weight:760!important;
  color:#176c2d!important;
  background:#f4faf6!important;
  border-bottom:1px solid rgba(8,16,24,.06)!important;
}
.golmdm-leagues-page-v57 .golmdm-mini-table th,
.golmdm-leagues-page-v57 .golmdm-mini-table td,
.golmdm-leagues-page-v57 .golmdm-mini-scorers th,
.golmdm-leagues-page-v57 .golmdm-mini-scorers td{padding:6px 6px!important;font-size:12px!important;line-height:1.18!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th,
.golmdm-leagues-page-v57 .golmdm-mini-scorers th{background:#fafbfc!important;color:#697782!important;font-weight:730!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td{background:#fcfdfc!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong{color:#13812e!important;font-weight:900!important;font-size:13px!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table img{width:18px!important;height:18px!important;min-width:18px!important;flex:0 0 18px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table a,
.golmdm-leagues-page-v57 .golmdm-mini-team{gap:7px!important;align-items:center!important;}
.golmdm-leagues-page-v57 .golmdm-mini-team-name{line-height:1.18!important;max-height:3.54em!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-widget{background:#101923!important;border-color:rgba(255,255,255,.10)!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-head h3{color:#eef5f2!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-league-tabs,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-league-tabs,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-league-tabs,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-league-tabs,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-tabs,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-tabs,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-tabs,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-tabs{background:#111d28!important;border-color:rgba(255,255,255,.12)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-tab,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-btn,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-btn{color:#d8e3eb!important;border-color:rgba(255,255,255,.10)!important;background:transparent!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab:hover,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab:hover,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab:hover,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-tab:hover,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn:hover,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn:hover,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn:hover,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-btn:hover{background:rgba(255,255,255,.07)!important;color:#fff!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active{background:#fff!important;color:#101820!important;box-shadow:none!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table{background:#0d151e!important;border-color:rgba(255,255,255,.10)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-title,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table th,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table th,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table th,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table th{background:rgba(255,255,255,.04)!important;border-color:rgba(255,255,255,.08)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-group-title,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-group-title,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-group-title,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-group-title{background:rgba(57,181,74,.08)!important;color:#78d98a!important;}


/* v65: mobile group-only controls must fit, not scroll */
@media(max-width:760px){
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--groups-only .golmdm-lgroup-tabs{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    width:100%!important;
    overflow:hidden!important;
    scrollbar-width:none!important;
  }
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--groups-only .golmdm-lgroup-tabs::-webkit-scrollbar{display:none!important;}
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--groups-only .golmdm-lgroup-pill{
    min-width:0!important;
    width:auto!important;
    flex:1 1 auto!important;
    padding:0 4px!important;
    font-size:10.8px!important;
    letter-spacing:-.01em!important;
  }
}

/* 0.1.66: clean sidebar tables, fixed dark table rows, compact mobile league controls */
.golmdm-leagues-page-v57 .golmdm-side-widget{
  padding:14px!important;
  border-radius:18px!important;
  background:#fff!important;
  border-color:rgba(8,16,24,.10)!important;
  box-shadow:0 8px 24px rgba(8,16,24,.055)!important;
}
.golmdm-leagues-page-v57 .golmdm-side-head{margin:0 0 10px!important;}
.golmdm-leagues-page-v57 .golmdm-side-head h3{
  font-size:21px!important;
  font-weight:760!important;
  line-height:1.08!important;
  letter-spacing:-.02em!important;
  color:#111820!important;
}
.golmdm-leagues-page-v57 .golmdm-side-league-tabs,
.golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
.golmdm-leagues-page-v57 .golmdm-side-group-tabs{
  display:flex!important;
  align-items:stretch!important;
  gap:0!important;
  min-height:32px!important;
  border:1px solid rgba(8,16,24,.12)!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#f1f4f6!important;
  box-shadow:none!important;
  margin:0 0 10px!important;
}
.golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
.golmdm-leagues-page-v57 .golmdm-side-group-tabs{margin-bottom:10px!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn,
.golmdm-leagues-page-v57 .golmdm-side-group-btn{
  height:32px!important;
  min-height:32px!important;
  padding:0 8px!important;
  border:0!important;
  border-right:1px solid rgba(8,16,24,.10)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#2f3b46!important;
  font-size:11.6px!important;
  font-weight:700!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
.golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
.golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active{
  background:#111820!important;
  color:#fff!important;
  font-weight:780!important;
}
.golmdm-leagues-page-v57 .golmdm-side-tab:hover,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,
.golmdm-leagues-page-v57 .golmdm-side-group-btn:hover{background:rgba(8,16,24,.055)!important;color:#111820!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab.is-active:hover,
.golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active:hover,
.golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active:hover{background:#111820!important;color:#fff!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table{
  margin:0 0 10px!important;
  overflow:hidden!important;
  border-radius:14px!important;
  border:1px solid rgba(8,16,24,.09)!important;
  background:#fff!important;
  box-shadow:none!important;
}
.golmdm-leagues-page-v57 .golmdm-mini-title{
  padding:8px 10px!important;
  margin:0!important;
  background:#f7f9fa!important;
  border-bottom:1px solid rgba(8,16,24,.07)!important;
}
.golmdm-leagues-page-v57 .golmdm-mini-title strong{font-size:13px!important;font-weight:760!important;color:#111820!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title a{font-size:11.2px!important;font-weight:730!important;color:#1d7d32!important;background:rgba(57,181,74,.10)!important;border-radius:999px!important;padding:3px 8px!important;text-decoration:none!important;}
.golmdm-leagues-page-v57 .golmdm-mini-group-title{padding:6px 10px!important;font-size:11.5px!important;font-weight:760!important;color:#4d5d68!important;background:#f9fbfb!important;border-bottom:1px solid rgba(8,16,24,.06)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table table{table-layout:fixed!important;width:100%!important;border-collapse:collapse!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th,
.golmdm-leagues-page-v57 .golmdm-mini-table td{padding:7px 6px!important;font-size:12px!important;line-height:1.2!important;border-bottom:1px solid rgba(8,16,24,.07)!important;background:transparent!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th{background:#fbfcfd!important;color:#6b7782!important;font-weight:730!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td{background:#fbfcfc!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table tr:last-child td{border-bottom:0!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th:nth-child(1),.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(1){width:31px!important;text-align:center!important;color:#7b8791!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th:nth-child(3),.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(3){width:38px!important;text-align:center!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th:nth-child(4),.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4){width:40px!important;text-align:right!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong{color:#111820!important;font-weight:900!important;font-size:13px!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table a,
.golmdm-leagues-page-v57 .golmdm-mini-team{color:#111820!important;text-decoration:none!important;gap:7px!important;align-items:center!important;}
.golmdm-leagues-page-v57 .golmdm-mini-team-name{color:inherit!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;white-space:normal!important;text-overflow:clip!important;line-height:1.18!important;max-height:3.54em!important;overflow-wrap:anywhere!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table img{width:18px!important;height:18px!important;min-width:18px!important;flex:0 0 18px!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-widget{background:#101820!important;border-color:rgba(255,255,255,.10)!important;box-shadow:0 10px 28px rgba(0,0,0,.22)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-head h3{color:#eef5f2!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-league-tabs,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-league-tabs,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-league-tabs,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-league-tabs,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-tabs,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-tabs,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-tabs,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-tabs{background:#111d28!important;border-color:rgba(255,255,255,.12)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-tab,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-btn,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-btn{background:transparent!important;color:#dce7ee!important;border-color:rgba(255,255,255,.10)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active{background:#fff!important;color:#111820!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab:hover,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab:hover,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab:hover,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-tab:hover,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-btn:hover,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn:hover,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn:hover,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn:hover,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-btn:hover{background:rgba(255,255,255,.07)!important;color:#fff!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active:hover,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active:hover,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active:hover,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-tab.is-active:hover,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active:hover,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active:hover,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active:hover,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active:hover,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active:hover,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active:hover,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active:hover,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active:hover{background:#fff!important;color:#111820!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table{background:#0b121a!important;border-color:rgba(255,255,255,.10)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-title{background:#111b25!important;border-color:rgba(255,255,255,.08)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title strong,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title strong,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title strong,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-title strong{color:#fff!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-group-title,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-group-title,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-group-title,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-group-title{background:#101922!important;border-color:rgba(255,255,255,.08)!important;color:#c8d4dc!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table th,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table th,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table th,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table th{background:#0f1821!important;color:#8c9aa5!important;border-color:rgba(255,255,255,.08)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table td{background:#0b121a!important;color:#e9f0f5!important;border-color:rgba(255,255,255,.07)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td{background:#0e1720!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table a,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table a,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table a,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table a,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-team,
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team-name,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team-name,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team-name,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-team-name{color:#f4f7fa!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong{color:#fff!important;}
@media(max-width:760px){
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--groups-only{margin-top:7px!important;}
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--groups-only .golmdm-lgroup-tabs{display:grid!important;grid-template-columns:.68fr 1.16fr 1.16fr!important;width:100%!important;min-height:29px!important;height:29px!important;border-radius:10px!important;overflow:hidden!important;scrollbar-width:none!important;}
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--groups-only .golmdm-lgroup-tabs::-webkit-scrollbar{display:none!important;}
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--groups-only .golmdm-lgroup-pill{min-width:0!important;width:auto!important;height:29px!important;min-height:29px!important;padding:0 3px!important;font-size:10.9px!important;font-weight:730!important;letter-spacing:-.015em!important;line-height:1!important;}
}


/* 0.1.67: equal compact segmented controls on league cards */
.golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter{margin-top:8px!important;gap:6px!important;}
.golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--phase-combo{grid-template-columns:minmax(0,1fr) 76px!important;gap:6px!important;align-items:center!important;}
.golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lphase-tabs,
.golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lgroup-tabs{height:31px!important;min-height:31px!important;max-height:31px!important;border-radius:10px!important;display:flex!important;align-items:stretch!important;overflow:hidden!important;}
.golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--groups-only .golmdm-lgroup-tabs{display:grid!important;grid-template-columns:.72fr 1.14fr 1.14fr!important;width:100%!important;overflow:hidden!important;scrollbar-width:none!important;}
.golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--groups-only .golmdm-lgroup-tabs::-webkit-scrollbar{display:none!important;}
.golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lphase-tab,
.golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lgroup-pill,
.golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lgroup-dd-btn{height:31px!important;min-height:31px!important;max-height:31px!important;padding:0 8px!important;font-size:11.8px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lgroup-dd-wrap{width:76px!important;min-width:76px!important;max-width:76px!important;flex-basis:76px!important;}
@media(max-width:760px){
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter{margin-top:7px!important;}
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--phase-combo{grid-template-columns:minmax(0,1fr) 72px!important;gap:5px!important;}
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lphase-tabs,
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lgroup-tabs{height:28px!important;min-height:28px!important;max-height:28px!important;border-radius:9px!important;}
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lphase-tab,
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lgroup-pill,
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lgroup-dd-btn{height:28px!important;min-height:28px!important;max-height:28px!important;padding:0 5px!important;font-size:10.7px!important;font-weight:720!important;letter-spacing:-.015em!important;}
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lfilter--groups-only .golmdm-lgroup-tabs{display:grid!important;grid-template-columns:.7fr 1.15fr 1.15fr!important;width:100%!important;overflow:hidden!important;}
  .golmdm-leagues-block.golmdm-leagues-v55 .golmdm-lgroup-dd-wrap{width:72px!important;min-width:72px!important;max-width:72px!important;flex-basis:72px!important;}
}


/* 0.1.67: cleaner sidebar standings */
.golmdm-leagues-page-v57 .golmdm-side-widget{padding:13px!important;border-radius:17px!important;background:#fff!important;border-color:rgba(8,16,24,.11)!important;box-shadow:0 10px 26px rgba(8,16,24,.055)!important;}
.golmdm-leagues-page-v57 .golmdm-side-head{margin:0 0 9px!important;}
.golmdm-leagues-page-v57 .golmdm-side-head h3{font-size:20px!important;font-weight:720!important;letter-spacing:-.015em!important;}
.golmdm-leagues-page-v57 .golmdm-side-league-tabs,.golmdm-leagues-page-v57 .golmdm-side-phase-tabs,.golmdm-leagues-page-v57 .golmdm-side-group-tabs{height:30px!important;min-height:30px!important;max-height:30px!important;margin:0 0 9px!important;border-radius:11px!important;background:#eef2f5!important;border:1px solid rgba(8,16,24,.12)!important;box-shadow:none!important;display:flex!important;align-items:stretch!important;overflow:hidden!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab,.golmdm-leagues-page-v57 .golmdm-side-phase-btn,.golmdm-leagues-page-v57 .golmdm-side-group-btn{height:30px!important;min-height:30px!important;max-height:30px!important;padding:0 7px!important;font-size:11.5px!important;font-weight:700!important;line-height:1!important;background:transparent!important;color:#2f3b46!important;border:0!important;border-right:1px solid rgba(8,16,24,.10)!important;border-radius:0!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab:last-child,.golmdm-leagues-page-v57 .golmdm-side-phase-btn:last-child,.golmdm-leagues-page-v57 .golmdm-side-group-btn:last-child{border-right:0!important;}
.golmdm-leagues-page-v57 .golmdm-side-tab.is-active,.golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,.golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active{background:#111820!important;color:#fff!important;font-weight:780!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table{margin:0 0 9px!important;padding:0!important;overflow:hidden!important;border-radius:14px!important;border:1px solid rgba(8,16,24,.10)!important;background:#fff!important;box-shadow:0 1px 0 rgba(8,16,24,.03)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table:last-child{margin-bottom:0!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title{position:relative!important;padding:9px 11px 8px 14px!important;margin:0!important;background:#f6f8fa!important;border-bottom:1px solid rgba(8,16,24,.075)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:3px!important;background:#39b54a!important;opacity:.75!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title strong{font-size:13.5px!important;font-weight:760!important;color:#111820!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title a{font-size:11.2px!important;font-weight:730!important;color:#1c7f32!important;background:rgba(57,181,74,.09)!important;border-radius:999px!important;padding:3px 8px!important;text-decoration:none!important;}
.golmdm-leagues-page-v57 .golmdm-mini-group-title{padding:6px 11px!important;font-size:11.5px!important;font-weight:760!important;color:#52616b!important;background:#fbfcfd!important;border-bottom:1px solid rgba(8,16,24,.065)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table table{width:100%!important;margin:0!important;border-collapse:separate!important;border-spacing:0!important;table-layout:fixed!important;background:transparent!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table thead th{height:32px!important;background:#fbfcfd!important;color:#6b7782!important;font-weight:740!important;border-bottom:1px solid rgba(8,16,24,.08)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th,.golmdm-leagues-page-v57 .golmdm-mini-table td{padding:7px 7px!important;font-size:12px!important;line-height:1.18!important;border-bottom:1px solid rgba(8,16,24,.065)!important;background:#fff!important;vertical-align:middle!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td{background:#f8fafb!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:last-child td{border-bottom:0!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th:nth-child(1),.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(1){width:31px!important;text-align:center!important;color:#7a8791!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th:nth-child(3),.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(3){width:38px!important;text-align:center!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table th:nth-child(4),.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4){width:42px!important;text-align:right!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:24px!important;height:20px!important;padding:0 5px!important;border-radius:999px!important;background:rgba(57,181,74,.11)!important;color:#146d29!important;font-weight:900!important;font-size:12.5px!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table a,.golmdm-leagues-page-v57 .golmdm-mini-team{color:#111820!important;text-decoration:none!important;gap:7px!important;align-items:center!important;}
.golmdm-leagues-page-v57 .golmdm-mini-team-name{color:inherit!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;white-space:normal!important;text-overflow:clip!important;line-height:1.18!important;max-height:3.54em!important;overflow-wrap:anywhere!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table img{width:18px!important;height:18px!important;min-width:18px!important;flex:0 0 18px!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table:after,.golmdm-leagues-page-v57 .golmdm-mini-table table:after,.golmdm-leagues-page-v57 .golmdm-mini-table tbody:after{content:none!important;display:none!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-widget,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-widget{background:#101820!important;border-color:rgba(255,255,255,.10)!important;box-shadow:0 10px 28px rgba(0,0,0,.22)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-head h3,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-head h3{color:#eef5f2!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-league-tabs,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-league-tabs,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-league-tabs,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-league-tabs,html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-tabs,html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-tabs,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-tabs,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-tabs,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-tabs{background:#111d28!important;border-color:rgba(255,255,255,.12)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-tab,html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-btn,html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-btn{background:transparent!important;color:#dce7ee!important;border-color:rgba(255,255,255,.10)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-tab.is-active,html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-phase-btn.is-active,html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-side-group-btn.is-active{background:#fff!important;color:#111820!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table{background:#0b121a!important;border-color:rgba(255,255,255,.10)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-title{background:#111b25!important;border-color:rgba(255,255,255,.08)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title strong,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title strong,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title strong,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-title strong{color:#fff!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-group-title,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-group-title,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-group-title,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-group-title{background:#101922!important;border-color:rgba(255,255,255,.08)!important;color:#c8d4dc!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table thead th,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table thead th,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table thead th,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table thead th{background:#0f1821!important;color:#8c9aa5!important;border-color:rgba(255,255,255,.08)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table td{background:#0b121a!important;color:#e9f0f5!important;border-color:rgba(255,255,255,.07)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table tbody tr:nth-child(even) td{background:#0e1720!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table a,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table a,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table a,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table a,html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-team,html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team-name,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team-name,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-team-name,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-team-name{color:#f4f7fa!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table td:nth-child(4) strong{background:rgba(255,255,255,.08)!important;color:#fff!important;}
@media(max-width:760px){.golmdm-leagues-page-v57 .golmdm-side-widget{padding:12px!important;border-radius:16px!important}.golmdm-leagues-page-v57 .golmdm-side-league-tabs,.golmdm-leagues-page-v57 .golmdm-side-phase-tabs,.golmdm-leagues-page-v57 .golmdm-side-group-tabs{height:29px!important;min-height:29px!important;max-height:29px!important}.golmdm-leagues-page-v57 .golmdm-side-tab,.golmdm-leagues-page-v57 .golmdm-side-phase-btn,.golmdm-leagues-page-v57 .golmdm-side-group-btn{height:29px!important;min-height:29px!important;max-height:29px!important;font-size:11px!important;padding:0 5px!important}.golmdm-leagues-page-v57 .golmdm-mini-title{padding:8px 10px 7px 13px!important}.golmdm-leagues-page-v57 .golmdm-mini-table th,.golmdm-leagues-page-v57 .golmdm-mini-table td{padding:7px 6px!important}}


/* 0.1.71: force prototype-style green full-table link, overriding generic table/link styles */
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:link,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:visited,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link span,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-text,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link b,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-arrow{
    color:#39b54a!important;
    -webkit-text-fill-color:#39b54a!important;
    background:transparent!important;
    text-decoration:none!important;
}
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:hover,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:hover span,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:hover .golmdm-mini-full-link-text,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:hover b,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:hover .golmdm-mini-full-link-arrow{
    color:#2f9f42!important;
    -webkit-text-fill-color:#2f9f42!important;
}
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:hover b,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:hover .golmdm-mini-full-link-arrow{transform:translateX(2px)!important;}
html.golmd-theme-dark body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link,
html.golmd-theme-dark body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link span,
html.golmd-theme-dark body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-text,
html.golmd-theme-dark body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link b,
html.golmd-theme-dark body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-arrow,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link span,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-text,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link b,
body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-arrow,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link span,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-text,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link b,
.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-arrow,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link span,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-text,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link b,
[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-arrow{
    color:#63d878!important;
    -webkit-text-fill-color:#63d878!important;
}


/* 0.1.72: make the full-table text link lighter, smaller, and tighter */
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer{
    padding:4px 10px 8px!important;
    min-height:0!important;
    line-height:1!important;
}
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link{
    gap:3px!important;
    font-size:11.5px!important;
    font-weight:650!important;
    line-height:1.1!important;
    letter-spacing:0!important;
}
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link span,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-text{
    font-size:11.5px!important;
    font-weight:650!important;
    line-height:1.1!important;
    letter-spacing:0!important;
}
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link b,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-arrow{
    font-size:15px!important;
    font-weight:650!important;
    line-height:.7!important;
    margin-top:-1px!important;
}
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:hover b,
html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link:hover .golmdm-mini-full-link-arrow{
    transform:translateX(1.5px)!important;
}
@media(max-width:760px){
    html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer{padding:4px 8px 7px!important;}
    html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link,
    html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link span,
    html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-text{font-size:11.2px!important;font-weight:640!important;}
    html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link b,
    html body .golmdm-leagues-page-v57 .golmdm-mini-table .golmdm-mini-footer a.golmdm-mini-full-link .golmdm-mini-full-link-arrow{font-size:14px!important;font-weight:640!important;}
}

/* 0.1.73: sidebar scorers inside standings panels */
.golmdm-leagues-page-v57 .golmdm-side-table-panel > :last-child{margin-bottom:0!important;}
.golmdm-leagues-page-v57 .golmdm-mini-scorers-compact{display:block!important;margin:0 0 12px!important;border:1px solid rgba(8,16,24,.09)!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 1px 0 rgba(8,16,24,.03)!important;}
.golmdm-leagues-page-v57 .golmdm-mini-table + .golmdm-mini-scorers-compact{margin-top:-1px!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title-scorers{background:#fbfcfd!important;padding:8px 11px 7px 14px!important;}
.golmdm-leagues-page-v57 .golmdm-mini-title-scorers strong{font-size:13px!important;font-weight:720!important;color:#111820!important;}
.golmdm-leagues-page-v57 .golmdm-mini-scorer-list{list-style:none!important;margin:0!important;padding:0!important;background:#fff!important;}
.golmdm-leagues-page-v57 .golmdm-mini-scorer-list li{display:grid!important;grid-template-columns:24px minmax(0,1fr) auto!important;gap:7px!important;align-items:center!important;margin:0!important;padding:7px 8px!important;border-bottom:1px solid rgba(8,16,24,.06)!important;background:#fff!important;}
.golmdm-leagues-page-v57 .golmdm-mini-scorer-list li:nth-child(even){background:#f8fafb!important;}
.golmdm-leagues-page-v57 .golmdm-mini-scorer-list li:last-child{border-bottom:0!important;}
.golmdm-leagues-page-v57 .golmdm-mini-scorer-rank{display:block!important;text-align:center!important;color:#7a8791!important;font-size:12px!important;font-weight:500!important;line-height:1!important;}
.golmdm-leagues-page-v57 .golmdm-mini-scorer-main{display:block!important;min-width:0!important;line-height:1.15!important;}
.golmdm-leagues-page-v57 .golmdm-mini-scorer-name{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;white-space:normal!important;color:#111820!important;font-size:12.2px!important;font-weight:650!important;overflow-wrap:anywhere!important;}
.golmdm-leagues-page-v57 .golmdm-mini-scorer-team{display:block!important;margin-top:2px!important;color:#6b7782!important;font-size:10.8px!important;font-weight:500!important;line-height:1.15!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.golmdm-leagues-page-v57 .golmdm-mini-scorer-goals{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:24px!important;height:20px!important;padding:0 6px!important;border-radius:999px!important;background:rgba(57,181,74,.11)!important;color:#146d29!important;font-size:12px!important;font-weight:860!important;line-height:1!important;}
.golmdm-leagues-page-v57 .golmdm-mini-footer-scorers{display:flex!important;justify-content:center!important;align-items:center!important;padding:4px 10px 8px!important;background:#fff!important;border-top:0!important;}
html body .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact .golmdm-mini-footer-scorers a.golmdm-mini-full-link,html body .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact .golmdm-mini-footer-scorers a.golmdm-mini-full-link span,html body .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact .golmdm-mini-footer-scorers a.golmdm-mini-full-link b{display:inline-flex!important;align-items:center!important;gap:3px!important;color:#39b54a!important;-webkit-text-fill-color:#39b54a!important;background:transparent!important;text-decoration:none!important;font-size:11.5px!important;font-weight:650!important;line-height:1.1!important;box-shadow:none!important;}
html body .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact .golmdm-mini-footer-scorers a.golmdm-mini-full-link b{font-size:14px!important;font-weight:650!important;line-height:.8!important;transition:transform .16s ease,color .16s ease!important;}
html body .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact .golmdm-mini-footer-scorers a.golmdm-mini-full-link:hover,html body .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact .golmdm-mini-footer-scorers a.golmdm-mini-full-link:hover span,html body .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact .golmdm-mini-footer-scorers a.golmdm-mini-full-link:hover b{color:#2f9f42!important;-webkit-text-fill-color:#2f9f42!important;background:transparent!important;text-decoration:none!important;}
html body .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact .golmdm-mini-footer-scorers a.golmdm-mini-full-link:hover b{transform:translateX(1.5px)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-scorers-compact{background:#0d151e!important;border-color:rgba(255,255,255,.10)!important;box-shadow:none!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title-scorers,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title-scorers,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title-scorers,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-title-scorers{background:rgba(255,255,255,.04)!important;border-color:rgba(255,255,255,.08)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title-scorers strong,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title-scorers strong,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-title-scorers strong,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-title-scorers strong{color:#eef5f2!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-list,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-list,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-list,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-scorer-list{background:#0d151e!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-list li,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-list li,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-list li,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-scorer-list li{background:#0d151e!important;border-color:rgba(255,255,255,.065)!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-list li:nth-child(even),body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-list li:nth-child(even),.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-list li:nth-child(even),[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-scorer-list li:nth-child(even){background:#0a1119!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-name,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-name,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-name,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-scorer-name{color:#eef5f2!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-team,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-team,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-scorer-team,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-scorer-team{color:#9caab5!important;}
html.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-footer-scorers,body.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-footer-scorers,.golmd-theme-dark .golmdm-leagues-page-v57 .golmdm-mini-footer-scorers,[data-theme="dark"] .golmdm-leagues-page-v57 .golmdm-mini-footer-scorers{background:#0b121a!important;border-top:0!important;}

/* v0.1.77: grouped scorers for FMF pages with Grupa/Seria scorer blocks */
.golmdm-scorer-group-title{margin:16px 0 8px;font-size:15px;line-height:1.25;font-weight:800;color:var(--gol-green,#39b54a)}
.golmdm-scorer-group-title + .golmdm-scorer-list{margin-top:0}
.golmdm-mini-scorer-group-title{font-size:11.5px!important;font-weight:800!important;color:var(--gol-green,#39b54a)!important}


/* 0.1.105 fallback: league header counters and seam */

/* 0.1.105: close sticky seam under main nav and make desktop counters two-line. */
@media (min-width:1024px){
  html body.golmdm-has-league-page .golmdm-liga-hero{
    top:calc(var(--golmdm-sticky-top,108px) - 1px)!important;
    z-index:80!important;
    box-shadow:0 -3px 0 #fff,0 8px 20px rgba(8,16,24,.045)!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-hero-main{
    grid-template-columns:44px minmax(0,1fr) 116px 214px!important;
    gap:8px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats{
    width:116px!important;
    max-width:116px!important;
    min-width:116px!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    padding:0 6px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats span{
    display:grid!important;
    grid-template-columns:14px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    grid-template-areas:"ico num" ". lab"!important;
    column-gap:4px!important;
    row-gap:2px!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:0!important;
    text-align:left!important;
    white-space:normal!important;
    line-height:1!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats span + span{padding-left:6px!important;}
  html body.golmdm-has-league-page .golmdm-liga-stats svg{grid-area:ico!important;width:13px!important;height:13px!important;align-self:center!important;justify-self:center!important;}
  html body.golmdm-has-league-page .golmdm-liga-stats b{grid-area:num!important;font-size:16px!important;line-height:.95!important;align-self:end!important;}
  html body.golmdm-has-league-page .golmdm-liga-stats em{grid-area:lab!important;display:block!important;font-size:10.5px!important;line-height:1!important;font-weight:760!important;align-self:start!important;white-space:nowrap!important;}
  html body.golmdm-has-league-page .golmdm-liga-hero-controls{max-width:214px!important;width:214px!important;}
  html body.golmdm-has-league-page .golmdm-liga-tabs a,
  html body.golmdm-has-league-page .golmdm-liga-subtabs a{height:25px!important;min-height:25px!important;font-size:10.7px!important;padding:0 6px!important;}
}
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-hero,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-hero{
  box-shadow:0 -3px 0 #081018,0 8px 20px rgba(0,0,0,.18)!important;
}



/* 0.1.105: desktop league header counters: one counter per row, not split number/label. */
@media (min-width:1024px){
  html body.golmdm-has-league-page .golmdm-liga-hero-main{
    grid-template-columns:44px minmax(0,1fr) 108px 214px!important;
    gap:8px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats{
    width:108px!important;
    max-width:108px!important;
    min-width:108px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:repeat(2,auto)!important;
    gap:4px!important;
    align-items:center!important;
    justify-content:stretch!important;
    padding:0 8px!important;
    white-space:nowrap!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats span{
    display:flex!important;
    grid-template-columns:none!important;
    grid-template-rows:none!important;
    grid-template-areas:none!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    min-width:0!important;
    width:100%!important;
    padding:0!important;
    margin:0!important;
    text-align:left!important;
    white-space:nowrap!important;
    line-height:1.05!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats span + span{
    padding-left:0!important;
    margin-top:0!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats svg{
    grid-area:auto!important;
    width:14px!important;
    height:14px!important;
    flex:0 0 14px!important;
    align-self:center!important;
    justify-self:auto!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats b{
    grid-area:auto!important;
    display:inline!important;
    font-size:16px!important;
    line-height:1!important;
    align-self:center!important;
    flex:0 0 auto!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats em{
    grid-area:auto!important;
    display:inline!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:760!important;
    align-self:center!important;
    white-space:nowrap!important;
    flex:0 1 auto!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}


/* 0.1.119 clean league final override */

/* 0.1.119: clean league page geometry/header. No stacked legacy overrides. */
:root{--golmdm-league-center:720px;--golmdm-sticky-top:108px;--golmdm-rail-top:150px;--golmdm-rail-h:600px;}
html body.golmdm-has-league-page,
html body.golmdm-has-league-page #page,
html body.golmdm-has-league-page .site,
html body.golmdm-has-league-page #content,
html body.golmdm-has-league-page .site-content,
html body.golmdm-has-league-page .ast-container,
html body.golmdm-has-league-page #primary,
html body.golmdm-has-league-page .content-area,
html body.golmdm-has-league-page .site-main,
html body.golmdm-has-league-page main.site-main,
html body.golmdm-has-league-page .entry-content,
html body.golmdm-has-league-page .page-content,
html body.golmdm-has-league-page article,
html body.golmdm-has-league-page #golmdm-virtual-page{background:#fff!important;background-color:#fff!important;}
html body.golmdm-has-league-page #content,
html body.golmdm-has-league-page .site-content,
html body.golmdm-has-league-page .ast-container,
html body.golmdm-has-league-page #primary,
html body.golmdm-has-league-page .content-area,
html body.golmdm-has-league-page .site-main,
html body.golmdm-has-league-page main.site-main,
html body.golmdm-has-league-page .entry-content,
html body.golmdm-has-league-page .page-content{width:100%!important;max-width:none!important;margin:0!important;padding-left:0!important;padding-right:0!important;overflow:visible!important;box-sizing:border-box!important;}
html body.golmdm-has-league-page #golmdm-virtual-page.golmdm-page-wrap{display:block!important;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:0 0 34px!important;overflow:visible!important;background:#fff!important;box-sizing:border-box!important;}
html body.golmdm-has-league-page .golmdm-liga-shell-v78{display:block!important;position:relative!important;width:min(var(--golmdm-league-center),calc(100vw - 32px))!important;max-width:var(--golmdm-league-center)!important;min-width:0!important;margin:0 auto!important;padding:0!important;overflow:visible!important;box-sizing:border-box!important;background:#fff!important;background-color:#fff!important;border-left:0!important;border-right:0!important;}
html body.golmdm-has-league-page .golmdm-liga-main-v78,
html body.golmdm-has-league-page .golmdm-league-detail-v78{display:block!important;position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;box-sizing:border-box!important;background:#fff!important;background-color:#fff!important;color:#071523!important;border:0!important;border-radius:0!important;box-shadow:none!important;}
html body.golmdm-has-league-page .golmdm-league-detail-v78 *,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 *{box-sizing:border-box!important;}
html body.golmdm-has-league-page .golmdm-league-detail-v78 > *,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-head,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-round-card,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-match-card,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-table-wrap,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-standings,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-scorers,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-news{max-width:100%!important;background:#fff!important;background-color:#fff!important;}
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-scorers,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-docs,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-standings,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-rounds,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-clubs-section,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-news{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;overflow:visible!important;background:#fff!important;background-color:#fff!important;box-sizing:border-box!important;}
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-scorer-list{list-style-position:outside!important;margin:0!important;padding:0 8px 0 30px!important;width:100%!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important;color:#071523!important;background:#fff!important;}
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-scorer-list li{margin:6px 0!important;padding:0!important;max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important;line-height:1.35!important;}
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-scorer-list span,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-scorer-list em{font-size:12px!important;color:#5f6f7a!important;}
html body.golmdm-has-league-page .golmdm-liga-hero{position:sticky!important;top:calc(var(--golmdm-sticky-top,108px) - 1px)!important;z-index:9000!important;display:block!important;width:100%!important;max-width:100%!important;margin:0 0 18px!important;padding:0!important;background:#fff!important;background-color:#fff!important;border:0!important;border-bottom:1px solid rgba(8,16,24,.10)!important;border-radius:0!important;box-shadow:0 -3px 0 #fff,0 8px 20px rgba(8,16,24,.045)!important;overflow:visible!important;transform:none!important;}
html body.golmdm-has-league-page .golmdm-liga-hero-main{display:flex!important;align-items:center!important;width:100%!important;max-width:100%!important;margin:0!important;padding:8px 12px!important;min-height:64px!important;gap:12px!important;background:#fff!important;background-color:#fff!important;}
html body.golmdm-has-league-page .golmdm-liga-hero-logo-wrap{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 44px!important;width:44px!important;min-height:44px!important;padding-right:10px!important;border-right:0!important;background:#fff!important;}
html body.golmdm-has-league-page .golmdm-liga-hero-logo{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;object-fit:contain!important;filter:drop-shadow(0 4px 8px rgba(8,16,24,.10))!important;}
html body.golmdm-has-league-page .golmdm-liga-hero-content{flex:1 1 auto!important;min-width:0!important;padding-right:4px!important;background:#fff!important;}
html body.golmdm-has-league-page .golmdm-liga-hero-content h1{margin:0 0 4px!important;font-size:21px!important;line-height:1.02!important;font-weight:850!important;letter-spacing:-.03em!important;color:#071523!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;background:#fff!important;}
html body.golmdm-has-league-page .golmdm-liga-season-line{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;min-width:0!important;color:#61707c!important;font-size:12px!important;font-weight:760!important;line-height:1.1!important;background:#fff!important;}
html body.golmdm-has-league-page .golmdm-liga-season-line b{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:3px 8px!important;border-radius:999px!important;background:rgba(57,181,74,.10)!important;color:#2b7e2d!important;font-size:11px!important;font-weight:820!important;white-space:nowrap!important;}
html body.golmdm-has-league-page .golmdm-liga-season-line b i{display:block!important;width:9px!important;height:9px!important;border-radius:50%!important;background:var(--gol-status-color,#39b54a)!important;box-shadow:0 0 0 4px rgba(57,181,74,.14)!important;}
html body.golmdm-has-league-page .golmdm-liga-subtitle{margin:5px 0 0!important;color:#6c7985!important;font-size:12px!important;font-weight:760!important;line-height:1.1!important;background:#fff!important;}
html body.golmdm-has-league-page .golmdm-liga-stats{flex:0 0 126px!important;width:126px!important;min-width:126px!important;max-width:126px!important;align-self:stretch!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:stretch!important;gap:7px!important;margin:0!important;padding:5px 12px!important;border-left:0!important;border-right:0!important;background:#fff!important;overflow:visible!important;white-space:nowrap!important;}
html body.golmdm-has-league-page .golmdm-liga-stats span{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important;white-space:nowrap!important;line-height:1!important;color:#5f6f7a!important;background:#fff!important;}
html body.golmdm-has-league-page .golmdm-liga-stats span+span{margin-top:0!important;padding-left:0!important;}
html body.golmdm-has-league-page .golmdm-liga-stats svg{width:13px!important;height:13px!important;flex:0 0 13px!important;color:#71808c!important;stroke:currentColor!important;}
html body.golmdm-has-league-page .golmdm-liga-stats b{min-width:24px!important;width:24px!important;flex:0 0 24px!important;text-align:left!important;font-size:16px!important;line-height:1!important;font-weight:900!important;color:#071523!important;background:transparent!important;}
html body.golmdm-has-league-page .golmdm-liga-stats em{flex:0 0 auto!important;display:inline!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;font-style:normal!important;font-size:11.5px!important;line-height:1!important;font-weight:720!important;color:#61707c!important;background:transparent!important;}
html body.golmdm-has-league-page .golmdm-liga-hero-controls{flex:0 0 214px!important;width:214px!important;min-width:214px!important;max-width:214px!important;margin:0!important;padding:0!important;align-self:center!important;background:#fff!important;}
html body.golmdm-has-league-page .golmdm-liga-tabs,
html body.golmdm-has-league-page .golmdm-liga-subtabs{display:flex!important;width:100%!important;max-width:100%!important;margin:0!important;background:#fff!important;border:1px solid rgba(8,16,24,.10)!important;border-radius:8px!important;overflow:hidden!important;}
html body.golmdm-has-league-page .golmdm-liga-subtabs{margin-top:5px!important;}
html body.golmdm-has-league-page .golmdm-liga-tabs a,
html body.golmdm-has-league-page .golmdm-liga-subtabs a{display:flex!important;align-items:center!important;justify-content:center!important;flex:1 1 0!important;min-width:0!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0 6px!important;border:0!important;border-radius:0!important;background:#fff!important;color:#071523!important;font-size:11px!important;font-weight:760!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
html body.golmdm-has-league-page .golmdm-liga-tabs a+a,
html body.golmdm-has-league-page .golmdm-liga-subtabs a+a{border-left:1px solid rgba(8,16,24,.10)!important;}
html body.golmdm-has-league-page .golmdm-liga-tabs a.is-active,
html body.golmdm-has-league-page .golmdm-liga-subtabs a.is-active{background:#2f8f22!important;color:#fff!important;}
html body.golmdm-has-league-page .golmdm-liga-anchor-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;background:#fff!important;border-top:1px solid rgba(8,16,24,.08)!important;border-bottom:1px solid rgba(8,16,24,.10)!important;box-shadow:none!important;}
html body.golmdm-has-league-page .golmdm-liga-anchor-nav a{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;height:38px!important;min-height:38px!important;margin:0!important;padding:0 7px!important;background:#fff!important;color:#071523!important;font-size:11.5px!important;font-weight:850!important;letter-spacing:.045em!important;text-transform:uppercase!important;line-height:1!important;text-decoration:none!important;border-left:1px solid rgba(8,16,24,.08)!important;position:relative!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;}
html body.golmdm-has-league-page .golmdm-liga-anchor-nav a .golmdm-league-link-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:15px!important;height:15px!important;min-width:15px!important;flex:0 0 15px!important;margin:0!important;padding:0!important;color:currentColor!important;background:transparent!important;opacity:.9!important;}
html body.golmdm-has-league-page .golmdm-liga-anchor-nav a .golmdm-league-link-icon svg{display:block!important;width:15px!important;height:15px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
html body.golmdm-has-league-page .golmdm-liga-anchor-nav a .golmdm-liga-anchor-label{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
html body.golmdm-has-league-page .golmdm-liga-anchor-nav a:first-child{border-left:0!important;}
html body.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active{background:#eef8ed!important;color:#2f8f22!important;}
html body.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:3px!important;background:#39b54a!important;}
html body.golmdm-has-league-page .golmdm-liga-left-rail,
html body.golmdm-has-league-page .golmdm-liga-right-rail{position:fixed!important;top:var(--golmdm-rail-top,150px)!important;width:var(--golmdm-rail-w,300px)!important;max-width:var(--golmdm-rail-w,300px)!important;min-width:0!important;height:var(--golmdm-rail-h,600px)!important;overflow:hidden!important;background:transparent!important;z-index:5!important;}
html body.golmdm-has-league-page .golmdm-liga-left-rail{left:16px!important;}
html body.golmdm-has-league-page .golmdm-liga-right-rail{right:16px!important;}
html body.golmdm-has-league-page .golmdm-liga-left-rail .golmdm-liga-rail-ad,
html body.golmdm-has-league-page .golmdm-liga-right-rail .golmdm-liga-rail-ad,
html body.golmdm-has-league-page .golmdm-liga-left-rail .golmdm-page-ad,
html body.golmdm-has-league-page .golmdm-liga-right-rail .golmdm-page-ad{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;margin:0!important;background:transparent!important;box-sizing:border-box!important;}
html body.golmdm-has-league-page .golmdm-page-ad-inline{display:block!important;width:100%!important;max-width:100%!important;margin:16px 0!important;background:#fff!important;overflow:hidden!important;}
html body.golmdm-has-league-page .golmdm-page-ad-bottom{margin-top:22px!important;}
html body.golmdm-has-league-page .golmdm-admin-tools{display:none!important;}
html body.golmd-theme-dark.golmdm-has-league-page,
html.golmd-theme-dark body.golmdm-has-league-page,
html body.golmd-theme-dark.golmdm-has-league-page #page,
html.golmd-theme-dark body.golmdm-has-league-page #page,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-main-v78,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-main-v78,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-league-detail-v78,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-league-detail-v78,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-hero,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-hero,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-anchor-nav,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-anchor-nav{background:#081018!important;background-color:#081018!important;color:#eef5f2!important;border-color:rgba(255,255,255,.10)!important;}
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-hero-main,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-hero-main,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-hero-logo-wrap,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-hero-logo-wrap,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-hero-content,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-hero-content,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-season-line,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-season-line,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtitle,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtitle,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-stats,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-stats,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-stats span,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-stats span,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-hero-controls,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-hero-controls{background:#081018!important;background-color:#081018!important;}
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-hero{box-shadow:0 -3px 0 #081018,0 8px 20px rgba(0,0,0,.18)!important;}
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-hero-content h1,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-hero-content h1,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-stats b,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-stats b{color:#eef5f2!important;background:transparent!important;}
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-stats em,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-stats em,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-stats svg,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-stats svg{color:#9caab4!important;}
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs{background:#0d1721!important;border-color:rgba(255,255,255,.10)!important;}
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-anchor-nav a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-anchor-nav a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs a{background:#0d1721!important;color:#e7eef4!important;border-color:rgba(255,255,255,.10)!important;}
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs a.is-active{background:#fff!important;color:#101820!important;}
@media (max-width:1023px){
  :root{--golmdm-league-center:100vw;}
  html body.golmdm-has-league-page #golmdm-virtual-page.golmdm-page-wrap,
  html body.golmdm-has-league-page .golmdm-liga-shell-v78,
  html body.golmdm-has-league-page .golmdm-liga-main-v78,
  html body.golmdm-has-league-page .golmdm-league-detail-v78{width:100vw!important;min-width:0!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-left:0!important;padding-right:0!important;border-left:0!important;border-right:0!important;}
  html body.golmdm-has-league-page .golmdm-liga-left-rail,
  html body.golmdm-has-league-page .golmdm-liga-right-rail{display:none!important;}
  html body.golmdm-has-league-page .golmdm-liga-hero{top:var(--golmdm-sticky-top,0px)!important;width:100vw!important;max-width:100vw!important;margin:0 0 12px!important;border-left:0!important;border-right:0!important;border-radius:0!important;}
  html body.golmdm-has-league-page .golmdm-liga-hero-main{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;width:100vw!important;max-width:100vw!important;padding:7px 10px!important;gap:8px!important;}
  html body.golmdm-has-league-page .golmdm-liga-stats{grid-column:1/-1!important;flex:0 0 auto!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important;border-left:0!important;border-right:0!important;border-top:1px solid rgba(8,16,24,.08)!important;padding:6px 0 0!important;gap:14px!important;}
  html body.golmdm-has-league-page .golmdm-liga-stats span{width:auto!important;gap:6px!important;}
  html body.golmdm-has-league-page .golmdm-liga-hero-controls{grid-column:1/-1!important;grid-row:auto!important;width:100%!important;max-width:none!important;min-width:0!important;flex:0 0 auto!important;}
  html body.golmdm-has-league-page .golmdm-liga-anchor-nav{width:100vw!important;max-width:100vw!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;overflow:hidden!important;scrollbar-width:none!important;border-left:0!important;border-right:0!important;}
  html body.golmdm-has-league-page .golmdm-liga-anchor-nav::-webkit-scrollbar{display:none!important;}
  html body.golmdm-has-league-page .golmdm-liga-anchor-nav a{min-width:0!important;width:auto!important;height:36px!important;padding:0 3px!important;gap:4px!important;font-size:9.2px!important;letter-spacing:.02em!important;}
  html body.golmdm-has-league-page .golmdm-liga-anchor-nav a .golmdm-league-link-icon{width:13px!important;height:13px!important;min-width:13px!important;flex-basis:13px!important;}
  html body.golmdm-has-league-page .golmdm-liga-anchor-nav a .golmdm-league-link-icon svg{width:13px!important;height:13px!important;}
  html body.golmdm-has-league-page .golmdm-liga-anchor-nav a .golmdm-liga-anchor-label{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
}

/* 0.1.121: outer league page frame preserved; second menu uses uppercase labels and compact icons. */
@media (min-width:1024px){
  html body.golmdm-has-league-page .golmdm-liga-shell-v78{position:relative!important;width:calc(var(--golmdm-league-center,720px) + 2px)!important;max-width:calc(var(--golmdm-league-center,720px) + 2px)!important;padding:0 1px!important;border:0!important;box-shadow:none!important;background:#e5e7eb!important;background-color:#e5e7eb!important;box-sizing:border-box!important;overflow:visible!important;}
  html body.golmdm-has-league-page .golmdm-liga-main-v78,
  html body.golmdm-has-league-page .golmdm-league-detail-v78{width:var(--golmdm-league-center,720px)!important;max-width:var(--golmdm-league-center,720px)!important;margin-left:0!important;margin-right:0!important;border:0!important;box-shadow:none!important;background:#fff!important;background-color:#fff!important;box-sizing:border-box!important;}
  html body.golmdm-has-league-page .golmdm-liga-frame-line{display:none!important;width:0!important;min-width:0!important;max-width:0!important;height:0!important;background:transparent!important;border:0!important;box-shadow:none!important;opacity:0!important;}
  html body.golmdm-has-league-page .golmdm-liga-hero-logo-wrap,
  html body.golmdm-has-league-page .golmdm-liga-stats,
  html body.golmdm-has-league-page .golmdm-liga-hero-controls{border-left:0!important;border-right:0!important;box-shadow:none!important;}
}
@media (max-width:1023px){
  html body.golmdm-has-league-page .golmdm-liga-shell-v78{background:#fff!important;background-color:#fff!important;padding-left:0!important;padding-right:0!important;}
  html body.golmdm-has-league-page .golmdm-liga-frame-line{display:none!important;}
}
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78{background:#25303a!important;background-color:#25303a!important;}

/* 0.1.150: remove dotted focus from plugin buttons/links. */
.golmdm-page a:focus,.golmdm-page a:focus-visible,.golmdm-page button:focus,.golmdm-page button:focus-visible,.golmdm-page select:focus,.golmdm-page select:focus-visible,.golmdm-leagues-page-v57 a:focus,.golmdm-leagues-page-v57 a:focus-visible,.golmdm-leagues-page-v57 button:focus,.golmdm-leagues-page-v57 button:focus-visible{outline:0!important;box-shadow:none!important;}


/* 0.1.167 standings table redesign */
.golmdm-standings .golmdm-table-wrap{margin:8px 0 24px!important;border:1px solid #e6eaee!important;border-radius:10px!important;overflow-x:auto!important;overflow-y:hidden!important;background:#fff!important;box-shadow:0 8px 22px rgba(8,16,24,.045)!important;}
.golmdm-standings .golmdm-table{width:100%!important;min-width:690px!important;border-collapse:separate!important;border-spacing:0!important;background:#fff!important;border:0!important;border-radius:0!important;color:#071523!important;}
.golmdm-standings .golmdm-table th{height:32px!important;padding:7px 10px!important;background:#f7f9fb!important;border-bottom:1px solid #e7ebef!important;color:#667480!important;font-size:11px!important;font-weight:760!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;}
.golmdm-standings .golmdm-table td{height:44px!important;padding:7px 10px!important;border-bottom:1px solid #edf0f3!important;background:#fff!important;color:#071523!important;font-size:13px!important;font-weight:560!important;line-height:1.15!important;text-align:center!important;vertical-align:middle!important;white-space:nowrap!important;}
.golmdm-standings .golmdm-table tbody tr:last-child td{border-bottom:0!important;}.golmdm-standings .golmdm-table tbody tr:hover td{background:#fbfdfb!important;}.golmdm-standings .golmdm-table th.golmdm-standing-team-head,.golmdm-standings .golmdm-table td.golmdm-standing-team-cell{text-align:left!important;}.golmdm-standings .golmdm-standing-pos{width:34px!important;min-width:34px!important;max-width:34px!important;padding-left:0!important;padding-right:0!important;font-weight:720!important;color:#596775!important;}.golmdm-standings .golmdm-standing-pos.is-top{background:#39b54a!important;color:#fff!important;font-weight:850!important;}.golmdm-standings .golmdm-standing-team{display:flex!important;align-items:center!important;gap:9px!important;min-width:178px!important;max-width:260px!important;color:#071523!important;text-decoration:none!important;font-weight:760!important;}.golmdm-standings .golmdm-standing-team-logo{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;min-width:30px!important;flex:0 0 30px!important;}.golmdm-standings .golmdm-standing-team-logo img{display:block!important;width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}.golmdm-standings .golmdm-standing-team-name{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}.golmdm-standings .golmdm-standing-diff{font-weight:700!important;color:#33404c!important;}.golmdm-standings .golmdm-standing-points strong{font-size:14px!important;font-weight:860!important;color:#071523!important;}.golmdm-standings .golmdm-standing-form-cell{text-align:left!important;min-width:110px!important;}.golmdm-standings .golmdm-form{gap:4px!important;justify-content:flex-start!important;}.golmdm-standings .golmdm-form-badge{width:18px!important;height:18px!important;min-width:18px!important;font-size:9.5px!important;font-weight:850!important;line-height:18px!important;text-decoration:none!important;}.golmdm-standings h4{margin:12px 0 8px!important;font-size:15px!important;line-height:1.2!important;font-weight:760!important;color:#1b2633!important;}@media (max-width:767px){.golmdm-standings .golmdm-table-wrap{border-radius:9px!important;margin-bottom:20px!important;}.golmdm-standings .golmdm-table{min-width:650px!important;}.golmdm-standings .golmdm-table th{font-size:10.5px!important;padding:7px 8px!important;}.golmdm-standings .golmdm-table td{height:42px!important;padding:7px 8px!important;font-size:12.5px!important;}.golmdm-standings .golmdm-standing-team{min-width:164px!important;max-width:220px!important;gap:8px!important;}.golmdm-standings .golmdm-standing-team-logo,.golmdm-standings .golmdm-standing-team-logo img{width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;max-height:28px!important;}.golmdm-standings .golmdm-form-badge{width:17px!important;height:17px!important;min-width:17px!important;font-size:9px!important;}}



/* 0.1.167 standings visual polish */
.golmdm-league-detail-v78 .golmdm-standings{width:100%!important;margin:22px 0 26px!important;padding:0 14px!important;background:#fff!important;box-sizing:border-box!important;}
.golmdm-standings .golmdm-head{margin:0 0 10px!important;padding:0!important;background:transparent!important;border:0!important;}
.golmdm-standings .golmdm-head h3{margin:0!important;font-size:18px!important;line-height:1.15!important;font-weight:760!important;letter-spacing:.005em!important;color:#071523!important;}
.golmdm-standings .golmdm-standings-subtitle{display:block!important;margin:12px 0 7px!important;padding:0 2px!important;font-size:12px!important;line-height:1.2!important;font-weight:720!important;color:#687684!important;letter-spacing:.01em!important;}
.golmdm-standings .golmdm-table-wrap{width:100%!important;margin:0 0 18px!important;border:1px solid #e7ebef!important;border-radius:12px!important;overflow-x:auto!important;overflow-y:hidden!important;background:#fff!important;box-shadow:0 2px 10px rgba(8,16,24,.035)!important;}
.golmdm-standings .golmdm-table-wrap::-webkit-scrollbar{height:0!important;display:none!important;}
.golmdm-standings .golmdm-table-wrap{scrollbar-width:none!important;}
.golmdm-standings .golmdm-table{width:100%!important;min-width:680px!important;border-collapse:separate!important;border-spacing:0!important;background:#fff!important;border:0!important;table-layout:auto!important;}
.golmdm-standings .golmdm-table th{height:31px!important;padding:7px 8px!important;background:#f7f9fb!important;border:0!important;border-bottom:1px solid #e9edf1!important;color:#687684!important;font-size:10.5px!important;font-weight:720!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;}
.golmdm-standings .golmdm-table th:first-child{border-top-left-radius:11px!important;}
.golmdm-standings .golmdm-table th:last-child{border-top-right-radius:11px!important;}
.golmdm-standings .golmdm-table td{height:43px!important;padding:6px 8px!important;border:0!important;border-bottom:1px solid #eef1f4!important;background:#fff!important;color:#071523!important;font-size:12.5px!important;font-weight:560!important;line-height:1.15!important;text-align:center!important;vertical-align:middle!important;white-space:nowrap!important;}
.golmdm-standings .golmdm-table tbody tr:last-child td{border-bottom:0!important;}
.golmdm-standings .golmdm-table tbody tr:hover td{background:#fbfdfb!important;}
.golmdm-standings .golmdm-table th.golmdm-standing-team-head,.golmdm-standings .golmdm-table td.golmdm-standing-team-cell{text-align:left!important;}
.golmdm-standings .golmdm-standing-pos{width:32px!important;min-width:32px!important;max-width:32px!important;padding-left:0!important;padding-right:0!important;font-size:12px!important;font-weight:720!important;color:#5d6b78!important;}
.golmdm-standings .golmdm-standing-pos.is-top{background:#39b54a!important;color:#fff!important;font-weight:820!important;}
.golmdm-standings .golmdm-standing-team{display:flex!important;align-items:center!important;gap:9px!important;min-width:190px!important;max-width:255px!important;color:#071523!important;text-decoration:none!important;font-size:12.5px!important;font-weight:690!important;}
.golmdm-standings .golmdm-standing-team-logo{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;min-width:28px!important;flex:0 0 28px!important;}
.golmdm-standings .golmdm-standing-team-logo img{display:block!important;width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}
.golmdm-standings .golmdm-standing-team-name{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.golmdm-standings .golmdm-standing-diff{font-weight:660!important;color:#33404c!important;}
.golmdm-standings .golmdm-standing-points strong{font-size:13px!important;font-weight:820!important;color:#071523!important;}
.golmdm-standings .golmdm-standing-form-cell{text-align:left!important;min-width:112px!important;}
.golmdm-standings .golmdm-form{display:inline-flex!important;align-items:center!important;gap:4px!important;justify-content:flex-start!important;}
.golmdm-standings .golmdm-form-badge{width:17px!important;height:17px!important;min-width:17px!important;border-radius:50%!important;font-size:9px!important;font-weight:820!important;line-height:17px!important;text-decoration:none!important;box-shadow:none!important;}
@media (max-width:767px){.golmdm-league-detail-v78 .golmdm-standings{margin-top:20px!important;padding:0 10px!important;}.golmdm-standings .golmdm-head h3{font-size:17px!important;}.golmdm-standings .golmdm-table-wrap{border-radius:11px!important;margin-bottom:16px!important;}.golmdm-standings .golmdm-table{min-width:640px!important;}.golmdm-standings .golmdm-table th{font-size:10px!important;padding:7px 7px!important;}.golmdm-standings .golmdm-table td{height:41px!important;padding:6px 7px!important;font-size:12px!important;}.golmdm-standings .golmdm-standing-team{min-width:170px!important;max-width:215px!important;gap:8px!important;font-size:12px!important;}.golmdm-standings .golmdm-standing-team-logo,.golmdm-standings .golmdm-standing-team-logo img{width:26px!important;height:26px!important;min-width:26px!important;max-width:26px!important;max-height:26px!important;}.golmdm-standings .golmdm-standing-form-cell{min-width:104px!important;}.golmdm-standings .golmdm-form-badge{width:16px!important;height:16px!important;min-width:16px!important;font-size:8.5px!important;line-height:16px!important;}}



/* 0.1.226: stable dark gutters fix.
   This does NOT move or resize anything. It only paints the real Astra/WP page
   containers after the live detector has proved the site header is dark. */
html.golmdm-dark-live,
html.golmdm-dark-live body.golmdm-has-league-page,
body.golmdm-dark-live.golmdm-has-league-page,
html.golmdm-dark-live body.golmdm-has-league-page #page,
body.golmdm-dark-live.golmdm-has-league-page #page,
html.golmdm-dark-live body.golmdm-has-league-page .site,
body.golmdm-dark-live.golmdm-has-league-page .site,
html.golmdm-dark-live body.golmdm-has-league-page #content,
body.golmdm-dark-live.golmdm-has-league-page #content,
html.golmdm-dark-live body.golmdm-has-league-page .site-content,
body.golmdm-dark-live.golmdm-has-league-page .site-content,
html.golmdm-dark-live body.golmdm-has-league-page .ast-container,
body.golmdm-dark-live.golmdm-has-league-page .ast-container,
html.golmdm-dark-live body.golmdm-has-league-page #primary,
body.golmdm-dark-live.golmdm-has-league-page #primary,
html.golmdm-dark-live body.golmdm-has-league-page .content-area,
body.golmdm-dark-live.golmdm-has-league-page .content-area,
html.golmdm-dark-live body.golmdm-has-league-page .site-main,
body.golmdm-dark-live.golmdm-has-league-page .site-main,
html.golmdm-dark-live body.golmdm-has-league-page main.site-main,
body.golmdm-dark-live.golmdm-has-league-page main.site-main,
html.golmdm-dark-live body.golmdm-has-league-page .entry-content,
body.golmdm-dark-live.golmdm-has-league-page .entry-content,
html.golmdm-dark-live body.golmdm-has-league-page .page-content,
body.golmdm-dark-live.golmdm-has-league-page .page-content,
html.golmdm-dark-live body.golmdm-has-league-page #golmdm-virtual-page,
body.golmdm-dark-live.golmdm-has-league-page #golmdm-virtual-page{
  background:#091018!important;
  background-color:#091018!important;
  background-image:none!important;
}
html.golmdm-light-live body.golmdm-has-league-page,
body.golmdm-light-live.golmdm-has-league-page,
html.golmdm-light-live body.golmdm-has-league-page #page,
body.golmdm-light-live.golmdm-has-league-page #page,
html.golmdm-light-live body.golmdm-has-league-page .site,
body.golmdm-light-live.golmdm-has-league-page .site,
html.golmdm-light-live body.golmdm-has-league-page #content,
body.golmdm-light-live.golmdm-has-league-page #content,
html.golmdm-light-live body.golmdm-has-league-page .site-content,
body.golmdm-light-live.golmdm-has-league-page .site-content,
html.golmdm-light-live body.golmdm-has-league-page .ast-container,
body.golmdm-light-live.golmdm-has-league-page .ast-container,
html.golmdm-light-live body.golmdm-has-league-page #primary,
body.golmdm-light-live.golmdm-has-league-page #primary,
html.golmdm-light-live body.golmdm-has-league-page .content-area,
body.golmdm-light-live.golmdm-has-league-page .content-area,
html.golmdm-light-live body.golmdm-has-league-page .site-main,
body.golmdm-light-live.golmdm-has-league-page .site-main,
html.golmdm-light-live body.golmdm-has-league-page main.site-main,
body.golmdm-light-live.golmdm-has-league-page main.site-main,
html.golmdm-light-live body.golmdm-has-league-page .entry-content,
body.golmdm-light-live.golmdm-has-league-page .entry-content,
html.golmdm-light-live body.golmdm-has-league-page .page-content,
body.golmdm-light-live.golmdm-has-league-page .page-content,
html.golmdm-light-live body.golmdm-has-league-page #golmdm-virtual-page,
body.golmdm-light-live.golmdm-has-league-page #golmdm-virtual-page{
  background:#fff!important;
  background-color:#fff!important;
  background-image:none!important;
}

/* 0.1.271: scorer section layout recalibration.
   Do not remove the useful outer section offsets. The earlier shift came from
   double padding: the whole scorer section had side padding and the heading had
   its own side padding too. Keep the section padding, but reset the scorer
   heading inside it so the title and card sit on one clean vertical line. */
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-league-detail-v78 section#scorers,
html body.golmdm-has-league-page .golmdm-liga-main-v78 .golmdm-league-detail-v78 section#scorers{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:16px!important;
  padding-right:16px!important;
  box-sizing:border-box!important;
}
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers > .golmdm-head{
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  margin-bottom:10px!important;
  box-sizing:border-box!important;
}
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers > .golmdm-head h2,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers > .golmdm-head h3{
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  text-indent:0!important;
}
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers .golmdm-scorers-card,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers .golmdm-scorer-list{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers li.golmdm-scorer-row{
  grid-template-columns:34px minmax(0,1fr) 64px!important;
  gap:12px!important;
  padding-left:18px!important;
  padding-right:18px!important;
}
@media(max-width:1023px){
  html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers > .golmdm-head{
    padding-left:0!important;
    padding-right:0!important;
  }
  html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers li.golmdm-scorer-row{
    grid-template-columns:30px minmax(0,1fr) 58px!important;
    gap:8px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
}

/* 0.1.272: dark controls closer to light theme + restored hover highlighting.
   CSS only: do not touch live theme detection/sync. */
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs{
  background:#f7f9fb!important;
  background-color:#f7f9fb!important;
  border-color:#dfe5e9!important;
  box-shadow:none!important;
}
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs a{
  background:#fff!important;
  background-color:#fff!important;
  color:#071523!important;
  border-color:rgba(8,16,24,.10)!important;
  -webkit-text-fill-color:#071523!important;
  transition:background-color .14s ease,color .14s ease,border-color .14s ease!important;
}
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a:hover,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a:hover,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a:hover,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a:hover,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a:hover,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs a:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs a:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs a:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs a:hover{
  background:#eef8ed!important;
  background-color:#eef8ed!important;
  color:#2f8f22!important;
  -webkit-text-fill-color:#2f8f22!important;
}
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a.is-active,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a.is-active,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a.is-active,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a.is-active,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a.is-active,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs a.is-active,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a.is-active:hover,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a.is-active:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs a.is-active:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs a.is-active:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs a.is-active:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs a.is-active:hover{
  background:#2f8f22!important;
  background-color:#2f8f22!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:#2f8f22!important;
}

/* Round buttons: keep the light-theme pill geometry in dark mode, only active stays green. */
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-switcher,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-switcher{
  background:transparent!important;
  background-color:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills{
  gap:5px!important;
}
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher-arrow,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills span,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher-arrow,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills span,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher-arrow,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills span,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-switcher-arrow,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills a,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills span,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-switcher-arrow,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills a,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills span{
  background:#fff!important;
  background-color:#fff!important;
  color:#071523!important;
  -webkit-text-fill-color:#071523!important;
  border:1px solid #dfe5e9!important;
  box-shadow:none!important;
  transition:background-color .14s ease,color .14s ease,border-color .14s ease,box-shadow .14s ease!important;
}
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a:hover,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a:hover,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a:hover,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills a:hover,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills a:hover{
  background:#eef8ed!important;
  background-color:#eef8ed!important;
  color:#2f8f22!important;
  -webkit-text-fill-color:#2f8f22!important;
  border-color:rgba(57,181,74,.38)!important;
}
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a.is-active,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a.is-active,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills a.is-active,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a.is-active:hover,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills a.is-active:hover,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills a.is-active:hover{
  background:#2f8f22!important;
  background-color:#2f8f22!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:#2f8f22!important;
  box-shadow:0 2px 6px rgba(47,143,34,.22)!important;
}

/* Restore hover feedback that the dark rebuild disabled globally. */
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#matches .golmdm-match-row-link,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#standings.golmdm-standings table.golmdm-table tbody tr td,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-standings table.golmdm-table tbody tr td{
  transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,color .14s ease!important;
}
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#matches .golmdm-match-row-link:hover{
  background:#fbfdfb!important;
  background-color:#fbfdfb!important;
  box-shadow:inset 3px 0 0 rgba(57,181,74,.45)!important;
}
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-match-row-link:hover,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-match-row-link:hover,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-match-row-link:hover,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-match-row-link:hover,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-match-row-link:hover{
  background:#101b25!important;
  background-color:#101b25!important;
  border-color:#2b4050!important;
  box-shadow:inset 3px 0 0 rgba(57,181,74,.58)!important;
}
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#standings.golmdm-standings table.golmdm-table tbody tr:hover td,
html body.golmdm-has-league-page .golmdm-league-detail-v78 .golmdm-standings table.golmdm-table tbody tr:hover td{
  background:#fbfdfb!important;
  background-color:#fbfdfb!important;
}
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#standings.golmdm-standings table.golmdm-table tbody tr:hover td,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#standings.golmdm-standings table.golmdm-table tbody tr:hover td,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#standings.golmdm-standings table.golmdm-table tbody tr:hover td,
html.golmd-theme-dark body.golmdm-has-league-page section#standings.golmdm-standings table.golmdm-table tbody tr:hover td,
html body.golmd-theme-dark.golmdm-has-league-page section#standings.golmdm-standings table.golmdm-table tbody tr:hover td,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-standings table.golmdm-table tbody tr:hover td,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-standings table.golmdm-table tbody tr:hover td{
  background:#101b25!important;
  background-color:#101b25!important;
  border-color:#2b4050!important;
}

/* 0.1.273: calmer dark controls + reliable match-row hover.
   CSS only. Keep the stable clean theme engine untouched. */
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs{
  background:#0f1923!important;
  background-color:#0f1923!important;
  border:1px solid #243442!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs a{
  background:transparent!important;
  background-color:transparent!important;
  color:#dce8ef!important;
  -webkit-text-fill-color:#dce8ef!important;
  border-color:rgba(255,255,255,.08)!important;
  box-shadow:none!important;
  transition:background-color .12s ease,color .12s ease,border-color .12s ease!important;
}
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a:hover,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a:hover,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a:hover,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a:hover,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a:hover,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs a:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs a:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs a:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs a:hover{
  background:#142434!important;
  background-color:#142434!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a.is-active,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a.is-active,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a.is-active,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a.is-active,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a.is-active,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs a.is-active,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs a.is-active:hover,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs a.is-active:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs a.is-active:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs a.is-active:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs a.is-active:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs a.is-active:hover{
  background:#2b7a24!important;
  background-color:#2b7a24!important;
  color:#f3fff2!important;
  -webkit-text-fill-color:#f3fff2!important;
  border-color:#398f32!important;
  box-shadow:inset 0 -2px 0 rgba(255,255,255,.13)!important;
}
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-switcher,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-switcher{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills{gap:5px!important;}
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher-arrow,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills span,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher-arrow,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills span,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher-arrow,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills span,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-switcher-arrow,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills a,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills span,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-switcher-arrow,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills a,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills span{
  background:#111c26!important;
  background-color:#111c26!important;
  color:#dce8ef!important;
  -webkit-text-fill-color:#dce8ef!important;
  border:1px solid #263746!important;
  box-shadow:none!important;
  transition:background-color .12s ease,color .12s ease,border-color .12s ease!important;
}
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a:hover,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a:hover,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a:hover,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills a:hover,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills a:hover{
  background:#172838!important;
  background-color:#172838!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:#365064!important;
}
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a.is-active,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a.is-active,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills a.is-active,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-pills a.is-active:hover,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-pills a.is-active:hover,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-pills a.is-active:hover{
  background:#2b7a24!important;
  background-color:#2b7a24!important;
  color:#f3fff2!important;
  -webkit-text-fill-color:#f3fff2!important;
  border-color:#398f32!important;
  box-shadow:none!important;
}
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#matches.golmdm-rounds .golmdm-match-row,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#matches.golmdm-rounds .golmdm-match-row-link{
  transition:background-color .13s ease,border-color .13s ease,box-shadow .13s ease!important;
}
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#matches.golmdm-rounds .golmdm-match-row:hover,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#matches.golmdm-rounds .golmdm-match-row:hover .golmdm-match-row-link,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#matches.golmdm-rounds .golmdm-match-row-link:hover{
  background:#fbfdfb!important;
  background-color:#fbfdfb!important;
  border-color:#dce9dc!important;
  box-shadow:inset 3px 0 0 rgba(57,181,74,.35)!important;
}
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches.golmdm-rounds .golmdm-match-row:hover,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches.golmdm-rounds .golmdm-match-row:hover .golmdm-match-row-link,
html body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches.golmdm-rounds .golmdm-match-row-link:hover,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches.golmdm-rounds .golmdm-match-row:hover,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches.golmdm-rounds .golmdm-match-row:hover .golmdm-match-row-link,
html body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches.golmdm-rounds .golmdm-match-row-link:hover,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches.golmdm-rounds .golmdm-match-row:hover,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches.golmdm-rounds .golmdm-match-row:hover .golmdm-match-row-link,
html body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches.golmdm-rounds .golmdm-match-row-link:hover,
html.golmd-theme-dark body.golmdm-has-league-page section#matches.golmdm-rounds .golmdm-match-row:hover,
html.golmd-theme-dark body.golmdm-has-league-page section#matches.golmdm-rounds .golmdm-match-row:hover .golmdm-match-row-link,
html.golmd-theme-dark body.golmdm-has-league-page section#matches.golmdm-rounds .golmdm-match-row-link:hover,
html body.golmd-theme-dark.golmdm-has-league-page section#matches.golmdm-rounds .golmdm-match-row:hover,
html body.golmd-theme-dark.golmdm-has-league-page section#matches.golmdm-rounds .golmdm-match-row:hover .golmdm-match-row-link,
html body.golmd-theme-dark.golmdm-has-league-page section#matches.golmdm-rounds .golmdm-match-row-link:hover{
  background:#132130!important;
  background-color:#132130!important;
  border-color:#314456!important;
  box-shadow:inset 3px 0 0 rgba(57,181,74,.42)!important;
}

/* 0.1.274: final dark controls + match hover override.
   This block must stay at the END of the league-detail frame CSS because older
   v198/v272 rules below the theme rebuild were forcing the buttons back to white. */

/* Phase/group segmented controls: same compact geometry, calm night palette. */
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-tabs,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-subtabs,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-tabs,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-subtabs,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-tabs,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-subtabs,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-tabs,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-subtabs,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-tabs,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-subtabs,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-tabs,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-subtabs,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-tabs,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-subtabs,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs{
  background:#0e1822!important;
  background-color:#0e1822!important;
  border:1px solid #263746!important;
  border-radius:7px!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-tabs > a,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-subtabs > a,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-tabs > a,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-subtabs > a,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-tabs > a,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-subtabs > a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-tabs > a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-subtabs > a,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-tabs > a,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-subtabs > a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-tabs > a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-subtabs > a,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-tabs > a,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-subtabs > a,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a{
  background:transparent!important;
  background-color:transparent!important;
  color:#d7e3eb!important;
  -webkit-text-fill-color:#d7e3eb!important;
  border-color:rgba(255,255,255,.08)!important;
  box-shadow:none!important;
  text-shadow:none!important;
  transition:background-color .12s ease,color .12s ease,border-color .12s ease!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-tabs > a:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-subtabs > a:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-tabs > a:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-subtabs > a:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs > a:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs > a:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs > a:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs > a:hover,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-tabs > a:hover,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-subtabs > a:hover{
  background:#162636!important;
  background-color:#162636!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-tabs > a.is-active,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page .golmdm-liga-subtabs > a.is-active,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-tabs > a.is-active,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 .golmdm-liga-subtabs > a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs > a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs > a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs > a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs > a.is-active,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active{
  background:#276f22!important;
  background-color:#276f22!important;
  color:#f5fff4!important;
  -webkit-text-fill-color:#f5fff4!important;
  border-color:#3b8434!important;
  box-shadow:none!important;
}

/* Round switcher: same size as day mode, but no white glare in dark mode. */
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#matches .golmdm-round-switcher,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher .golmdm-round-pills > a,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher .golmdm-round-pills > span,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher .golmdm-round-pills > a,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher .golmdm-round-pills > span,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher .golmdm-round-pills > a,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher .golmdm-round-pills > span,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher .golmdm-round-pills > a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher .golmdm-round-pills > span,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher .golmdm-round-pills > a,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher .golmdm-round-pills > span,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher .golmdm-round-pills > a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher .golmdm-round-pills > span,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > span,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > span,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > span,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > span{
  background:#121d27!important;
  background-color:#121d27!important;
  color:#d9e5ec!important;
  -webkit-text-fill-color:#d9e5ec!important;
  border:1px solid #2b3c4a!important;
  border-radius:8px!important;
  box-shadow:none!important;
  transition:background-color .12s ease,color .12s ease,border-color .12s ease!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher .golmdm-round-pills > a:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher .golmdm-round-pills > a:hover,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-switcher .golmdm-round-pills > a:hover,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-switcher .golmdm-round-pills > a:hover,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a:hover,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a:hover,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a:hover,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a:hover{
  background:#192b3a!important;
  background-color:#192b3a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#3b5366!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-switcher .golmdm-round-pills > a.is-active,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-switcher .golmdm-round-pills > a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page section#matches .golmdm-round-switcher .golmdm-round-pills > a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page section#matches .golmdm-round-switcher .golmdm-round-pills > a.is-active,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a.is-active,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a.is-active,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a.is-active,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-switcher .golmdm-round-pills > a.is-active{
  background:#276f22!important;
  background-color:#276f22!important;
  color:#f5fff4!important;
  -webkit-text-fill-color:#f5fff4!important;
  border-color:#3b8434!important;
  box-shadow:none!important;
}

/* Match-row hover: real row + inner link, final cascade position. */
body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row,
body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row > .golmdm-match-row-link,
body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-match-list .golmdm-match-row,
body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-match-list .golmdm-match-row > .golmdm-match-row-link{
  transition:background-color .13s ease,border-color .13s ease,box-shadow .13s ease!important;
}
body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row:hover,
body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row:hover > .golmdm-match-row-link,
body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row > .golmdm-match-row-link:hover,
body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-match-list .golmdm-match-row:hover,
body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-match-list .golmdm-match-row:hover > .golmdm-match-row-link,
body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-match-list .golmdm-match-row > .golmdm-match-row-link:hover{
  background:#f7fbf6!important;
  background-color:#f7fbf6!important;
  border-color:#d8ead6!important;
  box-shadow:inset 3px 0 0 rgba(57,181,74,.35)!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row:hover > .golmdm-match-row-link,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row > .golmdm-match-row-link:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-match-list .golmdm-match-row:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-match-list .golmdm-match-row:hover > .golmdm-match-row-link,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#matches .golmdm-round-match-list .golmdm-match-row > .golmdm-match-row-link:hover,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row:hover,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row:hover > .golmdm-match-row-link,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row > .golmdm-match-row-link:hover,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row:hover,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row:hover > .golmdm-match-row-link,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#matches .golmdm-round-match-list .golmdm-match-row > .golmdm-match-row-link:hover,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#matches .golmdm-round-match-list .golmdm-match-row:hover,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#matches .golmdm-round-match-list .golmdm-match-row:hover > .golmdm-match-row-link,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#matches .golmdm-round-match-list .golmdm-match-row > .golmdm-match-row-link:hover,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-match-list .golmdm-match-row:hover,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-match-list .golmdm-match-row:hover > .golmdm-match-row-link,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#matches .golmdm-round-match-list .golmdm-match-row > .golmdm-match-row-link:hover{
  background:#172638!important;
  background-color:#172638!important;
  border-color:#3a5062!important;
  box-shadow:inset 3px 0 0 rgba(57,181,74,.46)!important;
}

/* 0.1.275: dark club-logo hover feedback.
   CSS only. Keep the stable clean theme engine untouched. */
html body.golmdm-has-league-page #golmdm-virtual-page section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only{
  transition:background-color .13s ease,border-color .13s ease,box-shadow .13s ease,transform .13s ease!important;
}
html body.golmdm-has-league-page #golmdm-virtual-page section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html body.golmdm-has-league-page #golmdm-virtual-page section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible{
  background:rgba(57,181,74,.06)!important;
  background-color:rgba(57,181,74,.06)!important;
  box-shadow:inset 0 0 0 1px rgba(57,181,74,.16)!important;
  transform:translateY(-1px)!important;
  text-decoration:none!important;
  outline:0!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-league-detail-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-league-detail-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-league-detail-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-league-detail-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-league-detail-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-league-detail-v78 section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:hover,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#clubs .golmdm-club-grid-logo-only .golmdm-club-card-logo-only:focus-visible{
  background:#122131!important;
  background-color:#122131!important;
  border-color:#2e4657!important;
  box-shadow:inset 0 0 0 1px rgba(57,181,74,.34),0 8px 20px rgba(0,0,0,.18)!important;
  transform:translateY(-1px)!important;
  text-decoration:none!important;
  outline:0!important;
}

/* 0.1.276: scorer-row hover feedback + clearer dark goals badge.
   CSS only. Do not touch the stable clean theme engine. */
html body.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers li.golmdm-scorer-row{
  transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease!important;
}
html body.golmdm-has-league-page #golmdm-virtual-page section#scorers .golmdm-scorer-rank,
html body.golmdm-has-league-page #golmdm-virtual-page section#scorers .golmdm-scorer-goals,
html body.golmdm-has-league-page #golmdm-virtual-page section#scorers .golmdm-scorer-goals-icon,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers .golmdm-scorer-rank,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers .golmdm-scorer-goals,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers .golmdm-scorer-goals-icon,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers .golmdm-scorer-rank,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers .golmdm-scorer-goals,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers .golmdm-scorer-goals-icon{
  transition:background-color .14s ease,color .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease!important;
}

/* Light theme scorer hover: same calm green hint as matches/table hover. */
html body.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row:hover,
html body.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row:focus-within,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row:hover,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row:focus-within,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers li.golmdm-scorer-row:hover,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers li.golmdm-scorer-row:focus-within{
  background:#f7fbf6!important;
  background-color:#f7fbf6!important;
  border-color:#d8ead6!important;
  box-shadow:inset 3px 0 0 rgba(57,181,74,.34)!important;
  transform:translateX(1px)!important;
}
html body.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-rank,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-rank,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-rank{
  background:#e6f4e8!important;
  color:#2f8f22!important;
}
html body.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals,
html body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals,
html body.golmdm-has-league-page .golmdm-league-detail-v78 section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals{
  background:#dff2e2!important;
  color:#187426!important;
  box-shadow:inset 0 0 0 1px rgba(57,181,74,.20)!important;
}

/* Dark theme: make goals readable by default, not only on hover. */
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#scorers .golmdm-scorer-goals,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers .golmdm-scorer-goals,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#scorers .golmdm-scorer-goals,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers .golmdm-scorer-goals,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#scorers .golmdm-scorer-goals,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers .golmdm-scorer-goals,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#scorers .golmdm-scorer-goals,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#scorers .golmdm-scorer-goals,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#scorers .golmdm-scorer-goals,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#scorers .golmdm-scorer-goals{
  background:rgba(57,181,74,.24)!important;
  background-color:rgba(57,181,74,.24)!important;
  color:#b8ff9d!important;
  -webkit-text-fill-color:#b8ff9d!important;
  border:1px solid rgba(126,231,109,.34)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)!important;
  font-weight:900!important;
  text-shadow:0 1px 0 rgba(0,0,0,.35)!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#scorers .golmdm-scorer-goals-icon,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers .golmdm-scorer-goals-icon,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#scorers .golmdm-scorer-goals-icon,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers .golmdm-scorer-goals-icon,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#scorers .golmdm-scorer-goals-icon,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers .golmdm-scorer-goals-icon,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#scorers .golmdm-scorer-goals-icon,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#scorers .golmdm-scorer-goals-icon,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#scorers .golmdm-scorer-goals-icon,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#scorers .golmdm-scorer-goals-icon{
  color:#8ff07b!important;
  -webkit-text-fill-color:#8ff07b!important;
}

/* Dark theme scorer hover: visible but not flashy. */
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row:focus-within,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row:hover,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row:focus-within,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row:hover,
html.golmd-theme-dark body.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row:focus-within,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row:hover,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row:focus-within,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row:hover,
html body.golmd-theme-dark.golmdm-has-league-page #golmdm-virtual-page section#scorers li.golmdm-scorer-row:focus-within,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row:hover,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-shell-v78 section#scorers li.golmdm-scorer-row:focus-within,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:focus-within,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:focus-within,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:focus-within,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:focus-within{
  background:#172638!important;
  background-color:#172638!important;
  border-color:#3a5062!important;
  box-shadow:inset 3px 0 0 rgba(57,181,74,.46)!important;
  transform:translateX(1px)!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-rank,
html.golmd-theme-dark body.golmdm-has-league-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-rank,
html body.golmd-theme-dark.golmdm-has-league-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-rank,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-rank,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-rank,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-rank,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-rank{
  background:#203343!important;
  color:#d8e8ef!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals,
html.golmd-theme-dark body.golmdm-has-league-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals,
html body.golmd-theme-dark.golmdm-has-league-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals{
  background:#276f22!important;
  background-color:#276f22!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#66c95d!important;
  box-shadow:0 0 0 1px rgba(126,231,109,.24),0 6px 18px rgba(0,0,0,.18)!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals-icon,
html.golmd-theme-dark body.golmdm-has-league-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals-icon,
html body.golmd-theme-dark.golmdm-has-league-page section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals-icon,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals-icon,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals-icon,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals-icon,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] section#scorers li.golmdm-scorer-row:hover .golmdm-scorer-goals-icon{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}



/* 0.1.277: remove accidental green side seams from active dark controls.
   Active state must be shown by background + bottom underline only, not by a left border. */
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-anchor-nav a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-anchor-nav a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-anchor-nav a,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a{
  border-left-color:rgba(255,255,255,.10)!important;
  border-right-color:rgba(255,255,255,.05)!important;
  border-top-color:transparent!important;
  border-bottom-color:transparent!important;
  box-shadow:none!important;
  outline:0!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-anchor-nav a:first-child,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-anchor-nav a:first-child,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-anchor-nav a:first-child,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a:first-child,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a:first-child,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a:first-child,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a:first-child{
  border-left-color:transparent!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active{
  border-left-color:rgba(255,255,255,.10)!important;
  border-right-color:rgba(255,255,255,.05)!important;
  border-top-color:transparent!important;
  border-bottom-color:transparent!important;
  box-shadow:none!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active:first-child,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active:first-child,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active:first-child,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active:first-child,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active:first-child,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active:first-child,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active:first-child{
  border-left-color:transparent!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active::before,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active::before,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active::before,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active::before,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active::before,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active::before,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active::before{
  display:none!important;
  content:none!important;
  width:0!important;
  background:transparent!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active::after,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active::after,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-anchor-nav a.is-active::after,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active::after,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active::after,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active::after,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-anchor-nav a.is-active::after{
  left:0!important;
  right:0!important;
  top:auto!important;
  bottom:0!important;
  width:auto!important;
  height:2px!important;
  background:#39b54a!important;
  border:0!important;
  box-shadow:none!important;
}

/* Phase/group segmented buttons: no green outline on active segment sides. */
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-tabs > a,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-subtabs > a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs > a,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs > a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs > a,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs > a,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-tabs > a,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-subtabs > a,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a{
  box-shadow:none!important;
  outline:0!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-tabs > a.is-active,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-subtabs > a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs > a.is-active,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs > a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs > a.is-active,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs > a.is-active,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active{
  border-color:transparent!important;
  border-left-color:transparent!important;
  border-right-color:transparent!important;
  border-top-color:transparent!important;
  border-bottom-color:transparent!important;
  box-shadow:none!important;
  outline:0!important;
}
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-tabs > a.is-active::before,
html[data-golmdm-real-theme="dark"] body.golmdm-has-league-page .golmdm-liga-subtabs > a.is-active::before,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-tabs > a.is-active::before,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-liga-subtabs > a.is-active::before,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-tabs > a.is-active::before,
html body.golmd-theme-dark.golmdm-has-league-page .golmdm-liga-subtabs > a.is-active::before,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active::before,
body.golmdm-has-league-page #golmdm-virtual-page [data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active::before,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active::before,
body.golmdm-has-league-page .golmdm-liga-shell-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active::before,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active::before,
body.golmdm-has-league-page .golmdm-liga-main-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active::before,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-tabs > a.is-active::before,
body.golmdm-has-league-page .golmdm-league-detail-v78[data-golmdm-theme="dark"] .golmdm-liga-subtabs > a.is-active::before{
  display:none!important;
  content:none!important;
  background:transparent!important;
}

/* 0.1.289: league header second subtle polish.
   Larger crest on desktop and phones; desktop counter labels a bit more readable and the stats block moved slightly left. */
@media (min-width:1024px){
  html body.golmdm-has-league-page .golmdm-liga-hero-main:not(.golmdm-liga-hero-main-no-logo){
    grid-template-columns:50px minmax(205px,260px) 130px minmax(200px,1fr)!important;
    min-height:58px!important;
    padding:7px 14px!important;
    column-gap:12px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-hero-logo-wrap{
    flex:0 0 50px!important;
    width:50px!important;
    min-height:50px!important;
    padding-right:8px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-hero-logo{
    width:36px!important;
    height:36px!important;
    max-width:36px!important;
    max-height:36px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-hero-content{
    max-width:260px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats{
    width:130px!important;
    min-width:130px!important;
    max-width:130px!important;
    row-gap:7px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats span{
    grid-template-columns:13px auto auto!important;
    column-gap:7px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats svg{
    width:12px!important;
    height:12px!important;
    flex-basis:12px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats b{
    font-size:14.6px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-stats em{
    font-size:11.15px!important;
    font-weight:650!important;
  }
}
@media (max-width:1023px) and (orientation:landscape){
  html body.golmdm-has-league-page .golmdm-liga-hero-logo-wrap{
    flex-basis:40px!important;
    width:40px!important;
    min-height:40px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-hero-logo{
    width:30px!important;
    height:30px!important;
    max-width:30px!important;
    max-height:30px!important;
  }
}
@media (max-width:767px) and (orientation:portrait){
  html body.golmdm-has-league-page .golmdm-liga-hero-main:not(.golmdm-liga-hero-main-no-logo){
    grid-template-columns:54px minmax(0,1fr) 132px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-hero-logo-wrap{
    width:46px!important;
    min-height:46px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-hero-logo{
    width:34px!important;
    height:34px!important;
    max-width:34px!important;
    max-height:34px!important;
  }
}
@media (max-width:370px) and (orientation:portrait){
  html body.golmdm-has-league-page .golmdm-liga-hero-main:not(.golmdm-liga-hero-main-no-logo){
    grid-template-columns:48px minmax(0,1fr) 122px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-hero-logo-wrap{
    width:40px!important;
    min-height:40px!important;
  }
  html body.golmdm-has-league-page .golmdm-liga-hero-logo{
    width:31px!important;
    height:31px!important;
    max-width:31px!important;
    max-height:31px!important;
  }
}



/* 0.1.320: iOS WebKit sticky league-header stabilization. */
@supports(-webkit-touch-callout:none){
  @media(max-width:1023px){
    html.golmdm-ios-v320 body.golmdm-has-league-page .golmdm-liga-hero{
      top:var(--golmdm-sticky-top,0px)!important;
      -webkit-transform:translateZ(0)!important;
      transform:translateZ(0)!important;
      will-change:top!important;
    }
  }
}


/* 4.0.0-beta.2: league ads use the same simple frame as news ads: label + optional CTA, and rail creatives fit instead of being clipped. */
html body.golmdm-has-league-page .golmdm-page-ad{box-sizing:border-box!important;max-width:100%!important;min-width:0!important;line-height:normal!important;text-align:center!important;background:transparent!important;border:0!important;box-shadow:none!important;}
html body.golmdm-has-league-page .golmdm-page-ad-label{display:block!important;width:100%!important;margin:0 0 8px!important;padding:0!important;box-sizing:border-box!important;color:#94a3b8!important;font-size:10px!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-align:center!important;pointer-events:none!important;user-select:none!important;background:transparent!important;}
html body.golmdm-has-league-page .golmdm-page-ad-body{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;box-sizing:border-box!important;overflow:visible!important;text-align:center!important;line-height:normal!important;background:transparent!important;}
html body.golmdm-has-league-page .golmdm-page-ad-body > *{max-width:100%!important;margin-left:auto!important;margin-right:auto!important;}
html body.golmdm-has-league-page .golmdm-page-ad-body img{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;}
html body.golmdm-has-league-page .golmdm-page-ad-body iframe,
html body.golmdm-has-league-page .golmdm-page-ad-body ins{display:block!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;}
html body.golmdm-has-league-page .golmdm-page-ad-cta{display:block!important;width:100%!important;margin:9px 0 0!important;padding:0!important;box-sizing:border-box!important;color:#64748b!important;font-size:12px!important;line-height:1.25!important;text-align:center!important;background:transparent!important;}
html body.golmdm-has-league-page .golmdm-page-ad-cta a{color:#64748b!important;text-decoration:underline!important;text-underline-offset:2px!important;background:transparent!important;}
html body.golmdm-has-league-page .golmdm-liga-left-rail .golmdm-page-ad,
html body.golmdm-has-league-page .golmdm-liga-right-rail .golmdm-page-ad,
html body.golmdm-has-league-page .golmdm-liga-left-rail .golmdm-liga-rail-ad,
html body.golmdm-has-league-page .golmdm-liga-right-rail .golmdm-liga-rail-ad{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;min-width:0!important;height:100%!important;max-height:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important;overflow:hidden!important;line-height:normal!important;background:transparent!important;}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body{flex:1 1 auto!important;height:auto!important;max-height:none!important;overflow:hidden!important;align-items:flex-start!important;justify-content:center!important;}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-label{flex:0 0 auto!important;margin:0 0 8px!important;}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-cta{flex:0 0 auto!important;margin:10px 0 0!important;}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118{margin:0 auto!important;max-width:100%!important;transform-origin:top center!important;will-change:transform!important;}
html body.golmdm-has-league-page .golmdm-page-ad-inline{display:block!important;width:100%!important;max-width:100%!important;margin:16px 0 20px!important;padding:10px 12px 12px!important;min-height:0!important;height:auto!important;line-height:normal!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:hidden!important;text-align:center!important;}
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-label{font-size:11px!important;margin:0 0 10px!important;}
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-body{overflow:hidden!important;align-items:center!important;}
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-cta{margin:10px 0 0!important;}
html body.golmdm-has-league-page .golmdm-page-ad-inline.is-empty,
html body.golmdm-has-league-page .golmdm-page-ad-inline:empty{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;}
html.golmdm-dark-live body.golmdm-has-league-page .golmdm-page-ad-label,
body.golmd-theme-dark.golmdm-has-league-page .golmdm-page-ad-label{color:#8493a2!important;}
html.golmdm-dark-live body.golmdm-has-league-page .golmdm-page-ad-cta,
html.golmdm-dark-live body.golmdm-has-league-page .golmdm-page-ad-cta a,
body.golmd-theme-dark.golmdm-has-league-page .golmdm-page-ad-cta,
body.golmd-theme-dark.golmdm-has-league-page .golmdm-page-ad-cta a{color:#9aa8b5!important;}


/* 4.0.0-beta.4: league rail ads fit by both width and height and stay centered. */
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  min-height:0!important;
  height:auto!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body > *{
  max-width:100%!important;
  max-height:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body img,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body picture,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body video,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body canvas,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body svg{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  margin:auto!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body iframe,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body ins{
  max-width:100%!important;
  max-height:100%!important;
  margin:auto!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118{
  margin:0 auto!important;
  max-width:100%!important;
  max-height:100%!important;
  transition:none!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-stage,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-layer{
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  transition:none!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118[data-golmd-active-level="3"],
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118[data-golmd-active-level="3"] .golmd-slot-v118-stage,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118[data-golmd-active-level="3"] .golmd-slot-v118-layer{
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-fit,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-paid-fit,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-own-fit{
  transition:none!important;
  will-change:auto!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-own-fit{
  transform-origin:center center!important;
}


/* 4.0.0-beta.6: league rail ads get a stable pre-sized box. Own banners fill width; networks render into the available box instead of being transformed post-render. */
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body > *{
  width:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body img,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body video,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body picture,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body canvas,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body svg{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  max-height:100%!important;
  object-fit:contain!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-stage,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-layer{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  overflow:hidden!important;
  transform:none!important;
  will-change:auto!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-fit,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-paid-fit{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  overflow:hidden!important;
  transform:none!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-own-fit{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  overflow:hidden!important;
  transform:none!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-own-fit > a,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-own-fit > div,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-own-fit > picture{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  max-height:100%!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-own-fit img,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-own-fit video{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  max-height:100%!important;
  object-fit:contain!important;
}



/* 4.0.0-beta.7: inline league ads get a news-like frame on desktop, but only separators on phones. */
html body.golmdm-has-league-page .golmdm-page-ad-inline{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:20px 0 24px!important;
  padding:16px 18px 18px!important;
  box-sizing:border-box!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:18px!important;
  box-shadow:none!important;
  overflow:hidden!important;
  text-align:center!important;
  line-height:normal!important;
}
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-label{
  display:block!important;
  margin:0 0 12px!important;
  color:#94a3b8!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  text-align:center!important;
}
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-body{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  overflow:hidden!important;
  text-align:center!important;
}
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-body > *{
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-body img,
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-body picture,
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-body video,
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-body canvas,
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-body svg{
  display:block!important;
  max-width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-cta{
  margin:12px 0 0!important;
}
html.golmdm-dark-live body.golmdm-has-league-page .golmdm-page-ad-inline,
html.golmd-theme-dark body.golmdm-has-league-page .golmdm-page-ad-inline,
body.golmd-theme-dark.golmdm-has-league-page .golmdm-page-ad-inline,
body.golmdm-dark-live.golmdm-has-league-page .golmdm-page-ad-inline{
  background:#091018!important;
  border-color:#21313d!important;
}
@media(max-width:768px){
  html body.golmdm-has-league-page .golmdm-page-ad-inline{
    margin:18px 0 20px!important;
    padding:12px 0 15px!important;
    background:transparent!important;
    border-top:1px solid rgba(15,23,42,.10)!important;
    border-bottom:1px solid rgba(15,23,42,.10)!important;
    border-left:0!important;
    border-right:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-label{
    margin-bottom:10px!important;
  }
  html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-cta{
    margin-top:10px!important;
  }
  html.golmdm-dark-live body.golmdm-has-league-page .golmdm-page-ad-inline,
  html.golmd-theme-dark body.golmdm-has-league-page .golmdm-page-ad-inline,
  body.golmd-theme-dark.golmdm-has-league-page .golmdm-page-ad-inline,
  body.golmdm-dark-live.golmdm-has-league-page .golmdm-page-ad-inline{
    background:transparent!important;
    border-top-color:#21313d!important;
    border-bottom-color:#21313d!important;
  }
}


/* 4.0.0-beta.8: more comfortable vertical spacing for inline league ads. */
html body.golmdm-has-league-page .golmdm-page-ad-inline{
  margin:32px 0 34px!important;
  padding:24px 22px 24px!important;
}
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-label{
  margin:0 0 16px!important;
}
html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-cta{
  margin:16px 0 0!important;
}
@media(max-width:768px){
  html body.golmdm-has-league-page .golmdm-page-ad-inline{
    margin:26px 0 28px!important;
    padding:18px 0 20px!important;
  }
  html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-label{
    margin-bottom:14px!important;
  }
  html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-cta{
    margin-top:14px!important;
  }
}


/* 4.0.0-beta.9: desktop inline league ad frame is inset from the main column borders.
   Mobile keeps the previous separator-only layout. */
@media (min-width:769px){
  html body.golmdm-has-league-page .golmdm-page-ad-inline{
    width:auto!important;
    max-width:none!important;
    margin:32px 24px 34px!important;
    padding:24px 24px 24px!important;
    box-sizing:border-box!important;
  }
}


/* 4.0.0-beta.10: desktop inline league ad frame uses the same visual inset as match/table cards. */
@media (min-width:769px){
  html body.golmdm-has-league-page .golmdm-page-ad-inline{
    width:auto!important;
    max-width:none!important;
    margin:24px 14px 28px!important;
    padding:20px 20px 20px!important;
    box-sizing:border-box!important;
  }
  html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-label{
    margin-bottom:14px!important;
  }
  html body.golmdm-has-league-page .golmdm-page-ad-inline .golmdm-page-ad-cta{
    margin-top:14px!important;
  }
}

/* 4.0.0-beta.18: desktop league header is fixed directly under the fixed site header to remove the overscroll gap between menus. */
@media (min-width:769px){
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero{
    position:fixed!important;
    top:var(--golmdm-fixed-header-h,108px)!important;
    left:var(--golmdm-fixed-league-left,calc(50% - 360px))!important;
    width:var(--golmdm-fixed-league-w,720px)!important;
    max-width:var(--golmdm-fixed-league-w,720px)!important;
    min-width:0!important;
    margin:0!important;
    z-index:99998!important;
    transform:none!important;
    will-change:auto!important;
  }
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-league-detail-v78{
    padding-top:var(--golmdm-fixed-league-h,112px)!important;
  }
}


/* 4.0.0-beta.19: close the last 1-2px seam between fixed site nav and fixed league header on desktop league pages. */
@media (min-width:769px){
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero{
    top:calc(var(--golmdm-fixed-header-h,108px) - 2px)!important;
    border-top:0!important;
    box-shadow:0 -4px 0 var(--golmdm-league-gap-bg,#091018),0 8px 18px rgba(0,0,0,.08)!important;
  }
  html body.golmdm-has-league-page.golmdm-league-fixed-top:not(.golmd-theme-dark):not(.golmdm-dark-live) .golmdm-liga-hero{
    --golmdm-league-gap-bg:#fff;
  }
  html.golmd-theme-dark body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero,
  body.golmd-theme-dark.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero,
  html body.golmdm-has-league-page.golmdm-league-fixed-top.golmdm-dark-live .golmdm-liga-hero{
    --golmdm-league-gap-bg:#091018;
  }
}
/* 4.0.0-beta.20: restore the central side separators over the fixed league header.
   The fixed hero is no longer inside the normal framed shell, so the shell's
   1px side lines disappeared only in the header area. Draw them on the fixed
   hero itself without changing its measured width. */
@media (min-width:769px){
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero{
    box-sizing:border-box!important;
    --golmdm-fixed-league-frame-line:#e5e7eb;
    isolation:isolate!important;
  }
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero:before,
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero:after{
    content:""!important;
    position:absolute!important;
    top:0!important;
    bottom:0!important;
    width:1px!important;
    min-width:1px!important;
    max-width:1px!important;
    background:var(--golmdm-fixed-league-frame-line,#e5e7eb)!important;
    pointer-events:none!important;
    z-index:20!important;
    display:block!important;
  }
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero:before{left:0!important;}
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero:after{right:0!important;}
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero-main,
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-anchor-nav{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
  }
  html.golmd-theme-dark body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero,
  body.golmd-theme-dark.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero,
  html body.golmdm-has-league-page.golmdm-league-fixed-top.golmdm-dark-live .golmdm-liga-hero,
  body.golmdm-dark-live.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero{
    --golmdm-fixed-league-frame-line:#1d2a35;
  }
}



/* 4.0.0-beta.21: fix double side separators after the fixed league header change.
   The previous beta.20 drew pseudo-lines on the fixed hero, while the normal
   central frame still had its own borders behind it. On some widths that made
   two close vertical lines. Disable the pseudo-lines and draw exactly one inset
   1px frame on the fixed hero itself. */
@media (min-width:769px){
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero:before,
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero:after{
    content:none!important;
    display:none!important;
  }
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero{
    border-left:1px solid var(--golmdm-fixed-league-frame-line,#e5e7eb)!important;
    border-right:1px solid var(--golmdm-fixed-league-frame-line,#e5e7eb)!important;
    box-shadow:0 -4px 0 var(--golmdm-league-gap-bg,#fff),0 8px 18px rgba(0,0,0,.08)!important;
  }
  html.golmd-theme-dark body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero,
  body.golmd-theme-dark.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero,
  html body.golmdm-has-league-page.golmdm-league-fixed-top.golmdm-dark-live .golmdm-liga-hero,
  body.golmdm-dark-live.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-hero{
    box-shadow:0 -4px 0 var(--golmdm-league-gap-bg,#091018),0 8px 18px rgba(0,0,0,.20)!important;
  }
}


/* 4.0.0-beta.22: fixed league header needs a real in-flow spacer.
   The earlier padding-top on .golmdm-league-detail-v78 loses against its inline
   padding:0!important, so content started underneath the fixed hero/nav. */
@media (min-width:769px){
  html body.golmdm-has-league-page .golmdm-liga-fixed-spacer{
    display:none!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
    visibility:hidden!important;
  }
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-fixed-spacer{
    display:block!important;
    height:calc(var(--golmdm-fixed-league-h,112px) - 2px)!important;
    min-height:calc(var(--golmdm-fixed-league-h,112px) - 2px)!important;
    max-height:calc(var(--golmdm-fixed-league-h,112px) - 2px)!important;
    visibility:hidden!important;
  }
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-fixed-spacer + .golmdm-clubs,
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-fixed-spacer + .golmdm-rounds,
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-fixed-spacer + .golmdm-standings,
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-fixed-spacer + .golmdm-scorers{
    margin-top:0!important;
  }
}
@media (max-width:768px){
  html body.golmdm-has-league-page .golmdm-liga-fixed-spacer{display:none!important;height:0!important;}
}

/* 4.0.0-beta.23: the beta.22 spacer was visually too tall on desktop.
   Keep the fixed header protection, but pull the first content block a little
   closer to the league nav. */
@media (min-width:769px){
  html body.golmdm-has-league-page.golmdm-league-fixed-top .golmdm-liga-fixed-spacer{
    height:calc(var(--golmdm-fixed-league-h,112px) - 26px)!important;
    min-height:calc(var(--golmdm-fixed-league-h,112px) - 26px)!important;
    max-height:calc(var(--golmdm-fixed-league-h,112px) - 26px)!important;
  }
}



/* 4.0.0-beta.24: center league side-rail ad creatives horizontally as well as vertically. */
html body.golmdm-has-league-page .golmdm-liga-left-rail,
html body.golmdm-has-league-page .golmdm-liga-right-rail{
  text-align:center!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-page-ad-body,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-stage,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-layer{
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-fit,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-paid-fit,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-own-fit,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-rail-direct-fallback{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  transform-origin:center center!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-paid-fit{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-paid-fit > :not(script):not(style):not(template),
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmd-slot-v118-own-fit > :not(script):not(style):not(template),
html body.golmdm-has-league-page .golmdm-liga-rail-ad .golmdm-rail-direct-fallback > :not(script):not(style):not(template){
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
html body.golmdm-has-league-page .golmdm-liga-rail-ad ins.adsbygoogle,
html body.golmdm-has-league-page .golmdm-liga-rail-ad .adsbygoogle,
html body.golmdm-has-league-page .golmdm-liga-rail-ad iframe,
html body.golmdm-has-league-page .golmdm-liga-rail-ad img,
html body.golmdm-has-league-page .golmdm-liga-rail-ad video,
html body.golmdm-has-league-page .golmdm-liga-rail-ad object,
html body.golmdm-has-league-page .golmdm-liga-rail-ad embed,
html body.golmdm-has-league-page .golmdm-liga-rail-ad canvas,
html body.golmdm-has-league-page .golmdm-liga-rail-ad svg{
  display:block!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
