/* ─────────────────────────────────────────────
   FirstSnap.net — /today free-pick deep dive
   Layers on styles.css + landing.css design tokens
───────────────────────────────────────────── */

.td-wrap { position: relative; z-index: 2; }

/* ── Page header / context bar ── */
.td-context {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 28px 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
}
.td-crumbs {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--muted);
  font-family: var(--font-mono); letter-spacing: 0.04em;
}
.td-crumbs a { color: var(--muted); transition: color .15s; }
.td-crumbs a:hover { color: var(--chalk); }
.td-crumbs .sep { color: var(--muted-2); }
.td-crumbs .here { color: var(--chalk); font-weight: 700; }

.td-stamp {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--chalk);
  padding: 5px 10px;
  background: rgba(244, 214, 58, 0.06);
  border: 1px solid var(--chalk-border);
  border-radius: 0;
}
.td-stamp .pulse {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--turf);
  animation: fs-pulse 1.8s infinite;
}
.td-stamp .sep { color: var(--muted-2); font-weight: 500; letter-spacing: 0.04em; }

/* ── Page header (matchup title block) ── */
.td-header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 28px 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  border-bottom: 1px solid var(--border-soft);
}
@media (max-width: 800px) {
  .td-header { grid-template-columns: 1fr; padding: 28px 20px 22px; }
}

.td-eyebrow {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--chalk);
  font-weight: 700;
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.td-eyebrow::before {
  content: '★'; color: var(--chalk); font-size: 13px;
}

.td-h1 {
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0 0 14px;
  color: var(--text);
  display: flex; align-items: center; gap: 18px;
  flex-wrap: wrap;
}
.td-h1 .at {
  color: var(--muted-2); font-weight: 500;
  font-family: var(--font-sans);
  font-size: 0.5em;
}
.td-h1 .team-away { color: var(--team-away); }
.td-h1 .team-home { color: var(--team-home); }

.td-sub {
  display: flex; align-items: center; gap: 14px;
  font-size: 13.5px; color: var(--muted);
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
  flex-wrap: wrap;
}
.td-sub .item { display: inline-flex; align-items: center; gap: 6px; }
.td-sub .dot { color: var(--muted-2); }
.td-sub .v { color: var(--text-2); font-weight: 600; }

.td-records {
  display: flex; flex-direction: column; gap: 10px;
  align-items: flex-end;
  font-family: var(--font-mono);
  font-size: 12px; color: var(--muted);
  letter-spacing: 0.04em;
}
@media (max-width: 800px) { .td-records { align-items: flex-start; } }
.td-rec {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 12px;
  border: 1px solid var(--border-soft);
  border-radius: 0;
  background: rgba(3, 17, 10, 0.4);
}
.td-rec .label { color: var(--muted); }
.td-rec .v { color: var(--text); font-weight: 700; }
.td-rec.away .label { color: var(--team-away); }
.td-rec.home .label { color: var(--team-home); }

/* ── Main body grid ── */
.td-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 28px 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}
@media (max-width: 1080px) {
  .td-body { grid-template-columns: 1fr; padding: 22px 20px 60px; }
}

.td-main { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.td-side { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 80px; }
@media (max-width: 1080px) { .td-side { position: static; } }

/* ── Section block ── */
.td-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 22px 24px 22px;
}
.td-block.feature {
  background: var(--surface);
  border-color: rgba(244, 214, 58, 0.32);
}
.td-block-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 12px; margin-bottom: 16px;
  flex-wrap: wrap;
}
.td-block-h {
  font-size: 17px; font-weight: 800; letter-spacing: -0.015em;
  margin: 0; color: var(--text);
  display: flex; align-items: center; gap: 10px;
}
.td-block-h::before {
  content: ''; width: 16px; height: 2px;
  background: var(--chalk); border-radius: 0;
}
.td-block-meta {
  font-size: 11.5px; color: var(--muted);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.td-block-meta .v { color: var(--text-2); font-weight: 600; }

/* ── Headline pick (the verdict) ── */
.td-verdict {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
@media (max-width: 860px) { .td-verdict { grid-template-columns: 1fr; } }

.td-verdict-l { display: flex; flex-direction: column; gap: 16px; }
.td-pick-row {
  display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap;
}
.td-pick-tier {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--chalk-bg);
  color: var(--chalk);
  border: 1px solid var(--chalk-border);
}
.td-pick-tier::before { content: '★'; color: var(--chalk); }
.td-pick-mkt {
  font-size: 11.5px; color: var(--muted);
  font-family: var(--font-mono);
  letter-spacing: 0.08em; text-transform: uppercase;
  font-weight: 700;
}
.td-pick-headline {
  font-size: 38px; font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
  color: var(--text);
}
.td-pick-headline .accent { color: var(--chalk); }
.td-pick-headline .num {
  font-family: var(--font-mono);
  color: var(--chalk);
  font-size: 0.95em;
}
.td-reasoning {
  font-size: 14.5px; line-height: 1.65;
  color: var(--text-2);
  margin: 0;
}
.td-reasoning .pill {
  background: var(--surface3);
  padding: 1px 7px;
  border-radius: 0;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--chalk);
  border: 1px solid var(--border);
  white-space: nowrap;
}
.td-reasoning .pos { color: var(--turf); font-weight: 700; }

/* Headline NSPQ display */
.td-nspq-card {
  display: flex; flex-direction: column; gap: 12px;
  background: rgba(3, 17, 10, 0.55);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  padding: 20px 22px 18px;
}
.td-nspq-top {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 12px;
}
.td-nspq-lbl {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted); font-weight: 700;
}
.td-nspq-lbl .full { color: var(--text-2); }
.td-nspq-edge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px;
  background: var(--turf-bg);
  color: var(--turf);
  border: 1px solid rgba(61, 214, 140, 0.35);
  padding: 3px 10px;
  border-radius: 0;
  font-family: var(--font-mono);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.td-nspq-val {
  font-size: 84px; font-weight: 900;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.045em;
  line-height: 0.9;
  color: var(--chalk);
  display: flex; align-items: baseline;
}
.td-nspq-val .pct {
  font-size: 36px; color: var(--muted); font-weight: 800;
  margin-left: 4px;
}
.td-nspq-vs {
  display: flex; align-items: center; gap: 18px;
  font-size: 12.5px;
  color: var(--muted);
  font-family: var(--font-mono);
}
.td-nspq-vs .lbl { color: var(--muted-2); }
.td-nspq-vs .market { color: var(--text-2); font-weight: 600; }
.td-nspq-vs .delta { color: var(--turf); font-weight: 700; }

.td-nspq-bar {
  height: 8px;
  border-radius: 0;
  background: var(--bg-deep);
  border: 1px solid var(--border-soft);
  display: flex;
  overflow: hidden;
  margin-top: 2px;
}
.td-nspq-bar > span { display: block; height: 100%; }
.td-nspq-bar .b-none { background: var(--chalk); }
.td-nspq-bar .b-away { background: var(--team-away); }
.td-nspq-bar .b-home { background: var(--team-home); }
.td-nspq-legend {
  display: flex; gap: 16px;
  font-size: 11px; font-family: var(--font-mono);
  color: var(--muted);
}
.td-nspq-legend .sw {
  display: inline-block; width: 9px; height: 9px;
  border-radius: 0; margin-right: 6px; vertical-align: -1px;
}
.td-nspq-legend .v { color: var(--text-2); font-weight: 700; }

/* ── Q1 model grid (probability breakdown) ── */
.td-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 760px) { .td-mini-grid { grid-template-columns: repeat(2, 1fr); } }
.td-mini {
  background: rgba(3, 17, 10, 0.45);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  padding: 13px 14px 12px;
  display: flex; flex-direction: column; gap: 4px;
}
.td-mini-lbl {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted); font-weight: 700;
}
.td-mini-val {
  font-size: 24px; font-weight: 900;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.025em;
  color: var(--text);
  line-height: 1.05;
}
.td-mini-val.away { color: var(--team-away); }
.td-mini-val.home { color: var(--team-home); }
.td-mini-val.chalk { color: var(--chalk); }
.td-mini-val.turf { color: var(--turf); }
.td-mini-sub {
  font-size: 11px; color: var(--muted); font-family: var(--font-mono);
}
.td-mini-sub .delta.pos { color: var(--turf); font-weight: 700; }
.td-mini-sub .delta.neg { color: var(--neg); font-weight: 700; }

/* ── Side splits visualization (ATSQ / HTSQ / both) ── */
.td-splits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 760px) { .td-splits { grid-template-columns: 1fr; } }
.td-split {
  background: rgba(3, 17, 10, 0.45);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  padding: 14px 16px 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.td-split-head {
  display: flex; justify-content: space-between; align-items: baseline;
}
.td-split-key {
  font-family: var(--font-mono);
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--chalk);
}
.td-split.away .td-split-key { color: var(--team-away); }
.td-split.home .td-split-key { color: var(--team-home); }
.td-split-pct {
  font-family: var(--font-mono);
  font-size: 20px; font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--text);
}
.td-split-name {
  font-size: 12.5px; color: var(--text-2);
  font-weight: 600;
}
.td-split-bar {
  height: 5px; background: var(--bg-deep); border-radius: 0; overflow: hidden;
  border: 1px solid var(--border-soft);
}
.td-split-bar > span {
  display: block; height: 100%; background: var(--chalk);
  border-radius: 0;
}
.td-split.away .td-split-bar > span { background: var(--team-away); }
.td-split.home .td-split-bar > span { background: var(--team-home); }
.td-split-foot {
  font-size: 11px; color: var(--muted);
  font-family: var(--font-mono);
}
.td-split-foot .v { color: var(--text-2); font-weight: 700; }

/* ── First-score method (donut-ish stacked bar) ── */
.td-method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}
@media (max-width: 700px) { .td-method { grid-template-columns: 1fr; } }
.td-method-bar {
  height: 26px;
  border-radius: 0;
  background: var(--bg-deep);
  border: 1px solid var(--border-soft);
  display: flex; overflow: hidden;
  position: relative;
}
.td-method-bar > span {
  display: flex; align-items: center; justify-content: center;
  height: 100%;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: rgba(3, 17, 10, 0.85);
  letter-spacing: 0.04em;
  border-right: 1px solid rgba(3, 17, 10, 0.25);
}
.td-method-bar > span:last-child { border-right: none; }
.td-method-bar .m-td { background: var(--turf); }
.td-method-bar .m-fg { background: var(--chalk); }
.td-method-bar .m-saf { background: var(--away); color: rgba(3, 17, 10, 0.85); }
.td-method-bar .m-none { background: var(--surface3); color: var(--muted); }
.td-method-list {
  display: flex; flex-direction: column; gap: 8px;
  font-size: 12.5px;
}
.td-method-row {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 10px;
  align-items: center;
  color: var(--text-2);
}
.td-method-row .sw {
  display: inline-block; width: 12px; height: 12px;
  border-radius: 0;
}
.td-method-row .sw.td { background: var(--turf); }
.td-method-row .sw.fg { background: var(--chalk); }
.td-method-row .sw.saf { background: var(--away); }
.td-method-row .sw.none { background: var(--surface3); border: 1px solid var(--border); }
.td-method-row .pct {
  font-family: var(--font-mono); font-weight: 700;
  color: var(--text);
}

/* ── Markets table ── */
.td-mkt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  background: rgba(3, 17, 10, 0.45);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  overflow: hidden;
}
.td-mkt-table th {
  font-size: 10.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--muted);
  padding: 10px 14px; text-align: left;
  background: rgba(3, 17, 10, 0.55);
  border-bottom: 1px solid var(--border-soft);
}
.td-mkt-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--border-soft);
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  color: var(--text-2);
}
.td-mkt-table tr:last-child td { border-bottom: none; }
.td-mkt-table tr.section td {
  font-family: var(--font-sans);
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--chalk); font-weight: 700;
  background: rgba(3, 17, 10, 0.6);
  padding: 8px 14px;
}
.td-mkt-table .mkt-name {
  font-family: var(--font-sans); font-weight: 600;
  color: var(--text);
}
.td-mkt-table .mkt-name .micro {
  display: block;
  font-size: 11px; color: var(--muted-2); font-weight: 500;
  letter-spacing: 0;
  margin-top: 2px;
}
.td-mkt-table .lean {
  font-family: var(--font-sans);
  font-weight: 700;
}
.td-mkt-table .lean.over { color: var(--home); }
.td-mkt-table .lean.under { color: var(--away); }
.td-mkt-table .lean.away { color: var(--team-away); }
.td-mkt-table .lean.home { color: var(--team-home); }
.td-mkt-table .edge.positive { color: var(--turf); font-weight: 700; }
.td-mkt-table .edge.negative { color: var(--neg); font-weight: 700; }
.td-mkt-table .edge.neutral { color: var(--muted); }
.td-mkt-table .star {
  color: var(--chalk); margin-left: 4px;
  font-family: var(--font-sans);
}

/* ── Drive sim ── */
.td-drives {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 18px;
}
@media (max-width: 860px) { .td-drives { grid-template-columns: 1fr; } }

.td-drive-list {
  display: flex; flex-direction: column;
  background: rgba(3, 17, 10, 0.45);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  overflow: hidden;
}
.td-drive-row {
  display: grid;
  grid-template-columns: 32px 56px 1fr 70px 50px;
  align-items: center;
  padding: 11px 14px;
  font-size: 12.5px;
  border-bottom: 1px solid var(--border-soft);
  gap: 12px;
}
.td-drive-row:last-child { border-bottom: none; }
.td-drive-row.head {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted); font-weight: 700;
  background: rgba(3, 17, 10, 0.55);
  padding: 8px 14px;
}
.td-drive-n {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--muted-2); font-weight: 700;
  text-align: center;
}
.td-drive-team {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  padding: 3px 7px;
  border-radius: 0;
  background: var(--surface3);
  border: 1px solid var(--border);
  width: fit-content;
  letter-spacing: 0.03em;
  color: var(--text);
}
.td-drive-team.away { background: var(--away-bg); color: var(--away); border-color: var(--away-border); }
.td-drive-team.home { background: var(--home-bg); color: var(--home); border-color: var(--home-border); }
.td-drive-bar {
  position: relative;
  height: 6px;
  background: var(--bg-deep);
  border-radius: 0;
  overflow: hidden;
}
.td-drive-bar-fill { height: 100%; border-radius: 0; }
.td-drive-bar-fill.td { background: var(--turf); }
.td-drive-bar-fill.fg { background: var(--chalk); }
.td-drive-bar-fill.punt { background: var(--muted); }
.td-drive-bar-fill.to { background: var(--neg); }
.td-drive-result {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  letter-spacing: 0.04em;
  text-align: right;
}
.td-drive-result.td { color: var(--turf); }
.td-drive-result.fg { color: var(--chalk); }
.td-drive-result.punt { color: var(--muted); }
.td-drive-result.to { color: var(--neg); }
.td-drive-pts {
  font-family: var(--font-mono);
  font-size: 13px; font-weight: 700;
  color: var(--text);
  text-align: right;
}

/* Scoring distribution histogram */
.td-dist {
  background: rgba(3, 17, 10, 0.45);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  padding: 16px 18px 14px;
  display: flex; flex-direction: column; gap: 14px;
}
.td-dist-h {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted); font-weight: 700;
  display: flex; justify-content: space-between; align-items: baseline;
}
.td-dist-h .v {
  font-family: var(--font-mono); font-size: 13px;
  color: var(--chalk); font-weight: 700;
  letter-spacing: 0;
}
.td-dist-bars {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 4px;
  height: 110px;
  align-items: end;
}
.td-dist-col {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.td-dist-bar {
  width: 100%;
  background: var(--chalk);
  border-radius: 0;
  position: relative;
  transition: filter .15s;
}
.td-dist-col.highlight .td-dist-bar {
  background: var(--turf);
}
.td-dist-col.dim .td-dist-bar { background: var(--surface3); }
.td-dist-x {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 4px;
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--muted);
  text-align: center;
}
.td-dist-foot {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11px; color: var(--muted);
  font-family: var(--font-mono);
  padding-top: 8px;
  border-top: 1px solid var(--border-soft);
}
.td-dist-foot .v { color: var(--text-2); font-weight: 700; }
.td-dist-foot .turf { color: var(--turf); font-weight: 700; }

/* ── Side panel (sticky) ── */
.td-side-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 18px 20px 18px;
  display: flex; flex-direction: column; gap: 12px;
}
.td-side-card.cta {
  background: var(--surface);
  border-color: var(--chalk-border);
}
.td-side-h {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--chalk); font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}
.td-side-h::before {
  content: ''; width: 14px; height: 2px;
  background: var(--chalk); border-radius: 0;
}
.td-side-title {
  font-size: 19px; font-weight: 800; letter-spacing: -0.02em;
  margin: 0; color: var(--text); line-height: 1.2;
}
.td-side-title .accent { color: var(--chalk); }
.td-side-body {
  font-size: 13px; color: var(--text-2); line-height: 1.55;
  margin: 0;
}
.td-side-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 7px;
  font-size: 13px; color: var(--text-2);
}
.td-side-list li {
  display: flex; align-items: flex-start; gap: 8px;
  line-height: 1.5;
}
.td-side-list li::before {
  content: '✓'; color: var(--turf); font-weight: 700; flex-shrink: 0; margin-top: 1px;
}
.td-side-foot {
  font-size: 11.5px; color: var(--muted);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.td-side-foot .v { color: var(--chalk); font-weight: 700; }
.td-side-card .btn { width: 100%; }

/* Mini status panel — refresh schedule */
.td-status-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed var(--border-soft);
  font-size: 12.5px;
}
.td-status-row:last-child { border-bottom: none; }
.td-status-row .l { color: var(--muted); }
.td-status-row .v {
  font-family: var(--font-mono); color: var(--text-2); font-weight: 600;
  font-size: 12px;
}
.td-status-row.now .v { color: var(--turf); }
.td-status-row.now .v::before {
  content: ''; display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--turf); margin-right: 6px;
  vertical-align: 1px;
}

/* ── Props grid ── */
.td-props {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 700px) { .td-props { grid-template-columns: 1fr; } }
.td-prop {
  background: rgba(3, 17, 10, 0.45);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  padding: 12px 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.td-prop-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px;
}
.td-prop-name {
  font-size: 13.5px; font-weight: 700; letter-spacing: -0.005em;
  color: var(--text);
}
.td-prop-pos {
  font-family: var(--font-mono); font-size: 10px;
  background: var(--surface3); padding: 1px 6px; border-radius: 0;
  color: var(--muted); font-weight: 700; letter-spacing: 0.05em;
}
.td-prop-body {
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
}
.td-prop-mkt {
  font-size: 11.5px; color: var(--muted);
}
.td-prop-line {
  font-family: var(--font-mono); font-size: 14px; color: var(--text-2);
  font-weight: 700;
}
.td-prop-line .lean {
  font-family: var(--font-sans);
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-right: 4px;
}
.td-prop-line .lean.over { color: var(--home); }
.td-prop-line .lean.under { color: var(--away); }
.td-prop-line .edge { color: var(--turf); margin-left: 4px; font-size: 11px; }

/* ── Paywall: locked slate ── */
.td-paywall {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--chalk-border);
  border-radius: 0;
  padding: 36px 40px 36px;
  overflow: hidden;
}
@media (max-width: 700px) { .td-paywall { padding: 28px 22px; } }

.td-pw-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 860px) { .td-pw-grid { grid-template-columns: 1fr; } }

.td-pw-eyebrow {
  font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--chalk); font-weight: 700;
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.td-pw-eyebrow::before {
  content: ''; width: 18px; height: 2px;
  background: var(--chalk); border-radius: 0;
}
.td-pw-h {
  font-size: 32px; font-weight: 900; letter-spacing: -0.03em;
  margin: 0 0 12px;
  line-height: 1.1;
  color: var(--text);
}
.td-pw-h .accent { color: var(--chalk); }
.td-pw-sub {
  font-size: 14.5px; color: var(--text-2); line-height: 1.6;
  margin: 0 0 22px;
}
.td-pw-cta {
  display: flex; gap: 12px; flex-wrap: wrap;
  align-items: center;
}
.td-pw-note {
  font-size: 12px; color: var(--muted);
  font-family: var(--font-mono);
  margin-top: 14px;
  letter-spacing: 0.02em;
}
.td-pw-note .v { color: var(--chalk); font-weight: 700; }

/* Locked cards mini stack */
.td-pw-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: relative;
}
.td-pw-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 12px 14px;
  display: flex; flex-direction: column; gap: 8px;
  position: relative;
  min-height: 132px;
}
.td-pw-card .blur {
  filter: blur(5px) saturate(0.7);
  opacity: 0.6;
  pointer-events: none;
  user-select: none;
  display: flex; flex-direction: column; gap: 8px;
}
.td-pw-card-head {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase;
}
.td-pw-card-tag {
  color: var(--chalk); padding: 2px 6px;
  background: var(--chalk-bg); border: 1px solid var(--chalk-border);
  border-radius: 0;
}
.td-pw-card-tag.wager { color: var(--text-2); background: var(--surface2); border-color: var(--border); }
.td-pw-card-tag.lean { color: var(--muted); background: var(--surface); border-color: var(--border); border-style: dashed; }
.td-pw-card-meta { color: var(--muted); font-family: var(--font-mono); }
.td-pw-card-teams {
  display: flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 800; letter-spacing: -0.01em;
}
.td-pw-card-mono {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  border-radius: 0;
  background: var(--surface3);
  font-family: var(--font-mono);
  font-size: 10px; font-weight: 700;
  color: var(--text);
  border: 1px solid var(--border);
}
.td-pw-card-at { color: var(--muted); font-weight: 500; font-size: 12px; }
.td-pw-card-stat {
  display: flex; justify-content: space-between; align-items: baseline;
}
.td-pw-card-val {
  font-family: var(--font-mono); font-size: 22px; font-weight: 900;
  letter-spacing: -0.02em; color: var(--chalk); line-height: 1;
}
.td-pw-card-edge {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--turf); font-weight: 700;
}
.td-pw-card-overlay {
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(6, 26, 19, 0.40), rgba(6, 26, 19, 0.70));
  border-radius: 0;
  pointer-events: none;
}
.td-pw-card-lock {
  width: 26px; height: 26px;
  border-radius: 0;
  background: var(--chalk-bg);
  border: 1px solid var(--chalk-border);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--chalk);
}

/* ── Methodology callout box (compact) ── */
.td-method-callout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 4px;
}
@media (max-width: 720px) { .td-method-callout { grid-template-columns: 1fr; } }
.td-method-callout .item {
  background: rgba(3, 17, 10, 0.45);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  padding: 12px 14px 12px;
}
.td-method-callout .label {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted); font-weight: 700;
}
.td-method-callout .v {
  display: block;
  font-size: 18px; font-weight: 800;
  font-family: var(--font-mono);
  color: var(--text-2);
  margin-top: 6px;
  letter-spacing: -0.01em;
}
.td-method-callout .v.chalk { color: var(--chalk); }
.td-method-callout .v.turf { color: var(--turf); }
.td-method-callout .desc {
  font-size: 11.5px; color: var(--muted);
  margin-top: 4px;
  line-height: 1.45;
}

/* ── Inline label/chip helpers ── */
.td-chip {
  display: inline-flex; align-items: center;
  padding: 2px 7px;
  border-radius: 0;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--font-sans);
}
.td-chip.over { background: var(--home-bg); color: var(--home); border: 1px solid var(--home-border); }
.td-chip.under { background: var(--away-bg); color: var(--away); border: 1px solid var(--away-border); }
.td-chip.gold { background: var(--chalk-bg); color: var(--chalk); border: 1px solid var(--chalk-border); }

/* ── Awaiting-a-line treatment ────────────────────────────────────────────
   Used on 1st-quarter markets. Our number for those is live and real; what is
   missing is a sportsbook line to price it against, so ONLY the book/edge cells
   are dimmed. Dimming the model number too would say "we have nothing here",
   which is the opposite of the truth. Dashed rather than solid so it reads as
   deliberately empty rather than as a failed load. */
.td-chip.pending {
  background: transparent;
  color: var(--muted);
  border: 1px dashed var(--border-strong, var(--border));
  letter-spacing: 0.08em;
}

.td-mkt-table td.awaiting {
  color: var(--muted-2);
  font-style: italic;
  position: relative;
}

.td-mkt-table td.awaiting::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 50%;
  border-top: 1px dashed var(--border);
  opacity: 0.5;
}

.td-mkt-table tr.awaiting-row td.mkt-name {
  border-left: 2px solid var(--chalk-border, var(--border));
  padding-left: 10px;
}

/* Explanatory panel under the Q1 section of the market table */
.td-q1-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 13px 16px;
  background: var(--surface2);
  border: 1px dashed var(--border);
  border-radius: 10px;
}
.td-q1-note .icon {
  font-family: var(--font-mono);
  font-size: 15px;
  color: var(--chalk);
  line-height: 1.4;
  flex: none;
}
.td-q1-note .body {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--text-2);
}
.td-q1-note .body b { color: var(--text); font-weight: 700; }

/* Disclaimer band */
.td-disc {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 28px 0;
  font-size: 11.5px;
  color: var(--muted-2);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.6;
}
.td-disc .v { color: var(--muted); }


/* ─────────────────────────────────────────────
   Broadcast type layer. Display face on headings, mono on figures, condensed
   uppercase on micro-labels. Appended so the authored rules above stay intact.
───────────────────────────────────────────── */
.td-h1, .td-block-h, .td-pick-headline, .td-side-title, .td-pw-h, .td-side-h, .td-dist-h, .td-split-key, .td-pick-tier {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  line-height: 1.04;
}
.td-nspq-val, .td-mini-val, .td-split-pct, .td-pw-card-val {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.td-eyebrow, .td-block-meta, .td-nspq-lbl, .td-mini-lbl, .td-pw-eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ── Team page: this week's matchup panel ──
   Copy on the left, the quick-markets rail on the right. Both halves were
   inline styles on the elements until they needed to respond: the rail
   carried min-width: 220px, which on a 320px screen made the page twice as
   wide as the viewport. mobile.css drops the rail under the copy at 760px,
   which it can only do to a class. */
.td-matchup-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
}
.td-matchup-side {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 220px;
}
