/* Fanstrand homepage readability pass, derived from the July 2026 design reference. */

/* Navigation keeps the Fanstrand frame while giving every destination a readable hit area. */
.site-shell .global-header {
  height:76px;
  border-bottom-color:rgba(255,255,255,.16);
  background:rgba(7,11,18,.96);
}
.site-shell .global-header nav {
  gap:2px;
}
.site-shell .global-header nav a {
  min-height:44px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#aeb9c8;
  font-size:15px;
  font-weight:700;
  letter-spacing:-.01em;
  text-transform:none;
}
.site-shell .global-header nav a i {
  display:none;
}
.site-shell .global-header nav a::after {
  height:2px;
  bottom:2px;
  display:block;
  background:var(--lime);
  box-shadow:none;
}
.site-shell .global-header nav a.active {
  border:0;
  background:transparent;
  box-shadow:none;
  color:#fff;
}
.site-shell .global-header nav a.active::after {
  transform:scaleX(1);
}
.site-shell .header-tools>.global-search-button {
  height:44px;
  min-height:44px;
  border-color:rgba(255,255,255,.2);
  border-radius:10px;
  font-size:14px;
}
.site-shell .global-header .account-button:not(.signed-in) {
  height:44px!important;
  min-height:44px!important;
  min-width:84px!important;
  border-color:rgba(199,255,61,.62)!important;
  border-radius:10px!important;
  background:rgba(199,255,61,.08)!important;
  box-shadow:none!important;
}
.site-shell .global-header .account-button:not(.signed-in) span {
  color:#e5f6b9;
  font-size:13px;
  letter-spacing:0;
  text-transform:none;
}
.site-shell .global-header .account-button:not(.signed-in):is(:hover,:focus-visible) {
  border-color:var(--lime)!important;
  background:rgba(199,255,61,.14)!important;
}

/* The season wire uses league chips and sentence case. */
.site-shell .ticker {
  height:48px;
  position:relative;
  border-bottom-color:rgba(255,255,255,.16);
  background:#0a111b;
  -webkit-mask-image:none;
  mask-image:none;
}
.site-shell .ticker::before,
.site-shell .ticker::after {
  content:"";
  width:72px;
  position:absolute;
  inset-block:0;
  z-index:2;
  pointer-events:none;
}
.site-shell .ticker::before { left:0;background:linear-gradient(90deg,#0a111b,transparent); }
.site-shell .ticker::after { right:0;background:linear-gradient(270deg,#0a111b,transparent); }
.site-shell .ticker-track {
  height:100%;
  color:#d5ddea;
  font-size:14px;
  font-weight:650;
  letter-spacing:0;
  text-transform:none;
  animation-duration:82s;
}
.site-shell .ticker-track span {
  gap:10px;
}
.site-shell .ticker-track span::after {
  content:"";
  width:1px;
  height:18px;
  margin:0 28px;
  background:rgba(255,255,255,.16);
  filter:none;
}
.site-shell .ticker-track i {
  min-width:55px;
  margin:0;
  padding:5px 8px;
  border:1px solid color-mix(in srgb,var(--ticker-color) 48%,transparent);
  border-radius:999px;
  background:color-mix(in srgb,var(--ticker-color) 10%,transparent);
  color:color-mix(in srgb,var(--ticker-color) 80%,white 20%);
  font-size:12px;
  font-weight:850;
  letter-spacing:.06em;
  line-height:1;
  text-align:center;
}
/* Homepage introduction and league picker. */
.games-view .games-browser-head {
  min-height:270px;
  margin-bottom:20px;
  padding:36px 40px;
  grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr);
  gap:46px;
  border-color:rgba(255,255,255,.18);
  background:radial-gradient(circle at 9% 106%,rgba(44,99,201,.16),transparent 35%),linear-gradient(135deg,#0f1825,#09111a);
}
.games-view .games-browser-head::before {
  background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:96px 100%;
}
.games-view .games-browser-head .micro-label {
  font-size:13px;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.games-view .games-browser-head h1 {
  margin:10px 0 16px;
  font-size:clamp(56px,5.4vw,82px);
  line-height:.78;
}
.games-view .games-browser-head p {
  max-width:54ch;
  color:#c3cad8;
  font-size:17px;
  line-height:1.58;
}
.games-view .games-league-tabs {
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
}
.games-view .games-league-tabs button {
  --tab-accent:var(--lime);
  --tab-accent-2:#5e9bff;
  min-height:92px;
  padding:14px 13px;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  justify-content:flex-end;
  border-color:rgba(255,255,255,.18);
  border-radius:11px;
  background:rgba(7,13,21,.58);
}
.games-view .games-league-tabs button[data-league="mlb"] { --tab-accent:#ff6647;--tab-accent-2:#ffb341; }
.games-view .games-league-tabs button[data-league="nfl"] { --tab-accent:#ff8a3d;--tab-accent-2:#ffd15c; }
.games-view .games-league-tabs button[data-league="nba"] { --tab-accent:#b979ff;--tab-accent-2:#6b8cff; }
.games-view .games-league-tabs button[data-league="nhl"] { --tab-accent:#4da9ff;--tab-accent-2:#47d3ff; }
.games-view .games-league-tabs button[data-league="ncaaf"] { --tab-accent:#f4c452;--tab-accent-2:#ff7a45; }
.games-view .games-league-tabs button::before {
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 88% 12%,color-mix(in srgb,var(--tab-accent) 22%,transparent),transparent 37%),linear-gradient(145deg,color-mix(in srgb,var(--tab-accent-2) 5%,transparent),transparent 58%);
  content:"";
  opacity:.7;
}
.games-view .games-league-tabs button::after {
  height:3px;
  position:absolute;
  right:12px;
  bottom:0;
  left:12px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,var(--tab-accent),var(--tab-accent-2));
  content:"";
  opacity:.38;
  scale:.28 1;
  transform-origin:left;
  transition:scale .22s ease,opacity .22s ease;
}
.games-view .league-tab-mark {
  width:31px;
  height:31px;
  position:absolute;
  top:11px;
  right:11px;
  border:2px solid color-mix(in srgb,var(--tab-accent) 78%,white 10%);
  border-radius:50%;
  background:color-mix(in srgb,var(--tab-accent) 10%,#0b1420);
  box-shadow:0 0 18px color-mix(in srgb,var(--tab-accent) 20%,transparent);
  opacity:.72;
}
.games-view .league-tab-mark b { position:absolute;display:block;background:var(--tab-accent);opacity:.62; }
.games-view .league-tab-mark b:first-child { width:2px;height:21px;top:3px;left:13px;rotate:34deg;border-radius:99px; }
.games-view .league-tab-mark b:last-child { width:17px;height:2px;top:13px;left:5px;rotate:-17deg;border-radius:99px; }
.games-view button[data-league="all"] .league-tab-mark { border-radius:10px;rotate:45deg; }
.games-view button[data-league="all"] .league-tab-mark b { background:linear-gradient(90deg,var(--tab-accent),var(--tab-accent-2)); }
.games-view button[data-league="mlb"] .league-tab-mark b:first-child { height:24px;top:2px;left:7px;rotate:-18deg; }
.games-view button[data-league="mlb"] .league-tab-mark b:last-child { width:2px;height:24px;top:2px;left:19px;rotate:-18deg; }
.games-view button[data-league="nfl"] .league-tab-mark { height:22px;top:15px;border-radius:55% 45%;rotate:-20deg; }
.games-view button[data-league="nfl"] .league-tab-mark b:first-child { width:2px;height:15px;top:1px;left:13px;rotate:90deg; }
.games-view button[data-league="nfl"] .league-tab-mark b:last-child { width:10px;top:8px;left:8px;rotate:0deg; }
.games-view button[data-league="nba"] .league-tab-mark b:first-child { width:13px;height:27px;top:0;left:6px;border-left:2px solid var(--tab-accent);border-radius:50%;background:transparent;rotate:0deg; }
.games-view button[data-league="nba"] .league-tab-mark b:last-child { width:25px;height:2px;top:13px;left:1px;rotate:-8deg; }
.games-view button[data-league="nhl"] .league-tab-mark { height:18px;top:18px;border-radius:50%;box-shadow:0 6px 0 color-mix(in srgb,var(--tab-accent) 20%,#08111b); }
.games-view button[data-league="nhl"] .league-tab-mark b { display:none; }
.games-view button[data-league="ncaaf"] .league-tab-mark { height:22px;top:15px;border-radius:55% 45%;rotate:-20deg; }
.games-view button[data-league="ncaaf"] .league-tab-mark b:first-child { width:2px;height:15px;top:1px;left:13px;rotate:90deg; }
.games-view button[data-league="ncaaf"] .league-tab-mark b:last-child { width:10px;top:8px;left:8px;rotate:0deg; }
.games-view .games-league-tabs button:hover {
  transform:translateY(-2px);
  border-color:color-mix(in srgb,var(--tab-accent) 62%,white 14%);
  box-shadow:0 13px 28px color-mix(in srgb,var(--tab-accent) 10%,transparent);
}
.games-view .games-league-tabs button:hover::after,
.games-view .games-league-tabs button[aria-pressed="true"]::after { opacity:1;scale:1 1; }
.games-view .games-league-tabs button[aria-pressed="true"] {
  border-color:var(--tab-accent);
  background:linear-gradient(145deg,color-mix(in srgb,var(--tab-accent) 15%,#111b27),rgba(9,16,25,.94));
  box-shadow:0 12px 30px color-mix(in srgb,var(--tab-accent) 12%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--tab-accent) 18%,transparent);
}
.games-view .games-league-tabs button[aria-pressed="true"] .league-tab-mark { opacity:1;box-shadow:0 0 23px color-mix(in srgb,var(--tab-accent) 35%,transparent); }
.games-view .games-league-tabs button[data-league="ncaaf"]>span { position:relative;z-index:3;text-shadow:0 1px 4px #07101a; }
.games-view .games-league-tabs button[data-league="ncaaf"] .league-tab-mark {
  z-index:1;
  background:color-mix(in srgb,var(--tab-accent) 10%,#0b1420);
  box-shadow:0 0 18px color-mix(in srgb,var(--tab-accent) 20%,transparent);
  opacity:.44;
}
.games-view .games-league-tabs button[data-league="ncaaf"][aria-pressed="true"] .league-tab-mark { opacity:.6;box-shadow:0 0 22px color-mix(in srgb,var(--tab-accent) 34%,transparent); }
.games-view .games-league-tabs button[data-league="ncaaf"] .league-tab-mark b { z-index:1;opacity:.58; }
.games-view .games-league-tabs span {
  color:#fff;
  font-size:28px;
  line-height:1;
}
.games-view .games-league-tabs strong { display:none; }
.games-view .games-league-tabs small {
  margin-top:9px;
  color:#aab5c5;
  font-size:13px;
  line-height:1.25;
  letter-spacing:0;
}
.games-view .games-league-tabs button[aria-pressed="true"] small { color:color-mix(in srgb,var(--tab-accent) 58%,white 42%); }
.games-view .games-league-tabs small .season-open-prefix {
  color:inherit;
  font:inherit;
  letter-spacing:inherit;
  text-transform:none;
}

/* Featured matchup keeps the broadcast energy but reads as an editorial story. */
.games-view .hero-grid {
  grid-template-columns:minmax(0,1.62fr) minmax(360px,.78fr);
  gap:18px;
}
.games-view .broadcast-hero {
  min-height:548px;
  padding:30px 32px;
  border-color:rgba(255,255,255,.17);
  background:radial-gradient(circle at 82% 32%,color-mix(in srgb,var(--accent2) 24%,transparent),transparent 29%),linear-gradient(132deg,#101a28,#0a111b 62%,color-mix(in srgb,var(--accent) 17%,#080b12));
}
.games-view .broadcast-top {
  color:#b7c1cf;
  font-size:13px;
  letter-spacing:.025em;
  text-transform:none;
}
.games-view .broadcast-top span i {
  background:var(--lime);
}
.games-view .broadcast-copy {
  margin:auto 0 26px;
}
.games-view .featured-signal {
  width:100%;
  margin-bottom:13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#d8e0eb;
  font-size:13px;
  letter-spacing:.055em;
}
.games-view .stakes-help>button {
  width:330px;
  min-height:116px;
  padding:16px 17px;
  position:relative;
  display:grid;
  grid-template-columns:minmax(92px,112px) minmax(0,1fr);
  grid-template-rows:auto minmax(30px,auto) 7px;
  align-items:center;
  gap:8px 18px;
  border-color:rgba(199,255,61,.38);
  border-radius:13px;
  background:linear-gradient(145deg,rgba(10,21,38,.94),rgba(7,13,22,.92));
  color:#fff;
  letter-spacing:0;
  white-space:normal;
  text-align:left;
  text-transform:none;
  cursor:pointer;
}
.games-view .stakes-help>button>span {
  grid-column:1;
  grid-row:1;
  color:#aebbd0;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.games-view .stakes-help>button>strong {
  grid-column:1;
  grid-row:2/4;
  align-self:center;
  color:var(--lime);
  font:900 52px/.8 var(--font-display);
  font-variant-numeric:tabular-nums;
}
.games-view .stakes-help>button>em {
  grid-column:2;
  grid-row:1;
  justify-self:end;
  color:#c9d3e2;
  font-size:14px;
  font-style:normal;
  font-weight:800;
}
.games-view .stakes-help>button>.stakes-meter {
  height:7px;
  grid-column:2;
  grid-row:3;
  display:block;
  overflow:hidden;
  border-radius:99px;
  background:#263246;
}
.games-view .stakes-help>button>.stakes-meter>i {
  height:100%;
  display:block;
  border-radius:inherit;
  background:linear-gradient(90deg,#82952a,var(--lime));
}
.games-view .stakes-rank-link { grid-column:2;grid-row:2;color:#c3ccda;font-size:12px;line-height:1.35;font-weight:750;letter-spacing:0; }
.games-view .stakes-rank-link b { color:#88a8ef;font-weight:850;white-space:nowrap; }
.games-view .broadcast-copy .kicker {
  font-family:var(--font-body);
  font-size:13px;
  letter-spacing:.09em;
}
.games-view .broadcast-copy h2 {
  max-width:980px;
  margin:10px 0 15px;
  font-size:clamp(58px,5.45vw,88px);
  line-height:.84;
  letter-spacing:-.035em;
}
.games-view .broadcast-copy h2.is-compact {
  font-size:clamp(52px,4.8vw,78px);
  line-height:.88;
}
.games-view .broadcast-copy h2 em {
  color:#88a8ef;
  -webkit-text-stroke:0;
}
.games-view .broadcast-copy p {
  max-width:72ch;
  color:#c3cad8;
  font-size:17px;
  line-height:1.58;
}
.games-view .broadcast-bottom {
  min-height:94px;
  grid-template-columns:1.05fr .65fr 1fr auto;
  gap:18px;
}
.games-view .versus-lockup { gap:12px; }
.games-view .versus-lockup>b { color:#aab5c5; }
.games-view .broadcast-bottom>div:nth-child(2) strong { font-size:28px; }
.games-view .broadcast-bottom>div:nth-child(2) small,
.games-view .venue-condition small,
.games-view .venue-condition em {
  color:#a8b4c5;
  font-size:13px;
  letter-spacing:0;
}
.games-view .broadcast-bottom>button {
  min-height:48px;
  border-radius:9px;
  font-size:13px;
  letter-spacing:0;
  text-transform:none;
}
.games-view .profile-launcher {
  min-height:548px;
  border-color:rgba(255,255,255,.17);
}
.games-view .profile-launcher-copy>p { font-size:16px; }

/* Status filtering reads like one summary control, not three dashboard cards. */
.games-view .league-board-head {
  margin-top:52px;
}
.games-view .league-board-head h2 { font-size:46px; }
.games-view .league-board-head p {
  color:#bdc7d5;
  font-size:16px;
}
.games-view .league-board-actions>span {
  color:#aeb9c8;
  font-size:13px;
  letter-spacing:.035em;
}
.games-view .game-state-tabs {
  margin-bottom:22px;
  padding:4px;
  border-radius:11px;
}
.games-view .game-state-tabs button {
  min-height:62px;
  padding:9px 14px;
}
.games-view .game-state-tabs button>span {
  font-size:14px;
  letter-spacing:0;
  text-transform:none;
}
.games-view .game-state-tabs button>strong { font-size:25px; }
.games-view .game-state-tabs button>small {
  color:#9aa7b8;
  font-size:12px;
}
.games-view .game-date-group>header {
  min-height:50px;
  margin-bottom:9px;
}
.games-view .game-date-group>header>span,
.games-view .game-date-group>header>small {
  font-size:13px;
  letter-spacing:.045em;
}
.games-view .game-date-group>header>strong { font-size:26px; }

/* Schedule cards become aligned game rows while retaining every control and both crests. */
.games-view .league-game-wall {
  grid-template-columns:minmax(0,1fr);
  gap:9px;
}
.games-view .league-game-card {
  min-height:132px;
  padding:16px 18px;
  display:grid;
  grid-template-columns:150px 150px minmax(320px,1.8fr) 125px minmax(180px,1fr) 122px;
  align-items:center;
  gap:16px;
  border-radius:12px;
  background:linear-gradient(105deg,color-mix(in srgb,var(--away-color) 7%,#101923) 0 48%,color-mix(in srgb,var(--home-color) 7%,#0d151f) 52% 100%);
  overflow:visible;
}
.games-view .league-game-card:hover {
  transform:translateY(-2px);
}
.games-view .league-game-card:focus-within { z-index:20; }
.games-view .league-card-stakes:hover,
.games-view .league-card-stakes:focus-within { z-index:50; }
.games-view .league-card-motif { opacity:.16; }
.games-view .matchup-strands { opacity:.17; }
.games-view .league-card-top,
.games-view .league-card-stakes,
.games-view .league-matchup,
.games-view .league-time,
.games-view .league-venue,
.games-view .league-game-card>button {
  margin:0;
  position:relative;
  z-index:1;
}
.games-view .league-card-top {
  min-width:0;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  flex-direction:column;
  gap:8px;
  color:#b7c1cf;
  font-size:13px;
  letter-spacing:.025em;
}
.games-view .league-card-top>div {
  flex-wrap:wrap;
}
.games-view .league-card-top>div>small { display:none; }
.games-view .league-card-top b {
  min-width:48px;
  padding:5px 8px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#dce4ee;
  font-size:12px;
  letter-spacing:.05em;
  text-align:center;
}
.games-view .league-card-top em { font-size:12px; }
.games-view .league-card-stakes {
  min-height:74px;
  padding:10px 11px;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:auto auto 4px;
  align-content:center;
  gap:4px;
  border-color:rgba(199,255,61,.25);
  background:rgba(7,13,21,.56);
}
.games-view .league-card-stakes>span {
  color:#aeb9c8;
  font-size:12px;
  font-weight:750;
  letter-spacing:0;
  text-transform:none;
}
.games-view .league-card-stakes>span:first-child {
  display:flex;
  align-items:center;
  gap:2px;
}
.games-view .league-card-stakes .info-tip { flex:0 0 auto; }
.games-view .league-card-stakes .info-tip::after {
  width:min(270px,calc(100vw - 64px));
  top:50%;
  right:calc(100% + 14px);
  bottom:auto;
  padding:13px 14px;
  border-color:#596b84;
  border-radius:11px;
  background:#07121f;
  color:#edf2f8;
  font-size:12px;
  line-height:1.55;
  box-shadow:0 18px 46px rgba(0,0,0,.68),0 0 0 1px rgba(255,255,255,.035);
  transform:translate(6px,-50%);
}
.games-view .league-card-stakes .info-tip:hover::after,
.games-view .league-card-stakes .info-tip:focus::after {
  transform:translate(0,-50%);
}
.games-view .league-card-stakes>strong {
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:8px;
  color:var(--lime);
  font-family:var(--font-body);
  font-size:14px;
  font-weight:800;
}
.games-view .league-card-stakes>strong small {
  color:#aeb9c8;
  font-size:11px;
}
.games-view .league-card-stakes>.stakes-meter {
  width:100%;
  height:4px;
  grid-column:1;
  grid-row:3;
  display:block;
  overflow:hidden;
  border-radius:99px;
  background:#263246;
}
.games-view .league-card-stakes>.stakes-meter>i {
  height:100%;
  display:block;
  border-radius:inherit;
  background:linear-gradient(90deg,#82952a,var(--lime));
}
.stakes-board-backdrop{position:fixed;inset:0;z-index:320;padding:28px;display:grid;place-items:center;background:rgba(3,7,13,.82);backdrop-filter:blur(14px)}
.stakes-board-window{width:min(980px,100%);max-height:min(900px,92dvh);border:1px solid rgba(136,168,239,.38);border-radius:20px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;background:linear-gradient(145deg,#142136,#0b1422 62%);box-shadow:0 30px 100px rgba(0,0,0,.68)}
.stakes-board-window>header{padding:26px 28px 22px;border-bottom:1px solid rgba(255,255,255,.12);display:flex;align-items:flex-start;justify-content:space-between;gap:24px;background:radial-gradient(circle at 80% 0,rgba(136,168,239,.16),transparent 44%)}
.stakes-board-window>header span{color:var(--lime);font-size:10px;font-weight:900;letter-spacing:.15em}.stakes-board-window>header h2{margin:6px 0 8px;font:900 48px/.8 var(--font-display);letter-spacing:-.035em}.stakes-board-window>header h2 em{color:#88a8ef;font-style:italic}.stakes-board-window>header p{margin:0;color:#aebacc;font-size:12px}.stakes-board-window>header>button{width:42px;height:42px;flex:0 0 auto;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.04);color:#fff;font-size:26px;cursor:pointer}
.stakes-board-list{padding:10px 14px;overflow:auto}.stakes-board-list>button{width:100%;min-height:92px;padding:13px 14px;border:0;border-bottom:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:48px minmax(0,1fr) 128px 30px;align-items:center;gap:14px;background:transparent;color:#fff;text-align:left;cursor:pointer}.stakes-board-list>button:hover,.stakes-board-list>button:focus-visible{border-radius:12px;background:rgba(136,168,239,.09);outline:1px solid rgba(136,168,239,.28)}
.stakes-board-list>button>b{color:rgba(255,255,255,.28);font:900 28px var(--font-display)}.stakes-board-list>button>span:not(.stakes-board-score){min-width:0;display:flex;flex-direction:column}.stakes-board-list>button>span>small{color:#91a0b5;font-size:9px;font-weight:850;letter-spacing:.11em}.stakes-board-list>button>span>strong{margin:5px 0 4px;font:900 20px var(--font-display);overflow-wrap:anywhere}.stakes-board-list>button>span>strong i{color:#88a8ef;font-style:italic}.stakes-board-list>button>span>em{color:#b8c2d0;font-size:10px;font-style:normal}
.stakes-board-score{display:grid!important;grid-template-columns:1fr auto;align-items:end;gap:3px 8px}.stakes-board-score>small{color:var(--lime)!important;letter-spacing:0!important;text-transform:uppercase}.stakes-board-score>strong{margin:0!important;font-size:32px!important}.stakes-board-score>strong i{color:#7f8da1!important;font:800 9px var(--font-body)!important}.stakes-board-score>em{height:4px;grid-column:1/3;border-radius:99px;background:#263246;overflow:hidden}.stakes-board-score>em i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#82952a,var(--lime))}
.stakes-board-window>footer{min-height:62px;padding:12px 28px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;gap:20px;background:rgba(4,9,16,.4)}.stakes-board-window>footer span{color:#c6cfdb;font-size:11px}.stakes-board-window>footer span strong{color:var(--lime);font:900 20px var(--font-display)}.stakes-board-window>footer p{margin:0 auto 0 0;color:#8493a7;font-size:10px}.stakes-board-window>footer a{color:#88a8ef;font-size:11px;font-weight:850;text-decoration:none;white-space:nowrap}
.games-view .league-matchup {
  min-width:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);
  gap:10px;
}
.games-view .league-matchup>div {
  min-width:0;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  grid-template-rows:auto auto;
  align-items:center;
  column-gap:14px;
  row-gap:6px;
  text-align:left;
}
.games-view .league-matchup .team-badge {
  --sz:54px;
  grid-column:1;
  grid-row:1/3;
}
.games-view .league-matchup strong {
  min-width:0;
  margin:0;
  overflow:hidden;
  color:#f7f9fc;
  font-family:var(--font-body);
  font-size:18px;
  font-weight:800;
  line-height:1.15;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.games-view .league-matchup small {
  grid-column:2;
  color:#aab5c5;
  font-size:13px;
  line-height:1.2;
  letter-spacing:0;
}
.games-view .league-matchup .team-score {
  grid-column:3;
  grid-row:1/3;
}
.games-view .league-matchup>i {
  width:24px;
  height:24px;
  border-color:rgba(255,255,255,.16);
  font-size:12px;
}
.games-view .league-time {
  padding:0;
  border:0;
  align-items:flex-start;
  flex-direction:column;
  gap:5px;
}
.games-view .league-time strong {
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.25;
}
.games-view .league-time span {
  color:#aeb9c8;
  font-size:12px;
}
.games-view .league-venue {
  min-width:0;
  padding:0;
}
.games-view .league-venue>span { font-size:18px; }
.games-view .league-venue>div { min-width:0; }
.games-view .league-venue strong {
  overflow:hidden;
  color:#e0e6ee;
  font-size:14px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.games-view .league-venue small {
  color:#aab5c5;
  font-size:12px;
}
.games-view .league-game-card>button {
  min-height:44px;
  padding:9px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  border-radius:8px;
  font-size:13px;
  letter-spacing:0;
  text-align:center;
  text-transform:none;
}
.games-view .league-card-action-label {
  margin:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:inherit;
  line-height:1;
}
.games-view .league-card-action-label>.animated-arrow { margin:0;color:var(--lime); }
.games-view .league-game-card>button small { font-size:11px; }
.site-shell[data-density="compact"] .games-view .league-game-card {
  min-height:118px;
  padding:13px 16px;
}

/* Footer uses the same body face and target sizing as the navigation. */
.site-shell>footer {
  min-height:108px;
  gap:26px;
  color:#98a6b9;
  font-size:14px;
  letter-spacing:0;
}
.site-shell>footer p {
  margin:0 auto 0 0;
  color:#c3cad8;
  font-size:15px;
  text-transform:none;
}
.site-shell>footer nav { gap:4px; }
.site-shell>footer nav a,
.site-shell>footer nav button {
  min-height:44px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  color:#c3cad8;
  font-size:15px;
  letter-spacing:0;
  text-transform:none;
}
.site-shell>footer>span {
  color:#8290a3;
  font-size:14px;
  white-space:nowrap;
}

@media (max-width:1400px) {
  .games-view .league-game-card {
    grid-template-columns:145px minmax(390px,1.7fr) 125px minmax(180px,1fr);
    grid-template-rows:auto auto;
  }
  .games-view .league-card-top { grid-column:1;grid-row:1; }
  .games-view .league-card-stakes { grid-column:1;grid-row:2;min-height:60px; }
  .games-view .league-matchup { grid-column:2;grid-row:1/3; }
  .games-view .league-time { grid-column:3;grid-row:1; }
  .games-view .league-venue { grid-column:4;grid-row:1; }
  .games-view .league-game-card>button { grid-column:3/5;grid-row:2; }
}

@media (max-width:1100px) {
  .games-view .games-browser-head {
    grid-template-columns:1fr;
    gap:28px;
  }
  .games-view .hero-grid { grid-template-columns:1fr; }
  .games-view .profile-launcher { min-height:500px; }
  .games-view .broadcast-copy h2,
  .games-view .broadcast-copy h2.is-compact { font-size:clamp(56px,8vw,84px); }
  .games-view .league-game-card {
    grid-template-columns:150px minmax(0,1fr) 150px;
    grid-template-rows:auto auto auto;
  }
  .games-view .league-card-top { grid-column:1;grid-row:1; }
  .games-view .league-card-stakes { grid-column:1;grid-row:2/4; }
  .games-view .league-matchup { grid-column:2/4;grid-row:1; }
  .games-view .league-time { grid-column:2;grid-row:2; }
  .games-view .league-venue { grid-column:3;grid-row:2; }
  .games-view .league-game-card>button { grid-column:2/4;grid-row:3; }
  .site-shell>footer { flex-wrap:wrap; }
  .site-shell>footer p { margin-right:0; }
  .site-shell>footer nav { order:4;width:100%; }
}

@media (max-width:820px) {
  .site-shell .global-header {
    height:72px;
    padding-inline:14px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    grid-template-rows:72px;
    gap:8px;
  }
  .site-shell .global-header>.wordmark {
    grid-column:1;
    grid-row:1;
    min-height:44px;
    font-size:22px;
  }
  .site-shell .global-header>.wordmark em { display:none; }
  .site-shell .header-tools {
    grid-column:2;
    grid-row:1;
    margin:0;
    gap:6px;
  }
  .site-shell .header-tools>.global-search-button {
    width:44px;
    min-width:44px;
    border-radius:10px;
  }
  .site-shell .global-header .account-button:not(.signed-in) {
    width:46px!important;
    min-width:46px!important;
    padding:2px 5px!important;
  }
  .site-shell .global-header .account-button:not(.signed-in) span {
    max-width:38px;
    overflow:hidden;
    font-size:10px;
    text-overflow:ellipsis;
  }
  .site-shell .mobile-nav-toggle {
    width:44px;
    height:44px;
    margin:0;
    padding:0;
    grid-column:3;
    grid-row:1;
    align-self:center;
    justify-content:center;
    border-color:rgba(255,255,255,.22);
    border-radius:10px;
    background:rgba(255,255,255,.025);
    box-shadow:none;
  }
  .site-shell .mobile-nav-toggle>span:first-child,
  .site-shell .mobile-nav-action>b { display:none; }
  .site-shell .mobile-nav-action { gap:0; }
  .site-shell .mobile-nav-action>i {
    width:28px;
    height:28px;
    border:0;
    background:transparent;
  }
  .site-shell .global-header.nav-open nav {
    top:72px;
  }
  .site-shell .global-header.nav-open nav a {
    min-height:64px;
    padding:10px 5px 10px 13px;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.11);
    border-radius:0;
    background:transparent;
    color:#edf2f8;
    font-size:inherit;
    letter-spacing:0;
    text-transform:none;
  }
  .site-shell .global-header.nav-open nav button.mobile-nav-panel-close {
    min-height:44px;
    padding:0;
    border:1px solid rgba(255,255,255,.2);
    border-radius:10px;
    background:rgba(255,255,255,.04);
  }
  .site-shell .global-header.nav-open nav a::after { display:none; }
  .site-shell .global-header.nav-open nav a.active {
    border:0;
    border-bottom:1px solid rgba(255,255,255,.11);
    background:linear-gradient(90deg,rgba(199,255,61,.14),rgba(199,255,61,.025));
    box-shadow:inset 3px 0 0 var(--lime);
    color:#fff;
  }
  .site-shell .global-header.nav-open nav .mobile-nav-panel-label {
    min-height:68px;
    padding:10px 56px 10px 4px;
  }
  .site-shell .ticker { height:44px; }
  .site-shell .ticker::after { right:0;width:44px; }
  .site-shell .ticker-track {
    padding-right:0;
    font-size:13px;
    animation-duration:72s;
    animation-timing-function:linear;
  }
  .site-shell .ticker-track span::after { margin-inline:18px; }
  .games-view .games-browser-head {
    min-height:0;
    padding:27px 21px;
    gap:25px;
  }
  .games-view .games-browser-head h1 { font-size:58px; }
  .games-view .games-browser-head p { font-size:16px; }
  .games-view .games-league-tabs {
    display:flex;
    margin-right:-21px;
    margin-block:-7px;
    padding:7px 21px 7px 0;
  }
  .games-view .games-league-tabs button {
    min-width:116px;
    min-height:86px;
  }
  .games-view .broadcast-hero {
    min-height:0;
    padding:23px 20px;
  }
  .games-view .broadcast-copy { margin:54px 0 25px; }
  .games-view .featured-signal {
    align-items:flex-start;
    flex-direction:column;
  }
  .games-view .stakes-help,
  .games-view .stakes-help>button { width:100%; }
  .stakes-board-backdrop{padding:0}.stakes-board-window{height:100dvh;max-height:none;border:0;border-radius:0}.stakes-board-window>header{padding:21px}.stakes-board-window>header h2{font-size:40px}.stakes-board-list{padding:6px 10px}.stakes-board-list>button{grid-template-columns:38px minmax(0,1fr) 86px;gap:9px}.stakes-board-list>button>.animated-arrow{display:none}.stakes-board-list>button>span>strong{font-size:17px}.stakes-board-score{display:flex!important;align-items:flex-end;flex-direction:column;gap:3px}.stakes-board-score>strong{font-size:26px!important;white-space:nowrap}.stakes-board-score>em{width:100%}.stakes-board-window>footer{padding:12px 20px;justify-content:space-between}.stakes-board-window>footer p{display:none}
  .games-view .broadcast-copy h2,
  .games-view .broadcast-copy h2.is-compact {
    font-size:clamp(48px,12vw,68px);
    line-height:.88;
  }
  .games-view .broadcast-copy p { font-size:16px; }
  .games-view .broadcast-bottom {
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .games-view .broadcast-bottom .versus-lockup { grid-column:1/3; }
  .games-view .broadcast-bottom .venue-condition { display:flex; }
  .games-view .broadcast-bottom>button { width:100%;grid-column:1/3; }
  .games-view .profile-launcher { min-height:0; }
  .games-view .league-board-head { margin-top:43px; }
  .games-view .league-board-head h2 { font-size:40px; }
  .games-view .league-board-head p { font-size:15px; }
  .games-view .game-state-tabs button>span { font-size:13px; }
  .games-view .game-state-tabs button>small { font-size:11px; }
  .games-view .league-game-card,
  .site-shell[data-density="compact"] .games-view .league-game-card {
    min-height:0;
    padding:16px;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:auto auto auto auto auto;
    gap:14px;
  }
  .games-view .league-card-top { grid-column:1;grid-row:1; }
  .games-view .league-card-stakes { grid-column:2;grid-row:1;min-width:138px;min-height:64px; }
  .games-view .league-card-stakes .info-tip::after {
    width:min(260px,calc(100vw - 54px));
    top:calc(100% + 12px);
    right:-10px;
    transform:translateY(5px);
  }
  .games-view .league-card-stakes .info-tip:hover::after,
  .games-view .league-card-stakes .info-tip:focus::after { transform:none; }
  .games-view .league-matchup { grid-column:1/3;grid-row:2; }
  .games-view .league-time { grid-column:1;grid-row:3; }
  .games-view .league-venue { grid-column:2;grid-row:3; }
  .games-view .league-game-card>button { grid-column:1/3;grid-row:4; }
  .games-view .league-matchup strong { font-size:16px; }
  .site-shell>footer {
    padding:24px 0 88px;
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
  .site-shell>footer p { font-size:15px; }
  .site-shell>footer nav {
    margin-top:10px;
    grid-template-columns:repeat(2,1fr);
  }
  .site-shell>footer nav a,
  .site-shell>footer nav button { padding-inline:0; }
}

@media (max-width:520px) {
  .site-shell .global-header>.wordmark>span:nth-of-type(2) { display:inline; }
  .site-shell .global-header>.wordmark .mark { display:grid;flex:0 0 33px; }
  .site-shell .global-header>.wordmark { gap:9px;font-size:19px; }
  .games-view .broadcast-top { align-items:flex-start;gap:10px; }
  .games-view .broadcast-top>b { text-align:right; }
  .games-view .broadcast-copy { margin-top:40px; }
  .games-view .broadcast-bottom .venue-condition { display:none; }
  .games-view .broadcast-bottom>div:nth-child(2) { grid-column:2; }
  .games-view .league-card-top { grid-column:1/3; }
  .games-view .league-card-stakes { grid-column:1/3;grid-row:2; }
  .games-view .league-card-stakes:focus-within {
    margin-bottom:104px;
  }
  .games-view .league-card-stakes .info-tip { position:static; }
  .games-view .league-card-stakes .info-tip::after {
    width:auto;
    min-height:82px;
    left:0;
    right:0;
    top:calc(100% + 10px);
    bottom:auto;
    box-sizing:border-box;
    background:#0b1522;
    transform:translateY(5px);
  }
  .games-view .league-card-stakes .info-tip:hover::after,
  .games-view .league-card-stakes .info-tip:focus::after { transform:none; }
  .games-view .league-matchup { grid-row:3;gap:5px; }
  .games-view .league-time { grid-row:4; }
  .games-view .league-venue { grid-row:4; }
  .games-view .league-game-card>button { grid-row:5; }
  .games-view .league-matchup>div {
    display:flex;
    align-items:center;
    flex-direction:column;
    gap:3px;
    text-align:center;
  }
  .games-view .league-matchup strong {
    width:100%;
    margin-top:4px;
  }
  .games-view .league-matchup small { font-size:12px; }
  .games-view .league-matchup .team-score { margin-top:2px!important; }
}

/* Wide slates read as paired matchup cards instead of one long scanning column. */
@media (min-width:1200px) {
  .games-view .league-game-wall {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
  .games-view .league-game-card,
  .site-shell[data-density="compact"] .games-view .league-game-card {
    min-height:226px;
    padding:17px;
    grid-template-columns:118px minmax(0,1fr) 150px;
    grid-template-rows:auto minmax(82px,auto) auto;
    align-items:center;
    gap:13px 15px;
    border-radius:15px;
    overflow:visible;
  }
  .games-view .league-card-top {
    grid-column:1/3;
    grid-row:1;
    min-height:58px;
    align-items:center;
    justify-content:space-between;
    flex-direction:row;
    gap:12px;
  }
  .games-view .league-card-stakes {
    grid-column:3;
    grid-row:1;
    min-height:58px;
  }
  .games-view .league-matchup {
    grid-column:1/4;
    grid-row:2;
    min-height:82px;
    padding:12px 14px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    background:linear-gradient(90deg,color-mix(in srgb,var(--away-color) 7%,rgba(6,11,17,.58)),rgba(6,11,17,.42) 47% 53%,color-mix(in srgb,var(--home-color) 7%,rgba(6,11,17,.58)));
  }
  .games-view .league-time {
    grid-column:1;
    grid-row:3;
  }
  .games-view .league-venue {
    grid-column:2;
    grid-row:3;
  }
  .games-view .league-game-card>button {
    grid-column:3;
    grid-row:3;
  }
}

@media (prefers-reduced-motion:reduce) {
  .site-shell .ticker-track { animation:none; }
}

/* Keep the featured-game controls balanced on phones. */
@media (max-width:520px) {
  .games-view .broadcast-bottom { grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:10px 12px; }
  .games-view .broadcast-bottom .versus-lockup { grid-column:1/3; }
  .games-view .broadcast-bottom .featured-game-time { min-width:0;min-height:62px;padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(7,13,21,.58);grid-column:1;grid-row:auto;align-items:flex-start;justify-content:center; }
  .games-view .broadcast-bottom .featured-game-time strong { font-size:25px;line-height:1;white-space:nowrap; }
  .games-view .broadcast-bottom .featured-game-time small { margin-top:5px;font-size:11px;line-height:1.2; }
  .games-view .broadcast-bottom>button { min-height:62px;grid-column:2;grid-row:auto;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;line-height:1.2; }
}
@media (max-width:360px) {
  .games-view .broadcast-bottom { grid-template-columns:1fr; }
  .games-view .broadcast-bottom .versus-lockup,.games-view .broadcast-bottom .featured-game-time,.games-view .broadcast-bottom>button { grid-column:1; }
}
