/* WK26 Bankroll — donker scorebord-thema.
   Signatuur: de wedbon met scheurlijn. Goud alleen voor de koploper. */

:root {
  --bg: #0C1117;
  --surface: #141B23;
  --surface-2: #1A232E;
  --line: #232E3A;
  --ink: #E8EDF2;
  --muted: #8A97A5;
  --up: #4ADE80;
  --down: #F87171;
  --gold: #E8C26A;
  --radius: 14px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif;
  --font-display: ui-rounded, "SF Pro Rounded", -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 15px/1.45 var(--font);
  font-variant-numeric: tabular-nums;
  overscroll-behavior-y: none;
}
button, input { font: inherit; color: inherit; }
button { cursor: pointer; -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 6px; }

#app { max-width: 480px; margin: 0 auto; min-height: 100dvh; display: flex; flex-direction: column; }

/* top */
.top {
  position: sticky; top: 0; z-index: 5;
  display: flex; align-items: center; justify-content: space-between;
  padding: calc(env(safe-area-inset-top, 0px) + 14px) 16px 12px;
  background: linear-gradient(var(--bg) 80%, transparent);
}
.brand { font-family: var(--font-display); font-weight: 700; letter-spacing: .2px; }
.brand.big { font-size: 22px; }
.brand-wk { color: var(--gold); }
.top-actions { display: flex; gap: 8px; align-items: center; }
.demo-pill { font-size: 11px; color: var(--bg); background: var(--gold); border-radius: 99px; padding: 2px 8px; font-weight: 700; }
.icon-btn {
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  width: 36px; height: 36px; display: grid; place-items: center; font-size: 16px;
}
.icon-btn:disabled { opacity: .3; }

/* view + cards */
.view { flex: 1; padding: 4px 16px calc(env(safe-area-inset-bottom, 0px) + 88px); display: flex; flex-direction: column; gap: 12px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; }
.card-title { font-weight: 600; margin-bottom: 10px; font-size: 14px; }
.card.empty { color: var(--muted); text-align: center; padding: 32px 16px; }
.muted { color: var(--muted); }
.up { color: var(--up); }
.down, .warn { color: var(--down); }
.hint { color: var(--muted); font-size: 13px; margin: 8px 2px 0; }
.divider { height: 1px; background: var(--line); margin: 12px 0; }

/* wie ben jij */
.who { min-height: 100dvh; display: grid; place-items: center; padding: 24px; }
.who-card { text-align: center; width: 100%; max-width: 360px; }
.who-card p { margin: 10px 0 22px; }
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.who-btn {
  background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--pc);
  border-radius: var(--radius); padding: 22px 8px; font-size: 17px; font-weight: 700;
}
.who-btn:active { background: var(--surface-2); }

/* stand */
.leader-card {
  position: relative; text-align: center; padding: 22px 16px 18px;
  background: linear-gradient(180deg, #18212B, var(--surface));
  border: 1px solid #3A3320; border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(232,194,106,.18), 0 8px 30px -16px rgba(232,194,106,.35);
  overflow: hidden;
}
.leader-card::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(232,194,106,.10), transparent);
  transform: skewX(-18deg); animation: sheen 6s ease-in-out infinite;
}
@keyframes sheen { 0%, 70% { left: -60%; } 100% { left: 130%; } }
.eyebrow { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.leader-name { font-size: 18px; font-weight: 700; margin-top: 8px; }
.leader-name::before { content: ""; display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--pc); margin-right: 8px; }
.leader-balance { font-family: var(--font-display); font-size: 44px; font-weight: 800; letter-spacing: -.5px; margin: 2px 0; color: var(--gold); }
.leader-sub { color: var(--muted); font-size: 13px; }

.rank-row { display: flex; align-items: center; gap: 10px; padding: 11px 2px; border-bottom: 1px solid var(--line); }
.rank-row:last-child { border-bottom: 0; }
.rank-pos { width: 18px; color: var(--muted); font-weight: 700; }
.rank-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--pc); flex: none; }
.rank-dot.sm { width: 7px; height: 7px; display: inline-block; margin-right: 7px; }
.rank-name { font-weight: 600; flex: 1; }
.form { display: inline-flex; gap: 3px; margin-right: 8px; }
.form-center { justify-content: center; margin: 8px 0 2px; }
.fd { width: 16px; height: 16px; border-radius: 5px; font-size: 9px; font-weight: 800; font-style: normal; display: grid; place-items: center; color: var(--bg); }
.fd.won { background: var(--up); }
.fd.lost { background: var(--down); }
.fd.missed { background: var(--muted); }
.rank-gap { color: var(--muted); font-size: 13px; }
.rank-balance { font-family: var(--font-display); font-weight: 700; font-size: 17px; min-width: 86px; text-align: right; }

.stats-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.stats-table th { color: var(--muted); font-weight: 500; text-align: right; padding: 4px 0 8px; }
.stats-table th:first-child, .stats-table td:first-child { text-align: left; }
.stats-table td { padding: 7px 0; border-top: 1px solid var(--line); text-align: right; white-space: nowrap; }

/* vandaag */
.day-head { display: flex; align-items: center; gap: 10px; }
.day-title { flex: 1; text-align: center; }
.day-date { font-family: var(--font-display); font-weight: 800; font-size: 20px; text-transform: capitalize; }
.day-phase { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border-radius: 99px; padding: 3px 9px; margin-top: 4px; }
.day-phase.group { background: #14303F; color: #7DD3FC; }
.day-phase.knockout { background: #2E2238; color: #D8B4FE; }
.day-phase.final { background: #3A2A14; color: var(--gold); }
.day-lock { color: var(--muted); font-size: 12px; margin-top: 5px; }

.player-row { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.player-row:last-child { border-bottom: 0; }
.player-info { flex: 1; min-width: 0; }
.player-name { font-weight: 600; }
.you { font-size: 10px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 99px; padding: 1px 7px; color: var(--muted); vertical-align: 2px; }
.player-bet { font-size: 12.5px; color: var(--ink); overflow-wrap: anywhere; }
.player-right { text-align: right; }
.player-bal { font-family: var(--font-display); font-weight: 700; }
.player-req { color: var(--muted); font-size: 12px; }

.match-row { display: grid; grid-template-columns: 44px 1fr auto; gap: 6px 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.match-row:last-of-type { border-bottom: 0; }
.match-meta { color: var(--muted); font-size: 12px; }
.match-teams { font-size: 14px; min-width: 0; }
.pick-group { display: flex; gap: 6px; }
.pick {
  width: 38px; height: 34px; border-radius: 9px; font-weight: 800;
  background: var(--surface-2); border: 1px solid var(--line); color: var(--muted);
}
.pick.on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.odd-input {
  grid-column: 2 / 4; justify-self: end; width: 110px;
  background: var(--bg); border: 1px solid var(--line); border-radius: 9px;
  padding: 8px 10px; text-align: right;
}
.odd-input::placeholder { color: #44505C; }

.draft { margin-top: 12px; border-top: 1px solid var(--line); padding-top: 12px; }
.draft-line { display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; margin-bottom: 8px; }
.draft-line.big { color: var(--ink); font-weight: 700; font-size: 15px; }

/* de bon — signatuurelement */
.ticket {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px; position: relative;
}
.ticket-head { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 10px; }
.ticket-leg { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.leg-match { font-size: 13px; color: var(--muted); }
.leg-pick { font-weight: 700; }
.leg-odd { font-family: var(--font-display); font-weight: 700; }
.ticket-tear {
  height: 0; border-top: 2px dashed #33404E; margin: 14px -14px 12px; position: relative;
}
.ticket-tear::before, .ticket-tear::after {
  content: ""; position: absolute; top: -8px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--bg); border: 1px solid var(--line);
}
.ticket-tear::before { left: -8px; }
.ticket-tear::after { right: -8px; }
.ticket-total { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.ticket-total > div { display: flex; flex-direction: column; gap: 2px; font-size: 12px; }
.ticket-total strong { font-family: var(--font-display); font-size: 16px; }

/* knoppen */
.btn {
  background: var(--surface-2); border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 14px; font-weight: 700;
}
.btn.primary { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn.primary:disabled { opacity: .35; }
.btn.ghost { background: transparent; color: var(--muted); }
.btn.full { width: 100%; }
.btn:active { transform: translateY(1px); }

/* programma */
.daycard { padding: 6px 14px; }
.dayrow { display: flex; align-items: center; gap: 10px; width: 100%; background: none; border: 0; padding: 10px 0; text-align: left; }
.dayrow-date { font-weight: 700; text-transform: capitalize; min-width: 86px; }
.dayrow-count { flex: 1; font-size: 12.5px; }
.chev { color: var(--muted); }
.pm { border-top: 1px solid var(--line); }
.pm-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; width: 100%; background: none; border: 0; padding: 10px 0; text-align: left; }
.pm-teams { font-size: 14px; }
.score { font-family: var(--font-display); font-weight: 800; }
.edit { padding: 4px 0 14px; display: flex; flex-direction: column; gap: 10px; }
.edit-line { display: flex; align-items: center; gap: 8px; }
.score-line label { flex: 1; font-size: 13px; }
.text-input, .num-input {
  background: var(--bg); border: 1px solid var(--line); border-radius: 9px; padding: 9px 10px; min-width: 0;
}
.text-input { flex: 1; }
.num-input { width: 56px; text-align: center; }
.edit-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.edit-actions .btn { flex: 1; padding: 10px 8px; font-size: 13.5px; }

/* stats */
.chart { width: 100%; height: auto; display: block; }
.gline { stroke: var(--line); stroke-width: 1; }
.glabel { fill: var(--muted); font-size: 9px; }
.legend { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; font-size: 12.5px; color: var(--muted); }
.legend i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--pc); margin-right: 6px; }
.record { display: flex; align-items: baseline; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.record:last-child { border-bottom: 0; }
.record.col { flex-direction: column; gap: 4px; }
.record-label { color: var(--muted); flex: 1; }
.record-holder { font-weight: 700; }
.record-holder::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--pc); margin-right: 6px; }
.record-val { font-family: var(--font-display); font-weight: 700; }
.record-val.sm { font-family: var(--font); font-weight: 500; font-size: 12.5px; color: var(--ink); }

/* tabbar */
.tabbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 10;
  display: flex; justify-content: center; gap: 4px;
  max-width: 480px; margin: 0 auto;
  padding: 8px 12px calc(env(safe-area-inset-bottom, 0px) + 8px);
  background: rgba(12,17,23,.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
}
.tab {
  flex: 1; background: none; border: 0; color: var(--muted);
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-size: 11px; font-weight: 600; padding: 4px 0; border-radius: 10px;
}
.tab-glyph { font-size: 17px; line-height: 1; }
.tab.active { color: var(--gold); }

/* toast */
#toast {
  position: fixed; left: 50%; bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
  transform: translateX(-50%) translateY(8px);
  background: var(--ink); color: var(--bg); font-weight: 600; font-size: 13.5px;
  padding: 10px 16px; border-radius: 99px; opacity: 0; pointer-events: none;
  transition: opacity .2s, transform .2s; max-width: 88vw; text-align: center; z-index: 20;
}
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
#toast.err { background: var(--down); color: #fff; }
#toast.err.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* ---- polish ---- */
.view { animation: viewin .22s ease; }
@keyframes viewin { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

/* actie-banner: wat moet ik nu doen */
.action { display: flex; align-items: center; gap: 10px; padding: 13px 14px; border-radius: var(--radius); margin-bottom: 14px; cursor: pointer; border: 1px solid var(--line); -webkit-tap-highlight-color: transparent; }
.action-ic { font-size: 18px; flex-shrink: 0; }
.action-txt { flex: 1; font-size: 14px; line-height: 1.35; }
.action-sub { display: block; font-size: 12px; color: var(--muted); margin-top: 1px; }
.action-go { font-weight: 700; font-size: 13px; color: var(--pc, var(--accent)); flex-shrink: 0; }
.action.todo { background: linear-gradient(180deg, rgba(255,176,32,.10), transparent); border-color: rgba(255,176,32,.35); }
.action.todo .action-go { color: var(--gold); }
.action.late { background: linear-gradient(180deg, rgba(90,169,255,.10), transparent); border-color: rgba(90,169,255,.30); }
.action.late .action-go { color: var(--accent, #5AA9FF); }
.action.ok { background: var(--surface); color: var(--muted); cursor: default; }
.action.ok .action-ic { color: var(--up); }

/* kalender */
.cal-intro { padding: 2px 2px 10px; font-size: 12.5px; }
.daycard.is-today { border-color: rgba(90,169,255,.4); box-shadow: 0 0 0 1px rgba(90,169,255,.15); }
.cal-tag { font-size: 10.5px; font-weight: 700; padding: 2px 7px; border-radius: 99px; letter-spacing: .02em; }
.cal-tag.todo { background: rgba(255,176,32,.18); color: var(--gold); }
.cal-tag.warn { background: rgba(248,113,113,.16); color: var(--down); }
.cal-tag.ok { background: rgba(74,222,128,.15); color: var(--up); }
.cal-tag.done { background: rgba(255,255,255,.06); color: var(--muted); }
.cal-tag.muted { background: transparent; color: var(--muted); font-weight: 600; }
.pm-time { font-variant-numeric: tabular-nums; color: var(--muted); font-size: 12.5px; min-width: 42px; flex-shrink: 0; }
.pm-soon { font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 600; }
.pm-row { display: flex; align-items: center; gap: 10px; }
.pm-teams { flex: 1; }

/* segmented control (Schema) */
.seg { display: flex; gap: 4px; background: var(--surface); border: 1px solid var(--line); border-radius: 99px; padding: 4px; margin-bottom: 14px; }
.seg-btn { flex: 1; padding: 9px 0; border: none; background: transparent; color: var(--muted); font-weight: 700; font-size: 13.5px; border-radius: 99px; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.seg-btn.on { background: var(--gold); color: #1a1205; }

/* groepen-raster */
.grp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.grp { padding: 10px 11px; }
.grp { display: block; width: 100%; text-align: left; border: 1px solid var(--line); cursor: pointer; -webkit-tap-highlight-color: transparent; }
.grp.grp-sel { border-color: var(--gold); box-shadow: 0 0 0 1px rgba(232,194,106,.25); }
.grp-chev { float: right; color: var(--muted); font-size: 11px; }
.grp-head { font-weight: 800; font-size: 13px; color: var(--gold); margin-bottom: 7px; letter-spacing: .02em; }
.grp-row { display: grid; grid-template-columns: 16px 1fr 16px 20px; align-items: center; gap: 5px; padding: 3px 0; font-size: 12.5px; }
.grp-pos { color: var(--muted); font-variant-numeric: tabular-nums; }
.grp-team { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.grp-pld { color: var(--muted); text-align: center; font-variant-numeric: tabular-nums; }
.grp-pts { font-weight: 800; text-align: right; font-variant-numeric: tabular-nums; }
.grp-row.qual .grp-pos { color: var(--up); font-weight: 800; }
.grp-row.qual { border-left: 2px solid var(--up); margin-left: -11px; padding-left: 9px; }
.grp-row.maybe { border-left: 2px solid var(--gold); margin-left: -11px; padding-left: 9px; }
.schema-legend { font-size: 11.5px; color: var(--muted); margin-top: 12px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.schema-legend .dot { width: 9px; height: 9px; border-radius: 2px; display: inline-block; }
.schema-legend .dot.qual { background: var(--up); }
.schema-legend .dot.maybe { background: var(--gold); }

/* wedstrijden per poule */
.grp-detail { margin-top: 12px; animation: viewin .2s ease; }
.gf-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 13.5px; }
.gf-row:first-of-type { border-top: none; }
.gf-date { color: var(--muted); font-size: 12px; min-width: 64px; font-variant-numeric: tabular-nums; }
.gf-teams { overflow: hidden; text-overflow: ellipsis; }

/* knock-out */
.ko-round { padding: 12px 14px; }
.ko-head { font-weight: 800; font-size: 14px; margin-bottom: 9px; }
.ko-tie { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line); }
.ko-tie:first-of-type { border-top: none; }
.ko-teams { font-size: 13.5px; }
.ko-tie.tbd .ko-teams { color: var(--muted); }
.ko-time { font-size: 11.5px; color: var(--muted); font-variant-numeric: tabular-nums; text-align: right; flex-shrink: 0; }

/* 5 tabs: iets compacter */
.tabbar .tab { font-size: 11px; }
.tab-glyph { font-size: 17px; }

/* inhaalrace */
.race-row { display: flex; align-items: center; gap: 9px; padding: 7px 0; border-top: 1px solid var(--line); font-size: 13.5px; }
.race-row:first-of-type { border-top: none; }
.race-row.me { background: linear-gradient(90deg, rgba(232,194,106,.07), transparent); margin: 0 -14px; padding: 7px 14px; }
.race-name { flex: 1; }
.race-gap { color: var(--down); font-variant-numeric: tabular-nums; }
.race-odd { color: var(--muted); font-variant-numeric: tabular-nums; min-width: 74px; text-align: right; }
.race-odd strong { color: var(--gold); }

/* dagwinnaar-banner */
.daywinner { display: flex; align-items: center; gap: 8px; justify-content: center; background: linear-gradient(180deg, #1B2530, var(--surface)); border: 1px solid #3A3320; border-radius: var(--radius); padding: 12px; font-size: 14px; animation: dwin .4s ease; }
.daywinner strong { color: var(--pc); }
.dw-crown { font-size: 18px; animation: bob 2.4s ease-in-out infinite; }
.dw-amt { font-weight: 800; font-family: var(--font-display); }
@keyframes dwin { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }

/* live-stip */
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--down); margin-right: 6px; vertical-align: middle; box-shadow: 0 0 0 0 rgba(248,113,113,.6); animation: livepulse 1.6s infinite; }
@keyframes livepulse { 0% { box-shadow: 0 0 0 0 rgba(248,113,113,.5); } 70% { box-shadow: 0 0 0 7px rgba(248,113,113,0); } 100% { box-shadow: 0 0 0 0 rgba(248,113,113,0); } }
.badge-live { color: var(--down); font-weight: 700; font-size: 11px; letter-spacing: .04em; }

/* gewonnen bon: zachte groene gloed */
.slip.won-glow { box-shadow: 0 0 0 1px rgba(74,222,128,.4), 0 6px 24px -12px rgba(74,222,128,.5); border-color: rgba(74,222,128,.4) !important; }
.slip.won-glow .slip-result { animation: pop .4s ease; }
@keyframes pop { 0% { transform: scale(.8); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }

/* saldo telt visueel mee */
.leader-balance { transition: color .3s; }

/* tab actieve indicator */
.tab.active .tab-glyph { transform: translateY(-1px) scale(1.06); transition: transform .15s; }
.btn { transition: transform .08s, background .15s, border-color .15s; }
.btn.primary:active { transform: scale(.98) translateY(1px); }
.rank-title { font-size: 10px; color: var(--muted); font-weight: 600; margin-left: 6px; padding: 1px 6px; border: 1px solid var(--line); border-radius: 99px; }

/* stand-acties + push */
.stand-actions { display: flex; flex-direction: column; gap: 8px; }
.push-on { text-align: center; color: var(--muted); font-size: 13px; padding: 10px; }

/* prijzenkast */
.badge-row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.badge-row:last-child { border-bottom: 0; }
.badge-player { min-width: 90px; font-weight: 600; font-size: 13.5px; }
.badge-list { display: flex; flex-wrap: wrap; gap: 6px; }
.badge { font-size: 20px; line-height: 1; cursor: default; }
.sm { font-size: 12px; }

/* milestones hergebruiken .record */

/* groepsstanden */
.gtable { border-top: 1px solid var(--line); padding: 10px 0; }
.gtable-head { font-weight: 700; font-size: 13px; margin-bottom: 6px; color: var(--muted); }
.gtable-row { display: grid; grid-template-columns: 18px 1fr 22px 46px 30px 24px; gap: 6px; align-items: center; font-size: 12.5px; padding: 4px 0; }
.gtable-row.qual { color: var(--ink); }
.gtable-row.qual .gt-pos { color: var(--up); font-weight: 800; }
.gtable-row.maybe .gt-pos { color: var(--gold); }
.gt-pos { text-align: center; font-weight: 700; color: var(--muted); }
.gt-team { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gt-mini { text-align: center; color: var(--muted); font-variant-numeric: tabular-nums; }
.gt-pts { text-align: center; font-weight: 800; font-family: var(--font-display); }
