:root{
  --bg:#070910;
  --panel:#0e1220;
  --panel2:#11182a;
  --text:#f5f7ff;
  --muted:#8f9bb8;
  --line:#26304a;
  --cyan:#40e7ff;
  --purple:#9a6cff;
  --green:#61ffb0;
  --gold:#ffd76a;
  --silver:#d9e2f2;
  --bronze:#d99c72;
  --shadow:0 18px 60px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{background:var(--bg)}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(circle at 18% 0%,rgba(64,231,255,.11),transparent 32rem),
    radial-gradient(circle at 85% 10%,rgba(154,108,255,.12),transparent 35rem),
    var(--bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky;top:0;z-index:20;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:18px clamp(18px,4vw,56px);
  background:rgba(7,9,16,.84);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-kicker{font-size:11px;letter-spacing:.32em;color:var(--cyan);font-weight:800}
.brand-title{font-size:19px;font-weight:850;margin-top:5px}
.nav{display:flex;gap:8px;flex-wrap:wrap}
.nav a{padding:10px 14px;border-radius:10px;color:var(--muted);font-weight:700;font-size:14px}
.nav a:hover,.nav a.active{background:rgba(64,231,255,.09);color:var(--text)}
.shell{width:min(1240px,calc(100% - 36px));margin:0 auto;padding:52px 0 72px}
.shell.wide{width:min(1500px,calc(100% - 36px))}
.hero{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:48px}
.hero-small{margin-bottom:34px}
.eyebrow{margin:0 0 10px;color:var(--cyan);font-size:12px;font-weight:850;letter-spacing:.24em}
h1{margin:0;font-size:clamp(44px,7vw,92px);line-height:.92;letter-spacing:-.055em}
.hero-small h1{font-size:clamp(44px,6vw,74px)}
.hero-copy{max-width:720px;color:var(--muted);font-size:18px;line-height:1.6;margin:18px 0 0}
.status-card{
  flex:0 0 auto;display:flex;align-items:center;gap:12px;
  min-width:220px;padding:16px 18px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);border-radius:14px;box-shadow:var(--shadow)
}
.status-dot{width:9px;height:9px;border-radius:99px;background:var(--green);box-shadow:0 0 18px var(--green)}
.status-label{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.15em;margin-bottom:3px}
.status-card strong{font-size:13px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 16px}
.section-gap{margin-top:46px}
h2{font-size:clamp(28px,4vw,44px);margin:0;letter-spacing:-.035em}
.button{
  display:inline-flex;align-items:center;justify-content:center;padding:11px 15px;border-radius:10px;
  background:linear-gradient(135deg,var(--cyan),#8df6ff);color:#071019;font-size:13px;font-weight:900
}
.button.ghost{background:transparent;color:var(--text);border:1px solid var(--line)}
.table-card{
  overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:16px;
  background:linear-gradient(180deg,rgba(17,24,42,.92),rgba(11,15,26,.92));box-shadow:var(--shadow)
}
.table-wrap{overflow-x:auto}
.ranking-table{width:100%;border-collapse:collapse;min-width:950px}
.ranking-table.compact{min-width:650px}
.ranking-table.daily-large{min-width:650px}
.ranking-table th{
  padding:14px 16px;text-align:left;color:#7f8aa7;background:rgba(255,255,255,.025);
  border-bottom:1px solid var(--line);font-size:11px;text-transform:uppercase;letter-spacing:.13em;white-space:nowrap
}
.ranking-table td{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.14);font-size:14px;white-space:nowrap}
/* Einzelne Platzierungsreihen klarer voneinander absetzen, ohne Podiumsfarben. */
.ranking-table tbody tr:nth-child(odd){background:rgba(255,255,255,.025)}
.ranking-table tbody tr:nth-child(even){background:rgba(255,255,255,.095)}
.ranking-table tbody tr{transition:background .18s ease,box-shadow .18s ease}
.ranking-table tbody tr:hover{background:rgba(64,231,255,.07);box-shadow:inset 4px 0 0 rgba(64,231,255,.65)}
.ranking-table tbody tr:last-child td{border-bottom:0}
.ranking-table .num{text-align:right;font-variant-numeric:tabular-nums}
.rank-col{width:58px}
.rank-badge{
  display:inline-flex;width:32px;height:32px;border-radius:10px;align-items:center;justify-content:center;
  background:rgba(255,255,255,.06);font-weight:900;font-variant-numeric:tabular-nums
}
/* In der Rangspalte keine Ellipsis-Punkte hinter dem Badge anzeigen. */
.ranking-table th:first-child,
.ranking-table td:first-child{
  overflow:visible;
  text-overflow:clip;
}
/* Alle Platzierungen 1-100 bewusst neutral und identisch. */
tr.podium-1 .rank-badge,
tr.podium-2 .rank-badge,
tr.podium-3 .rank-badge{
  color:inherit;
  background:rgba(255,255,255,.06);
  box-shadow:none;
}
.player-name{font-weight:850;letter-spacing:.005em}
.level{color:#cbd3e8}
.lock,.loaner{font-size:14px;margin-left:6px}
.points{font-weight:900;color:var(--cyan)}
.empty-state{padding:46px 22px;text-align:center;color:var(--muted);font-size:16px}
.daily-full .ranking-table td{padding-top:18px;padding-bottom:18px;font-size:17px}
.daily-full .player-name{font-size:18px}
.daily-full .points{font-size:19px}
.note{color:var(--muted);font-size:13px;margin:16px 2px}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:46px}
.info-card{
  position:relative;padding:22px;border:1px solid rgba(255,255,255,.075);border-radius:14px;
  background:rgba(255,255,255,.025)
}
.info-card h3{margin:4px 0 8px;font-size:17px}
.info-card p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}
.info-number{display:block;color:var(--cyan);font-weight:900;font-size:11px;letter-spacing:.15em}
.legend{display:grid;grid-template-columns:2fr 2fr 1fr;gap:12px;margin-top:18px}
.legend>div{padding:15px 16px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.02)}
.legend strong{display:block;font-size:13px;margin-bottom:5px}
.legend span{color:var(--muted);font-size:12px;line-height:1.5}
footer{
  display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;
  padding:24px clamp(18px,4vw,56px);border-top:1px solid rgba(255,255,255,.07);
  color:#69748f;font-size:12px
}
@media(max-width:780px){
  .site-header{align-items:flex-start;flex-direction:column}
  .nav{width:100%;overflow-x:auto;flex-wrap:nowrap}
  .nav a{white-space:nowrap}
  .shell,.shell.wide{width:min(100% - 24px,1500px);padding-top:34px}
  .hero{align-items:flex-start;flex-direction:column}
  .status-card{width:100%}
  .info-grid,.legend{grid-template-columns:1fr}
  .section-head{align-items:flex-start}
}


/* ============================================================
   FHD HOCHFORMAT / PORTRAIT OPTIMIERUNG
   Zielauflösung: 1080 x 1920
   ============================================================ */

@media (min-width: 900px) and (orientation: portrait) {
  html, body {
    min-width: 1080px;
    width: 1080px;
    min-height: 1920px;
  }

  body {
    overflow-x: hidden;
  }

  .site-header {
    width: 1080px;
    min-height: 92px;
    padding: 18px 42px;
  }

  .brand-kicker {
    font-size: 13px;
  }

  .brand-title {
    font-size: 24px;
  }

  .nav a {
    font-size: 16px;
    padding: 12px 16px;
  }

  .shell,
  .shell.wide {
    width: 100%;
    max-width: 1080px;
    padding: 54px 42px 72px;
    margin: 0;
  }

  .hero {
    margin-bottom: 46px;
    gap: 24px;
  }

  .hero h1 {
    font-size: 86px;
  }

  .hero-small h1 {
    font-size: 70px;
  }

  .hero-copy {
    font-size: 19px;
    max-width: 690px;
  }

  .status-card {
    min-width: 235px;
    padding: 17px 18px;
  }

  .section-head {
    margin-bottom: 18px;
  }

  .section-gap {
    margin-top: 50px;
  }

  h2 {
    font-size: 44px;
  }

  .button {
    font-size: 14px;
    padding: 12px 16px;
  }

  .table-card {
    border-radius: 16px;
  }

  .table-wrap {
    overflow-x: hidden;
  }

  .ranking-table,
  .ranking-table.compact,
  .ranking-table.daily-large {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }

  .ranking-table th {
    padding: 13px 10px;
    font-size: 10px;
    letter-spacing: .10em;
  }

  .ranking-table td {
    padding: 13px 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .rank-col {
    width: 54px;
  }

  .ranking-table th:nth-child(2),
  .ranking-table td:nth-child(2) {
    width: 21%;
  }

  .ranking-table th:nth-child(3),
  .ranking-table td:nth-child(3) {
    width: 12%;
  }

  .ranking-table th:nth-child(n+4),
  .ranking-table td:nth-child(n+4) {
    width: auto;
  }

  .daily-large th:nth-child(2),
  .daily-large td:nth-child(2),
  .compact th:nth-child(2),
  .compact td:nth-child(2) {
    width: 42%;
  }

  .daily-large th:nth-child(3),
  .daily-large td:nth-child(3),
  .compact th:nth-child(3),
  .compact td:nth-child(3) {
    width: 25%;
  }

  .daily-large th:nth-child(4),
  .daily-large td:nth-child(4),
  .compact th:nth-child(4),
  .compact td:nth-child(4) {
    width: 23%;
  }

  .daily-full .ranking-table td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .daily-full .player-name {
    font-size: 19px;
  }

  .daily-full .points {
    font-size: 20px;
  }

  .info-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .info-card {
    min-height: 155px;
  }

  .legend {
    grid-template-columns: 2fr 2fr 1fr;
  }

  footer {
    width: 1080px;
    padding: 24px 42px;
  }
}

/* Speziell für 1080x1920 Displays:
   Startseite soll auf einem Hochformat-FHD-Bildschirm gut ausbalanciert wirken. */
@media (width: 1080px) and (height: 1920px) {
  .shell {
    padding-top: 58px;
  }

  .hero {
    min-height: 250px;
  }

  .ranking-table.compact td {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .info-grid {
    margin-top: 54px;
  }
}


/* ============================================================
   TOP 100 – v1.2
   FHD Hochformat 1080 x 1920
   ============================================================ */

.top100-hero-header{
  width:100%;
  min-height:190px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:30px;
  padding:38px 42px 28px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 78% 0%,rgba(154,108,255,.16),transparent 28rem),
    radial-gradient(circle at 12% 0%,rgba(64,231,255,.10),transparent 22rem),
    rgba(7,9,16,.94);
}

.top100-location{
  display:flex;
  flex-direction:column;
  line-height:.95;
  padding-top:6px;
}

.top100-location-kicker{
  font-size:16px;
  font-weight:900;
  letter-spacing:.34em;
  color:var(--cyan);
}

.top100-location strong{
  margin-top:9px;
  font-size:34px;
  letter-spacing:.06em;
}

.top100-hof-title{
  text-align:right;
  display:flex;
  flex-direction:column;
  line-height:.78;
  text-transform:uppercase;
}

.top100-hof-title span{
  font-size:40px;
  font-weight:800;
  letter-spacing:.06em;
  color:#c7cee0;
}

.top100-hof-title strong{
  margin-top:15px;
  font-size:88px;
  letter-spacing:-.04em;
  color:var(--text);
  text-shadow:0 0 34px rgba(154,108,255,.18);
}

.top100-subhead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:28px;
}

.top100-subhead h1{
  font-size:58px;
}

.lastgame{
  color:#b6bfd4;
  font-variant-numeric:tabular-nums;
}

.top100-table{
  font-size:13px;
}

.top100-table th,
.top100-table td{
  padding-left:8px;
  padding-right:8px;
}

.top100-table .lastgame-col{
  width:105px;
}

@media (min-width:900px) and (orientation:portrait){
  .top100-hero-header{
    width:1080px;
    min-height:200px;
  }

  .top100-location-kicker{
    font-size:17px;
  }

  .top100-location strong{
    font-size:36px;
  }

  .top100-hof-title span{
    font-size:42px;
  }

  .top100-hof-title strong{
    font-size:94px;
  }

  .top100-subhead{
    margin-bottom:26px;
  }

  .top100-table th{
    font-size:9px;
    letter-spacing:.075em;
  }

  .top100-table td{
    font-size:12.5px;
  }

  .top100-table .rank-col{
    width:46px;
  }

  .top100-table th:nth-child(2),
  .top100-table td:nth-child(2){
    width:17%;
  }

  .top100-table th:nth-child(3),
  .top100-table td:nth-child(3){
    width:10%;
  }

  .top100-table th:nth-child(10),
  .top100-table td:nth-child(10){
    width:10.5%;
  }
}


/* ============================================================
   TOP 100 – v1.3
   Datenstand unten
   ============================================================ */

.bottom-status{
  margin-top:22px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
  color:var(--muted);
  font-size:12px;
  letter-spacing:.02em;
}

.bottom-status strong{
  color:var(--text);
  font-size:12px;
}

.bottom-status .status-dot{
  width:7px;
  height:7px;
  flex:0 0 auto;
}

@media (min-width:900px) and (orientation:portrait){
  .bottom-status{
    margin-top:20px;
    font-size:13px;
  }

  .bottom-status strong{
    font-size:13px;
  }
}


/* ============================================================
   TOP 100 – v1.4
   Datenstand nur unten: grüner Punkt + Stand
   ============================================================ */
.bottom-status{
  justify-content:flex-end;
  gap:7px;
}

.bottom-status span:not(.status-dot){
  color:var(--muted);
}

.bottom-status strong{
  color:var(--text);
  font-weight:700;
}


/* ============================================================
   TOP 100 – v1.6
   Kein separater Header mehr.
   LASERTAG WÜRSELEN + HALL OF FAME direkt im ALL-TIME-Bereich.
   ============================================================ */

.top100-integrated-head{
  display:block;
  margin-bottom:28px;
}

.top100-title-block{
  width:100%;
}

.top100-brandline{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin:0 0 18px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.top100-location-inline{
  display:flex;
  flex-direction:column;
  line-height:.95;
}

.top100-location-inline span{
  color:var(--cyan);
  font-size:15px;
  font-weight:900;
  letter-spacing:.32em;
}

.top100-location-inline strong{
  margin-top:7px;
  font-size:32px;
  letter-spacing:.055em;
}

.top100-hof-inline{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  line-height:.78;
  text-transform:uppercase;
}

.top100-hof-inline span{
  font-size:31px;
  font-weight:800;
  letter-spacing:.05em;
  color:#c8cfe2;
}

.top100-hof-inline strong{
  margin-top:11px;
  font-size:68px;
  letter-spacing:-.035em;
  color:var(--text);
  text-shadow:0 0 30px rgba(154,108,255,.18);
}

.top100-integrated-head h1{
  margin-top:0;
  font-size:58px;
}

@media (min-width:900px) and (orientation:portrait){
  .top100-brandline{
    margin-bottom:20px;
    padding-bottom:20px;
  }

  .top100-location-inline span{
    font-size:16px;
  }

  .top100-location-inline strong{
    font-size:35px;
  }

  .top100-hof-inline span{
    font-size:34px;
  }

  .top100-hof-inline strong{
    font-size:76px;
  }

  .top100-integrated-head h1{
    font-size:62px;
  }
}


/* ============================================================
   v1.7 – Doppelte Überschriften entfernt
   Kein separater Header mehr. Eine klare Seitenüberschrift je Seite.
   ============================================================ */

.page-nav{
  width:min(1500px,calc(100% - 36px));
  margin:0 auto;
  padding:18px 0 0;
  display:flex;
  justify-content:flex-end;
  gap:8px;
}

.page-nav a{
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:9px;
  color:var(--muted);
  font-size:13px;
  font-weight:750;
  background:rgba(255,255,255,.02);
}

.page-nav a:hover,
.page-nav a.active{
  color:var(--text);
  border-color:rgba(64,231,255,.22);
  background:rgba(64,231,255,.07);
}

.top100-clean-head{
  margin-bottom:28px;
}

.top100-clean-head .eyebrow{
  margin-bottom:14px;
}

.top100-clean-brand{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  padding-bottom:18px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.top100-clean-location{
  display:flex;
  flex-direction:column;
  line-height:.95;
}

.top100-clean-location span{
  color:var(--cyan);
  font-size:15px;
  font-weight:900;
  letter-spacing:.32em;
}

.top100-clean-location strong{
  margin-top:7px;
  font-size:32px;
  letter-spacing:.055em;
}

.top100-clean-hof{
  text-align:right;
  font-size:58px;
  line-height:.9;
  font-weight:900;
  letter-spacing:-.035em;
  color:var(--text);
  text-shadow:0 0 30px rgba(154,108,255,.18);
}

.top100-clean-head h1{
  font-size:58px;
  margin:0;
}

@media (min-width:900px) and (orientation:portrait){
  .page-nav{
    width:1080px;
    padding:18px 42px 0;
  }

  .top100-clean-location span{
    font-size:16px;
  }

  .top100-clean-location strong{
    font-size:35px;
  }

  .top100-clean-hof{
    font-size:66px;
  }

  .top100-clean-head h1{
    font-size:62px;
  }
}


/* ============================================================
   v2.1 – Wechsel-Timer unten neben dem Datenstand
   ============================================================ */
.bottom-status .status-separator{
  color:rgba(255,255,255,.28);
  margin:0 2px;
}

#switch-timer{
  color:var(--cyan);
  min-width:28px;
  text-align:left;
  font-variant-numeric:tabular-nums;
}


/* ============================================================
   v2.2 – Top 10 Legende als eigene Kachel
   ============================================================ */

.top10-legend-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}

.top10-legend-card > div{
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  background:rgba(255,255,255,.02);
}

.top10-legend-card strong{
  display:block;
  font-size:13px;
  margin-bottom:5px;
  color:var(--text);
}

.top10-legend-card span{
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}

@media (max-width:700px){
  .top10-legend-card{
    grid-template-columns:1fr;
  }
}


/* ============================================================
   v2.3 – Wechselziel im Timer anzeigen
   ============================================================ */
#switch-target{
  color:var(--text);
  font-weight:800;
}

#switch-timer{
  color:var(--cyan);
  font-weight:900;
}


/* ============================================================
   v2.4 – Top 10 Überschrift wie Top 100
   ============================================================ */

.top10-clean-head{
  margin-bottom:28px;
}

.top10-clean-brand{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  padding-bottom:18px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.top10-clean-location{
  display:flex;
  flex-direction:column;
  line-height:.95;
}

.top10-clean-location span{
  color:var(--cyan);
  font-size:15px;
  font-weight:900;
  letter-spacing:.32em;
}

.top10-clean-location strong{
  margin-top:7px;
  font-size:32px;
  letter-spacing:.055em;
}

.top10-clean-hof{
  text-align:right;
  font-size:58px;
  line-height:.9;
  font-weight:900;
  letter-spacing:-.035em;
  color:var(--text);
  text-shadow:0 0 30px rgba(154,108,255,.18);
}

.top10-clean-head h1{
  font-size:58px;
  margin:0;
}

@media (min-width:900px) and (orientation:portrait){
  .top10-clean-location span{
    font-size:16px;
  }

  .top10-clean-location strong{
    font-size:35px;
  }

  .top10-clean-hof{
    font-size:66px;
  }

  .top10-clean-head h1{
    font-size:62px;
  }
}


/* ============================================================
   v2.6 – Ausführlichere League-Punkte-Erklärung
   ============================================================ */
.legend .league-info span{
  line-height:1.6;
}


/* ============================================================
   v2.7 – Ausführlichere League-Ø-Erklärung
   ============================================================ */
.legend .league-average-info span{
  line-height:1.6;
}


/* ============================================================
   v2.8 – Ausführliche League-Erklärung auf der Hauptseite
   ============================================================ */

.league-explainer{
  margin-top:58px;
  padding-top:42px;
  border-top:1px solid rgba(255,255,255,.08);
}

.league-explainer-head{
  max-width:900px;
}

.league-explainer-head p:not(.eyebrow){
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
  margin:12px 0 0;
}

.league-rule-grid,
.league-example-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:20px;
}

.league-rule-card,
.league-example-card,
.league-decay-card,
.league-average-main{
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:rgba(255,255,255,.025);
}

.league-rule-card,
.league-example-card{
  padding:20px;
}

.league-rule-card h3,
.league-example-card h3,
.league-decay-card h3,
.league-average-main h3{
  margin:0 0 12px;
  font-size:17px;
}

.mini-table{
  width:100%;
  border-collapse:collapse;
}

.mini-table td{
  padding:7px 0;
  border-bottom:1px solid rgba(255,255,255,.055);
  font-size:13px;
}

.mini-table tr:last-child td{
  border-bottom:0;
}

.mini-table td:last-child{
  text-align:right;
  color:var(--cyan);
  font-weight:850;
  font-variant-numeric:tabular-nums;
}

.league-decay-card,
.league-average-main{
  padding:20px;
  margin-top:14px;
}

.league-decay-card p,
.league-average-main p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  font-size:14px;
}

.example-label{
  display:block;
  color:var(--cyan);
  font-size:10px;
  font-weight:900;
  letter-spacing:.17em;
  margin-bottom:7px;
}

.example-line,
.example-total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:8px 0;
  font-size:13px;
  border-bottom:1px solid rgba(255,255,255,.055);
}

.example-line span{
  color:var(--muted);
}

.example-line strong,
.example-total strong{
  font-variant-numeric:tabular-nums;
}

.example-total{
  border-bottom:0;
  padding-top:11px;
  color:var(--cyan);
  font-size:15px;
  font-weight:900;
}

@media(max-width:760px){
  .league-rule-grid,
  .league-example-grid{
    grid-template-columns:1fr;
  }
}

@media (min-width:900px) and (orientation:portrait){
  .league-explainer{
    margin-top:62px;
  }

  .league-explainer-head p:not(.eyebrow){
    font-size:16px;
  }

  .league-rule-card,
  .league-example-card,
  .league-decay-card,
  .league-average-main{
    padding:22px;
  }
}


/* ============================================================
   v3.2 – Weicher Seitenwechsel Top 10 <-> Top 100
   ============================================================ */

body{
  opacity:0;
  transform:translateY(8px);
  transition:
    opacity .65s ease,
    transform .65s ease;
}

body.page-ready{
  opacity:1;
  transform:translateY(0);
}

body.page-leaving{
  opacity:0;
  transform:translateY(-8px);
}

/* Wer reduzierte Bewegung bevorzugt, bekommt keinen Bewegungs-Effekt. */
@media (prefers-reduced-motion: reduce){
  body,
  body.page-ready,
  body.page-leaving{
    transition:opacity .2s linear;
    transform:none;
  }
}


/* ============================================================
   v3.4 – Stand und Seitenwechsel als getrennte Kacheln
   ============================================================ */
.bottom-status{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  align-items:stretch;
  background:none;
  border:0;
  padding:0;
}

.bottom-status .status-card{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:14px 18px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:rgba(255,255,255,.025);
  box-sizing:border-box;
}

.bottom-status .status-card-switch{
  justify-content:flex-end;
  text-align:right;
}

.bottom-status .status-card strong{
  font-variant-numeric:tabular-nums;
}

@media(max-width:760px){
  .bottom-status{
    grid-template-columns:1fr;
  }

  .bottom-status .status-card-switch{
    justify-content:flex-start;
    text-align:left;
  }
}


/* ============================================================
   v3.5 – Stand + Wechsel in EINER Kachel, untereinander
   ============================================================ */
.bottom-status{
  display:block;
}

.bottom-status .status-card-combined{
  width:100%;
  min-height:96px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:center;
  gap:10px;
  padding:16px 20px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:rgba(255,255,255,.025);
  box-sizing:border-box;
}

.bottom-status .status-row{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:28px;
}

.bottom-status .status-row-switch{
  padding-left:20px;
}

.bottom-status .status-row strong{
  font-variant-numeric:tabular-nums;
}

@media(max-width:760px){
  .bottom-status .status-card-combined{
    padding:15px 16px;
  }

  .bottom-status .status-row,
  .bottom-status .status-row-switch{
    padding-left:0;
    flex-wrap:wrap;
  }
}


/* ============================================================
   v3.6 – Statuskacheln sauber nebeneinander ausgerichtet
   ============================================================ */
.bottom-status{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  align-items:stretch;
}

.bottom-status .status-card{
  min-height:78px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:16px 20px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:rgba(255,255,255,.025);
  box-sizing:border-box;
}

.bottom-status .status-card-stand{
  justify-content:flex-start;
  text-align:left;
}

.bottom-status .status-card-switch{
  justify-content:flex-start;
  text-align:left;
}

.bottom-status .status-card strong{
  font-variant-numeric:tabular-nums;
}

@media(max-width:760px){
  .bottom-status{
    grid-template-columns:1fr;
  }
}


/* ============================================================
   v3.7 – Wechsel + Stand als gemeinsame Kachel in Legendenreihe
   ============================================================ */

/* Top 10: Leihkarte | Turnier-/Trainingsspieler | Status */
.top10-legend-card{
  grid-template-columns:1fr 2fr 1.35fr;
  align-items:stretch;
}

/* Top 100: vorhandene Erklärungskacheln + Status rechts */
.legend{
  grid-template-columns:2fr 2fr 1.35fr 1.35fr;
  align-items:stretch;
}

.legend-status-card{
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  background:rgba(255,255,255,.02);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
  box-sizing:border-box;
}

.legend-status-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.legend-status-row span{
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
}

.legend-status-row strong{
  color:var(--text);
  font-size:12px;
  font-weight:800;
  font-variant-numeric:tabular-nums;
  margin:0;
  display:inline;
}

.legend-status-row #switch-timer{
  color:var(--cyan);
  font-weight:900;
}

@media(max-width:780px){
  .top10-legend-card,
  .legend{
    grid-template-columns:1fr;
  }
}


/* ============================================================
   v3.8 – Status-Kachel linksbündig + Statuspunkt
   ============================================================ */

.legend-status-card{
  align-items:stretch;
}

.legend-status-row{
  justify-content:flex-start;
  text-align:left;
}

.legend-status-row span,
.legend-status-row strong{
  text-align:left;
}

.legend-status-stand{
  gap:7px;
}

.legend-status-stand .status-dot{
  display:inline-block;
  width:7px;
  height:7px;
  min-width:7px;
  border-radius:50%;
  background:#43e58a;
  box-shadow:0 0 10px rgba(67,229,138,.45);
}

.legend-status-switch{
  gap:6px;
}

.legend-status-row #generated-at{
  margin-left:0;
}

.legend-status-row #switch-timer{
  margin-left:0;
}


/* ============================================================
   v3.9 – Timer vor dem Wechseltext
   ============================================================ */
.legend-status-switch{
  gap:8px;
}

.legend-status-switch #switch-timer{
  flex:0 0 auto;
}


/* ============================================================
   v4.0 – Heimathalle / Auswärtsspieler
   ============================================================ */
.player-cell{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  gap:3px;
  max-width:100%;
}

.player-primary{
  display:inline-flex;
  align-items:center;
  gap:5px;
  max-width:100%;
}

.home-hall{
  display:inline-flex;
  align-items:center;
  gap:4px;
  max-width:100%;
  color:var(--cyan);
  font-size:10px;
  line-height:1.2;
  font-weight:750;
  letter-spacing:.01em;
  white-space:nowrap;
  opacity:.92;
}

@media (min-width:900px) and (orientation:portrait){
  .home-hall{
    font-size:11px;
  }
}


/* ============================================================
   v4.2 – Nur für die Heimatarena-Testseiten
   ============================================================ */
.test-homearena-badge{
  margin:0 0 14px;
  padding:9px 12px;
  border:1px dashed rgba(64,231,255,.42);
  border-radius:10px;
  color:var(--cyan);
  background:rgba(64,231,255,.055);
  font-size:11px;
  font-weight:850;
  letter-spacing:.06em;
  text-align:center;
}


/* ============================================================
   v4.4 – Hauptseite: Datenstand sauber in einer Linie
   ============================================================ */
.index-status{
  margin-top:20px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  min-height:28px;
  color:var(--muted);
  font-size:13px;
  line-height:1;
  white-space:nowrap;
}

.index-status .status-dot{
  display:inline-block;
  width:7px;
  height:7px;
  min-width:7px;
  border-radius:50%;
  background:#43e58a;
  box-shadow:0 0 10px rgba(67,229,138,.45);
  flex:0 0 auto;
}

.index-status .index-status-label,
.index-status #generated-at{
  display:inline-flex;
  align-items:center;
  line-height:1;
  margin:0;
  padding:0;
}

.index-status #generated-at{
  color:var(--text);
  font-size:13px;
  font-weight:700;
  font-variant-numeric:tabular-nums;
}

@media(max-width:760px){
  .index-status{
    justify-content:flex-start;
    white-space:normal;
    flex-wrap:wrap;
  }
}


/* ============================================================
   v4.5 – League-Erklärung deutlich hervorheben + aufklappbar
   ============================================================ */

.league-toggle{
  margin-top:42px;
  border:1px solid rgba(64,231,255,.22);
  border-radius:18px;
  background:
    linear-gradient(180deg,rgba(64,231,255,.055),rgba(255,255,255,.018));
  box-shadow:0 16px 44px rgba(0,0,0,.22);
  overflow:hidden;
}

.league-toggle-summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px 26px;
  user-select:none;
}

.league-toggle-summary::-webkit-details-marker{
  display:none;
}

.league-toggle-title{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:5px;
}

.league-toggle-eyebrow{
  color:var(--cyan);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
}

.league-toggle-main{
  color:var(--text);
  font-size:30px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.035em;
}

.league-toggle-hint{
  color:var(--muted);
  font-size:13px;
  line-height:1.35;
}

.league-toggle-action{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 13px;
  border:1px solid rgba(64,231,255,.22);
  border-radius:11px;
  background:rgba(64,231,255,.06);
  color:var(--cyan);
  font-size:12px;
  font-weight:850;
}

.league-toggle-arrow{
  display:inline-block;
  font-size:19px;
  line-height:1;
  transform:translateY(-1px);
  transition:transform .25s ease;
}

.league-toggle[open] .league-toggle-arrow{
  transform:rotate(180deg) translateY(1px);
}

.league-toggle[open] .league-toggle-label::after{
  content:"";
}

.league-toggle[open] .league-toggle-label{
  font-size:0;
}

.league-toggle[open] .league-toggle-label::before{
  content:"Schließen";
  font-size:12px;
}

.league-toggle > .league-explainer{
  margin-top:0;
  padding:24px 26px 28px;
  border-top:1px solid rgba(255,255,255,.08);
}

.league-toggle .league-explainer-head{
  max-width:900px;
}

@media(max-width:760px){
  .league-toggle{
    margin-top:28px;
    border-radius:15px;
  }

  .league-toggle-summary{
    padding:18px;
    gap:14px;
    align-items:flex-start;
  }

  .league-toggle-main{
    font-size:24px;
  }

  .league-toggle-hint{
    font-size:12px;
  }

  .league-toggle-action{
    padding:8px 10px;
  }

  .league-toggle-action .league-toggle-label{
    display:none;
  }

  .league-toggle > .league-explainer{
    padding:18px;
  }
}


/* ============================================================
   v5.0 – 4K TV KIOSK / PORTRAIT
   Ziel: 2160 x 3840 CSS-Pixel nach 90°-Drehung des 3840x2160 TVs
   Drei Anzeigeseiten: Top 10, Top 100 1–50, Top 100 51–100
   ============================================================ */

.top100-range{
  display:inline-block;
  margin-left:20px;
  color:var(--cyan);
  font-size:.42em;
  font-weight:850;
  letter-spacing:.035em;
  vertical-align:middle;
}

.page-count{
  margin-left:auto;
  color:var(--muted);
  white-space:nowrap;
}

.page-count strong{
  color:var(--cyan) !important;
  font-weight:950 !important;
}

@media (min-width: 1800px) and (orientation: portrait){
  html, body{
    min-width:2160px;
    width:2160px;
    min-height:3840px;
  }

  body{
    font-size:22px;
    overflow-x:hidden;
  }

  .shell,
  .shell.wide{
    width:100%;
    max-width:2160px;
    padding:72px 72px 84px;
    margin:0;
  }

  .top100-clean-head,
  .top10-clean-head{
    margin-bottom:34px;
  }

  .top100-clean-brand,
  .top10-clean-brand{
    gap:48px;
    padding-bottom:24px;
    margin-bottom:24px;
  }

  .top100-clean-location span,
  .top10-clean-location span{
    font-size:24px;
  }

  .top100-clean-location strong,
  .top10-clean-location strong{
    font-size:54px;
    margin-top:10px;
  }

  .top100-clean-hof,
  .top10-clean-hof{
    font-size:92px;
  }

  .top100-clean-head h1,
  .top10-clean-head h1{
    font-size:92px;
    line-height:.95;
  }

  .hero-copy{
    max-width:1500px;
    margin-top:18px;
    font-size:27px;
    line-height:1.4;
  }

  .top100-range{
    margin-left:26px;
    font-size:34px;
  }

  .table-card{
    border-radius:22px;
  }

  .table-wrap{
    overflow-x:hidden;
  }

  .ranking-table,
  .ranking-table.compact,
  .ranking-table.daily-large{
    min-width:0;
    width:100%;
    table-layout:fixed;
  }

  .ranking-table th{
    padding:12px 12px;
    font-size:16px;
    letter-spacing:.08em;
  }

  .ranking-table td{
    padding:9px 12px;
    font-size:21px;
    line-height:1.15;
  }

  .top100-table th{
    font-size:15px;
  }

  .top100-table td{
    font-size:20px;
  }

  .top100-table .rank-col{
    width:72px;
  }

  .rank-badge{
    width:42px;
    height:42px;
    border-radius:11px;
    font-size:19px;
  }

  .top100-table th:nth-child(2),
  .top100-table td:nth-child(2){
    width:18%;
  }

  .top100-table th:nth-child(3),
  .top100-table td:nth-child(3){
    width:10%;
  }

  .top100-table th:nth-child(10),
  .top100-table td:nth-child(10){
    width:11%;
  }

  .player-name{
    font-size:21px;
  }

  .home-hall{
    font-size:14px;
    margin-top:1px;
  }

  .lock,.loaner{
    font-size:18px;
  }

  .daily-full .ranking-table td{
    padding-top:30px;
    padding-bottom:30px;
    font-size:30px;
  }

  .daily-full .player-name{
    font-size:32px;
  }

  .daily-full .points{
    font-size:34px;
  }

  .daily-large .rank-col{
    width:110px;
  }

  .daily-large .rank-badge{
    width:58px;
    height:58px;
    font-size:27px;
  }

  .top10-legend-card,
  .legend{
    gap:18px;
    margin-top:24px;
  }

  .top10-legend-card{
    grid-template-columns:1fr 2fr 1.55fr;
  }

  .legend{
    grid-template-columns:2fr 2fr 1.35fr 1.55fr;
  }

  .top10-legend-card > div,
  .legend > div,
  .legend-status-card{
    padding:20px 22px;
    border-radius:16px;
  }

  .top10-legend-card strong,
  .legend strong,
  .legend-status-row strong{
    font-size:18px;
  }

  .top10-legend-card span,
  .legend span,
  .legend-status-row span{
    font-size:17px;
    line-height:1.45;
  }

  .legend-status-row{
    gap:10px;
  }

  .legend-status-card{
    gap:14px;
  }

  .legend-status-stand .status-dot{
    width:10px;
    height:10px;
    min-width:10px;
  }

  #switch-timer{
    min-width:48px;
    font-size:19px;
  }

  .page-count{
    margin-left:auto;
    font-size:18px !important;
  }

  footer{
    width:2160px;
    padding:30px 72px;
    font-size:17px;
  }
}
\n\n/* ============================================================
   v5.1 – Statusleiste: Timer, Wechselziel und Seitenzahl getrennt
   ============================================================ */
.legend-status-switch-grid{
  display:grid;
  grid-template-columns:1fr 2.15fr .9fr;
  align-items:stretch;
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  overflow:hidden;
  background:rgba(255,255,255,.018);
}

.status-switch-block{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:12px 14px;
  box-sizing:border-box;
}

.status-switch-block + .status-switch-block{
  border-left:1px solid rgba(255,255,255,.09);
}

.status-switch-label{
  color:var(--muted);
  font-size:10px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}

.status-switch-block strong{
  display:block;
  color:var(--text);
  font-weight:900;
  line-height:1.12;
  margin:0;
}

.status-switch-timer{
  text-align:center;
  align-items:center;
}

.status-switch-timer #switch-timer{
  min-width:0;
  font-size:22px;
  color:var(--cyan);
  text-align:center;
}

.status-switch-target #switch-target{
  font-size:14px;
  white-space:normal;
}

.status-switch-page{
  text-align:center;
  align-items:center;
}

.status-switch-page strong{
  font-size:18px;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}

@media(max-width:780px){
  .legend-status-switch-grid{
    grid-template-columns:1fr;
  }
  .status-switch-block + .status-switch-block{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.09);
  }
}

@media (min-width:1800px) and (orientation:portrait){
  .legend-status-switch-grid{
    grid-template-columns:1fr 2.2fr .9fr;
    border-radius:16px;
  }
  .status-switch-block{
    gap:8px;
    padding:18px 20px;
  }
  .status-switch-label{
    font-size:15px;
  }
  .status-switch-timer #switch-timer{
    font-size:32px;
  }
  .status-switch-target #switch-target{
    font-size:22px;
  }
  .status-switch-page strong{
    font-size:28px;
  }
}

/* ============================================================
   v5.2 – Statusanzeige kompakt in EINER Zeile
   Verhindert das vertikale Stapeln bei Browser-/TV-Skalierung.
   ============================================================ */
.legend-status-switch-grid,
@media(max-width:780px) {
}

/* Immer drei Spalten – auch wenn Chromium durch Skalierung eine kleine
   CSS-Viewport-Breite meldet. */
.legend-status-switch-grid{
  display:grid;
  grid-template-columns:26% 50% 24%;
  align-items:stretch;
  width:100%;
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  overflow:hidden;
  background:rgba(255,255,255,.018);
}

.status-switch-block{
  min-width:0;
  min-height:72px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  padding:10px 9px;
}

.status-switch-block + .status-switch-block{
  border-left:1px solid rgba(255,255,255,.09);
  border-top:0;
}

.status-switch-label{
  display:block;
  color:var(--muted);
  font-size:10px;
  line-height:1.05;
  font-weight:850;
  letter-spacing:.055em;
  text-transform:uppercase;
  white-space:nowrap;
}

.status-switch-timer,
.status-switch-page{
  align-items:center;
  text-align:center;
}

.status-switch-target{
  align-items:flex-start;
  text-align:left;
}

.status-switch-timer #switch-timer{
  min-width:0;
  margin:0;
  color:var(--cyan);
  font-size:22px;
  line-height:1;
}

.status-switch-target #switch-target{
  margin:0;
  font-size:13px;
  line-height:1.15;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
}

.status-switch-page strong{
  margin:0;
  font-size:18px;
  line-height:1;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}

/* Die alte Mobile-Regel aus v5.1 bewusst überschreiben. */
@media(max-width:780px){
  .legend-status-switch-grid{
    grid-template-columns:26% 50% 24%;
  }
  .status-switch-block + .status-switch-block{
    border-left:1px solid rgba(255,255,255,.09);
    border-top:0;
  }
}

@media (min-width:1800px) and (orientation:portrait){
  .legend-status-switch-grid{
    grid-template-columns:26% 50% 24%;
    border-radius:16px;
  }
  .status-switch-block{
    min-height:112px;
    gap:8px;
    padding:18px 20px;
  }
  .status-switch-label{font-size:15px;letter-spacing:.07em}
  .status-switch-timer #switch-timer{font-size:32px}
  .status-switch-target #switch-target{font-size:22px}
  .status-switch-page strong{font-size:28px}
}

/* ============================================================
   v5.2 – Statusleiste fuer 3-Seiten-Kiosk
   Breite, flache Darstellung statt gestapelter Inhalte
   ============================================================ */

/* Die Statuskarte belegt immer die komplette Breite der Legende. */
.legend-status-card{
  grid-column:1 / -1;
  width:100%;
  box-sizing:border-box;
  display:block;
  padding:18px 22px;
}

/* Datenstand als kompakte Kopfzeile. */
.legend-status-stand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  margin:0 0 14px;
  padding:0 0 14px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

/* Die drei Informationen stehen nebeneinander. */
.legend-status-switch-grid{
  display:grid;
  grid-template-columns:1fr 2fr 1fr;
  align-items:stretch;
  width:100%;
}

.status-switch-block{
  min-width:0;
  min-height:82px;
  padding:8px 22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.status-switch-block + .status-switch-block{
  border-left:1px solid rgba(255,255,255,.10);
}

.status-switch-label{
  display:block;
  margin:0 0 8px;
  color:#8e9abb !important;
  font-size:12px !important;
  font-weight:850;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.status-switch-block strong{
  display:block;
  margin:0 !important;
  color:var(--text);
  font-size:20px !important;
  font-weight:900;
  line-height:1.2;
  white-space:normal;
}

.status-switch-timer{
  align-items:center;
  text-align:center;
}

.status-switch-timer #switch-timer{
  color:var(--cyan);
  min-width:0;
  font-size:30px !important;
  font-variant-numeric:tabular-nums;
}

.status-switch-target{
  align-items:flex-start;
  text-align:left;
}

.status-switch-target #switch-target{
  font-size:22px !important;
}

.status-switch-page{
  align-items:center;
  text-align:center;
}

.status-switch-page strong{
  font-size:28px !important;
  font-variant-numeric:tabular-nums;
}

/* 4K-Hochformat: groessere TV-Lesbarkeit. */
@media (min-width:1800px) and (orientation:portrait){
  .legend-status-card{
    padding:24px 30px;
  }

  .legend-status-stand{
    gap:12px;
    margin-bottom:18px;
    padding-bottom:18px;
    font-size:19px;
  }

  .legend-status-stand span,
  .legend-status-stand strong{
    font-size:19px !important;
  }

  .legend-status-stand .status-dot{
    width:11px;
    height:11px;
    min-width:11px;
  }

  .status-switch-block{
    min-height:108px;
    padding:10px 34px;
  }

  .status-switch-label{
    margin-bottom:10px;
    font-size:17px !important;
  }

  .status-switch-timer #switch-timer{
    font-size:42px !important;
  }

  .status-switch-target #switch-target{
    font-size:28px !important;
  }

  .status-switch-page strong{
    font-size:38px !important;
  }
}

/* ============================================================
   v5.4 – Legenden-Kacheln sauber ausrichten, alte Statusansicht behalten
   ============================================================ */

/* Top 100: drei Erklärungskacheln gleich breit nebeneinander. */
.legend{
  grid-template-columns:repeat(3, minmax(0, 1fr));
  align-items:stretch;
}

/* Top 10: zwei Erklärungskacheln gleich breit nebeneinander. */
.top10-legend-card{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  align-items:stretch;
}

/* Die Statuskarte bleibt wie in v5.2 und sitzt darunter über voller Breite. */
.legend > .legend-status-card,
.top10-legend-card > .legend-status-card{
  grid-column:1 / -1;
  width:100%;
}

/* Seitenzahl ist klickbar, soll aber optisch wie die alte Ansicht bleiben. */
a.status-switch-page{
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}

a.status-switch-page:hover strong,
a.status-switch-page:focus-visible strong{
  color:var(--cyan);
}

a.status-switch-page:focus-visible{
  outline:1px solid rgba(64,231,255,.45);
  outline-offset:4px;
  border-radius:8px;
}

@media(max-width:780px){
  .legend,
  .top10-legend-card{
    grid-template-columns:1fr;
  }
}
