/* league.css — Program League v1 surface. Layers on home.css tokens. */
.league-how .proof { margin-top: var(--s-2); }
.league-pick-label { display: flex; flex-direction: column; gap: 6px; font-size: var(--t-sm); color: var(--text); margin-top: var(--s-2); max-width: 420px; }
.league-pick-label select { font-family: var(--mono); font-size: var(--t-sm); padding: 8px 10px; background: #0a0b0e; color: #cdd6e4; border: 1px solid rgba(255,255,255,0.14); border-radius: var(--r); }
.league-idline { display: flex; align-items: center; gap: var(--s-2); font-family: var(--mono); margin: var(--s-2) 0; }
.league-idline .league-k { font-size: var(--t-cap); text-transform: uppercase; letter-spacing: 0.14em; color: #9aa6b8; }
.league-idline code { font-size: var(--t-sm); color: #2dd4bf; word-break: break-all; }
.league-consent-copy { margin: var(--s-2) 0 var(--s-1); }
.league-preview {
  font-family: var(--mono); font-size: var(--t-cap); line-height: 1.5;
  background: #0a0b0e; border: 1px solid rgba(255,255,255,0.14); border-radius: var(--r);
  padding: var(--s-3); margin: 0 0 var(--s-2); color: #cdd6e4; overflow-x: auto; white-space: pre;
  max-height: 320px; overflow-y: auto;
}
.league-consent { display: flex; align-items: flex-start; gap: var(--s-2); font-size: var(--t-sm); color: var(--text); margin-bottom: var(--s-2); cursor: pointer; }
.league-consent input { margin-top: 3px; flex: none; }
.league-status { font-family: var(--mono); font-size: var(--t-sm); color: #9aa6b8; min-height: 1.4em; }
.league-you { font-family: var(--mono); font-size: var(--t-sm); color: #2dd4bf; margin: var(--s-2) 0; }
.league-rows { list-style: none; margin: 0 0 var(--s-2); padding: 0; display: flex; flex-direction: column; gap: 6px; font-family: var(--mono); font-size: var(--t-sm); }
.league-rows li { display: flex; gap: var(--s-2); padding: 8px 0; border-bottom: 1px dashed rgba(255,255,255,0.10); color: #cdd6e4; }
.league-rows li:last-child { border-bottom: none; }
.league-gated .glance { color: #9aa6b8; }

/* Strength Division — canonical tokens only (home.css [data-theme] blocks drive all 4 themes). */
.ls-sub { font-family: var(--mono); font-size: var(--t-cap); text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); margin: var(--s-3) 0 var(--s-1); }
.ls-yrow { display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--s-2); padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: var(--t-sm); }
.ls-yrow:last-child { border-bottom: none; }
.ls-lift { font-weight: 600; color: var(--text); min-width: 8.5em; }
.ls-val { font-family: var(--mono); color: var(--text); }
.ls-xbw { font-family: var(--mono); font-size: var(--t-cap); color: var(--teal-ink); }
.ls-empty { color: var(--muted); }
.ls-empty a, .ls-nudge a, #strengthBw a { color: var(--action-ink); }
.ls-filter { display: flex; flex-wrap: wrap; gap: var(--s-1); margin: 0 0 var(--s-2); }
.ls-filter .btn { min-height: 44px; min-width: 44px; }
.ls-filter .btn.is-active { border-color: var(--teal-ink); color: var(--teal-ink); }
.ls-banner { font-size: var(--t-sm); color: var(--muted); border: 1px solid var(--line-strong); border-radius: var(--r-sm); padding: var(--s-2); margin: 0 0 var(--s-2); }
.ls-board { margin: 0 0 var(--s-3); }
.ls-board-head { font-weight: 700; color: var(--text); margin: 0 0 var(--s-1); }
.ls-rows { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; font-family: var(--mono); font-size: var(--t-sm); }
.ls-row { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-2); min-height: 44px; padding: 6px 0; border-bottom: 1px dashed var(--line); color: var(--text); }
.ls-row:last-child { border-bottom: none; }
.ls-row.you { border-left: 3px solid var(--teal-ink); padding-left: var(--s-2); background: color-mix(in srgb, var(--teal-ink) 6%, transparent); }
.ls-rank { color: var(--muted); min-width: 2.4em; }
.ls-name { font-weight: 600; }
.ls-row.you .ls-name { color: var(--teal-ink); }
.ls-city { color: var(--muted); font-size: var(--t-cap); }
.ls-row .ls-val { margin-left: auto; }
.ls-badge-sample { font-size: var(--t-cap); letter-spacing: 0.1em; color: var(--bg); background: var(--muted); border-radius: 4px; padding: 1px 6px; }
.ls-nudge { font-size: var(--t-sm); color: var(--muted); margin: var(--s-2) 0 0; }

/* Cross-surface engagement (wave 1): quiet wayfinding back into training, 44px targets. */
#strength { scroll-margin-top: 18px; }
.ls-next { flex: 1 1 100%; font-size: var(--t-cap); color: var(--muted); }
.ls-session-cta, .ls-foot-cta a {
  display: inline-flex; align-items: center; min-height: 44px;
  color: var(--action-ink); font-weight: 600; font-size: var(--t-sm); text-decoration: none;
}
.ls-session-cta { flex: 1 1 100%; }
.ls-session-cta:hover, .ls-foot-cta a:hover { text-decoration: underline; }
.ls-session-cta:focus-visible, .ls-foot-cta a:focus-visible { outline: 2px solid var(--action-ink); outline-offset: 2px; }
.ls-foot-cta { margin: var(--s-2) 0 0; }

/* --- UX ratchet 2026-07-22 (additive): competition select 44px floor + visible themed consent checkbox --- */
.league-pick-label select{min-height:44px;}
.league-consent input{width:18px;height:18px;accent-color:var(--teal-ink);}

/* --- Marketing motion pass (2026-07-22): hero kicker dot pulse (honest live feel) --- */
@media (prefers-reduced-motion: no-preference){
  .league-hero .dot, .eyebrow .dot{ animation: lg-pulse 2.6s ease-in-out infinite; }
  @keyframes lg-pulse{ 0%,100%{ transform: scale(1); opacity:1; } 50%{ transform: scale(1.35); opacity:.65; } }
}
