/* TonyBet CA — section pages, part 2: before/after, timeline, player feedback, myths, spec sheet, tiles, widgets, keep reading, final */
/* ---------- before / after ---------- */
.tb-vs{display:grid;gap:.8rem;margin:1rem 0}
.tb-vs>div{border-radius:16px;padding:1rem 1.05rem;border:1px solid var(--tb-line);background:#fff}
.tb-vs>.tb-vs__was{background:repeating-linear-gradient(135deg,#fbf9fe 0 12px,#f3eefb 12px 24px)}
.tb-vs>.tb-vs__now{border-color:var(--tb-brand);box-shadow:0 10px 26px rgba(136,32,255,.13)}
.tb-vs__tag{display:inline-block;margin-bottom:.45rem;padding:.15rem .55rem;border-radius:6px;font-size:.7rem;font-weight:800;
  letter-spacing:.08em;text-transform:uppercase;background:var(--tb-line);color:var(--tb-muted)}
.tb-vs__now .tb-vs__tag{background:var(--tb-brand);color:#fff}
.tb-vs ul{list-style:none;margin:0;padding:0;font-size:.92rem}
.tb-vs li{padding:.3rem 0;border-bottom:1px dashed var(--tb-line)}
.tb-vs li:last-child{border-bottom:0}
@media(min-width:760px){.tb-vs{grid-template-columns:1fr 1fr}}
/* ---------- timeline ---------- */
.tb-timeline{list-style:none;margin:1rem 0;padding:0 0 0 1.5rem;border-left:2px solid var(--tb-line)}
.tb-timeline li{position:relative;padding:0 0 1.1rem .3rem}
.tb-timeline li:last-child{padding-bottom:0}
.tb-timeline li::before{content:"";position:absolute;left:-1.5rem;margin-left:-7px;top:.25rem;width:12px;height:12px;border-radius:50%;
  background:var(--tb-accent2);box-shadow:0 0 0 4px var(--tb-bg)}
.tb-s--tint .tb-timeline li::before{box-shadow:0 0 0 4px var(--tb-surface)}
.tb-when{display:block;font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--tb-brand-ink)}
.tb-timeline b{display:block;margin:.1rem 0 .15rem}
.tb-timeline p{margin:0;font-size:.92rem;color:var(--tb-muted)}
/* ---------- what players report (retold, no quotes) ---------- */
.tb-voices{display:grid;gap:.7rem;list-style:none;margin:1rem 0;padding:0}
.tb-voices li{display:flex;gap:.75rem;align-items:flex-start;padding:.95rem 1rem;border-radius:16px;background:#fff;border:1px solid var(--tb-line)}
.tb-voices__ic{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;
  background:var(--tb-surface2);color:var(--tb-brand)}
.tb-voices b{display:block;font-size:.95rem;margin-bottom:.15rem}
.tb-voices p{margin:0;font-size:.9rem;color:var(--tb-muted)}
@media(min-width:1024px){.tb-voices--3{grid-template-columns:repeat(3,minmax(0,1fr))}.tb-voices--2,.tb-voices--4{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* ---------- myth vs fact ---------- */
.tb-myths{display:grid;gap:.7rem;list-style:none;margin:1rem 0;padding:0}
.tb-myths li{display:grid;border-radius:16px;overflow:hidden;border:1px solid var(--tb-line);background:#fff}
.tb-myths__m,.tb-myths__f{display:flex;gap:.55rem;align-items:flex-start;padding:.8rem .95rem;font-size:.92rem}
.tb-myths__m{background:#fff3ec}
.tb-myths__m svg{color:#c2461a;margin-top:.15rem}
.tb-myths__f svg{color:#127a4a;margin-top:.15rem}
.tb-myths p{margin:0}
@media(min-width:760px){.tb-myths li{grid-template-columns:1fr 1.3fr}}
/* ---------- spec sheet ---------- */
.tb-spec{display:grid;gap:0;margin:1rem 0;padding:0;border-radius:16px;overflow:hidden;border:1px solid var(--tb-line);background:#fff}
.tb-spec div{display:flex;justify-content:space-between;gap:1rem;padding:.65rem .95rem;border-bottom:1px solid var(--tb-line)}
.tb-spec div:last-child{border-bottom:0}
.tb-spec dt{color:var(--tb-muted);font-size:.9rem}
.tb-spec dd{margin:0;font-weight:700;text-align:right}
@media(min-width:900px){.tb-spec{grid-template-columns:1fr 1fr}.tb-spec div:nth-last-child(2):nth-child(odd){border-bottom:0}
  .tb-spec div:nth-child(odd){border-right:1px solid var(--tb-line)}}
/* ---------- tiles with a big badge (provinces, ages) ---------- */
.tb-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;list-style:none;margin:1rem 0;padding:0}
.tb-tiles li{padding:.8rem .85rem;border-radius:14px;background:#fff;border:1px solid var(--tb-line)}
.tb-tiles b{display:inline-flex;align-items:center;justify-content:center;min-width:2.6rem;height:2.1rem;padding:0 .5rem;border-radius:10px;
  font-size:1.1rem;font-weight:800;color:#fff;background:var(--tb-brand);margin-bottom:.4rem}
.tb-tiles li.is-18 b{background:var(--tb-accent2)}
.tb-tiles span{display:block;font-weight:700;font-size:.9rem}
.tb-tiles small{display:block;font-size:.78rem;color:var(--tb-muted)}
@media(min-width:760px){.tb-tiles{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1180px){.tb-tiles{grid-template-columns:repeat(4,minmax(0,1fr))}}
/* ---------- sortable table ---------- */
.tb-sort th button{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;font-weight:700}
.tb-sort th button::after{content:"";width:0;height:0;border:4px solid transparent;border-top-color:var(--tb-muted);margin-top:4px}
.tb-sort th[aria-sort=ascending] button::after{border-top-color:transparent;border-bottom-color:var(--tb-brand);margin:0 0 4px}
.tb-sort th[aria-sort=descending] button::after{border-top-color:var(--tb-brand)}
/* ---------- bankroll simulator ---------- */
.tb-sim{margin:1rem 0;padding:1.1rem;border-radius:18px;background:var(--tb-surface);border:1px solid var(--tb-line)}
.tb-sim__in{display:grid;gap:.7rem}
.tb-sim label{display:block;font-size:.8rem;font-weight:700;color:var(--tb-muted)}
.tb-sim input,.tb-sim select{width:100%;margin:.25rem 0 0}
.tb-sim__out{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:.9rem 0 0;padding:0;list-style:none}
.tb-sim__out li{padding:.75rem;border-radius:12px;background:#fff;border:1px solid var(--tb-line)}
.tb-sim__out b{display:block;font-size:1.3rem;color:var(--tb-brand-ink)}
.tb-sim__out span{font-size:.78rem;color:var(--tb-muted)}
.tb-sim__note{margin:.7rem 0 0;font-size:.78rem;color:var(--tb-muted)}
@media(min-width:760px){.tb-sim__in{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1024px){.tb-sim__out{grid-template-columns:repeat(4,minmax(0,1fr))}}
/* ---------- author card ---------- */
.tb-person{display:flex;gap:1rem;align-items:center;margin:1rem 0;padding:1rem;border-radius:18px;background:#fff;border:1px solid var(--tb-line)}
.tb-person img{width:88px;height:88px;border-radius:50%;flex:0 0 auto}
.tb-person p{margin:0 0 .35rem;font-size:.92rem}
.tb-person p:last-child{margin:0}
.tb-person .tb-person__name{font-size:1.15rem;font-weight:800}
.tb-person__role{color:var(--tb-brand-ink);font-weight:600}
@media(max-width:480px){.tb-person{flex-direction:column;align-items:flex-start}}
/* ---------- keep reading ---------- */
.tb-keep{display:grid;gap:.8rem;margin-top:.8rem}
.tb-keep a{display:flex;align-items:center;gap:.85rem;padding:1rem 1.05rem;border-radius:16px;background:#fff;border:1px solid var(--tb-line);
  color:var(--tb-ink);text-decoration:none}
.tb-keep a>svg{margin-left:auto;color:var(--tb-brand)}
.tb-keep__ic{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;
  background:linear-gradient(135deg,var(--tb-brand),var(--tb-accent2));color:#fff}
.tb-keep b{display:block}
.tb-keep small{display:block;font-size:.82rem;color:var(--tb-muted)}
@media(min-width:760px){.tb-keep{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.tb-keep a:hover{border-color:var(--tb-brand)}}
/* ---------- final call to action on section pages ---------- */
.tb-final--page h2{color:#fff;margin:0 0 .65rem}
.tb-final__cta{display:flex;flex-wrap:wrap;gap:.6rem;margin:0 0 .9rem}
.tb-final__cta .tb-btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
