:root {
  color-scheme: light;
  --navy: #07152e;
  --navy-2: #0d2347;
  --blue: #1477ff;
  --cyan: #31d7ff;
  --green: #16b877;
  --gold: #ffbb33;
  --ink: #12213d;
  --muted: #65728a;
  --line: #e2e8f1;
  --surface: #ffffff;
  --canvas: #f3f6fa;
  --shadow: 0 14px 38px rgba(7, 21, 46, .09);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--canvas); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--canvas); }
button, a { font: inherit; }
.app-shell { min-height: 100vh; }
.hero {
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(49, 215, 255, .22), transparent 28rem),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  padding: max(1.15rem, env(safe-area-inset-top)) max(1.25rem, calc((100vw - 1180px) / 2)) 3.8rem;
}
.brand-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: #fff; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark {
  display: grid; place-items: center; width: 2.2rem; aspect-ratio: 1; border-radius: .7rem;
  color: var(--navy); background: linear-gradient(135deg, var(--cyan), #fff); box-shadow: 0 8px 24px rgba(49, 215, 255, .22);
}
.connection {
  display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px; color: #dce7f7; background: rgba(255,255,255,.07); font-size: .8rem; font-weight: 700;
}
.connection-dot { width: .52rem; height: .52rem; border-radius: 50%; background: var(--gold); }
.connection[data-state="live"] .connection-dot { background: #42eba7; box-shadow: 0 0 0 .28rem rgba(66,235,167,.12); }
.connection[data-state="offline"] .connection-dot { background: #ff6d6d; }
.hero-copy { max-width: 880px; margin-top: 3rem; }
.status-row { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem; color: #b7c6dc; font-size: .88rem; }
.result-status { display: inline-flex; align-items: center; gap: .45rem; border-radius: 999px; padding: .42rem .75rem; font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.result-status.waiting { color: #ffe2a8; background: rgba(246,170,54,.14); border: 1px solid rgba(255,205,121,.28); }
.result-status.live { color: #87ffd0; background: rgba(22,184,119,.14); border: 1px solid rgba(82,245,173,.28); }
.result-status.live::before { content: ""; width: .45rem; height: .45rem; border-radius: 50%; background: #42eba7; animation: pulse 1.8s infinite; }
.result-status.official { color: #061f16; background: #57e7ac; }
.hero h1 { margin: .85rem 0 .5rem; font-size: clamp(2rem, 6vw, 4.1rem); line-height: 1.02; letter-spacing: -.055em; }
.competition-meta { margin: 0; color: #c4d0e1; font-size: clamp(.92rem, 2vw, 1.05rem); }
main { width: min(1180px, calc(100% - 2rem)); margin: -2.15rem auto 0; padding-bottom: 2.5rem; }
.disclaimer {
  display: grid; grid-template-columns: auto 1fr; gap: .3rem 1rem; align-items: center;
  padding: 1rem 1.2rem; border: 1px solid #b9dbff; border-left: .28rem solid var(--blue);
  border-radius: 1rem; color: #31557c; background: #eff7ff; box-shadow: var(--shadow); font-size: .88rem;
}
.disclaimer strong { color: #0c5fc8; white-space: nowrap; }
.section-nav {
  display: flex; gap: .35rem; margin: 1.2rem 0; padding: .38rem; overflow-x: auto; scrollbar-width: none;
  background: #e7ecf3; border-radius: .9rem;
}
.section-nav::-webkit-scrollbar { display: none; }
.section-nav a {
  flex: 0 0 auto; padding: .66rem .9rem; border-radius: .65rem; color: #5f6d84;
  text-decoration: none; font-size: .84rem; font-weight: 750;
}
.section-nav a.active { color: var(--navy); background: #fff; box-shadow: 0 3px 12px rgba(7,21,46,.08); }
.panel, .summary-card { border: 1px solid var(--line); border-radius: 1.15rem; background: var(--surface); box-shadow: var(--shadow); }
.loading-panel, .empty-state { min-height: 18rem; display: grid; place-items: center; align-content: center; text-align: center; padding: 2rem; }
.loading-panel p, .empty-state p { max-width: 34rem; margin: .75rem auto; color: var(--muted); }
.spinner { width: 2rem; height: 2rem; border: .18rem solid #dbe6f4; border-top-color: var(--blue); border-radius: 50%; animation: spin .8s linear infinite; }
.empty-icon { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; border-radius: 1rem; color: #a45100; background: #fff0d8; font-size: 1.55rem; font-weight: 900; }
.empty-state h2 { margin: .8rem 0 0; letter-spacing: -.025em; }
.empty-state button, .back-link { display: inline-block; margin-top: .5rem; padding: .72rem 1rem; border: 0; border-radius: .7rem; color: #fff; background: var(--blue); text-decoration: none; font-weight: 750; cursor: pointer; }
.summary-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.summary-card { display: grid; gap: .28rem; min-height: 8.8rem; padding: 1.25rem; }
.summary-card.accent { color: #fff; background: linear-gradient(135deg, #0e6dec, #29a9ff); border: 0; }
.card-label, .eyebrow { color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.accent .card-label, .accent span { color: rgba(255,255,255,.78); }
.summary-card strong { align-self: end; font-size: 1.65rem; letter-spacing: -.035em; }
.summary-card > span:last-child { color: var(--muted); font-size: .86rem; }
.content-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1rem; }
.content-grid > .panel, .stage-panel { padding: 1.25rem; }
.panel-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.panel-heading h2 { margin: .25rem 0 0; font-size: 1.2rem; letter-spacing: -.025em; }
.medal { display: grid; place-items: center; width: 2.65rem; aspect-ratio: 1; border-radius: 50%; color: #704700; background: linear-gradient(145deg, #ffe397, #ffb31a); font-weight: 900; box-shadow: inset 0 0 0 .2rem rgba(255,255,255,.35); }
.leader-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .9rem; margin: 1.5rem 0; }
.avatar { display: grid; place-items: center; width: 3.15rem; aspect-ratio: 1; border-radius: 1rem; color: #0c5fc8; background: #e6f2ff; font-weight: 900; }
.leader-card strong, .leader-card span { display: block; }
.leader-card span { margin-top: .18rem; color: var(--muted); font-size: .82rem; }
.leader-card b { color: var(--blue); font-size: 1.8rem; letter-spacing: -.04em; }
.progress-block { border-top: 1px solid var(--line); padding-top: 1rem; }
.progress-copy { display: flex; justify-content: space-between; color: var(--muted); font-size: .8rem; }
.progress-copy strong { color: var(--ink); }
.progress-track { height: .5rem; margin-top: .65rem; overflow: hidden; border-radius: 999px; background: #e9eef5; }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--cyan)); transition: width .5s ease; }
.live-pulse { padding: .35rem .62rem; border-radius: 999px; color: #08794c; background: #e7fbf2; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.latest-list { list-style: none; margin: 1rem 0 0; padding: 0; }
.latest-list li { display: grid; grid-template-columns: 2rem 1fr auto; align-items: center; gap: .7rem; padding: .75rem 0; border-top: 1px solid var(--line); }
.latest-list li:first-child { border-top: 0; }
.latest-rank { color: #8b97aa; font-size: .78rem; font-weight: 850; }
.latest-name strong, .latest-name span { display: block; }
.latest-name span { margin-top: .15rem; color: var(--muted); font-size: .76rem; }
.latest-time { font-variant-numeric: tabular-nums; font-weight: 850; }
.stage-panel { margin-top: 1rem; }
.stage-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1rem; }
.stage-stat { padding: 1rem; border-radius: .85rem; background: #f6f8fb; }
.stage-stat strong, .stage-stat span { display: block; }
.stage-stat strong { margin-top: .25rem; font-size: 1.4rem; }
.stage-stat span { color: var(--muted); font-size: .78rem; }
footer { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 0 0 max(1.5rem, env(safe-area-inset-bottom)); display: flex; justify-content: space-between; color: #8490a3; font-size: .75rem; }
[hidden] { display: none !important; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .42; transform: scale(.82); } }
@media (max-width: 760px) {
  .hero { padding-bottom: 3.3rem; }
  .hero-copy { margin-top: 2.3rem; }
  main { width: min(100% - 1.2rem, 1180px); }
  .disclaimer { grid-template-columns: 1fr; gap: .2rem; }
  .summary-grid, .content-grid { grid-template-columns: 1fr; }
  .summary-grid { grid-template-columns: 1fr 1fr; }
  .summary-card.accent { grid-column: 1 / -1; }
  .stage-stats { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .summary-grid { grid-template-columns: 1fr; }
  .summary-card.accent { grid-column: auto; }
  .leader-card b { font-size: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.page-heading {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem;
  margin: 1.3rem 0 1rem;
}
.page-heading h2 { margin: .2rem 0 .35rem; font-size: clamp(1.55rem, 4vw, 2.15rem); letter-spacing: -.04em; }
.page-heading p { max-width: 46rem; margin: 0; color: var(--muted); font-size: .9rem; }
.page-summary {
  flex: 0 0 auto; padding: .55rem .75rem; border-radius: .7rem; color: #31557c;
  background: #e8f3ff; font-size: .76rem; font-weight: 800;
}
.preliminary-groups { display: grid; gap: 1rem; }
.finals-groups { display: grid; gap: 1rem; }
.finals-heading { background: linear-gradient(120deg, #4b2d04, #9a6908); }
.finals-heading .eyebrow { color: #ffe095; }
.finals-table .medal-row td { background: #fffdf7; }
.finals-table .medal-1 td { background: #fff9e8; }
.finals-table .medal-2 td { background: #f8fafc; }
.finals-table .medal-3 td { background: #fff8f1; }
.medal-rank { white-space: nowrap; }
.preliminary-division { overflow: hidden; box-shadow: 0 8px 26px rgba(7, 21, 46, .07); }
.division-jump {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .75rem; align-items: center;
  margin: 0 0 .9rem; padding: .85rem .95rem; border: 1px solid var(--line); border-radius: 1rem;
  background: #fff; box-shadow: 0 8px 20px rgba(7, 21, 46, .05);
}
.division-jump-label {
  color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
}
.division-jump-links { display: flex; flex-wrap: wrap; gap: .45rem; min-width: 0; }
.division-jump-links a {
  display: inline-flex; align-items: center; min-height: 2rem; padding: .35rem .7rem;
  border: 1px solid #d7e5f6; border-radius: 999px; color: #24476f; background: #f3f8ff;
  font-size: .78rem; font-weight: 850; text-decoration: none;
}
.division-jump-links a:hover,
.division-jump-links a:focus-visible {
  border-color: #8cbcf4; color: var(--navy); background: #e5f1ff; outline: none;
}
.division-heading {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.2rem 1.25rem; color: #fff; background: linear-gradient(120deg, var(--navy), #12396d);
}
.division-heading .eyebrow { color: #8fdfff; }
.division-heading h2 { margin: .2rem 0 0; font-size: 1.3rem; letter-spacing: -.025em; }
.division-count {
  padding: .42rem .65rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px;
  color: #dce9f8; background: rgba(255,255,255,.08); font-size: .72rem; font-weight: 750; white-space: nowrap;
}
.event-list { display: grid; gap: 1px; background: var(--line); }
.results-event { padding: 1.15rem 1.25rem 1.25rem; background: #fff; }
.division-empty {
  color: var(--muted);
  background: #f8fbff;
}
.division-empty p { margin: .35rem 0 0; }
.event-heading { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: .75rem; }
.event-heading h3 { margin: .2rem 0 0; font-size: 1.08rem; }
.event-state { padding: .38rem .6rem; border-radius: 999px; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.event-state.provisional { color: #8a5700; background: #fff3d8; }
.event-state.official { color: #08794c; background: #e3f9ef; }
.results-table-wrap { width: 100%; overflow-x: auto; }
.results-table { width: 100%; border-collapse: collapse; font-size: .84rem; }
.results-table th {
  padding: .58rem .7rem; color: var(--muted); background: #f5f7fa; text-align: left;
  font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
}
.results-table th:first-child, .results-table td:first-child { text-align: center; }
.results-table th:nth-last-child(-n+2), .results-table td:nth-last-child(-n+2) { text-align: right; }
.results-table td { padding: .75rem .7rem; border-top: 1px solid var(--line); vertical-align: middle; }
.results-table tbody tr:first-child td { border-top: 0; }
.rank-cell { width: 4rem; color: var(--blue); font-size: 1rem; font-weight: 900; }
.stacker-cell strong, .stacker-cell span { display: block; }
.stacker-cell span { margin-top: .14rem; color: var(--muted); font-size: .7rem; }
.organization-cell { color: var(--muted); }
.time-cell { color: var(--ink); font-size: .95rem; font-variant-numeric: tabular-nums; font-weight: 900; }
.time-cell.scr { color: #a45454; }
.status-cell { color: var(--muted); font-size: .72rem; }
.empty-state.compact { min-height: 15rem; }
.allaround-groups { display: grid; gap: 1rem; }
.allaround-heading { background: linear-gradient(120deg, #133d35, #12705d); }
.allaround-heading .eyebrow { color: #8ef0ce; }
.allaround-total { color: #087956; font-size: 1.02rem; }
.allaround-table th:nth-last-child(-n+5),
.allaround-table td:nth-last-child(-n+5) { text-align: right; }
.allaround-table-wrap { overscroll-behavior-inline: contain; }

.doubles-groups { display: grid; gap: 1rem; }
.doubles-heading { background: linear-gradient(120deg, #35225f, #6843a6); }
.doubles-heading .eyebrow { color: #d9c6ff; }
.team-cell strong, .team-cell span { display: block; }
.team-cell span { margin-top: .14rem; color: var(--muted); font-size: .7rem; }
.member-cell { color: #384862; }
.doubles-time { min-width: 5.2rem; }
.doubles-table th:nth-last-child(-n+3),
.doubles-table td:nth-last-child(-n+3) { text-align: right; }

.relay-groups { display: grid; gap: 1rem; }
.relay-heading { background: linear-gradient(120deg, #063d55, #087f91); }
.relay-heading .eyebrow { color: #9cecf3; }
.relay-members { max-width: 28rem; }
.relay-time { min-width: 5.2rem; }
.relay-table th:nth-last-child(-n+3),
.relay-table td:nth-last-child(-n+3) { text-align: right; }

.medal-table-panel { overflow: hidden; }
.medal-table th:nth-last-child(-n+4),
.medal-table td:nth-last-child(-n+4) { text-align: center; }
.medal-organization { color: var(--ink); font-weight: 800; }
.medal-count { min-width: 4.3rem; font-size: 1rem; font-variant-numeric: tabular-nums; font-weight: 900; }
.medal-count-gold { color: #9a6a00; }
.medal-count-silver { color: #697386; }
.medal-count-bronze { color: #995525; }
.medal-count-total { color: var(--blue); }

@media (max-width: 620px) {
  .page-heading { align-items: flex-start; flex-direction: column; }
  .page-summary { align-self: stretch; text-align: center; }
  .division-heading, .results-event { padding-left: .9rem; padding-right: .9rem; }
  .organization-cell, .results-table th:nth-child(3) { display: none; }
  .results-table th, .results-table td { padding-left: .45rem; padding-right: .45rem; }
  .status-cell { max-width: 5.6rem; overflow: hidden; text-overflow: ellipsis; }
  .allaround-table { min-width: 0; }
  .allaround-table thead { display: none; }
  .allaround-table tbody { display: grid; gap: .7rem; }
  .allaround-table tr {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "place stacker total"
      "event333 event363 cycle";
    align-items: center;
    gap: .7rem .45rem;
    padding: .8rem;
    border: 1px solid var(--line);
    border-radius: .85rem;
    background: #fff;
  }
  .allaround-table .rank-cell { grid-area: place; width: auto; padding: 0; text-align: left; }
  .allaround-table .stacker-cell { grid-area: stacker; min-width: 0; padding: 0; }
  .allaround-table .event-time-333 { grid-area: event333; }
  .allaround-table .event-time-363 { grid-area: event363; }
  .allaround-table .event-time-cycle { grid-area: cycle; }
  .allaround-table .allaround-total { grid-area: total; padding: 0; text-align: right; }
  .allaround-table .organization-cell,
  .allaround-table .status-cell { display: none; }
  .allaround-table .event-time-333,
  .allaround-table .event-time-363,
  .allaround-table .event-time-cycle {
    display: grid;
    gap: .12rem;
    padding: .55rem .35rem 0;
    border-top: 1px solid var(--line);
    text-align: center;
  }
  .allaround-table .event-time-333::before,
  .allaround-table .event-time-363::before,
  .allaround-table .event-time-cycle::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: .62rem;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .doubles-table { min-width: 0; }
  .doubles-table thead { display: none; }
  .doubles-table tbody { display: grid; grid-template-columns: 1fr; gap: .7rem; }
  .doubles-table tr {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "place team best"
      "members members members";
    align-items: center;
    gap: .55rem .7rem;
    padding: .8rem;
    border: 1px solid var(--line);
    border-radius: .85rem;
    background: #fff;
  }
  .doubles-table td { border: 0; }
  .doubles-table .rank-cell { grid-area: place; width: auto; padding: 0; text-align: left; }
  .doubles-table .team-cell { grid-area: team; min-width: 0; padding: 0; }
  .doubles-table .doubles-time { grid-area: best; min-width: 0; padding: 0; text-align: right; }
  .doubles-table .member-cell {
    grid-area: members;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .5rem;
    padding: .55rem 0 0;
    border-top: 1px solid var(--line);
    font-size: .8rem;
  }
  .doubles-table .member-cell::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: .62rem;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .doubles-table .organization-cell,
  .doubles-table .status-cell { display: none; }
  .relay-table { min-width: 0; }
  .relay-table thead { display: none; }
  .relay-table tbody { display: grid; grid-template-columns: 1fr; gap: .7rem; }
  .relay-table tr {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "place team best"
      "members members members";
    align-items: center;
    gap: .55rem .7rem;
    padding: .8rem;
    border: 1px solid var(--line);
    border-radius: .85rem;
    background: #fff;
  }
  .relay-table td { border: 0; }
  .relay-table .rank-cell { grid-area: place; width: auto; padding: 0; text-align: left; }
  .relay-table .team-cell { grid-area: team; min-width: 0; padding: 0; }
  .relay-table .relay-time { grid-area: best; min-width: 0; padding: 0; text-align: right; }
  .relay-table .relay-members {
    grid-area: members;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .5rem;
    max-width: none;
    padding: .55rem 0 0;
    border-top: 1px solid var(--line);
    font-size: .8rem;
  }
  .relay-table .relay-members::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: .62rem;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .relay-table .organization-cell,
  .relay-table .status-cell { display: none; }
  .medal-table { min-width: 0; }
  .medal-table thead { display: none; }
  .medal-table tbody { display: grid; grid-template-columns: 1fr; gap: .7rem; }
  .medal-table tr {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) repeat(4, minmax(2.5rem, auto));
    grid-template-areas:
      "rank organization organization organization organization organization"
      ". gold silver bronze total total";
    align-items: center;
    gap: .65rem .45rem;
    padding: .8rem;
    border: 1px solid var(--line);
    border-radius: .85rem;
    background: #fff;
  }
  .medal-table td { border: 0; padding: 0; }
  .medal-table .rank-cell { grid-area: rank; width: auto; text-align: left; }
  .medal-table .medal-organization { grid-area: organization; min-width: 0; }
  .medal-table .medal-count-gold { grid-area: gold; }
  .medal-table .medal-count-silver { grid-area: silver; }
  .medal-table .medal-count-bronze { grid-area: bronze; }
  .medal-table .medal-count-total { grid-area: total; }
  .medal-table .medal-count {
    display: grid;
    gap: .12rem;
    min-width: 0;
    padding-top: .55rem;
    border-top: 1px solid var(--line);
    text-align: center;
  }
  .medal-table .medal-count::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: .58rem;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
}


.section-overview { margin-bottom: 1rem; padding: 1.25rem; }
.section-overview .panel-heading p { margin: .35rem 0 0; color: var(--muted); font-size: .86rem; }
.section-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1rem;
}
.section-status-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .8rem;
  min-height: 8.2rem;
  padding: 1rem 2.45rem 1rem 1rem;
  border: 1px solid var(--line);
  border-radius: .9rem;
  color: var(--ink);
  background: #f8fafc;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.section-status-card:hover, .section-status-card:focus-visible {
  transform: translateY(-2px);
  border-color: #9bc8ff;
  box-shadow: 0 10px 24px rgba(7, 21, 46, .08);
  outline: none;
}
.section-status-card[data-status="live"] { border-left: .25rem solid var(--green); }
.section-status-card[data-status="official"] { border-left: .25rem solid var(--blue); }
.section-status-copy, .section-status-copy strong, .section-status-copy span,
.section-status-meta, .section-status-meta span { display: block; }
.section-status-copy strong { font-size: 1rem; letter-spacing: -.015em; }
.section-status-copy span { margin-top: .25rem; color: var(--muted); font-size: .77rem; line-height: 1.35; }
.section-status-meta { align-self: start; min-width: 6.5rem; text-align: right; }
.section-state {
  display: inline-block !important;
  padding: .3rem .52rem;
  border-radius: 999px;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.section-state.not-started { color: #69778d; background: #e9edf3; }
.section-state.live { color: #08794c; background: #ddf8ed; }
.section-state.official { color: #0c5fc8; background: #e1efff; }
.section-count { margin-top: .48rem; color: var(--muted); font-size: .68rem; line-height: 1.3; }
.section-status-arrow {
  position: absolute;
  right: 1rem;
  bottom: .9rem;
  color: var(--blue);
  font-size: 1.15rem;
  font-weight: 850;
}
@media (max-width: 900px) {
  .section-status-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .section-status-grid { grid-template-columns: 1fr; }
  .section-status-card { min-height: 7.2rem; }
  .division-jump { grid-template-columns: 1fr; }
}
