/* FastballHQ board UI — from homepage reference (tokens + layout) */
:root {
  --bg:      #131315;
  --bg2:     #1a1a1e;
  --bg3:     #212126;
  --bg4:     #28282e;
  --border:  #2a2a30;
  --border2: #363640;
  --text:    #d8d8e4;
  --sub:     #a0a0b0;
  --muted:   #6a6a7e;
  --muted2:  #4c4c5e;
  --red:     #e8473f;
  --red2:    #ff5f57;
  --green:   #34d27e;
  --green2:  #27a862;
  --gold:    #f0a500;
  --gold2:   #ffc333;
  --blue:    #4a9eff;
  --mono:    'JetBrains Mono', monospace;
  --head:    'Barlow Condensed', sans-serif;
  --body:    'Barlow', sans-serif;
  /* Content column width — header / .page / footer share this cap */
  --fq-site-max: 1380px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fq-site {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

body.fq-site::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.025;
}

.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(19,19,21,0.94);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  max-width: var(--fq-site-max); margin: 0 auto;
  padding: 0 2rem;
  display: flex; align-items: center; gap: 2rem;
  height: 54px;
}
.logo {
  font-family: var(--head); font-size: 1.45rem; font-weight: 900;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--text); text-decoration: none;
  white-space: nowrap;
}
.header-logo-cluster,
.footer-logo-cluster {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  line-height: 0;
}
.header-mlb-mark {
  height: 39px;
  width: auto;
  max-width: 63px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  opacity: 0.92;
}
.logo--img {
  display: flex;
  align-items: center;
  line-height: 0;
}
.logo-img {
  height: 34px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  display: block;
}
.logo em { color: var(--red); font-style: normal; }
.logo-hq {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em;
  background: var(--red); color: #f0f0f5;
  padding: 2px 5px; border-radius: 2px; margin-left: 4px;
  vertical-align: middle; position: relative; top: -1px;
}
.site-header nav { display: flex; gap: 0; flex: 0 1 auto; flex-wrap: wrap; }
/* Fills space between nav links and date; nav no longer uses flex:1 so gap is usable. */
/* No -webkit-line-clamp here — it hides text-decoration. Dotted line via border on inner span. */
.fq-header-test-note {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0 0.35rem 0 0.75rem;
  font-size: 0.62rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: right;
  align-self: center;
  max-width: 100%;
}
.fq-header-test-note__text {
  display: inline-block;
  max-width: 100%;
  text-align: right;
  color: var(--sub);
  border-bottom: 1px dotted var(--red);
  padding-bottom: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
/* Mobile copy lives above the scoreboard ticker (see fastballhq-mobile.css); hidden on desktop. */
.fq-header-test-note--pre-ticker {
  display: none;
}
@media (max-width: 1100px) {
  .fq-header-test-note { font-size: 0.58rem; padding-left: 0.4rem; }
}
@media (max-width: 640px) {
  .fq-header-test-note {
    font-size: 0.52rem;
    letter-spacing: 0;
    padding-left: 0.25rem;
  }
}
.site-header nav a {
  color: var(--muted); text-decoration: none;
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0 0.85rem; height: 54px; display: flex; align-items: center;
  border-bottom: 2px solid transparent;
  transition: color 0.18s, border-color 0.18s;
}
.site-header nav a:hover { color: var(--sub); }
.site-header nav a.active { color: var(--text); border-bottom-color: var(--red); }
/* Wraps .header-right + mobile hamburger; display:contents keeps desktop flex row (logo | nav | date). */
.header-tools { display: contents; }
.header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* ── Scoreboard ticker (below nav; today's slate ET) ── */
.scoreboard-ticker {
  width: 100%;
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  min-width: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scoreboard-ticker::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.scoreboard-ticker__viewport {
  overflow: hidden;
  width: 100%;
  min-width: 0;
}
.scoreboard-ticker__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  min-width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  /* Duration set by static/js/scoreboard-ticker.js from width (~constant px/s). Fallback: slow. */
  -webkit-animation: fq-ticker-scroll var(--ticker-scroll-sec, 80s) linear infinite;
  animation: fq-ticker-scroll var(--ticker-scroll-sec, 80s) linear infinite;
}
.scoreboard-ticker__inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  flex-shrink: 0;
  padding: 0.42rem 1.75rem;
  gap: 0;
  /* Each strip at least half the viewport so narrow slates still overflow and scroll visibly */
  min-width: max(50vw, max-content);
}
.ticker-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  text-decoration: none;
  color: var(--sub);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.15s;
}
.ticker-item:hover { color: var(--text); }
.ticker-badge {
  font-weight: 700;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
.ticker-item--live .ticker-badge { color: var(--red); }
.ticker-item--final .ticker-badge { color: var(--muted2); }
.ticker-item--scheduled .ticker-badge { color: var(--gold); }
.ticker-item--postponed .ticker-badge { color: var(--muted); }
.ticker-text { color: var(--sub); font-weight: 400; }
.ticker-text--final { font-weight: 400; }
.ticker-score--win {
  font-weight: 700;
}
.ticker-item:hover .ticker-text { color: var(--text); }
.ticker-sep {
  color: var(--border2);
  margin: 0 0.65rem;
  font-weight: 300;
  user-select: none;
}
@-webkit-keyframes fq-ticker-scroll {
  0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); }
}
@keyframes fq-ticker-scroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  /* Keep motion but slower — many users had animation: none and saw a static bar */
  .scoreboard-ticker__track {
    -webkit-animation-duration: calc(var(--ticker-scroll-sec, 80s) * 3.25);
    animation-duration: calc(var(--ticker-scroll-sec, 80s) * 3.25);
  }
}

.live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--red);
  opacity: 0.35;
  flex-shrink: 0;
}
.live-dot--live {
  opacity: 1;
  animation: fq-pulse 2s ease infinite;
}
@keyframes fq-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(0.8)} }
@media (prefers-reduced-motion: reduce) {
  .live-dot--live { animation: none; opacity: 1; }
}
.date-tag {
  font-family: var(--mono); font-size: 0.68rem; color: var(--muted);
  border: 1px solid var(--border); padding: 3px 9px; border-radius: 3px;
}
/* Compact date shown on small screens via fastballhq-mobile.css */
.date-tag--short { display: none; }

.page {
  position: relative;
  z-index: 1;
  max-width: var(--fq-site-max); margin: 0 auto;
  padding: 0 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-template-rows: auto;
  gap: 0 1.5rem;
}

.fq-inner-main {
  position: relative; z-index: 1;
  max-width: var(--fq-site-max); margin: 0 auto;
  /* Match .page (home): no extra top gap — hero/content align across all routes */
  padding: 0 2rem 4rem;
}

.hero-banner {
  grid-column: 1 / -1;
  padding: 2.25rem 0 1.75rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.75rem;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem;
}
/* Copy left | Tipstrr + stats stack right — same on home and inner routes */
.hero-banner .hero-left { flex: 1; min-width: 0; }
.hero-banner .hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.81rem;
  flex-shrink: 0;
}
.hero-banner .hero-stats-strip { margin-top: 0; flex-shrink: 0; }
.hero-kicker {
  font-family: var(--mono); font-size: 0.68rem; color: var(--red);
  letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.4rem;
}
.hero-title {
  font-family: var(--head); font-weight: 900; font-style: italic;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.92; text-transform: uppercase; letter-spacing: -0.01em;
  color: var(--text);
}
.hero-title .accent { color: var(--red); }
/* Two-line hero titles (no extra line breaks inside “Stats & Trends”–style headings) */
.hero-title.hero-title--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 0.92;
}
.hero-title.hero-title--stacked > .accent {
  margin-top: 0.02em;
}
.hero-desc {
  margin-top: 0.9rem; color: var(--sub);
  font-size: 0.9rem; font-weight: 300; max-width: 480px; line-height: 1.65;
}
/* Match picks-today / inner hero: no browser h1/p margins throwing off vertical rhythm */
.hero-left .hero-kicker { margin-top: 0; }
.hero-left .hero-title { margin: 0; }
.hero-left .hero-desc { margin-top: 0.9rem; margin-bottom: 0; }
.hero-stats {
  display: flex; gap: 0; flex-shrink: 0;
  border: 1px solid var(--border); border-radius: 5px; overflow: hidden;
  flex-wrap: wrap;
}
.hstat {
  padding: 0.9rem 1.4rem; text-align: center;
  border-right: 1px solid var(--border);
}
.hstat:last-child { border-right: none; }
.hstat-val {
  font-family: var(--head); font-size: 2.2rem; font-weight: 900;
  line-height: 1; color: var(--text);
}
.hstat-val.g { color: var(--green); }
.hstat-val.gl { color: var(--gold); }
.hstat-val.d { color: var(--sub); }
.hstat-val.r { color: var(--red); }
.hstat-lbl { font-size: 0.62rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 3px; font-family: var(--mono); }

.main-col { grid-column: 1; display: flex; flex-direction: column; gap: 1.75rem; }

.sec-label {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 1rem;
}
.sec-label-text {
  font-family: var(--head); font-size: 0.8rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted);
}
.sec-label-text--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.sec-label-line { flex: 1; height: 1px; background: var(--border); }
.sec-label-link {
  font-family: var(--mono); font-size: 0.65rem; color: var(--muted);
  text-decoration: none; letter-spacing: 0.06em;
  transition: color 0.2s;
}
.sec-label-link:hover { color: var(--red); }
.sec-label-note {
  font-family: var(--mono); font-size: 0.65rem; color: var(--muted2);
  letter-spacing: 0.06em; font-style: italic;
}
.sched-row--preview { opacity: 0.72; }
.sched-row--preview:hover { opacity: 1; }

.picks-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.picks-row--single {
  grid-template-columns: minmax(0, 1fr);
}
/* No vertical stretch on double — body only as tall as content */
.picks-row--double .pick-body { flex: none; }

/* Wide single pick: horizontal — body left, foot right */
.pick--wide .pick-inner { flex-direction: row; }
.pick--wide .pick-body {
  flex: 1;
  border-right: 1px solid var(--border);
}
.pick--wide .pick-foot {
  width: 240px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-top: none;
  padding: 1.25rem 1.5rem;
  gap: 0.6rem;
}
.pick--wide .pick-cta { margin-top: 0.5rem; }
.picks-row--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.picks-row--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
/* Home Editor's Picks: full vertical stack (no 3-up cap, no horizontal scroll) */
.picks-row--stack {
  grid-template-columns: minmax(0, 1fr);
  max-width: 52rem;
  gap: 0.55rem;
}
.picks-row--stack .pick {
  max-width: 100%;
  border-radius: 6px;
}
.picks-row--stack .pick:hover {
  transform: translateY(-1px);
}
.picks-row--stack.picks-row--home-forecast {
  width: 100%;
  max-width: none;
  gap: 0.5rem;
}
.picks-row--stack.picks-row--home-forecast .pick--home-forecast {
  max-width: 100%;
  width: 100%;
}
/* Home forecast card — single aligned header row + body */
.pick.pick--home-forecast {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--bg2);
  border: 1px solid var(--border);
  transition: border-color 0.2s, transform 0.15s;
}
.pick--home-forecast:hover {
  border-color: var(--border2);
  transform: translateY(-1px);
}
.pick--home-forecast.p1 {
  border-color: rgba(239, 68, 68, 0.45);
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.1);
}
.pick-hf-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem 1rem;
  padding: 0.5rem 0.75rem;
  min-height: 3rem;
  background: rgba(0, 0, 0, 0.32);
  border-bottom: 1px solid var(--border);
}
.pick-hf-head__pick {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}
.pick-hf-head__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.3rem;
  flex-shrink: 0;
  text-align: right;
  line-height: 1.2;
}
.pick-hf-head__result {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem 0.4rem;
  max-width: 15rem;
  font-family: var(--mono);
  font-size: 0.58rem;
  color: var(--muted);
}
.pick-hf-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  min-width: 2rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.pick-hf-pill--rank {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.06);
  min-width: 2.25rem;
}
.pick-hf-pill--sig {
  font-family: var(--head);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0 0.55rem;
}
.pick-hf-pill--over {
  color: #bbf7d0;
  background: rgba(22, 101, 52, 0.4);
  border-color: rgba(74, 222, 128, 0.45);
}
.pick-hf-pill--under {
  color: #dbeafe;
  background: rgba(37, 99, 235, 0.35);
  border-color: rgba(96, 165, 250, 0.45);
}
.pick-hf-pill--sig-neutral {
  color: var(--muted);
  background: var(--bg4);
  border-color: var(--border);
  font-size: 0.72rem;
}
.pick-hf-pill--line {
  color: #fef3c7;
  background: rgba(161, 98, 7, 0.22);
  border-color: rgba(251, 191, 36, 0.35);
  font-weight: 800;
}
.pick-hf-pill--odds {
  color: #fffbeb;
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(253, 230, 138, 0.35);
  font-weight: 800;
  padding: 0 0.55rem;
}
.pick-hf-pill--odds-alt {
  color: var(--muted2);
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.08);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0 0.42rem;
}
.pick-hf-fq {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.12rem;
  line-height: 1;
}
.pick-hf-fq__lab {
  font-family: var(--mono);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--muted2);
  text-transform: uppercase;
}
.pick-hf-fq__val {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  min-width: 2.75rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  color: var(--green);
  background: rgba(52, 210, 126, 0.14);
  border: 1px solid rgba(52, 210, 126, 0.38);
  font-variant-numeric: tabular-nums;
}
.pick-hf-fq__val--under {
  color: #bfdbfe;
  background: rgba(37, 99, 235, 0.22);
  border-color: rgba(96, 165, 250, 0.42);
}
.pick-hf-fq__val--weak {
  opacity: 0.75;
}
.pick-hf-fq__val--neutral {
  color: var(--muted);
  background: var(--bg4);
  border-color: var(--border);
}
.pick-hf-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 4px;
  font-family: var(--mono);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid var(--border);
  background: var(--bg4);
  color: var(--muted2);
  flex-shrink: 0;
}
.pick-hf-tag--live {
  color: #fecaca;
  background: rgba(127, 29, 29, 0.35);
  border-color: rgba(248, 113, 113, 0.4);
  animation: pick-hf-pulse 2s ease-in-out infinite;
}
@keyframes pick-hf-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.78; }
}
.pick-hf-tag--final {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.15);
}
.pick-hf-tag--sched {
  color: var(--muted);
}
.pick-hf-tag--ppd {
  color: #fde68a;
  border-color: rgba(251, 191, 36, 0.35);
}
.pick-hf-tag--win {
  color: #bbf7d0;
  background: rgba(22, 101, 52, 0.35);
  border-color: rgba(74, 222, 128, 0.35);
}
.pick-hf-tag--loss {
  color: #fecaca;
  background: rgba(127, 29, 29, 0.35);
  border-color: rgba(248, 113, 113, 0.35);
}
.pick-hf-tag--push {
  color: #fde68a;
  background: rgba(120, 53, 15, 0.3);
  border-color: rgba(251, 191, 36, 0.35);
}
.pick-hf-tag--pending {
  color: var(--muted2);
  border-style: dashed;
  background: transparent;
}
.pick-hf-res {
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.pick-hf-res--muted {
  color: var(--muted2);
  font-weight: 600;
}
.pick-hf-barhint {
  margin: 0;
  padding: 0.15rem 0.75rem 0;
  font-family: var(--mono);
  font-size: 0.52rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.pick-hf-row2 {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.88fr);
  gap: 0.45rem 0.55rem;
  padding: 0.4rem 0.75rem 0.45rem;
  align-items: start;
  border-bottom: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.12);
}
.pick-hf-aside {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.pick-hf-body {
  padding: 0.38rem 0.75rem 0.45rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
}
.pick-hf-match {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  justify-content: flex-start;
}
.pick-hf-match .fb-logo-wrap {
  --fb-box: 1.5rem;
  flex-shrink: 0;
}
.pick-hf-teams {
  font-family: var(--head);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 1.15;
  min-width: 0;
  flex: 0 1 auto;
  max-width: 100%;
  color: #c4c4d0;
}
.pick-hf-teams--full {
  text-transform: none;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}
.pick-hf-at {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.85em;
}
.pick-hf-venue {
  margin: 0;
  text-align: left;
  font-family: var(--mono);
  font-size: 0.54rem;
  color: var(--muted2);
}
.pick-hf-sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.28rem;
  min-width: 0;
  max-width: 100%;
  align-items: stretch;
}
.pick-hf-sp {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 0.22rem 0.32rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.3rem;
  min-width: 0;
  min-height: 2.75rem;
  box-sizing: border-box;
}
.pick-hf-sp-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--bg4);
  border: 1px solid var(--border2);
  flex-shrink: 0;
  align-self: center;
}
.pick-hf-sp-meta {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  min-width: 0;
  flex: 1;
}
.pick-hf-sp-meta--tbd {
  justify-content: center;
  flex: 1;
  min-height: 0;
}
.pick-hf-sp-meta--tbd:only-child {
  width: 100%;
  align-self: stretch;
  justify-content: center;
}
.pick-hf-sp-abbr {
  font-family: var(--mono);
  font-size: 0.45rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--muted2);
}
.pick-hf-sp-name {
  font-family: var(--head);
  font-size: 0.68rem;
  font-weight: 800;
  color: #c4c4d0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
}
.pick-hf-sp-statrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18rem;
  margin-top: 0.04rem;
}
.pick-hf-stat {
  font-family: var(--mono);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  line-height: 1.15;
  white-space: nowrap;
}
.pick-hf-stat--risk {
  color: #fecaca;
  background: rgba(185, 28, 28, 0.22);
  border-color: rgba(248, 113, 113, 0.45);
}
.pick-hf-stat--warn {
  color: #fde68a;
  background: rgba(180, 83, 9, 0.2);
  border-color: rgba(251, 191, 36, 0.42);
}
.pick-hf-stat--sharp {
  color: #bbf7d0;
  background: rgba(22, 101, 52, 0.22);
  border-color: rgba(74, 222, 128, 0.38);
}
.pick-hf-stat--na {
  color: var(--muted2);
  background: var(--bg4);
  border-color: var(--border);
}
.pick-hf-sp-tbd {
  font-family: var(--mono);
  font-size: 0.6rem;
  color: var(--muted2);
  font-style: italic;
}
.pick-hf-snippet {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.35;
  color: var(--sub);
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pick--home-forecast .editor-pick-chips-row {
  margin-top: 0.25rem;
  padding-top: 0.32rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.pick--home-forecast .pick-chip {
  font-size: 0.52rem;
  padding: 2px 5px;
  min-height: 1.3rem;
}
.pick-hf-foot {
  padding: 0.32rem 0.75rem;
  border-top: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.22);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pick-hf-cta {
  font-family: var(--mono);
  font-size: 0.58rem;
  color: var(--muted);
  letter-spacing: 0.05em;
}
.pick--home-forecast:hover .pick-hf-cta {
  color: var(--red);
}

@media (max-width: 720px) {
  .pick-hf-head {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    align-items: stretch;
  }
  .pick-hf-head__meta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
  }
  .pick-hf-fq {
    align-items: flex-start;
  }
  .pick-hf-head__result {
    justify-content: flex-start;
    max-width: none;
    flex: 1;
  }
  .pick-hf-row2 {
    grid-template-columns: 1fr;
  }
}

/* Many Editor's Picks: horizontal scroll row */.picks-row--scroll {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  grid-template-columns: unset;
}
.picks-row--scroll .pick {
  flex: 0 0 min(300px, 82vw);
  min-width: min(300px, 82vw);
  max-width: 340px;
}
/* Narrow hero cards: stack SP tiles so stats stay readable */
.picks-row--triple .pick-pitchers-grid {
  grid-template-columns: 1fr;
}

.pick {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color 0.2s, transform 0.2s;
  text-decoration: none; color: inherit;
}
.pick:hover { border-color: var(--border2); transform: translateY(-2px); }
.pick.p1 { border-top: 2px solid var(--red); }
.pick-inner { display: flex; flex-direction: column; flex: 1; }

/* Lucide icon colour utilities */
.lucide-svg { display: inline-block; vertical-align: -0.18em; flex-shrink: 0; }
.lc-sm  { width: 13px; height: 13px; }
.lc-md  { width: 15px; height: 15px; }
.lc-lg  { width: 18px; height: 18px; }
.lc-red   { color: var(--red); }
.lc-gold  { color: var(--gold); }
.lc-green { color: var(--green); }
.lc-blue  { color: var(--blue); }
.lc-muted { color: var(--muted); }

.pick-head {
  padding: 0.7rem 1rem;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--border);
  background: var(--bg3);
}
.pick-num { font-family: var(--mono); font-size: 0.62rem; color: var(--muted2); letter-spacing: 0.1em; }
.pick-num.gold { color: var(--gold); }
.pick-num-ou {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.35rem;
  font-family: var(--mono);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(196, 181, 253, 0.9);
  border: 1px solid rgba(167, 139, 250, 0.35);
  border-radius: 2px;
  vertical-align: middle;
}
.pick-ms {
  font-family: var(--mono); font-size: 0.95rem; font-weight: 500;
  color: var(--green);
  background: rgba(52,210,126,0.08); border: 1px solid rgba(52,210,126,0.2);
  padding: 2px 8px; border-radius: 3px;
}
.pick-ms.pick-ms-under {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
  border-color: rgba(37, 99, 235, 0.28);
}
/* |FQ| below published pick bar — reads weaker than full-strength Under/Over */
.pick-head-fq {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  min-width: 0;
}
.pick-fq-bar-hint {
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.15;
  text-align: right;
  max-width: 11rem;
}
.pick-ms.pick-ms-under-below {
  color: #a8c9f5;
  background: rgba(37, 99, 235, 0.06);
  border-color: rgba(147, 197, 253, 0.22);
}
.pick-ms.pick-ms-over-below {
  color: #a7f3d0;
  background: rgba(52, 210, 126, 0.06);
  border-color: rgba(134, 239, 172, 0.22);
}

.pick-body { padding: 0.9rem 1rem; flex: 1; }
.pick-matchup-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 0.45rem;
  padding: 0 0.2rem;
}
.pick-matchup-strip .fb-logo-wrap {
  --fb-box: 2.25rem;
  flex-shrink: 0;
}
.pick-teams {
  font-family: var(--head); font-size: 1.05rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.2;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.45rem;
  text-align: center;
  flex: 1;
  min-width: 0;
}
.pick-teams .fb-logo-wrap { flex-shrink: 0; }
.pick-at { color: var(--muted); font-weight: 500; font-size: 0.85rem; }
/* Full club names when 1–2 Editor picks; abbrev stays uppercase */
.pick-teams--full {
  text-transform: none;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}
.pick-meta { font-family: var(--mono); font-size: 0.64rem; color: var(--muted); margin-bottom: 0.55rem; text-align: center; }

.pick-pitchers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}
.pick-pitcher-tile {
  background: linear-gradient(160deg, rgba(255,255,255,0.04), rgba(0,0,0,0.14));
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.45rem 0.5rem 0.55rem;
  min-width: 0;
}
.pick-pitcher-tile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.38rem;
}
.pick-pitcher-role {
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--muted2);
}
.pick-pitcher-tier {
  font-family: var(--mono);
  font-size: 0.52rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}
.pick-pitcher-tier--1 {
  color: #e8c56c;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.38);
}
.pick-pitcher-tier--2 {
  color: var(--muted);
  background: var(--bg4);
  border: 1px solid var(--border);
}
.pick-pitcher-tile-main {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  min-width: 0;
}
.pick-pitcher-tile-main .pick-pitcher-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--bg4);
  border: 1px solid var(--border2);
  flex-shrink: 0;
}
.pick-pitcher-tile-info {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.pick-pitcher-name {
  font-family: var(--head);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text);
  line-height: 1.15;
}
.pick-pitcher-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.pick-stat-badge {
  font-family: var(--mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 3px 6px;
  border-radius: 4px;
  border: 1px solid transparent;
  line-height: 1.2;
  white-space: nowrap;
}
/* ERA/WHIP high = risk (red family); middling = warn (amber); strong = sharp (green) */
.pick-stat-badge--risk {
  color: #fecaca;
  background: rgba(185, 28, 28, 0.22);
  border-color: rgba(248, 113, 113, 0.45);
}
.pick-stat-badge--warn {
  color: #fde68a;
  background: rgba(180, 83, 9, 0.2);
  border-color: rgba(251, 191, 36, 0.42);
}
.pick-stat-badge--sharp {
  color: #bbf7d0;
  background: rgba(22, 101, 52, 0.22);
  border-color: rgba(74, 222, 128, 0.38);
}
.pick-stat-badge--na {
  color: var(--muted2);
  background: var(--bg4);
  border-color: var(--border);
}
.pick-pitcher-tbd {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.62rem;
  color: var(--muted2);
  font-style: italic;
  text-align: center;
  padding: 0.35rem 0;
}

/* Quick tags under pitchers — team abbrev + Over/Under lean (original row) */
.pick-dots {
  display: flex;
  gap: 6px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}
.dot-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: var(--mono);
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0;
  padding: 4px 8px;
  min-height: 1.65rem;
  box-sizing: border-box;
}
.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dg { background: var(--green); }
.dr { background: var(--red); }
.dgl { background: var(--gold); }
.db { background: var(--blue); }
.dgr { background: var(--muted2); }

/* Editor pick — extra chips under snippet (FQ / line / factors / move); no heading text in HTML */
.pick-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.editor-pick-chips-row {
  margin-top: 0.55rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.pick-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 5px 8px;
  min-height: 1.65rem;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.55);
  max-width: 100%;
}
.pick-chip--matchup {
  font-family: var(--head);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.pick-chip--fq {
  color: rgba(253, 230, 138, 0.72);
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.2);
}
.pick-chip--tb_tm {
  color: rgba(216, 180, 254, 0.85);
  background: rgba(139, 92, 246, 0.12);
  border-color: rgba(167, 139, 250, 0.28);
  font-weight: 700;
}
.pick-chip--tb_tm_blk {
  color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.1);
  font-weight: 600;
}
.pick-chip--line {
  color: rgba(186, 230, 253, 0.7);
  background: rgba(37, 99, 235, 0.07);
  border-color: rgba(96, 165, 250, 0.18);
}
.pick-chip--factor {
  font-weight: 600;
}
.pick-chip--factor.pick-chip--tone-pos {
  color: rgba(167, 243, 208, 0.72);
  background: rgba(34, 197, 94, 0.09);
  border-color: rgba(74, 222, 128, 0.2);
}
.pick-chip--factor.pick-chip--tone-neg {
  color: rgba(254, 202, 202, 0.72);
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(248, 113, 113, 0.2);
}
.pick-chip--factor.pick-chip--tone-mid {
  color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}
.pick-chip--lean.pick-chip--sig-over {
  color: rgba(167, 243, 208, 0.68);
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(52, 210, 126, 0.2);
}
.pick-chip--lean.pick-chip--sig-under {
  color: rgba(186, 230, 253, 0.68);
  background: rgba(59, 130, 246, 0.08);
  border-color: rgba(96, 165, 250, 0.2);
}
.pick-chip--move.pick-chip--tone-up {
  color: rgba(254, 202, 202, 0.7);
  background: rgba(239, 68, 68, 0.07);
  border-color: rgba(248, 113, 113, 0.18);
}
.pick-chip--move.pick-chip--tone-down {
  color: rgba(167, 243, 208, 0.68);
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(74, 222, 128, 0.18);
}

.pick-snippet { font-size: 0.8rem; color: var(--sub); line-height: 1.55; font-weight: 300; }
.pick-snippet--fallback { color: var(--muted2); font-style: italic; }

.pick-foot {
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--border);
  background: rgba(0,0,0,0.15);
  display: flex; justify-content: space-between; align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.pick-foot-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  min-width: 0;
}
.pick-odds {
  font-family: var(--mono);
  font-size: 0.62rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.pick-signal {
  font-family: var(--head); font-size: 1rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 0.1rem;
}
.sig-o { color: var(--green); }
.sig-u { color: var(--blue); }
.sig-n { color: var(--gold); }
.sig-x { color: var(--muted); }
.pick-cta {
  font-family: var(--mono); font-size: 0.65rem;
  color: var(--muted); letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.2s;
}
.pick:hover .pick-cta { color: var(--red); }

.sched-filters {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem;
  margin-bottom: 1rem;
}
.sched-filters span.f-label {
  font-family: var(--mono); font-size: 0.62rem; color: var(--muted2);
  letter-spacing: 0.12em; text-transform: uppercase; margin-right: 0.35rem;
}
.sched-filters button {
  font-family: var(--mono); font-size: 0.65rem; color: var(--muted);
  background: var(--bg3); border: 1px solid var(--border);
  padding: 5px 12px; border-radius: 3px; cursor: pointer;
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: border-color 0.2s, color 0.2s;
}
.sched-filters button:hover { border-color: var(--border2); color: var(--text); }

.sched-wrap {
  background: var(--bg2); border: 1px solid var(--border); border-radius: 5px;
  overflow: hidden;
}
.sched-table { width: 100%; border-collapse: collapse; min-width: 0; }
.sched-table thead { background: var(--bg3); border-bottom: 1px solid var(--border); }
.sched-table th {
  padding: 0.55rem 0.85rem; text-align: left;
  font-family: var(--mono); font-size: 0.6rem; color: var(--muted2);
  letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500;
}
.sched-table td {
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.82rem;
  vertical-align: middle;
}
/* Column alignment — time / O-U / WL / signal / link centered under headers */
.sched-table th.sched-th-time,
.sched-table td.time-c { text-align: center; }
.sched-table th.sched-th-ou,
.sched-table td.market-total-c { text-align: center; }
.sched-table th.sched-th-wl,
.sched-table td.wl-c { text-align: center; }
.sched-table th.sched-th-sig,
.sched-table td.sched-td-sig { text-align: center; }
.sched-table th.sched-th-link,
.sched-table td.link-c { text-align: center; padding-left: 0.35rem; padding-right: 0.35rem; }
.sched-table th.sched-th-status,
.sched-table td.st-c { text-align: left; }
.sched-table tr:last-child td { border-bottom: none; }
.sched-table tbody tr.sched-row { transition: background 0.15s; cursor: pointer; }
.sched-table tbody tr.sched-row:hover td { background: rgba(255,255,255,0.025); }
.sched-table tbody tr.sched-row.highlight td { background: rgba(232,71,63,0.04); }
/* Editor's Pick row — stronger visual accent */
.sched-table tbody tr.sched-row.sched-row--pick td { background: rgba(240,165,0,0.07); }
.sched-table tbody tr.sched-row.sched-row--pick td:first-child { box-shadow: inset 3px 0 0 rgba(240,165,0,0.55); }
.sched-table tbody tr.sched-row.sched-row--pick:hover td { background: rgba(240,165,0,0.11); }

.tc { font-weight: 500; min-width: 112px; }
/* Do not set display:flex on <td> — breaks table row paint/alignment; flex lives inside */
.sched-table td.tc.tc--logos {
  min-width: 0;
}
.sched-matchup-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.45rem;
}
/* DH badge sits in matchup cell, tight to logos — time column stays one width */
.sched-matchup-inner .sched-dh-badge {
  margin-left: 0.15rem;
}

/* Home Today's Schedule — fits main column; less dead space between Matchup / Time / Pitchers / FQ */
.sched-wrap--home {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
/* Auto layout: Matchup column only as wide as logos + text (fixed % caused the huge gap) */
.sched-wrap--home .sched-table {
  table-layout: auto;
}
.sched-wrap--home .sched-table th {
  padding: 0.48rem 0.33rem;
}
.sched-wrap--home .sched-table td {
  padding: 0.55rem 0.33rem;
}
.sched-wrap--home .sched-matchup-inner {
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.2rem 0.35rem;
  min-width: 0;
  width: max-content;
  max-width: 100%;
}
/* Shrink Matchup column to content; min-width from cell wins over width:0 */
.sched-wrap--home .sched-table th.sched-th-matchup,
.sched-wrap--home .sched-table td.tc.tc--logos {
  width: 0;
  max-width: 280px;
  padding-right: 4px;
  vertical-align: middle;
}
.sched-wrap--home .sched-table th.sched-th-time,
.sched-wrap--home .sched-table td.time-c {
  padding-left: 4px;
  text-align: left;
  white-space: nowrap;
}
/* Home schedule: Pitchers / O/U — ~30% tighter */
.sched-wrap--home .sched-table td.pitcher-c {
  min-width: calc(8.5rem * 0.7);
  padding-left: calc(0.33rem * 0.7);
  padding-right: calc(5px * 0.7);
}
.sched-wrap--home .sched-table th.sched-th-pitch {
  padding-left: calc(0.33rem * 0.7);
  padding-right: calc(0.33rem * 0.7);
}
.sched-wrap--home .sched-table th.sched-th-ou,
.sched-wrap--home .sched-table td.market-total-c {
  min-width: calc(4.5rem * 0.7);
  padding-left: calc(0.33rem * 0.7);
  padding-right: calc(0.33rem * 0.7);
}
.sched-wrap--home .sched-table th.sched-th-wl,
.sched-wrap--home .sched-table td.wl-c {
  min-width: 3.25rem;
}
.sched-wrap--home .sched-table th.sched-th-sig,
.sched-wrap--home .sched-table td.sched-td-sig {
  min-width: 3.5rem;
}
.sched-wrap--home .sched-table th.sched-th-status,
.sched-wrap--home .sched-table td.st-c {
  min-width: 5.5rem;
}
.sched-wrap--home .sched-table th.sched-th-link,
.sched-wrap--home .sched-table td.link-c {
  width: 2.25rem;
  min-width: 2.25rem;
  box-sizing: border-box;
}
.sched-wrap--home .time-c {
  white-space: nowrap;
}
.sched-wrap--home .pitcher-line-away,
.sched-wrap--home .pitcher-line-home {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.tc .aw { color: var(--sub); font-weight: 400; font-size: 0.78rem; }
.tc .vs { color: var(--muted2); margin: 0 3px; }
.pitcher-c {
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--sub);
}
.pitcher-line-away { display: block; font-weight: 500; color: var(--text); }
.pitcher-line-home { display: block; margin-top: 3px; }
.pitcher-c-home { color: var(--sub); font-weight: 400; }
.wl-c { font-family: var(--mono); font-size: 0.68rem; color: var(--text); line-height: 1.35; min-width: 52px; }
.wl-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.wl-line { display: flex; align-items: center; justify-content: center; gap: 0.15rem; flex-wrap: nowrap; min-height: 1.15em; }
.wl-line--home { color: var(--sub); }
.wl-amt { font-variant-numeric: tabular-nums; }
.widget-title--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.widget-title--with-icon svg { flex-shrink: 0; }
.time-c { font-family: var(--mono); font-size: 0.72rem; color: var(--muted); white-space: nowrap; font-variant-numeric: tabular-nums; }
.time-c-after-g1 {
  font-family: var(--head);
  font-size: 0.68rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  color: var(--muted2);
  white-space: nowrap;
}
/* Doubleheader — Today’s Schedule: badge in matchup row, yellow label */
.sched-dh-badge {
  flex-shrink: 0;
  font-family: var(--head);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--gold);
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 1px 5px;
  line-height: 1.25;
  white-space: nowrap;
}
.st-c { font-family: var(--mono); font-size: 0.68rem; color: var(--muted); vertical-align: middle; }

/* Schedule — Status column: red-frame badge (FT / LIVE + score — one line, muted text) */
.sched-table td.st-c .sched-status-badge {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid rgba(232, 71, 63, 0.38);
  background: rgba(232, 71, 63, 0.07);
  line-height: 1.2;
  max-width: 100%;
  white-space: nowrap;
}
.sched-table td.st-c .sched-status-label {
  font-family: var(--head);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(232, 71, 63, 0.72);
  text-transform: uppercase;
}
.sched-table td.st-c .sched-status-score {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}
.sched-table td.st-c .sched-status-score--muted {
  color: var(--muted2);
  font-weight: 500;
}
.sched-table td.st-c .sched-status-badge--default {
  text-transform: capitalize;
  font-family: var(--head);
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.ms-c { font-family: var(--mono); font-size: 0.8rem; font-weight: 500; }
/* Home schedule Score column */
.sched-table td.ms-c .ms-val { font-weight: 600; opacity: 0.38; }
.sched-table td.ms-c .ms-val.ms-high { color: var(--green); }
.sched-table td.ms-c .ms-val.ms-mid { color: var(--sub); }
.sched-table td.ms-c .ms-val.ms-low { color: var(--muted2); }
/* Published pick row — score at full opacity */
.sched-table tbody tr.sched-row--pick td.ms-c .ms-val { opacity: 1; font-weight: 700; }
.sched-table td.ms-c .ms-val.ms-under-fq.ms-high { color: #1d4ed8; font-weight: 700; }
.sched-table td.ms-c .ms-val.ms-under-fq.ms-mid { color: #2563eb; }
.sched-table td.ms-c .ms-val.ms-under-fq.ms-low { color: #60a5fa; }
.sched-table td.ms-c .ms-val.ms-under-fq.ms-under-below-bar.ms-low { color: #a8c9f5; }
.sched-table td.ms-c .ms-val.ms-under-fq.ms-under-below-bar.ms-mid { color: #7eb3f5; }
.sched-table td.ms-c .ms-val.ms-over-below-bar.ms-low { color: #a7f3d0; }
.sched-table td.ms-c .ms-val.ms-over-below-bar.ms-mid { color: #6ee7b7; }
.ms-hi { color: var(--green); }
/* Between 4 and pick-bar: mid tier; “top” tier follows ``EDITOR_PICK_MIN_MOMENTUM`` in templates */
.ms-md { color: var(--sub); }
.ms-lo { color: var(--muted2); }
/* Under: |FQ| ≥ pick bar — strong blue; below bar — paler blues (no underline) */
.ms-c.ms-under-fq.ms-hi { color: #1d4ed8; font-weight: 700; }
.ms-c.ms-under-fq.ms-md { color: #2563eb; }
.ms-c.ms-under-fq.ms-lo { color: #60a5fa; }
.ms-c.ms-under-fq.ms-under-below-bar.ms-lo { color: #a8c9f5; }
.ms-c.ms-under-fq.ms-under-below-bar.ms-md { color: #7eb3f5; }
/* Over below pick bar: paler greens vs full ms-hi */
.ms-c.ms-over-below-bar.ms-lo { color: #a7f3d0; }
.ms-c.ms-over-below-bar.ms-md { color: #6ee7b7; }
.market-c { font-family: var(--mono); font-size: 0.75rem; }
.ml { color: var(--text); }
.mo { color: var(--muted); font-size: 0.68rem; }
.market-total-c .mo { margin-left: 0; }
.market-c.market-ml { white-space: nowrap; }
/* O/U: total + arrows centered; odds line centered under total */
.market-total-c { text-align: center; }
.mt-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.mt-val {
  color: var(--text);
  font-size: 0.78rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15em;
}
.mt-odds {
  width: 100%;
  text-align: center;
  line-height: 1.25;
}
.mt-odds-line {
  display: inline-block;
  color: var(--muted);
  font-size: 0.64rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.odds-move { font-size: 0.65rem; margin-left: 0.2em; vertical-align: middle; line-height: 1; }
.odds-up { color: var(--green); }
.odds-down { color: var(--red); }

.pill {
  display: inline-block; font-family: var(--head); font-size: 0.68rem;
  font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 1px 7px; border-radius: 2px;
}
.pill-o { background: rgba(52,210,126,0.12); color: var(--green); }
.pill-u { background: rgba(74,158,255,0.12); color: var(--blue); }
.pill-n { background: rgba(240,165,0,0.12); color: var(--gold); }
.pill-x { background: var(--bg3); color: var(--muted2); }
/* Schedule: no published pick at site thresholds — neutral gray */
.pill-sig-none {
  background: rgba(148, 163, 184, 0.12);
  color: var(--muted2);
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}
/* Today's Schedule — no board pick (below bar or slate unpublished) */
.sched-table .pill-sig-none.pill-sig-nope {
  color: var(--muted2);
  background: rgba(148, 163, 184, 0.1);
  padding: 2px 8px;
  border-radius: 3px;
}
.signal-pill.pill-sig-none {
  font-size: 0.72rem;
}
.pill-preview { background: var(--bg3); color: var(--muted2); font-style: italic; }
/* Today's Schedule — Signal: Over (green) / Under (blue) / NRFI (gold) + Editor's Pick star */
.sched-table .signal-pill {
  display: inline-block;
  font-family: var(--head);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
}
.sched-table .signal-pill.pill-over {
  background: rgba(52, 210, 126, 0.14);
  color: var(--green);
}
.sched-table .signal-pill.pill-under {
  background: rgba(74, 158, 255, 0.14);
  color: var(--blue);
}
.sched-table .signal-pill.pill-nrfi {
  background: rgba(240, 165, 0, 0.16);
  color: var(--gold);
}
.sched-table .signal-pill.pill-x {
  background: var(--bg3);
  color: var(--muted2);
}
/* TB/TM calc-only pills — muted, not a published pick */
.sched-table .signal-pill.pill-calc {
  opacity: 0.55;
  font-style: italic;
}
.sched-table .signal-pill.pill-calc.pill-calc-over {
  background: rgba(52,210,126,0.08);
  color: var(--green);
}
.sched-table .signal-pill.pill-calc.pill-calc-under {
  background: rgba(74,158,255,0.08);
  color: var(--blue);
}
.sched-sig-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  flex-wrap: nowrap;
}
.link-c a { font-family: var(--mono); font-size: 0.65rem; color: var(--muted2); text-decoration: none; transition: color 0.2s; }
.link-c a:hover { color: var(--red); }

.sidebar { grid-column: 2; display: flex; flex-direction: column; gap: 1.25rem; padding-top: 0; }

.widget {
  background: var(--bg2); border: 1px solid var(--border); border-radius: 5px;
  overflow: hidden;
}
.widget-head {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg3);
  display: flex; justify-content: space-between; align-items: center;
}
.widget-title {
  font-family: var(--head); font-size: 0.78rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--text);
}
.widget-link { font-family: var(--mono); font-size: 0.62rem; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.widget-link:hover { color: var(--red); }

/* Home sidebar — verified seal below “How It Works” */
.sidebar-verified-seal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.35rem 0 0;
}
.sidebar-verified-seal-link {
  display: block;
  line-height: 0;
  opacity: 0.45;
}
.sidebar-verified-seal-link:focus-visible {
  outline: 2px solid var(--red, #e8473f);
  outline-offset: 3px;
}
.sidebar-verified-seal img {
  display: block;
  width: 100%;
  max-width: 118px;
  height: auto;
  object-fit: contain;
}

.nrfi-list { display: flex; flex-direction: column; }
.nrfi-item {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: inherit;
  transition: background 0.15s;
}
.nrfi-item:last-child { border-bottom: none; }
.nrfi-item:hover { background: rgba(240,165,0,0.04); }
.nrfi-orb {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--head); font-size: 1.15rem; font-weight: 900;
  flex-shrink: 0;
}
.orb-s { border: 1.5px solid var(--gold); color: var(--gold); }
.orb-m { border: 1.5px solid var(--border2); color: var(--sub); }
.nrfi-item-info { flex: 1; min-width: 0; }
.nrfi-match { font-family: var(--head); font-size: 0.95rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nrfi-detail { font-family: var(--mono); font-size: 0.62rem; color: var(--muted); margin-top: 1px; }
.nrfi-tags { display: flex; flex-direction: column; gap: 2px; align-items: flex-end; }
.nrfi-streak { font-family: var(--mono); font-size: 0.6rem; color: var(--gold); text-align: right; }

.streak-list { display: flex; flex-direction: column; }
.streak-row {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  text-decoration: none; color: inherit;
  transition: background 0.15s;
}
.streak-row:last-child { border-bottom: none; }
.streak-row:hover { background: rgba(255,255,255,0.02); }
.streak-team { font-size: 0.82rem; font-weight: 500; }
.streak-vals { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.streak-chip {
  font-family: var(--head); font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em;
  padding: 1px 6px; border-radius: 2px;
}
.sc-h  { background: rgba(52,210,126,0.12); color: var(--green); }
.sc-lo { background: rgba(100,100,120,0.15); color: var(--muted); }
.sc-gl { background: rgba(240,165,0,0.12); color: var(--gold); }

.season-stats { padding: 1rem; }
.ss-row { display: flex; justify-content: space-between; align-items: center; padding: 0.35rem 0; border-bottom: 1px solid var(--border); }
.ss-row:last-child { border-bottom: none; }
.ss-lbl { font-size: 0.78rem; color: var(--sub); }
.ss-val { font-family: var(--mono); font-size: 0.8rem; color: var(--text); }
.ss-val.g { color: var(--green); }
.ss-val.f5 { color: var(--blue); }
.ss-val.r { color: var(--red); }
.ss-val.gl { color: var(--gold); }

/* Sidebar — month O/U track (home) */
.widget--track-month .widget-head {
  align-items: flex-start;
}
.widget--track-month .track-month-sub {
  font-family: var(--mono);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted2);
  pointer-events: none;
}
.track-month {
  padding: 0.65rem 0.85rem 0.85rem;
  background: linear-gradient(180deg, rgba(240, 165, 0, 0.06) 0%, transparent 42%);
  border-top: 1px solid rgba(240, 165, 0, 0.18);
}
.track-month--empty {
  padding: 1rem 0.85rem;
  border-top: 1px solid var(--border);
  background: transparent;
}
.track-month-hero {
  text-align: center;
  padding-bottom: 0.65rem;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.track-month-wl {
  font-family: var(--mono);
  font-weight: 800;
  font-size: 2.05rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.track-month-wl__w {
  color: var(--green);
  text-shadow: 0 0 24px rgba(52, 210, 126, 0.18);
}
.track-month-wl__sep {
  color: var(--muted2);
  font-weight: 700;
  padding: 0 0.02em;
  font-size: 0.58em;
  vertical-align: middle;
}
.track-month-wl__l {
  color: #f87171;
  text-shadow: 0 0 22px rgba(248, 113, 113, 0.12);
}
.track-month-wl__p {
  color: #a1a1aa;
  font-weight: 800;
}
.track-month-wl-cap {
  margin: 0.35rem 0 0;
  font-family: var(--mono);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted2);
}
.track-month-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
}
.track-badge {
  font-family: var(--mono);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.22rem 0.45rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.25);
  color: var(--muted);
}
.track-badge--muted {
  color: var(--muted2);
  border-color: var(--border);
  background: var(--bg4);
}
.track-month-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}
.track-tile {
  border-radius: 6px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.22);
  padding: 0.45rem 0.4rem;
  text-align: center;
}
.track-tile--accent {
  border-color: rgba(240, 165, 0, 0.35);
  background: rgba(240, 165, 0, 0.07);
}
.track-tile__v {
  display: block;
  font-family: var(--mono);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.track-tile__v--pos {
  color: var(--green);
}
.track-tile__v--neg {
  color: #f87171;
}
.track-tile__k {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted2);
}
.track-month-dl {
  margin: 0;
  padding: 0.35rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.track-dl-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.32rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.track-dl-row:last-child {
  border-bottom: none;
}
.track-month-dl dt {
  margin: 0;
  font-size: 0.72rem;
  color: var(--sub);
  font-weight: 500;
}
.track-month-dl dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: #c4c4d0;
}
.track-dl-dd--mono {
  font-variant-numeric: tabular-nums;
}
.track-dl-dd--sub {
  font-size: 0.72em;
  font-weight: 600;
  color: var(--muted2);
  white-space: nowrap;
}

/* Month pick recaps (/recaps/) — layout: fastballhq-digest.css (.recap-page .digest-main) */
/* Single panel: At a glance + metrics + cue + Summary (AI) — contained, no horizontal bleed */
.recap-month-panel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 0 0 2.25rem;
  padding: 1.5rem 1.35rem 1.65rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: linear-gradient(
    165deg,
    rgba(232, 71, 63, 0.08) 0%,
    rgba(18, 18, 22, 0.97) 38%,
    var(--bg2) 100%
  );
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
}
.recap-month-panel__head {
  margin-bottom: 0.65rem;
}
.recap-month-panel .sec-label--recap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 0;
}
.recap-month-panel .sec-label--recap .sec-label-text {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
.recap-month-panel .sec-label--recap .sec-label-line {
  flex: 1 1 0;
  min-width: 0;
  height: 1px;
  background: var(--border);
}

/* Month recap vitrine — level 1 hero + level 2 detail */
.recap-vitrine {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 0.85rem;
}
.recap-vitrine-hero {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0.85rem;
}
@media (min-width: 720px) {
  .recap-vitrine-hero {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
  }
}
.recap-vitrine-hero__tile {
  min-width: 0;
  padding: 0.85rem 0.75rem 0.95rem;
  border-radius: 6px;
  background: rgba(8, 8, 10, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}
.recap-vitrine-hero__tile--hit {
  border-color: rgba(240, 165, 0, 0.22);
  background: linear-gradient(
    165deg,
    rgba(240, 165, 0, 0.07) 0%,
    rgba(8, 8, 10, 0.75) 55%
  );
}
.recap-vitrine-hero__k {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted2);
}
.recap-vitrine-hero__v {
  font-family: var(--head);
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  color: var(--text);
}
.recap-vitrine-hero__v--pos {
  color: #6ee7b7;
}
.recap-vitrine-hero__v--neg {
  color: #fca5a5;
}
.recap-vitrine-hero__v--gold {
  color: var(--gold);
}
.recap-vitrine-hero__sub {
  font-size: 0.62rem;
  line-height: 1.35;
  color: var(--muted);
  margin-top: 0.1rem;
}
.recap-vitrine-detail {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}
.recap-vitrine-detail__block {
  min-width: 0;
  padding: 0.7rem 0.72rem 0.8rem;
  border-radius: 5px;
  background: rgba(8, 8, 10, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.recap-vitrine-detail__block--wlp {
  min-width: 0;
}
.recap-vitrine-detail__row--triple {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.72fr) minmax(0, 0.95fr);
  gap: 0.55rem;
  align-items: stretch;
  min-width: 0;
}
.recap-vitrine-detail__row--triple .recap-wlp-legend {
  font-size: 0.72rem;
}
.recap-vitrine-detail__block--compact {
  padding: 0.5rem 0.55rem 0.58rem;
}
.recap-vitrine-detail__value--keystone {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}
.recap-vitrine-detail__value--streak {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--sub);
}
.recap-vitrine-detail__streak-n {
  font-family: var(--head);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--gold);
}
.recap-vitrine-detail__block--wide {
  grid-column: 1 / -1;
}
.recap-vitrine-detail__h {
  margin: 0 0 0.45rem;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted2);
}
.recap-vitrine-detail__value {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.recap-vitrine-detail__note {
  margin: 0.35rem 0 0;
  font-size: 0.62rem;
  line-height: 1.45;
  color: var(--muted);
}
.recap-vitrine-detail__muted {
  color: var(--muted2);
  font-weight: 600;
}
.recap-wlp-bar {
  display: flex;
  width: 100%;
  height: 9px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.45rem;
  background: rgba(255, 255, 255, 0.04);
}
.recap-wlp-bar__seg {
  min-width: 2px;
  height: 100%;
  flex-shrink: 0;
}
.recap-wlp-bar__seg--win {
  background: linear-gradient(90deg, #15803d, #22c55e);
}
.recap-wlp-bar__seg--loss {
  background: linear-gradient(90deg, #b91c1c, #ef4444);
}
.recap-wlp-bar__seg--push {
  background: linear-gradient(90deg, #52525b, #a1a1aa);
}
.recap-wlp-legend {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.recap-wlp-legend__sep {
  padding: 0 0.2em;
  color: var(--muted2);
  font-weight: 600;
}
.recap-wlp-legend__i--win strong {
  color: #5a8f72;
}
.recap-wlp-legend__i--loss strong {
  color: #9d6a6a;
}
.recap-wlp-legend__i--push strong {
  color: #8a8a98;
}
.recap-vitrine-highlights {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recap-vitrine-highlights li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.recap-vitrine-highlights li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.recap-vitrine-highlights__k {
  flex: 0 0 8.5rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted2);
}
.recap-vitrine-highlights__v {
  flex: 1 1 12rem;
  min-width: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #c4c4d4;
  font-variant-numeric: tabular-nums;
}

.recap-metrics--panel {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 0.75rem;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 7.25rem), 1fr));
}
@media (min-width: 720px) {
  .recap-metrics--panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .recap-metrics--panel {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.recap-metrics--panel .recap-metric {
  min-width: 0;
  min-height: 4.75rem;
  padding: 0.65rem 0.55rem;
  border-radius: 5px;
  background: rgba(8, 8, 10, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
}
.recap-metrics--panel .recap-metric__k {
  font-size: 0.54rem;
  line-height: 1.2;
  hyphens: auto;
}
.recap-metrics--panel .recap-metric__v {
  font-size: 1.08rem;
  overflow-wrap: anywhere;
}
.recap-metric__wl-line {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.recap-metric__w {
  color: var(--red);
  font-weight: 900;
}
.recap-metric__l {
  color: #9494a8;
  font-weight: 900;
}
.recap-metric__p {
  color: #7a7a8c;
  font-weight: 800;
}
.recap-metric__wl-sep {
  color: var(--muted2);
  font-weight: 700;
  padding: 0 0.04em;
}
.recap-metric--hit-rate .recap-metric__v {
  color: var(--gold);
}
.recap-metric--hit-rate .recap-metric__k {
  color: #d4a857;
}
.recap-metric__pending {
  color: var(--gold);
  font-weight: 700;
}
.recap-metrics--panel .recap-metric__sub {
  font-size: 0.58rem;
}
.recap-month-panel__cue {
  margin: 0 0 0.9rem;
  padding: 0 0 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.76rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 100%;
}
.recap-month-panel__cue a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 165, 0, 0.35);
}
.recap-month-panel__cue a:hover {
  color: #e8c46a;
}
.recap-month-panel__summary {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.recap-month-panel__summary-title {
  margin: 0 0 0.55rem;
  font-family: var(--head);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}
.recap-month-panel__ai {
  margin: 0;
  padding: 1rem 1.05rem;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-width: 0;
}
.recap-month-panel__ai .recap-ai__body {
  font-size: 0.9rem;
  line-height: 1.62;
  color: #d8d8e4;
}
.recap-month-panel__ai .recap-ai__body p {
  margin: 0 0 0.5rem;
}
.recap-month-panel__ai .recap-ai__body p:last-child {
  margin-bottom: 0;
}
.recap-month-panel__ai .recap-ai__body--rich {
  font-size: 1.02rem;
  line-height: 1.68;
  color: #a8a8bc;
}
.recap-month-panel__ai .recap-ai__body--rich p {
  margin: 0 0 0.65rem;
}
.recap-month-panel__ai .recap-ai__body--rich p:last-child {
  margin-bottom: 0;
}
.recap-wlp-num {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.recap-wlp-num--w {
  color: #5a8f72;
}
.recap-wlp-num--l {
  color: #9d6a6a;
}
.recap-wlp-num--p {
  color: #7a7a8a;
}
.recap-wlp-sep {
  color: var(--muted2);
  font-weight: 600;
  padding: 0 0.02em;
}
.recap-num-highlight {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #b0b0c2;
}
.recap-num-money {
  color: #8f9f7e;
}
.recap-detail-back {
  margin: 0 0 1rem;
  font-size: 0.78rem;
}
.recap-detail-back a {
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.04em;
}
.recap-detail-back a:hover {
  color: var(--red);
}
.hero-banner--recap-hub {
  padding-bottom: 2rem;
}
.recap-hub-actions {
  margin: 0.75rem 0 0;
}
.recap-hub-permalink {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 168, 87, 0.35);
  padding-bottom: 2px;
}
.recap-hub-permalink:hover {
  color: #e8c46a;
  border-bottom-color: var(--gold);
}
.sec-label--spaced {
  margin-top: 0.5rem;
}
.recap-foot--hub {
  margin-top: 2rem;
}
.recap-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.85rem;
  margin-bottom: 0.5rem;
}
.recap-archive-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--border);
  border-radius: 5px;
  background: var(--bg2);
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
}
.recap-archive-card:hover {
  border-color: rgba(232, 71, 63, 0.45);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-2px);
}
.recap-archive-card__period {
  font-family: var(--head);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text);
}
.recap-archive-card__stats {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.4;
}
.recap-archive-card__wl {
  color: var(--sub);
  font-weight: 600;
}
.recap-archive-card__roi {
  color: var(--gold);
  font-weight: 600;
}
.recap-archive-card__dot {
  margin: 0 0.2rem;
  opacity: 0.5;
}
.recap-archive-card__cta {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted2);
  margin-top: 0.15rem;
}
.recap-archive-card:hover .recap-archive-card__cta {
  color: var(--red);
}
.recap-hero-title .accent {
  color: var(--red);
}
.recap-metric {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.65rem 0.75rem;
  min-height: 4.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
}
.recap-metric__k {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted2);
}
.recap-metric__v {
  font-family: var(--mono);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
.recap-metric__v--pos {
  color: var(--green);
}
.recap-metric__v--neg {
  color: #f87171;
}
.recap-metric__sub {
  font-size: 0.62rem;
  color: var(--muted);
  line-height: 1.35;
}
.recap-ai {
  border: 1px solid var(--border);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.02);
  padding: 1rem 1.1rem;
  margin-top: 0.5rem;
}
.recap-ai__label {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted2);
  margin-bottom: 0.55rem;
}
.recap-ai__body {
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--sub);
  font-weight: 400;
}
.recap-ai__body p {
  margin: 0 0 0.5rem;
}
.recap-ai__body p:last-child {
  margin-bottom: 0;
}
.recap-foot {
  margin-top: 1rem;
  font-size: 0.65rem;
  color: var(--muted2);
  line-height: 1.45;
}
.recap-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 1rem 0 2rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.recap-list__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}
.recap-list__row:last-child {
  border-bottom: none;
}
.recap-list__row:hover {
  background: rgba(255, 255, 255, 0.02);
}
.recap-list__period {
  font-family: var(--head);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
}
.recap-list__meta {
  font-family: var(--mono);
  font-size: 0.68rem;
  color: var(--muted);
  text-align: right;
}

.line-move-list { display: flex; flex-direction: column; }
.lm-row {
  display: block;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}
.lm-row:last-child { border-bottom: none; }
.lm-row:hover { background: rgba(255,255,255,0.02); }
.lm-match {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 4px;
}
.lm-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-family: var(--mono);
  font-size: 0.62rem;
  color: var(--muted);
  line-height: 1.45;
}
.lm-bit { color: var(--sub); }
.lm-num { color: var(--gold); font-weight: 500; }
.lm-pp { color: var(--green); font-weight: 500; }
.line-move-foot {
  margin: 0;
  padding: 0.5rem 1rem 1rem;
  font-size: 0.62rem;
  color: var(--muted2);
  line-height: 1.45;
  font-weight: 300;
}

/* Home sidebar — tomorrow preview (compact list) */
.tomorrow-preview { display: flex; flex-direction: column; }
.tm-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}
.tm-row:last-child { border-bottom: none; }
.tm-row:hover { background: rgba(255,255,255,0.02); }
.tm-match {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text);
}
.tm-time {
  font-family: var(--mono);
  font-size: 0.68rem;
  color: var(--muted);
  flex-shrink: 0;
}

.method-body { padding: 1rem; }
.method-body p { font-size: 0.78rem; color: var(--sub); line-height: 1.6; font-weight: 300; }
.method-factors { display: flex; flex-direction: column; gap: 5px; margin-top: 0.75rem; }
.mf {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.72rem; color: var(--muted);
}
.mf-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
.method-cta {
  display: block; margin-top: 0.9rem;
  font-family: var(--mono); font-size: 0.68rem; color: var(--muted);
  text-decoration: none; letter-spacing: 0.06em;
  border: 1px solid var(--border); padding: 6px 10px; border-radius: 3px;
  text-align: center; transition: border-color 0.2s, color 0.2s;
}
.method-cta:hover { border-color: var(--red); color: var(--red); }

.board-empty {
  padding: 2rem 1.25rem; text-align: center;
  background: var(--bg2); border: 1px dashed var(--border);
  border-radius: 5px; color: var(--muted); font-size: 0.85rem; line-height: 1.6;
}
.board-empty a { color: var(--red); text-decoration: none; }
.board-empty a:hover { text-decoration: underline; }

/* Home hero — full width strip above the grid; rhythm matches .pt-page .hero-banner */
.hero-banner--home {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.25rem 2rem 1.75rem;
  border-bottom: 1px solid var(--border);
  max-width: var(--fq-site-max);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
/* Home hero — Tipstrr verification strip (above stats strip, right-aligned) */
.hero-verified-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: nowrap;
  text-align: center;
  max-width: min(100%, 546px);
  padding: 0.975rem 1.625rem;
  border: none;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  color: var(--sub);
  font-size: 1.326rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.hero-verified-badge:hover {
  color: var(--text);
}
.hero-verified-logo {
  display: block;
  height: 35px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  flex-shrink: 0;
  /* ~30% общей прозрачности + горизонтальный градиент видимости */
  opacity: 0.7;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 1) 22%,
    rgba(0, 0, 0, 1) 78%,
    rgba(0, 0, 0, 0.2) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 1) 22%,
    rgba(0, 0, 0, 1) 78%,
    rgba(0, 0, 0, 0.2) 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: opacity 0.25s, -webkit-mask-image 0.25s, mask-image 0.25s;
}
.hero-verified-badge:hover .hero-verified-logo {
  opacity: 0.92;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 1) 18%,
    rgba(0, 0, 0, 1) 82%,
    rgba(0, 0, 0, 0.55) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 1) 18%,
    rgba(0, 0, 0, 1) 82%,
    rgba(0, 0, 0, 0.55) 100%
  );
}
.hero-verified-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
}
.hero-verified-text {
  font-family: var(--head);
  font-weight: 700;
  line-height: 1.2;
}
.hero-verified-em {
  font-style: normal;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 0.06rem;
}
.hero-verified-icon {
  flex-shrink: 0;
  color: inherit;
  opacity: 1;
}

.home-matches-wrap {
  flex: 0 0 auto;
  width: 50%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.home-matches-nav {
  flex: 0 0 28px;
  width: 28px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--bg2);
  color: var(--sub);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.home-matches-nav:hover {
  border-color: var(--border2);
  color: var(--text);
  background: var(--bg3);
}
.matches-scroll {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.matches-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.home-matches-wrap .match-card.home-match-card {
  flex: 0 0 auto;
  width: 110px;
  min-width: 96px;
  max-width: 120px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 6px 8px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.25s, background 0.2s;
}
.home-matches-wrap .match-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent 80%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}
.home-matches-wrap .match-card:hover {
  border-color: var(--border2);
  background: var(--bg3);
}
.home-matches-wrap .match-card:hover::after { transform: scaleX(1); }
.home-matches-wrap .match-card:hover .mc-status:not(.mc-live) { color: var(--red); }
.home-matches-wrap .mc-status {
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s;
}
.home-matches-wrap .mc-status.mc-live { color: var(--green); }
.home-matches-wrap .ldot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  margin-right: 3px;
  vertical-align: middle;
  animation: fq-lp 1.8s ease infinite;
}
@keyframes fq-lp { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.home-matches-wrap .mc-teams { display: flex; flex-direction: column; width: 100%; }
.home-matches-wrap .mc-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
  width: 100%;
}
.home-matches-wrap .mc-team + .mc-team { border-top: 1px solid var(--border); }
.home-matches-wrap .mc-name {
  font-family: var(--head);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--sub);
}
.home-matches-wrap .mc-name.mc-win { color: var(--text); }
.home-matches-wrap .mc-score {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--muted);
}
.home-matches-wrap .mc-score.mc-win { color: var(--text); font-weight: 600; }
.home-matches-wrap .mc-foot {
  font-family: var(--mono);
  font-size: 0.48rem;
  color: var(--muted2);
}
.page .hero-stats-row {
  grid-column: 1 / -1;
  padding: 0.65rem 0;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.75rem;
}
.hero-stats-row .hero-stats {
  flex-shrink: 0;
}
.hero-stats-row .hstat {
  padding: 0.6rem 1.1rem;
}
.hero-stats-row .hstat-val {
  font-size: 1.8rem;
}
.hero-stats-row .hstat-lbl {
  font-size: 0.57rem;
  margin-top: 2px;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem 2rem 0;
  position: relative;
  z-index: 1;
}
.footer-inner {
  max-width: var(--fq-site-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1.4fr 1fr;
  gap: 3rem;
  padding-bottom: 1.75rem;
  align-items: center;
}
/* Brand column */
.footer-col--brand {
  max-width: 420px;
}
.footer-logo-cluster {
  margin-bottom: .5rem;
}
.footer-logo {
  margin-bottom: 0;
  line-height: 0;
}
.footer-logo a { text-decoration: none; color: inherit; display: inline-block; }
.footer-logo-img {
  height: 40px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}
.footer-tagline {
  font-size: 0.68rem;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: .3rem;
}
.footer-verify {
  font-size: 0.64rem;
  color: var(--muted2);
  line-height: 1.5;
  margin: 0.35rem 0 0;
  max-width: 28rem;
}
.footer-verify a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 165, 0, 0.35);
}
.footer-verify a:hover {
  color: #e8c46a;
}
/* Center column — main nav, vertically centered */
.footer-col--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-nav-main {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
.footer-nav-main a {
  font-family: var(--head);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--muted);
  text-decoration: none;
  padding: 0 .5rem;
  white-space: nowrap;
  transition: color 0.2s;
}
.footer-nav-main a:hover { color: var(--text); }
.footer-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
  opacity: .65;
  flex-shrink: 0;
}
/* Contact column */
.footer-col--contact {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  align-items: flex-end;
}
.footer-contact-label {
  font-family: var(--mono);
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted2);
}
.footer-email {
  font-size: .72rem;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-email:hover { color: var(--text); }
.footer-social {
  display: flex;
  align-items: center;
  gap: .3rem;
  font-size: .72rem;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
a.footer-social:hover { color: var(--text); }
/* Bottom bar */
.footer-bottom {
  max-width: var(--fq-site-max);
  margin: 0 auto;
  border-top: 1px solid var(--border);
  padding: .85rem 0 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer-copy {
  font-family: var(--mono);
  font-size: .62rem;
  color: var(--muted2);
  white-space: nowrap;
}
.footer-disc {
  font-size: .62rem;
  color: var(--muted2);
  line-height: 1.4;
  flex: 1;
}
.footer-legal-links {
  display: flex;
  gap: 1rem;
  white-space: nowrap;
}
.footer-legal-links a {
  font-family: var(--mono);
  font-size: .62rem;
  color: var(--muted2);
  text-decoration: none;
  letter-spacing: .04em;
  transition: color 0.2s;
}
.footer-legal-links a:hover { color: var(--text); }

@media (max-width: 900px) {
  .hero-banner .hero-right {
    width: 100%;
    align-items: flex-end;
  }
  .hero-banner .hero-stats-strip {
    width: 100%;
    max-width: 100%;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer-col--center {
    align-items: flex-start;
  }
  .footer-nav-main {
    justify-content: flex-start;
  }
  .footer-col--contact {
    align-items: flex-start;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }
}
@media (max-width: 1100px) {
  .page { grid-template-columns: 1fr; }
  .hero-banner { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  .hero-banner .hero-right {
    width: 100%;
    align-items: flex-end;
  }
  .page .hero-banner--var04 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .home-matches-wrap { width: 100%; }
  .page .hero-stats-row { justify-content: flex-start; }
  .sidebar { grid-column: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (max-width: 780px) {
  .picks-row--double { grid-template-columns: 1fr; }
  .picks-row--triple { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .site-header nav a { padding: 0 0.7rem; font-size: 0.72rem; }
  .hero-stats { flex-wrap: wrap; }
  .header-inner { padding: 0 1rem; height: auto; min-height: 54px; flex-wrap: wrap; }
}
