:root{--bg: #eef3f7;--surface: #ffffff;--surface-2: #e6edf3;--border: #d3dde6;--rule: #e3e9ef;--text: #0f1b26;--muted: #5a6b7b;--accent: #1b4f9c;--accent-contrast: #ffffff;--accent-soft: #e3ecf8;--live: #d6282f;--ok: #1d7a4c;--warn: #9a5b00;--err: #c3232b;--info: #2f5690;--ok-bg: #e2f2e9;--warn-bg: #fbf0dc;--err-bg: #fbe4e5;--info-bg: #e3ecf8;--board-bg: #101c27;--board-ink: #f2a93b;--board-dim: #6f8193;--board-rule: #22313f;--radius: 10px;--radius-sm: 6px;--font: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;--display: "Barlow Condensed", "Barlow", system-ui, sans-serif;--mono: ui-monospace, "SF Mono", Menlo, monospace;--focus: 0 0 0 3px color-mix(in srgb, var(--accent) 35%, transparent);color-scheme:light}@media(prefers-color-scheme:dark){:root{--bg: #0e1a24;--surface: #14222f;--surface-2: #1a2a38;--border: #25384a;--rule: #1f3141;--text: #e4ecf2;--muted: #8fa3b5;--accent: #6fa0e8;--accent-contrast: #081422;--accent-soft: #1b3150;--live: #f06a6f;--ok: #57c48f;--warn: #e4a64d;--err: #f06a6f;--info: #92b4e6;--ok-bg: #12301f;--warn-bg: #33260e;--err-bg: #3a191c;--info-bg: #182b45;--board-bg: #08121b;--board-rule: #1a2835;color-scheme:dark}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.5 var(--font);-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:none;box-shadow:var(--focus);border-radius:var(--radius-sm)}h1,h2,h3{font-family:var(--display);font-weight:600;letter-spacing:.005em;line-height:1.15}h1{font-size:30px;margin:0 0 4px}h2{font-size:19px;margin:0 0 10px}h3{font-size:16px;margin:0 0 8px}h1+.lede,.lede{color:var(--muted);max-width:70ch;margin:0 0 22px}code,.mono{font-family:var(--mono);font-size:12.5px}.layout{display:grid;grid-template-columns:216px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:18px 12px;display:flex;flex-direction:column;gap:1px;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar .brand{font-family:var(--display);font-size:21px;font-weight:700;padding:0 10px 14px;display:flex;align-items:center;gap:8px}.sidebar .brand svg{flex:none}.sidebar .group{font-family:var(--display);font-size:13.5px;font-weight:600;color:var(--muted);padding:14px 10px 4px}.sidebar a{font-family:var(--display);font-size:16px;font-weight:500;color:var(--text);padding:5px 10px;border-radius:var(--radius-sm);display:flex;align-items:center;gap:6px;border-left:3px solid transparent}.sidebar a.active{background:var(--accent-soft);color:var(--accent);border-left-color:var(--accent);font-weight:600}.sidebar a:hover{text-decoration:none;background:var(--surface-2)}.sidebar .spacer{flex:1;min-height:16px}.sidebar .foot{display:flex;flex-direction:column;gap:8px;padding:10px;color:var(--muted);font-size:13px;border-top:1px solid var(--rule)}.page{min-width:0;display:flex;flex-direction:column}main{padding:26px 32px 48px;min-width:0;max-width:1480px;width:100%}.board{background:var(--board-bg);color:var(--board-dim);display:flex;align-items:stretch;overflow-x:auto;scrollbar-width:none;position:sticky;top:0;z-index:5;border-bottom:1px solid var(--board-rule)}.board::-webkit-scrollbar{display:none}.board a,.board .cell{display:flex;align-items:center;gap:10px;padding:9px 18px;color:inherit;white-space:nowrap;border-right:1px solid var(--board-rule);font-family:var(--display);font-size:15px}.board a:hover{text-decoration:none;background:color-mix(in srgb,var(--board-ink) 8%,transparent)}.board .num{font-family:var(--display);font-weight:700;font-size:22px;line-height:1;color:var(--board-ink);font-variant-numeric:tabular-nums;letter-spacing:.04em}.board .num.bad{color:var(--live)}.board .game{display:flex;align-items:baseline;gap:8px;color:#dfe7ee}.board .clock{color:var(--board-dim);font-size:13.5px}.board .lamp{width:8px;height:8px;border-radius:50%;background:var(--live);box-shadow:0 0 8px var(--live)}.board .lamp.off{background:var(--board-dim);box-shadow:none}.board .lamp.ok{background:#57c48f;box-shadow:none}@media(prefers-reduced-motion:no-preference){.board .lamp.on{animation:lamp 2.4s ease-in-out infinite}@keyframes lamp{50%{opacity:.35}}}@media(max-width:760px){.layout{grid-template-columns:1fr}.sidebar{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;border-right:0;border-bottom:1px solid var(--border);position:static;height:auto;padding:8px;gap:4px}.sidebar .group,.sidebar .spacer,.sidebar .brand{display:none}.sidebar a{white-space:nowrap;border-left:0}.sidebar .foot{flex-direction:row;align-items:center;border-top:0;padding:0 6px;white-space:nowrap}main{padding:18px 16px 40px}h1{font-size:26px}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;margin-bottom:20px;min-width:0}.card>.row.between:first-child h2{margin:0}.grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.grid>.card{margin-bottom:0}.grid+.card,.grid+h2,.grid+.grid{margin-top:20px}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.row.between{justify-content:space-between}.stack{display:flex;flex-direction:column;gap:10px}.muted{color:var(--muted)}.small{font-size:13.5px}.nowrap{white-space:nowrap}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}th,td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--rule);vertical-align:top}th{font-family:var(--display);color:var(--muted);font-weight:600;font-size:14px;white-space:nowrap;border-bottom-color:var(--border)}tbody tr:last-child td{border-bottom:0}tr.clickable{cursor:pointer}tr.clickable:hover td,tbody tr:hover td{background:color-mix(in srgb,var(--surface-2) 55%,transparent)}td.num,th.num{text-align:right}td .row button{white-space:nowrap}table.small td,table.small th{padding:6px 8px}button,.btn{font:500 14px/1.2 var(--font);border:1px solid var(--border);background:var(--surface);color:var(--text);padding:8px 14px;border-radius:var(--radius-sm);cursor:pointer}button:hover{background:var(--surface-2)}button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast);font-weight:600}button.primary:hover{background:color-mix(in srgb,var(--accent) 88%,black)}button.danger{color:var(--err);border-color:color-mix(in srgb,var(--err) 55%,var(--border))}button:disabled{opacity:.45;cursor:not-allowed}button.linklike{background:none;border:0;padding:0;color:var(--accent);cursor:pointer;text-align:left;font-weight:500}input,select,textarea{font:inherit;font-size:15px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:7px 10px;min-width:0}input:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--accent)}input[aria-invalid=true]{border-color:var(--err)}input[type=checkbox]{width:auto;accent-color:var(--accent)}input.score{width:60px;text-align:center;font-family:var(--display);font-size:20px;font-weight:600}label.field{display:flex;flex-direction:column;gap:5px;font-size:13.5px;color:var(--muted)}label.field>input,label.field>select,label.field>textarea{font-size:15px;color:var(--text)}label.check{display:inline-flex;gap:6px;align-items:center}.form-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.seg{display:inline-flex;background:var(--surface-2);border-radius:var(--radius-sm);padding:3px;gap:2px;flex-wrap:wrap}.seg>button{border:0;background:transparent;padding:6px 12px;font-family:var(--display);font-size:15px;font-weight:500;color:var(--muted)}.seg>button[aria-selected=true],.seg>button[aria-checked=true],.seg>button[aria-pressed=true]{background:var(--surface);color:var(--text);font-weight:600;box-shadow:0 1px 2px #00000014}.tabs{display:flex;gap:22px;border-bottom:1px solid var(--border);margin:0 0 22px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.tabs>button{border:0;border-radius:0;background:none;padding:8px 0 10px;font-family:var(--display);font-size:17px;font-weight:500;color:var(--muted);border-bottom:3px solid transparent;margin-bottom:-1px;white-space:nowrap}.tabs>button[aria-selected=true]{color:var(--text);font-weight:600;border-bottom-color:var(--accent)}.badge{display:inline-block;padding:1px 8px;border-radius:999px;font-size:12.5px;font-weight:600;white-space:nowrap;line-height:1.6}.badge.ok{background:var(--ok-bg);color:var(--ok)}.badge.warning,.badge.warn{background:var(--warn-bg);color:var(--warn)}.badge.error,.badge.err{background:var(--err-bg);color:var(--err)}.badge.info,.badge.neutral{background:var(--info-bg);color:var(--info)}.notice{border-radius:var(--radius-sm);padding:10px 14px;margin-bottom:16px;border-left:3px solid currentColor}.notice.warn{background:var(--warn-bg);color:var(--warn)}.notice.info{background:var(--info-bg);color:var(--info)}.notice.err{background:var(--err-bg);color:var(--err)}.notice.ok{background:var(--ok-bg);color:var(--ok)}.dot{width:9px;height:9px;border-radius:50%;display:inline-block}.dot.ok{background:var(--ok)}.dot.err{background:var(--live)}.stat{font-family:var(--display);font-size:30px;font-weight:700;line-height:1.1;font-variant-numeric:tabular-nums}.figures{display:flex;gap:28px;flex-wrap:wrap;align-items:baseline;margin:0 0 20px}.figures>div{display:flex;align-items:baseline;gap:6px;color:var(--muted)}.figures strong{font-family:var(--display);font-size:28px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.figures strong.bad{color:var(--err)}pre.json{background:var(--surface-2);padding:10px;border-radius:var(--radius-sm);overflow:auto;max-height:240px;font-size:12px;margin:0}.bars{display:flex;align-items:flex-end;gap:2px;height:120px}.bars>div{flex:1;background:var(--accent);border-radius:2px 2px 0 0;min-height:1px;position:relative}.bars>div.has-err{background:linear-gradient(to top,var(--err) var(--err-h),var(--accent) var(--err-h))}.login{max-width:380px;margin:12vh auto}.secret{font-family:var(--mono);background:var(--surface-2);padding:10px;border-radius:var(--radius-sm);word-break:break-all}details summary{cursor:pointer}button.google{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#1f1f1f;border-color:#dadce0;font-weight:500;padding:9px 12px}button.google:hover{background:#f7f8f8}.divider{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}.divider:before,.divider:after{content:"";flex:1;border-top:1px solid var(--border)}.live-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}.live-tile{border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;display:flex;flex-direction:column;gap:8px;background:var(--surface)}.live-tile.bad,.live-tile.heavy{box-shadow:inset 3px 0 0 var(--warn)}.live-teams{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;color:var(--text);font-family:var(--display);font-size:17px;font-weight:500}.live-teams:hover{text-decoration:none}.live-teams span:last-child{text-align:right}.live-score{font-family:var(--display);font-size:30px;font-weight:700;font-variant-numeric:tabular-nums}pre.logview{background:var(--board-bg);color:#cfdae4;border-radius:var(--radius-sm);padding:12px;max-height:520px;overflow:auto;font:12px/1.5 var(--mono);margin:0;white-space:pre-wrap;word-break:break-word}pre.logview .stderr{color:#f59aa0}.meter{height:6px;background:var(--surface-2);border-radius:999px;overflow:hidden;margin:6px 0 4px}.meter>span{display:block;height:100%;border-radius:999px;transition:width .4s ease}@media(prefers-reduced-motion:reduce){.meter>span{transition:none}}.composer{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:28px;align-items:start;margin-bottom:32px}.composer-form{display:grid;gap:18px}.composer-form .step{display:grid;gap:8px}.composer-form .step>.label{font-family:var(--display);font-size:17px;font-weight:600}.summary-line{font-family:var(--display);font-size:19px;font-weight:500}.summary-line strong{font-weight:700}.stage{position:sticky;top:64px}@media(max-width:1000px){.composer{grid-template-columns:1fr}.stage{position:static}}.phone{position:relative;border-radius:34px;padding:26px 16px 34px;min-height:420px;overflow:hidden;background:#123a63;border:8px solid #0b1520}.phone.android{border-radius:22px;background:#1d2b36}.phone .rink{position:absolute;inset:0;width:100%;height:100%}.phone .rink line,.phone .rink circle{stroke:#d6282f59;stroke-width:2.5;fill:none}.phone .rink .blue{stroke:#78aaf04d;stroke-width:4}.lock{position:relative;text-align:center;color:#f3f7fb;margin-bottom:22px}.phone.android .lock{text-align:left;padding-left:6px}.lock-date{font-size:14px;font-weight:500;opacity:.9;text-transform:capitalize}.lock-clock{font:300 64px/1 -apple-system,SF Pro Display,system-ui,sans-serif;letter-spacing:-.02em}.phone.android .lock-clock{font:400 56px/1 Roboto,system-ui,sans-serif}.bubble{position:relative;background:#f5f7fae6;color:#111;border-radius:18px;padding:10px 12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 6px 24px #00000040}.phone.android .bubble{background:#26323c;color:#e8eef3;border-radius:16px}.bubble-head{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.75;margin-bottom:3px}.bubble-head .when{margin-left:auto}.phone.android .bubble-head .when{margin-left:0}.appicon{width:18px;height:18px;border-radius:5px;background:radial-gradient(circle at 50% 50%,#1b4f9c 0 3px,transparent 3.5px),radial-gradient(circle,transparent 5px,#d6282f 5.5px 7px,transparent 7.5px),#fff}.bubble-body{display:flex;gap:10px;align-items:flex-start}.bubble-body .text{min-width:0;flex:1}.bubble .t{font-weight:650;font-size:14.5px;overflow-wrap:anywhere}.bubble .b{font-size:14px;overflow-wrap:anywhere;white-space:pre-wrap}.bubble.collapsed .b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bubble .thumb{width:42px;height:42px;object-fit:cover;border-radius:8px;flex:none}.bubble .hero{display:block;width:calc(100% + 24px);margin:-10px -12px 10px;max-height:200px;object-fit:cover;border-radius:18px 18px 0 0}.phone.android .bubble .hero{margin:10px 0 2px;width:100%;border-radius:10px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:22px}.page-head .lede{margin:0}.status-list{list-style:none;margin:0;padding:0}.status-list li{display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:12px;align-items:baseline;padding:10px 0;border-bottom:1px solid var(--rule)}.status-list li:last-child{border-bottom:0}.status-list .figure{font-family:var(--display);font-size:19px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.lamp{width:10px;height:10px;border-radius:50%;display:inline-block;background:var(--muted)}.lamp.ok{background:var(--ok)}.lamp.bad{background:var(--live);box-shadow:0 0 0 3px color-mix(in srgb,var(--live) 25%,transparent)}.status-list .lamp{align-self:center}.score{font-family:var(--display);font-size:19px;font-weight:700}.timeline{list-style:none;margin:0;padding:0;display:flex;gap:3px;height:26px;align-items:stretch}.timeline li{flex:1;min-width:4px;max-width:16px;border-radius:2px;background:var(--ok);opacity:.8}.timeline li.failed{background:var(--live);opacity:1}.timeline li.running{background:var(--accent)}.match-head{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px 24px;margin:10px 0 22px;padding:18px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.match-head .team{font-family:var(--display);font-size:26px;font-weight:600;line-height:1.1}.match-head .guest{text-align:right}.match-head .result{font-family:var(--display);font-size:44px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1}.match-head .colon{margin:0 4px;color:var(--muted)}.match-head .meta{grid-column:1 / -1;display:flex;gap:12px;align-items:center;flex-wrap:wrap;border-top:1px solid var(--rule);padding-top:10px}@media(max-width:620px){.match-head .team{font-size:19px}.match-head .result{font-size:32px}}.tally{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:20px;overflow:hidden}.tally-item{padding:14px 18px;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);margin:0 -1px -1px 0}.login{border-top:4px solid var(--accent);padding:26px 26px 22px}.jobs{display:grid}.job{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto;gap:8px 20px;align-items:start;padding:14px 0;border-bottom:1px solid var(--rule)}.job:last-child{border-bottom:0}.job.heavy{box-shadow:inset 3px 0 0 var(--warn);padding-left:12px}.job-what{display:grid;gap:4px}.job-what strong{font-family:var(--display);font-size:17px;font-weight:600}.job-params{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.job-go{display:flex;gap:8px;align-items:center;padding-top:2px}.job-feedback{grid-column:1 / -1;display:grid;gap:6px}.job-feedback:empty{display:none}@media(max-width:860px){.job{grid-template-columns:1fr}}.checks{list-style:none;margin:0;padding:0}.checks>li{border-bottom:1px solid var(--rule)}.checks>li:last-child{border-bottom:0}.checks summary,.check-row{display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px 0}.checks summary{list-style:none}.checks summary::-webkit-details-marker{display:none}.checks summary .check-title:after{content:" ▸";color:var(--muted);font-size:12px}.checks details[open] summary .check-title:after{content:" ▾"}.check-title{font-family:var(--display);font-size:17px;font-weight:500}.check-body{padding:0 0 14px 26px}.lamp.warn{background:var(--warn)}tr.row-warn td{background:var(--warn-bg)}.lamp.off{background:var(--info)}.facts{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px 16px;color:var(--muted);font-size:13.5px}.live-group{margin-bottom:24px}.empty-state{border-style:dashed;background:transparent}td.actions{width:1%;white-space:nowrap}td.actions .row{flex-wrap:nowrap;gap:6px}td.actions button{padding:5px 10px;font-size:13.5px}.clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-width:46ch}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.agenda>section+section{margin-top:18px}.agenda h3{font-size:16px;color:var(--muted);font-weight:600;margin:0 0 4px}.agenda ul{list-style:none;margin:0;padding:0}.agenda li{display:grid;grid-template-columns:64px minmax(0,1fr) 120px;gap:14px;align-items:start;padding:10px 0;border-bottom:1px solid var(--rule)}.agenda li:last-child{border-bottom:0}.agenda-time{font-family:var(--display);font-size:22px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.1}.agenda-what strong{font-family:var(--display);font-size:17px;font-weight:600}.agenda-fill{font-family:var(--display);font-size:16px;text-align:right}.agenda-fill .full{color:var(--ok);font-weight:700}@media(max-width:620px){.agenda li{grid-template-columns:56px minmax(0,1fr)}.agenda-fill{grid-column:2;text-align:left}}table.heat td.num{background:color-mix(in srgb,var(--accent) var(--heat, 0%),transparent)}table.heat td.num[style*="--heat: 0%"]{background:transparent}.team-logo{object-fit:contain;flex:none;vertical-align:middle}.team{display:inline-flex;align-items:center;gap:7px;min-width:0}.team.end{justify-content:flex-end}.pairing{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.board .team-logo{filter:drop-shadow(0 0 1px rgb(255 255 255 / .25))}.match-head .team{display:flex;align-items:center;gap:14px}.match-head .team.guest{justify-content:flex-end}@media(max-width:620px){.match-head .team .team-logo{width:34px;height:34px}}@media(max-width:620px){.match-head{gap:8px 12px;padding:16px 14px}.match-head .team,.match-head .team.guest{flex-direction:column;justify-content:flex-start;text-align:center;gap:6px;font-size:16px}.match-head .team.guest{flex-direction:column-reverse}.match-head .team>span{min-width:0;overflow-wrap:anywhere}}.avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex:none;background:var(--surface-2)}.avatar.placeholder{display:inline-grid;place-items:center;font-family:var(--display);font-size:24px;font-weight:700;color:var(--muted)}.disclosure{color:var(--muted);font-size:12px}tr.expanded>td{background:var(--surface-2);padding:10px 14px 14px}tr.expanded:hover>td{background:var(--surface-2)}table.standings{background:var(--surface);border-radius:var(--radius-sm)}.badge.tier-rookie{background:var(--surface-2);color:var(--muted)}.badge.tier-pro{background:var(--info-bg);color:var(--info)}.badge.tier-veteran{background:var(--ok-bg);color:var(--ok)}.badge.tier-all_star{background:var(--warn-bg);color:var(--warn)}.badge.tier-legend{background:color-mix(in srgb,var(--board-ink) 22%,transparent);color:var(--text)}.votes{list-style:none;margin:0;padding:0}.votes li{display:grid;grid-template-columns:24px minmax(0,1.2fr) auto minmax(80px,1fr) auto;gap:12px;align-items:center;padding:8px 0;border-bottom:1px solid var(--rule)}.votes li:last-child{border-bottom:0}.votes-rank{font-family:var(--display);font-weight:700;font-size:18px;color:var(--muted);text-align:right}.votes li.leader .votes-rank{color:var(--board-ink)}.votes-bar{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.votes-bar>span{display:block;height:100%;background:var(--accent);border-radius:999px}.votes li.leader .votes-bar>span{background:var(--board-ink)}.votes-count{font-family:var(--display);font-size:16px;font-weight:600;white-space:nowrap;text-align:right}@media(max-width:620px){.votes li{grid-template-columns:22px minmax(0,1fr) auto}.votes li>.muted.small,.votes-bar{display:none}}td.podium{font-family:var(--display);font-weight:700;color:var(--board-ink)}.team-bars{list-style:none;margin:0;padding:0}.team-bars li{display:grid;grid-template-columns:90px minmax(60px,1fr) auto;gap:12px;align-items:center;padding:7px 0;border-bottom:1px solid var(--rule)}.team-bars li:last-child{border-bottom:0}
