/* ------------------------------------------------------------------ */
/* Sample Leak Snapshot report (snapshot-example.html)                  */
/* ------------------------------------------------------------------ */

.sample-banner {
  background: var(--amber-soft);
  border-bottom: 1px solid rgba(179, 118, 15, 0.18);
  padding: 10px 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.sample-banner strong { color: var(--amber); }
.sample-banner a { color: var(--indigo-deep); font-weight: 600; }

.report-hero { padding: 84px 0 72px; }
.report-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); }

.report-meta {
  display: flex; gap: 26px; flex-wrap: wrap;
  margin: 6px 0 34px; font-size: 0.95rem; color: var(--ink);
}
.report-meta em {
  font-style: normal; display: block;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--ink-faint);
}
.report-meta i { font-style: normal; color: var(--ink-faint); font-size: 0.85rem; }

.tile-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px; margin-bottom: 30px;
}
.tile-row .est-tile { background: #fff; }
.tile-row .est-tile-num { font-size: 1.6rem; }
.tile-row .est-tile-num i { font-style: normal; font-size: 1rem; color: var(--ink-faint); font-weight: 600; }
.tile-row .est-tile-num.funnel-num { font-size: 1.22rem; padding: 6px 0 5px; }
.tile-row .est-tile-hero { background: var(--indigo-soft); }
.tile-row .est-tile-hero .est-tile-num { font-size: 1.9rem; }
.tile-row .est-tile-hero .est-tile-sub { color: var(--indigo-deep); }

.report-summary { font-size: 1.08rem; color: var(--ink-soft); max-width: 720px; }
.honesty-chip {
  display: inline-block; font-size: 0.78rem; font-weight: 700;
  color: var(--ink-soft); background: #eef1f7;
  border: 1px solid var(--line);
  padding: 3px 12px; border-radius: 999px; white-space: nowrap;
  vertical-align: middle; margin-left: 6px;
}

/* Funnel */
.report-funnel { margin-bottom: 26px; }
.funnel-fill.solid { background: var(--indigo); border-radius: 0 4px 4px 0; }

/* Stage table with inline bullet bars */
.stage-table td { vertical-align: middle; }
.stage-table td:first-child { min-width: 240px; }
.stage-bar { margin-top: 8px; }
.stage-track {
  position: relative; height: 12px; max-width: 260px;
  background: var(--indigo-soft); border-radius: 4px;
}
.stage-fill {
  height: 100%; width: var(--w);
  background: var(--indigo); border-radius: 0 4px 4px 0;
}
.stage-bench {
  position: absolute; top: -4px; left: var(--x);
  width: 2px; height: 20px; background: var(--ink); opacity: 0.55;
}

/* Rep table + bars */
.th-sub { display: block; font-size: 0.68rem; letter-spacing: 0.04em; color: var(--ink-faint); text-transform: none; font-weight: 600; }
.rep-table td strong, .heat-table td strong { font-weight: 700; }

.callout {
  background: #fff; border: 1px solid var(--line);
  border-left: 4px solid var(--indigo);
  border-radius: 10px; padding: 20px 24px;
  box-shadow: var(--card-shadow);
  max-width: 720px; margin-bottom: 34px;
}
.callout p { font-size: 1.05rem; color: var(--ink-soft); }
.callout strong { color: var(--ink); }

.rep-chart-mock { max-width: 780px; margin-top: 26px; }
.rep-bars { padding: 24px 26px 18px; }
.rep-bar-row {
  display: grid; grid-template-columns: 70px 1fr 46px;
  align-items: center; gap: 14px; margin-bottom: 16px;
}
.rep-bar-row:last-child { margin-bottom: 4px; }
.rep-name { font-weight: 600; font-size: 0.92rem; color: var(--ink-soft); }
.rep-track { position: relative; height: 22px; background: var(--indigo-soft); border-radius: 4px; }
.rep-fill { height: 100%; width: var(--w); background: var(--indigo); border-radius: 0 4px 4px 0; }
.rep-avg {
  position: absolute; top: -4px; left: var(--x);
  width: 2px; height: 30px; background: var(--ink); opacity: 0.55;
}
.rep-val { font-weight: 700; font-size: 0.95rem; text-align: right; }

/* Checkpoint heat table */
.heat-table .score-check { display: inline-block; min-width: 52px; }
.heat-table td:first-child { min-width: 220px; }
.team-rate { display: flex; align-items: center; gap: 10px; min-width: 150px; }
.team-track { flex: 1; height: 10px; background: var(--indigo-soft); border-radius: 4px; max-width: 110px; }
.team-fill { height: 100%; width: var(--w); background: var(--indigo); border-radius: 0 4px 4px 0; }
.team-fill.warn { background: var(--amber-bright); }
.team-rate span { font-weight: 700; font-size: 0.9rem; }
.heat-legend { margin-top: 14px; display: flex; gap: 10px; flex-wrap: wrap; font-size: 0.8rem; }

/* Snippet cards */
.snippet-grid { margin-top: 34px; }
.snippet { font-size: 0.95rem; color: var(--ink-soft); margin-bottom: 14px; }
.snip-tag {
  display: block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 4px;
}
.snip-tag.miss { color: var(--amber); }
.snip-tag.win { color: var(--indigo-deep); }
.snippet .evidence { margin-left: 4px; }
.snippet-note {
  margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--line);
  font-size: 0.88rem; color: var(--ink-faint);
}

/* Lever cards */
.lever-freq {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--amber); margin-bottom: 10px;
}
.lever-math {
  margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line);
  font-size: 0.92rem; color: var(--ink-soft);
}
.lever-math strong { color: var(--indigo-deep); font-size: 1.05rem; }

/* Scenario + moves tables */
.scenario-table th:not(:first-child), .scenario-table td:not(:first-child) { text-align: right; }
.scenario-hero td { background: var(--indigo-soft); }
.scenario-hero td strong { color: var(--indigo-deep); }
.moves-table th:nth-child(n+3), .moves-table td:nth-child(n+3) { text-align: right; }

/* Cumulative chart */
.chart-mock { max-width: 860px; margin-top: 30px; }
.chart-body { padding: 20px 20px 6px; }
.chart-body svg { display: block; width: 100%; height: auto; }

.fee-callout { margin-top: 30px; border-left-color: var(--amber-bright); max-width: 780px; }

/* CTA band extras */
.cta-center { justify-content: center; }
.btn-ghost-navy {
  background: transparent; color: var(--navy-text);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.35);
}
.btn-ghost-navy:hover { background: rgba(255, 255, 255, 0.08); color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.6); }

@media (max-width: 760px) {
  .report-meta { gap: 16px; }
  .tile-row { grid-template-columns: 1fr 1fr; }
  .rep-bar-row { grid-template-columns: 56px 1fr 40px; gap: 10px; }
}
@media (max-width: 480px) {
  .tile-row { grid-template-columns: 1fr; }
}

/* Print — the page doubles as the exportable PDF */
@media print {
  .site-header, .sample-banner, .cta-band, .site-footer .footer-note { display: none; }
  body { background: #fff; }
  section { padding: 28px 0; page-break-inside: avoid; }
  .hero { padding: 20px 0; background: none; }
  .mock, .card, .callout { box-shadow: none; }
  a.proof-link::after { content: " (gametapehq.io/sprint)"; font-weight: 400; color: var(--ink-faint); }
}
