@font-face {
  font-family: "Suportigo";
  src: url("./assets/fonts/suportigo-regular.woff2") format("woff2"), url("./assets/fonts/suportigo-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --night: #071116;
  --night-2: #0b171d;
  --night-3: #102129;
  --paper: #f0f1e9;
  --paper-2: #dfe4d7;
  --ink: #071116;
  --white: #f8faf5;
  --muted: #91a0a4;
  --line: rgba(255, 255, 255, .12);
  --dark-line: rgba(7, 17, 22, .14);
  --lime: #c7ff38;
  --blue: #2257ff;
  --red: #ff554f;
  --gold: #ffca3a;
  --jersey: "Suportigo", Impact, sans-serif;
  --body: "DM Sans", sans-serif;
  --mono: "Space Mono", monospace;
  --shadow: 0 22px 70px rgba(0, 0, 0, .32), 0 4px 14px rgba(0, 0, 0, .22);
}

* { box-sizing: border-box; }
html { min-height: 100%; color-scheme: dark; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; min-height: 100%; color: var(--white); background: var(--night); font-family: var(--body); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.025) 50%, transparent 50.1%), radial-gradient(circle at 50% 10%, rgba(34, 87, 255, .16), transparent 34%); }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
img { outline: 1px solid rgba(255, 255, 255, .1); outline-offset: -1px; }
::selection { color: var(--ink); background: var(--lime); }
.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; }
.ct-grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.app { position: relative; min-height: 100dvh; padding-bottom: 86px; }

.topbar { position: sticky; top: 0; z-index: 50; min-height: 72px; padding: max(12px, env(safe-area-inset-top)) 22px 11px; display: flex; align-items: center; gap: 18px; background: rgba(7, 17, 22, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 11px; min-width: 0; color: inherit; text-decoration: none; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; flex: none; color: var(--ink); background: var(--lime); border-radius: 50%; font: 400 18px/1 var(--jersey); letter-spacing: .02em; box-shadow: 0 0 30px rgba(199,255,56,.18); }
.brand-copy strong { display: block; font-size: 14px; line-height: 1; }
.brand-copy small { display: block; margin-top: 5px; color: var(--muted); font: 700 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.top-spacer { flex: 1; }
.account-btn { max-width: 180px; min-width: 76px; min-height: 42px; padding: 0 15px; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; color: var(--white); background: transparent; font: 700 10px/1 var(--mono); text-overflow: ellipsis; white-space: nowrap; transition-property: transform, color, border-color; transition-duration: 150ms; }
.account-btn:hover { color: var(--lime); border-color: rgba(199,255,56,.5); }
.account-btn:active, .pressable:active { transform: scale(.96); }

.shell { width: min(1120px, 100%); margin: 0 auto; padding: 0 20px 64px; }
.shell > section:not(.pick-stage) { padding-top: 28px; }
.pick-stage { width: min(980px, 100%); margin: 0 auto; padding-top: 30px; }
.pick-checklist { margin-bottom: 30px; padding: 16px; display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: center; gap: 18px; border-radius: 9px; background: rgba(255,255,255,.045); box-shadow: 0 0 0 1px rgba(255,255,255,.11), 0 12px 34px rgba(0,0,0,.18); }
.pick-checklist-copy .eyebrow { display: block; margin-bottom: 8px; }
.pick-checklist-copy strong { display: block; font: 400 28px/.9 var(--jersey); text-transform: uppercase; }
.pick-checklist-copy p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.pick-checklist-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 7px; }
.checklist-item { min-width: 0; min-height: 64px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 0; border-radius: 4px; color: var(--white); background: rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px rgba(255,255,255,.09); text-align: left; transition-property: transform, color, background-color, box-shadow; transition-duration: 150ms; }
.checklist-item:hover { background: rgba(255,255,255,.09); }
.checklist-item.current { color: var(--ink); background: var(--paper); box-shadow: 0 7px 22px rgba(0,0,0,.2); }
.checklist-item span { min-width: 0; }
.checklist-item b, .checklist-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.checklist-item b { font-size: 12px; }
.checklist-item small { margin-top: 5px; color: var(--muted); font: 700 8px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.checklist-item.current small { color: rgba(7,17,22,.54); }
.checklist-item em { flex: none; color: var(--lime); font: normal 700 8px/1.2 var(--mono); letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.checklist-item.current em { color: var(--blue); }
.checklist-item.complete:not(.current) em { color: var(--lime); }
.league-tabs { margin-bottom: 28px; display: flex; align-items: center; gap: 12px; }
.section-head + .league-tabs { margin-top: -3px; }
.league-tabs > span { flex: none; color: var(--muted); font: 700 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.league-tab-list { min-width: 0; display: flex; gap: 6px; overflow-x: auto; padding: 2px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.league-tab-list::-webkit-scrollbar { display: none; }
.league-tab { max-width: 240px; min-height: 44px; padding: 0 16px; flex: none; overflow: hidden; border: 0; border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; transition-property: transform, color, background-color, box-shadow; transition-duration: 150ms; }
.league-tab:hover { color: var(--white); background: rgba(255,255,255,.09); }
.league-tab.current { color: var(--ink); background: var(--paper); box-shadow: 0 7px 20px rgba(0,0,0,.2); }
.matchday-hero { min-height: 150px; display: grid; grid-template-columns: minmax(0, 1fr) 190px; align-items: end; gap: 48px; }
.eyebrow { color: var(--lime); font: 700 9px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.pick-title { max-width: 670px; }
.pick-title h2 { margin: 11px 0 12px; font: 400 clamp(58px, 7vw, 84px)/.76 var(--jersey); letter-spacing: .01em; text-transform: uppercase; }
.pick-title p { max-width: 58ch; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.pick-resources { margin-top: 17px; display: flex; align-items: center; flex-wrap: wrap; }
.pick-resources span { padding-right: 18px; display: flex; align-items: baseline; gap: 7px; }
.pick-resources span + span { padding-left: 18px; border-left: 1px solid var(--line); }
.pick-resources strong { color: var(--lime); font: 400 27px/.8 var(--jersey); font-variant-numeric: tabular-nums; }
.pick-resources b { color: var(--white); font: 700 8px/1.2 var(--mono); letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.deadline { align-self: end; padding: 15px 0 16px 18px; border-left: 3px solid var(--red); }
.deadline span, .deadline small { display: block; color: var(--muted); font: 700 8px/1.3 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.deadline strong { display: block; margin: 8px 0; color: var(--red); font: 400 42px/.82 var(--jersey); font-variant-numeric: tabular-nums; }
.deadline em { display: block; margin-top: 8px; color: var(--white); font: normal 700 8px/1.4 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.rule-strip { margin: 20px 0 24px; display: flex; align-items: center; justify-content: center; border-block: 1px solid var(--line); }
.rule-strip span { min-height: 46px; padding: 0 38px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.rule-strip span + span { border-left: 1px solid var(--line); }
.rule-strip strong { color: var(--white); font: 400 20px/1 var(--jersey); text-transform: uppercase; }

.fixture-list { display: grid; gap: 22px; }
.fixture-group { min-width: 0; }
.fixture { overflow: hidden; color: var(--ink); background: var(--paper); border-radius: 5px; box-shadow: var(--shadow); }
.fixture-meta { min-height: 42px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; color: var(--paper); background: var(--blue); font: 700 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; font-variant-numeric: tabular-nums; }
.fixture-teams { position: relative; display: grid; grid-template-columns: 1fr 1fr; }
.fixture-teams::after { content: "VS"; position: absolute; z-index: 2; left: 50%; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; color: var(--paper); background: var(--ink); border: 5px solid var(--paper); border-radius: 50%; font: 400 17px/1 var(--jersey); transform: translate(-50%, -50%); pointer-events: none; }
.team-pick { position: relative; min-height: 180px; padding: 25px 18px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; border: 0; color: var(--ink); background: transparent; transition-property: background-color, color, transform, opacity; transition-duration: 170ms; }
.team-pick + .team-pick { border-left: 1px solid var(--dark-line); }
.team-pick:hover:not(.selected):not(:disabled) { background: white; }
.team-pick:hover:not(.selected):not(:disabled) .team-badge { transform: translateY(-3px); }
.team-pick.selected { color: var(--ink); background: var(--lime); }
.team-pick.selected::after, .team-pick.saved::before { content: none; }
.team-pick:disabled { opacity: .38; }
.team-pick.used:disabled { opacity: 1; color: rgba(7,17,22,.5); background: repeating-linear-gradient(-45deg, rgba(7,17,22,.025) 0, rgba(7,17,22,.025) 8px, rgba(7,17,22,.075) 8px, rgba(7,17,22,.075) 9px); cursor: not-allowed; }
.team-pick.used .team-badge { opacity: .34; filter: grayscale(1); }
.team-pick.used .team-name { text-decoration: line-through; text-decoration-thickness: 2px; text-decoration-color: rgba(7,17,22,.34); }
.team-pick.used .team-state { color: var(--red); }
.team-badge { width: 70px; height: 70px; object-fit: contain; border-radius: 50%; outline: 1px solid rgba(0, 0, 0, .1); outline-offset: 7px; transition-property: transform; transition-duration: 170ms; }
.team-name { max-width: 20ch; font: 400 30px/.9 var(--jersey); text-align: center; text-transform: uppercase; }
.team-state { color: var(--blue); font: 700 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.team-pick.selected .team-state { color: var(--ink); }
.score { font: 400 38px/1 var(--jersey); font-variant-numeric: tabular-nums; }
.confirm-dock { width: 100%; margin-top: 10px; }
.confirm-btn { width: 100%; min-height: 56px; padding: 0 18px; border: 0; border-radius: 5px; color: var(--ink); background: var(--lime); box-shadow: 0 12px 34px rgba(0,0,0,.24); font: 400 27px/1 var(--jersey); text-transform: uppercase; transition-property: transform, filter; transition-duration: 150ms; }
.confirm-btn:hover { filter: brightness(1.06); }
.confirm-btn:disabled { opacity: .5; }
.stage-footer { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 12px; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 0 0 20px; }
.section-head .eyebrow { display: block; margin-bottom: 10px; }
.section-head h1, .section-head h2 { margin: 0; font: 400 clamp(42px, 5vw, 58px)/.82 var(--jersey); text-transform: uppercase; }
.section-head h3 { font-family: var(--jersey); }
.section-head p { max-width: 62ch; margin: 10px 0 0; color: var(--muted); line-height: 1.5; }
.paper-card { padding: 24px; color: var(--ink); background: var(--paper); border-radius: 5px; box-shadow: var(--shadow); }
.standings-card { padding: 10px 18px; }
.standings { display: grid; }
.standing-row { min-height: 78px; padding: 12px 5px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--dark-line); }
.standing-row:last-child { border-bottom: 0; }
.standing-row.you { margin-inline: -12px; padding-inline: 17px; background: var(--lime); }
.place { color: rgba(7,17,22,.55); font: 400 24px/1 var(--jersey); font-variant-numeric: tabular-nums; }
.player-name { overflow: hidden; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.player-detail { margin-top: 5px; color: rgba(7,17,22,.58); font-size: 11px; }
.player-pick { max-width: 190px; display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: var(--blue); font: 700 9px/1.3 var(--mono); text-align: right; text-transform: uppercase; }
.mini-badge { width: 32px; height: 32px; object-fit: contain; border-radius: 50%; outline-color: rgba(0,0,0,.1); }
.status-tag { padding: 6px 9px; border-radius: 999px; color: var(--paper); background: var(--blue); font: 700 9px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.status-tag.eliminated, .status-tag.withdrawn { background: var(--red); }
.status-tag.winner { color: var(--ink); background: var(--gold); }

.history-list { display: grid; gap: 10px; }
.history-row { min-height: 70px; padding: 10px 12px; display: grid; grid-template-columns: 60px 42px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid var(--dark-line); }
.gw { color: rgba(7,17,22,.55); font: 700 10px/1 var(--mono); text-transform: uppercase; }
.history-outcome { color: rgba(7,17,22,.58); font-size: 11px; }
.history-outcome strong { display: block; margin-bottom: 3px; color: var(--ink); font: 400 22px/1 var(--jersey); text-transform: uppercase; }
.subsection-head { margin: 30px 0 12px; display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.subsection-head h2, .subsection-head h3 { margin: 0; font-size: 17px; }
.subsection-head p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.action-heading { margin-top: 34px; }
.competition-list { overflow: hidden; color: var(--ink); background: var(--paper); border-radius: 5px; box-shadow: var(--shadow); }
.competition-row { min-height: 86px; padding: 15px 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 16px; border-bottom: 1px solid var(--dark-line); }
.competition-row:last-child { border-bottom: 0; }
.competition-copy h3 { margin: 0; font: 400 27px/.9 var(--jersey); text-transform: uppercase; }
.competition-copy p { margin: 7px 0 0; color: rgba(7,17,22,.58); font-size: 12px; }
.competition-actions { display: flex; align-items: center; gap: 7px; }
.competition-actions .secondary-btn { margin-top: 0; }
.game-actions { width: 100%; display: grid; grid-template-columns: 1.35fr 1fr; align-items: start; gap: 14px; }
.form-card h3 { margin-bottom: 7px; font: 400 28px/.95 var(--jersey); text-transform: uppercase; }
.form-card p { margin-bottom: 16px; color: rgba(7,17,22,.6); }
.form-label { display: block; color: rgba(7,17,22,.64); font-size: 11px; font-weight: 700; }
.form-label + .form-label { margin-top: 12px; }
.form-label .field { margin-top: 7px; }
.field { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid rgba(7,17,22,.18); border-radius: 3px; color: var(--ink); background: white; }
.field + .field { margin-top: 9px; }
.field::placeholder { color: rgba(7,17,22,.4); }
.form-btn, .secondary-btn { min-height: 44px; margin-top: 10px; padding: 0 16px; border: 1px solid currentColor; border-radius: 999px; font: 700 10px/1 var(--mono); transition-property: transform, filter, color, background-color; transition-duration: 150ms; }
.form-btn { color: var(--paper); background: var(--blue); border-color: var(--blue); }
.secondary-btn { color: inherit; background: transparent; }
.paper-card .secondary-btn { color: var(--ink); }
.secondary-btn:hover { color: var(--blue); }
.danger-btn { color: var(--red) !important; }
.code { font: 700 18px/1 var(--mono); letter-spacing: .18em; }
.empty { padding: 28px 22px; color: rgba(7,17,22,.58); text-align: center; }
.empty strong { display: block; margin-bottom: 7px; color: var(--ink); font: 400 32px/1 var(--jersey); text-transform: uppercase; }
.empty span { line-height: 1.5; }

.landing { width: min(820px, calc(100% - 32px)); margin: 10vh auto 0; text-align: center; }
.landing h1 { margin: 18px 0 22px; font: 400 clamp(72px, 14vw, 150px)/.68 var(--jersey); text-transform: uppercase; }
.landing p { max-width: 54ch; margin: 0 auto 24px; color: var(--muted); line-height: 1.6; }
.landing .form-btn { min-width: 190px; color: var(--ink); background: var(--lime); border-color: var(--lime); }
.loading { min-height: 55vh; display: grid; place-items: center; color: var(--lime); font: 700 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }

.tabbar { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; min-height: calc(64px + env(safe-area-inset-bottom)); padding: 5px 8px env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(4, 1fr); color: var(--muted); background: rgba(11,23,29,.97); border-top: 1px solid var(--line); box-shadow: 0 -14px 40px rgba(0,0,0,.24); backdrop-filter: blur(18px); }
.desktop-nav { display: none; }
.tab { min-width: 0; min-height: 52px; padding: 0 6px; border: 0; border-radius: 999px; color: inherit; background: transparent; transition-property: color, background-color, transform; transition-duration: 150ms; }
.tab b { display: block; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.tab.on { color: var(--ink); background: var(--lime); }

.modal { position: fixed; z-index: 200; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(0,0,0,.76); backdrop-filter: blur(9px); }
.modal-card { position: relative; width: min(440px, 100%); padding: 26px; color: var(--ink); background: var(--paper); border-radius: 5px; box-shadow: var(--shadow); }
.modal-card h2 { margin: 10px 0; font: 400 40px/1 var(--jersey); text-transform: uppercase; }
.modal-card p { color: rgba(7,17,22,.58); line-height: 1.5; }
.close { position: absolute; top: 9px; right: 9px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--ink); background: var(--paper-2); font-size: 18px; }
.google-btn { width: 100%; min-height: 49px; margin-bottom: 12px; border: 1px solid var(--dark-line); color: var(--ink); background: white; font-weight: 700; }
.email-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.email-form .form-btn { min-height: 50px; margin: 0; }
.auth-status { min-height: 20px; margin: 12px 0 0; color: var(--red); font-size: 13px; }
.clubtap-profile-form { margin-top: 20px; }
.profile-first-name { margin-bottom: 15px; }
.profile-name-options { min-width: 0; margin: 0; padding: 0; display: grid; gap: 7px; border: 0; }
.profile-name-options legend { margin-bottom: 9px; color: rgba(7,17,22,.64); font-size: 11px; font-weight: 700; }
.profile-name-option { min-height: 60px; padding: 10px 13px; display: flex; align-items: center; gap: 11px; background: var(--paper-2); border-radius: 4px; box-shadow: inset 0 0 0 1px rgba(7,17,22,.14); cursor: pointer; transition-property: background-color, box-shadow, transform; transition-duration: 150ms; }
.profile-name-option:hover { background: white; }
.profile-name-option:has(input:checked) { background: white; box-shadow: inset 0 0 0 2px var(--blue), 0 5px 14px rgba(7,17,22,.08); }
.profile-name-option:active { transform: scale(.96); }
.profile-name-option input { width: 17px; height: 17px; flex: none; accent-color: var(--blue); }
.profile-name-option span { min-width: 0; }
.profile-name-option strong, .profile-name-option small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-name-option strong { font-size: 14px; }
.profile-name-option small { margin-top: 4px; color: rgba(7,17,22,.52); font: 700 8px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.profile-flag-field { margin-top: 15px; }
.profile-actions { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.profile-actions .form-btn, .profile-actions .secondary-btn { min-height: 50px; margin-top: 0; }
.profile-actions .form-btn:disabled { opacity: .58; }
.flag-select { cursor: pointer; }
.profile-loading { min-height: 160px; display: grid; place-items: center; color: rgba(7,17,22,.58); font: 700 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.profile-signout { min-height: 40px; margin-top: 8px; padding: 0; border: 0; color: rgba(7,17,22,.52); background: transparent; font: 700 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; transition-property: color, transform; transition-duration: 150ms; }
.profile-signout:hover { color: var(--red); }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 92px; max-width: calc(100% - 32px); padding: 12px 16px; color: var(--ink); background: var(--lime); border-radius: 999px; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 10px); pointer-events: none; transition-property: opacity, transform; transition-duration: 180ms; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
:where(button, a, select, input):focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

@media (min-width: 960px) {
  .app { padding-bottom: 0; }
  .topbar { padding-inline: 28px; }
  .mobile-tabbar { display: none; }
  .desktop-nav { display: flex; gap: 2px; }
  .tab { min-width: 108px; min-height: 40px; }
}

@media (max-width: 760px) {
  .app { padding-bottom: 96px; }
  .shell { padding: 0 12px 120px; }
  .shell > section:not(.pick-stage) { padding-top: 22px; }
  .pick-stage { padding-top: 22px; }
  .pick-checklist { padding: 13px; grid-template-columns: 1fr; gap: 13px; }
  .pick-checklist-copy { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4px 12px; }
  .pick-checklist-copy .eyebrow { grid-column: 1 / -1; margin-bottom: 1px; }
  .pick-checklist-copy p { margin: 0; text-align: right; }
  .league-tabs { margin-bottom: 23px; display: block; }
  .league-tabs > span { display: block; margin-bottom: 8px; }
  .league-tab-list { width: 100%; }
  .matchday-hero { min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .pick-title h2 { font-size: clamp(51px, 17vw, 68px); }
  .deadline { padding: 12px 0 12px 14px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 12px; }
  .deadline strong { grid-row: 1 / 3; grid-column: 2; margin: 0; font-size: 34px; }
  .deadline em { grid-column: 1 / -1; margin-top: 4px; }
  .rule-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
  .rule-strip span { min-width: 0; min-height: 68px; padding: 9px 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; font-size: 11px; line-height: 1.15; text-align: center; white-space: nowrap; }
  .rule-strip strong { display: block; margin: 0; font-size: 22px; }
  .fixture-teams::after { width: 36px; height: 36px; font-size: 15px; }
  .team-pick { min-height: 155px; padding-inline: 10px; }
  .team-badge { width: 56px; height: 56px; }
  .team-name { font-size: 24px; }
  .stage-footer { display: block; text-align: center; }
  .stage-footer .secondary-btn { display: block; margin: 12px auto 0; color: var(--white); }
  .section-head { align-items: start; }
  .section-head h1, .section-head h2 { font-size: 48px; }
  .game-actions { grid-template-columns: 1fr; }
  .competition-row { grid-template-columns: minmax(0, 1fr) auto; }
  .competition-actions { grid-column: 2; justify-self: end; }
}

@media (max-width: 430px) {
  .topbar { min-height: 66px; padding-inline: 13px; }
  .brand-mark { width: 38px; height: 38px; font-size: 16px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .account-btn { max-width: 118px; min-width: 68px; min-height: 40px; padding-inline: 11px; }
  .pick-resources span { padding-right: 12px; }
  .pick-checklist { margin-bottom: 22px; }
  .pick-checklist-copy { display: block; }
  .pick-checklist-copy p { margin-top: 6px; text-align: left; }
  .pick-checklist-items { grid-template-columns: 1fr; }
  .pick-resources span + span { padding-left: 12px; }
  .pick-resources strong { font-size: 25px; }
  .pick-title h2 { font-size: 56px; }
  .pick-title p { font-size: 13px; }
  .rule-strip { margin-top: 17px; }
  .rule-strip span { padding-inline: 4px; font-size: 11px; }
  .rule-strip strong { font-size: 22px; }
  .fixture { border-radius: 4px; }
  .fixture-meta { padding-inline: 12px; font-size: 9px; }
  .team-pick { min-height: 145px; }
  .team-badge { width: 50px; height: 50px; outline-offset: 4px; }
  .team-name { font-size: 21px; }
  .paper-card { padding: 17px; }
  .standings-card { padding: 8px 12px; }
  .standing-row { grid-template-columns: 30px minmax(0, 1fr) auto; }
  .player-detail { max-width: 26ch; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
