/* TLT 2026 Rookie Switch Board v1.1.4 - two-analyst consensus - 2026-09-08 */
@font-face {
  font-family: "TLT Switch";
  src: url("./fonts/barlow-condensed-900-italic-latin.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 900;
}
.tlt-rsb-v1,
.tlt-rsb-v1 * {
  box-sizing: border-box;
}

.tlt-rsb-v1 {
  --rsb-black: #070908;
  --rsb-black-2: #0b100e;
  --rsb-forest: #071d17;
  --rsb-cream: #f4efe6;
  --rsb-soft: #c9c2b6;
  --rsb-muted: #888d88;
  --rsb-line: rgba(244, 239, 230, 0.14);
  --rsb-line-strong: rgba(244, 239, 230, 0.26);
  --rsb-orange: #f26a1b;
  --rsb-orange-bright: #ff8b45;
  --rsb-gold: #e1b457;
  --rsb-green: #8dbb73;
  --rsb-blue: #61aee6;
  --rsb-qb: #ef2f8f;
  --rsb-rb: #4d9c65;
  --rsb-wr: #44a5ee;
  --rsb-te: #f2b313;
  --rsb-hero-underlay: url("https://thelatethirds.com/wp-content/uploads/2026/08/Switchboard-Underlay.png");
  position: relative;
  isolation: isolate;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(10px, 1.8vw, 24px);
  overflow: hidden;
  color: var(--rsb-cream);
  background:
    radial-gradient(circle at 14% 0%, rgba(242, 106, 27, 0.14), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(97, 174, 230, 0.09), transparent 25%),
    repeating-linear-gradient(94deg, rgba(255, 255, 255, 0.009) 0 1px, transparent 1px 17px),
    linear-gradient(145deg, #050706 0%, #07120f 44%, #050706 100%);
  border: 1px solid rgba(244, 239, 230, 0.13);
  border-radius: clamp(16px, 2.2vw, 30px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.04);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  -webkit-text-size-adjust: 100%;
}

.tlt-rsb-v1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.012) 3px 4px),
    repeating-linear-gradient(90deg, transparent 0 41px, rgba(255, 255, 255, 0.018) 41px 42px);
}

.tlt-rsb-v1 button,
.tlt-rsb-v1 input,
.tlt-rsb-v1 select {
  font: inherit;
}

.tlt-rsb-v1 button {
  color: inherit;
}

.tlt-rsb-v1 button,
.tlt-rsb-v1 a,
.tlt-rsb-v1 input,
.tlt-rsb-v1 select {
  -webkit-tap-highlight-color: transparent;
}

.tlt-rsb-v1 button:focus-visible,
.tlt-rsb-v1 a:focus-visible,
.tlt-rsb-v1 input:focus-visible,
.tlt-rsb-v1 select:focus-visible {
  outline: 3px solid var(--rsb-gold);
  outline-offset: 3px;
}

.tlt-rsb-v1__hero {
  position: relative;
  display: grid;
  gap: clamp(15px, 2vw, 24px);
  min-height: clamp(270px, 30vw, 390px);
  padding: clamp(20px, 3.2vw, 44px);
  overflow: hidden;
  background-image:
    linear-gradient(100deg, rgba(2, 7, 5, 0.32), rgba(2, 4, 3, 0.86)),
    radial-gradient(circle at 12% 20%, rgba(242, 106, 27, 0.18), transparent 34%),
    var(--rsb-hero-underlay, none),
    linear-gradient(145deg, #0b2a20 0%, #07100d 52%, #050706 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid var(--rsb-line-strong);
  border-radius: clamp(14px, 1.8vw, 24px);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.07),
    inset 0 0 0 7px rgba(0, 0, 0, 0.14),
    0 16px 45px rgba(0, 0, 0, 0.24);
}

.tlt-rsb-v1__hero::before {
  content: "";
  position: absolute;
  inset: 9px;
  pointer-events: none;
  border: 1px solid rgba(225, 180, 87, 0.18);
  border-radius: calc(clamp(14px, 1.8vw, 24px) - 5px);
}

.tlt-rsb-v1__hero::after {
  content: "SB / 26";
  position: absolute;
  right: 19px;
  bottom: 12px;
  color: rgba(244, 239, 230, 0.32);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.tlt-rsb-v1__eyebrow,
.tlt-rsb-v1__micro-label {
  margin: 0 0 8px;
  color: var(--rsb-orange-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tlt-rsb-v1 h1,
.tlt-rsb-v1 h2,
.tlt-rsb-v1 h3,
.tlt-rsb-v1 p {
  margin-top: 0;
}

.tlt-rsb-v1 h1,
.tlt-rsb-v1 h2,
.tlt-rsb-v1 h3 {
  color: var(--rsb-cream);
  font-family: "TLT Switch", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 0.96;
  text-transform: uppercase;
}

.tlt-rsb-v1__hero-topline {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  color: rgba(244, 239, 230, 0.68);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.tlt-rsb-v1__hero-topline::before {
  content: "";
  width: 32px;
  height: 4px;
  background: var(--rsb-orange);
  box-shadow: 0 0 18px rgba(242, 106, 27, 0.38);
}

.tlt-rsb-v1__hero-topline span:first-of-type {
  margin-right: auto;
}

.tlt-rsb-v1__hero-lockup {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(8px, 1vw, 12px);
  align-items: end;
  min-width: 0;
}

.tlt-rsb-v1__hero-title-wrap {
  display: grid;
  min-width: 0;
  justify-self: center;
  transform: rotate(-0.65deg);
}

.tlt-rsb-v1__hero-slug {
  justify-self: start;
  margin: 0 0 -5px 7px;
  padding: 4px 12px 3px;
  color: #1c0e05;
  background: var(--rsb-orange-bright);
  box-shadow: 4px 4px 0 rgba(7, 9, 8, 0.82);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(9px, 1vw, 12px);
  font-weight: 950;
  letter-spacing: 0.2em;
  transform: skewX(-9deg);
}

.tlt-rsb-v1__hero h1 {
  max-width: none;
  margin: 0;
  color: var(--rsb-cream);
  font-size: clamp(54px, 9.2vw, 136px);
  letter-spacing: -0.045em;
  line-height: 0.78;
  text-shadow:
    5px 5px 0 rgba(2, 5, 4, 0.92),
    9px 9px 0 rgba(242, 106, 27, 0.15);
  white-space: nowrap;
}

.tlt-rsb-v1__hero-verdict {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  gap: 9px;
  align-items: center;
  width: clamp(220px, 25vw, 330px);
  min-height: 58px;
  padding: 9px;
  color: rgba(244, 239, 230, 0.55);
  background: rgba(2, 5, 4, 0.72);
  border: 1px solid rgba(244, 239, 230, 0.16);
  border-radius: 10px;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.18);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-align: center;
  transform: skewX(-5deg);
  justify-self: center;
}

.tlt-rsb-v1__hero-verdict span:first-child {
  color: #07110d;
  background: var(--rsb-green);
  border-radius: 5px;
  padding: 9px 6px;
}

.tlt-rsb-v1__hero-verdict i {
  position: relative;
  display: block;
  height: 24px;
  background: #111713;
  border: 1px solid rgba(244, 239, 230, 0.15);
  border-radius: 999px;
}

.tlt-rsb-v1__hero-verdict i::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: var(--rsb-orange-bright);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(242, 106, 27, 0.36);
}

.tlt-rsb-v1__hero-console {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.tlt-rsb-v1__analyst-key {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 7px;
  width: min(100%, 650px);
  min-width: 0;
}

.tlt-rsb-v1__analyst-desk {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 3px;
  align-items: center;
  justify-items: center;
  min-width: 0;
  min-height: 54px;
  padding: 6px 9px 7px;
  background: rgba(1, 4, 3, 0.66);
  border: 1px solid rgba(244, 239, 230, 0.12);
  border-radius: 8px;
  text-align: center;
}

.tlt-rsb-v1__analyst-handle {
  display: block;
  min-width: 0;
  color: var(--rsb-cream);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.tlt-rsb-v1__analyst-flag,
.tlt-rsb-v1__flag-emblem {
  display: inline-grid;
  place-items: center;
  color: var(--rsb-flag-color, var(--rsb-gold));
}

.tlt-rsb-v1__analyst-flag svg,
.tlt-rsb-v1__flag-emblem svg {
  width: 25px;
  height: 25px;
  overflow: visible;
  fill: currentColor;
  stroke: rgba(244, 239, 230, 0.5);
  stroke-width: 0.7;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px currentColor);
}

.tlt-rsb-v1__analyst-desk--g,
.tlt-rsb-v1__flag-emblem--g { --rsb-flag-color: #e35f5f; }
.tlt-rsb-v1__analyst-desk--t,
.tlt-rsb-v1__flag-emblem--t { --rsb-flag-color: #8dbb73; }

.tlt-rsb-v1__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
}

.tlt-rsb-v1__hero-meta span {
  min-height: 30px;
  padding: 7px 10px;
  color: var(--rsb-muted);
  background: rgba(1, 4, 3, 0.56);
  border: 1px solid var(--rsb-line);
  border-radius: 7px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.tlt-rsb-v1__hero-meta b {
  color: var(--rsb-cream);
  font-size: 9px;
}

.tlt-rsb-v1__ticker {
  margin: 10px 0 0;
  padding: 9px 14px;
  overflow: hidden;
  color: #130c05;
  background: var(--rsb-orange);
  border: 1px solid #ff9b5e;
  border-radius: 8px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  white-space: nowrap;
}

.tlt-rsb-v1__ticker span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tlt-rsb-v1__kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 clamp(18px, 2.5vw, 32px);
}

.tlt-rsb-v1__kpi {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 152px;
  padding: clamp(16px, 2vw, 24px);
  overflow: hidden;
  color: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018));
  border: 1px solid var(--rsb-line);
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  cursor: pointer;
  text-align: left;
}

.tlt-rsb-v1__kpi::before {
  content: "TALLY";
  position: absolute;
  top: 10px;
  right: 11px;
  color: rgba(244, 239, 230, 0.28);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.tlt-rsb-v1__kpi::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -45px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(242, 106, 27, 0.16), transparent 66%);
  pointer-events: none;
}

.tlt-rsb-v1__kpi:hover {
  border-color: rgba(242, 106, 27, 0.52);
  transform: translateY(-1px);
}

.tlt-rsb-v1__kpi-number {
  display: block;
  color: var(--rsb-cream);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(42px, 4.6vw, 68px);
  letter-spacing: 0.03em;
  line-height: 0.9;
}

.tlt-rsb-v1__kpi-label {
  margin-top: 14px;
  color: var(--rsb-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tlt-rsb-v1__kpi small {
  align-self: end;
  margin-top: 4px;
  color: var(--rsb-muted);
  font-size: 10px;
}

.tlt-rsb-v1__readout,
.tlt-rsb-v1__fingerprints,
.tlt-rsb-v1__board {
  scroll-margin-top: 24px;
}

.tlt-rsb-v1__section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rsb-line-strong);
}

.tlt-rsb-v1__section-heading > div {
  min-width: 0;
}

.tlt-rsb-v1__section-heading h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1;
  text-wrap: balance;
}

.tlt-rsb-v1__section-heading > p {
  flex: 0 0 min(31%, 360px);
  margin-bottom: 0;
  color: var(--rsb-muted);
  font-size: 12px;
  text-align: right;
}

.tlt-rsb-v1__section-heading--compact h2 {
  font-size: clamp(28px, 3.4vw, 46px);
}

.tlt-rsb-v1__story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tlt-rsb-v1__story {
  position: relative;
  min-width: 0;
  padding: clamp(16px, 2vw, 24px);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 8px),
    linear-gradient(145deg, rgba(16, 30, 25, 0.88), rgba(7, 9, 8, 0.92));
  border: 1px solid var(--rsb-line);
  border-radius: 16px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 12px 35px rgba(0, 0, 0, 0.17);
}

.tlt-rsb-v1__story::after {
  content: "SWITCHBOARD // 2026";
  position: absolute;
  right: 18px;
  bottom: 8px;
  color: rgba(244, 239, 230, 0.18);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.14em;
  pointer-events: none;
}

.tlt-rsb-v1__story--consensus {
  border-top-color: rgba(141, 187, 115, 0.74);
}

.tlt-rsb-v1__story--value {
  border-top-color: rgba(225, 180, 87, 0.74);
}

.tlt-rsb-v1__story--capital {
  border-top-color: rgba(242, 106, 27, 0.78);
}

.tlt-rsb-v1__story--solo {
  border-top-color: rgba(97, 174, 230, 0.7);
}

.tlt-rsb-v1__story-head {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.tlt-rsb-v1__story-head > div {
  display: flex;
  min-width: 0;
  gap: 10px;
  align-items: center;
}

.tlt-rsb-v1__story-index {
  color: var(--rsb-orange-bright);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 900;
}

.tlt-rsb-v1__story h3 {
  margin: 0;
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1;
}

.tlt-rsb-v1__story-head button,
.tlt-rsb-v1__fingerprint button {
  min-height: 38px;
  padding: 8px 11px;
  color: var(--rsb-cream);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--rsb-line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tlt-rsb-v1__story-head button:hover,
.tlt-rsb-v1__fingerprint button:hover {
  color: #160d05;
  background: var(--rsb-orange-bright);
  border-color: var(--rsb-orange-bright);
}

.tlt-rsb-v1__story-copy {
  margin: 10px 0 16px;
  color: var(--rsb-muted);
  font-size: 11px;
}

.tlt-rsb-v1__ticket-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.tlt-rsb-v1__ticket {
  position: relative;
  min-width: 0;
  padding: 27px 17px 11px 11px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent calc(100% - 10px), rgba(225, 180, 87, 0.06) calc(100% - 10px)),
    rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(244, 239, 230, 0.12);
  border-radius: 10px;
}

.tlt-rsb-v1__ticket.tlt-rsb-v1__team-surface {
  background:
    linear-gradient(135deg, rgb(var(--rsb-team-1) / 0.12), transparent 48%, rgb(var(--rsb-team-2) / 0.065)),
    linear-gradient(90deg, transparent calc(100% - 10px), rgba(225, 180, 87, 0.06) calc(100% - 10px)),
    rgba(0, 0, 0, 0.28);
}

.tlt-rsb-v1__ticket::before {
  content: "BUY / PASS TICKET";
  position: absolute;
  inset: 8px 11px auto;
  padding-bottom: 5px;
  color: rgba(244, 239, 230, 0.34);
  border-bottom: 1px dashed rgba(244, 239, 230, 0.16);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.tlt-rsb-v1__ticket::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: radial-gradient(circle, rgba(225, 180, 87, 0.34) 0 1px, transparent 1.5px) 0 0 / 3px 8px;
}

.tlt-rsb-v1__ticket-top {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

.tlt-rsb-v1__ticket-name {
  display: flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
}

.tlt-rsb-v1__ticket-name > b {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: var(--rsb-cream);
  font-size: 11px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlt-rsb-v1__profile {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 24px;
  padding: 4px 7px;
  color: #160d05;
  background: var(--rsb-orange-bright);
  border: 1px solid rgba(255, 192, 155, 0.72);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.28);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
}

.tlt-rsb-v1__profile svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tlt-rsb-v1__profile:hover {
  color: #08110d;
  background: var(--rsb-green);
  border-color: #b7dc9e;
}

.tlt-rsb-v1__ticket-votes {
  display: flex;
  gap: 4px;
  margin-top: 9px;
}

.tlt-rsb-v1__position,
.tlt-rsb-v1__capital,
.tlt-rsb-v1__orders {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 7px;
  border-radius: 6px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.tlt-rsb-v1__position--qb { color: #fff; background: var(--rsb-qb); }
.tlt-rsb-v1__position--rb { color: #fff; background: var(--rsb-rb); }
.tlt-rsb-v1__position--wr { color: #06131c; background: var(--rsb-wr); }
.tlt-rsb-v1__position--te { color: #171104; background: var(--rsb-te); }

.tlt-rsb-v1__capital {
  color: var(--rsb-gold);
  background: rgba(225, 180, 87, 0.1);
  border: 1px solid rgba(225, 180, 87, 0.24);
}

.tlt-rsb-v1__vote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 27px;
  padding: 4px 7px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1;
}

.tlt-rsb-v1__vote b {
  display: none;
}

.tlt-rsb-v1__vote--yes {
  color: #07110d;
  background: var(--rsb-green);
  border-color: #b7dc9e;
}

.tlt-rsb-v1__vote--no {
  color: #9b9f9b;
  background: rgba(129, 135, 130, 0.1);
  border-color: rgba(185, 190, 185, 0.12);
}

.tlt-rsb-v1__solo-ledger {
  display: grid;
  gap: 8px;
}

.tlt-rsb-v1__solo-desk {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 64px;
  padding: 10px;
  color: inherit;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--rsb-line);
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
}

.tlt-rsb-v1__solo-desk::after {
  content: "FLAG SLIP";
  position: absolute;
  right: 8px;
  top: 5px;
  color: rgba(97, 174, 230, 0.36);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.tlt-rsb-v1__solo-desk:hover {
  border-color: rgba(97, 174, 230, 0.48);
}

.tlt-rsb-v1__solo-desk-copy {
  min-width: 0;
}

.tlt-rsb-v1__solo-desk-copy b,
.tlt-rsb-v1__solo-desk-copy small {
  display: block;
  min-width: 0;
}

.tlt-rsb-v1__solo-desk-copy b {
  color: var(--rsb-cream);
  font-size: 11px;
}

.tlt-rsb-v1__solo-desk-copy small {
  margin-top: 4px;
  overflow: hidden;
  color: var(--rsb-muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlt-rsb-v1__solo-desk-copy small span + span::before {
  content: " / ";
  color: var(--rsb-orange-bright);
}

.tlt-rsb-v1__fingerprints {
  margin-top: clamp(46px, 7vw, 86px);
}

.tlt-rsb-v1__fingerprint-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tlt-rsb-v1__fingerprint {
  min-width: 0;
  padding: clamp(15px, 1.8vw, 22px);
  background: rgba(255, 255, 255, 0.032);
  border: 1px solid var(--rsb-line);
  border-radius: 14px;
}

.tlt-rsb-v1__fingerprint-head {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.tlt-rsb-v1__fingerprint-head > div b,
.tlt-rsb-v1__fingerprint-head > div small {
  display: block;
}

.tlt-rsb-v1__fingerprint-head > div b {
  font-size: 14px;
}

.tlt-rsb-v1__fingerprint-head > div small {
  color: var(--rsb-muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.tlt-rsb-v1__fingerprint-head strong {
  color: var(--rsb-green);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.tlt-rsb-v1__fingerprint-head strong small {
  font-family: Inter, sans-serif;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.tlt-rsb-v1__meter {
  display: block;
  height: 6px;
  margin: 14px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.tlt-rsb-v1__meter i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--rsb-orange), var(--rsb-green));
  border-radius: inherit;
}

.tlt-rsb-v1__fingerprint-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 10px 0 14px;
}

.tlt-rsb-v1__fingerprint-stats span {
  min-width: 0;
  padding: 8px;
  color: var(--rsb-muted);
  background: rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  font-size: 8px;
  text-align: center;
  text-transform: uppercase;
}

.tlt-rsb-v1__fingerprint-stats b {
  display: block;
  margin-bottom: 2px;
  color: var(--rsb-cream);
  font-size: 13px;
}

.tlt-rsb-v1__fingerprint > button {
  width: 100%;
}

.tlt-rsb-v1__position-heat {
  margin-top: 10px;
  padding: clamp(15px, 2vw, 22px);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--rsb-line);
  border-radius: 14px;
}

.tlt-rsb-v1__position-heat-head {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tlt-rsb-v1__position-heat-head b,
.tlt-rsb-v1__position-heat-head span {
  display: block;
}

.tlt-rsb-v1__position-heat-head small {
  color: var(--rsb-muted);
  font-size: 9px;
}

.tlt-rsb-v1__position-heat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.tlt-rsb-v1__heat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 10px;
  align-items: center;
  min-width: 0;
  min-height: 94px;
  padding: 11px;
  color: inherit;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--rsb-line);
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
}

.tlt-rsb-v1__heat:hover {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--rsb-line-strong);
}

.tlt-rsb-v1__heat > b {
  color: var(--rsb-cream);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: right;
}

.tlt-rsb-v1__heat > small,
.tlt-rsb-v1__heat > .tlt-rsb-v1__meter {
  grid-column: 1 / -1;
}

.tlt-rsb-v1__heat > small {
  overflow: hidden;
  color: var(--rsb-muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlt-rsb-v1__heat > .tlt-rsb-v1__meter {
  width: 100%;
  margin: 0;
}

.tlt-rsb-v1__heat--qb .tlt-rsb-v1__meter i { background: var(--rsb-qb); }
.tlt-rsb-v1__heat--rb .tlt-rsb-v1__meter i { background: var(--rsb-rb); }
.tlt-rsb-v1__heat--wr .tlt-rsb-v1__meter i { background: var(--rsb-wr); }
.tlt-rsb-v1__heat--te .tlt-rsb-v1__meter i { background: var(--rsb-te); }

.tlt-rsb-v1__board {
  position: relative;
  margin-top: clamp(48px, 7vw, 90px);
  padding: clamp(14px, 2.4vw, 28px);
  background:
    repeating-linear-gradient(0deg, transparent 0 23px, rgba(244, 239, 230, 0.012) 23px 24px),
    linear-gradient(145deg, rgba(7, 29, 23, 0.72), rgba(6, 8, 7, 0.88));
  border: 1px solid var(--rsb-line-strong);
  border-radius: 18px;
}

.tlt-rsb-v1__board::before {
  content: "CAPITAL TAPE // SORT LOCK: YES COUNT > DRAFT PICK";
  position: absolute;
  top: 10px;
  right: 16px;
  color: rgba(225, 180, 87, 0.28);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.tlt-rsb-v1__controls {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(330px, auto) minmax(190px, 0.55fr);
  gap: 10px;
  align-items: end;
}

.tlt-rsb-v1__search,
.tlt-rsb-v1__sort,
.tlt-rsb-v1__filter-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.tlt-rsb-v1__search > span,
.tlt-rsb-v1__sort > span,
.tlt-rsb-v1__filter-group legend {
  display: block;
  margin-bottom: 6px;
  color: var(--rsb-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tlt-rsb-v1__search input,
.tlt-rsb-v1__sort select {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  color: var(--rsb-cream);
  background: #090d0b;
  border: 1px solid var(--rsb-line-strong);
  border-radius: 10px;
  font-size: 12px;
}

.tlt-rsb-v1__search input::placeholder {
  color: #707570;
}

.tlt-rsb-v1__filter-group > div,
.tlt-rsb-v1__view-filters {
  display: flex;
  gap: 6px;
  align-items: center;
}

.tlt-rsb-v1__filter-group button,
.tlt-rsb-v1__view-filters button {
  min-width: 44px;
  min-height: 46px;
  padding: 9px 12px;
  color: #a8ada8;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--rsb-line);
  border-radius: 9px;
  cursor: pointer;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.tlt-rsb-v1__filter-group button:hover,
.tlt-rsb-v1__view-filters button:hover,
.tlt-rsb-v1__filter-group button.is-active,
.tlt-rsb-v1__view-filters button.is-active {
  color: #140c05;
  background: var(--rsb-orange-bright);
  border-color: var(--rsb-orange-bright);
}

.tlt-rsb-v1__view-filters {
  margin-top: 12px;
  padding: 10px;
  overflow-x: auto;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid var(--rsb-line);
  border-radius: 11px;
  scrollbar-width: thin;
}

.tlt-rsb-v1__view-filters button {
  min-height: 40px;
}

.tlt-rsb-v1__board-status {
  min-height: 38px;
  padding: 12px 2px 9px;
  color: var(--rsb-muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tlt-rsb-v1__board-status b {
  color: var(--rsb-cream);
}

.tlt-rsb-v1__table {
  overflow: hidden;
  background: rgba(1, 4, 3, 0.42);
  border: 1px solid var(--rsb-line);
  border-radius: 12px;
}

.tlt-rsb-v1__table-head,
.tlt-rsb-v1__row {
  display: grid;
  grid-template-columns: 62px minmax(230px, 1.55fr) minmax(150px, 0.75fr) repeat(2, minmax(58px, 0.28fr)) 88px;
  gap: 8px;
  align-items: center;
}

.tlt-rsb-v1__table-head {
  min-height: 46px;
  padding: 8px 12px;
  color: var(--rsb-muted);
  background: rgba(255, 255, 255, 0.045);
  border-bottom: 1px solid var(--rsb-line-strong);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-rsb-v1__table-head span:nth-child(n + 4),
.tlt-rsb-v1__table-head span:last-child {
  text-align: center;
}

.tlt-rsb-v1__row {
  position: relative;
  min-height: 66px;
  padding: 9px 12px;
  background: rgba(1, 4, 3, 0.16);
  border-bottom: 1px solid rgba(244, 239, 230, 0.08);
}

.tlt-rsb-v1__row.tlt-rsb-v1__team-surface {
  background:
    linear-gradient(90deg, rgb(var(--rsb-team-1) / 0.065), transparent 36%, rgb(var(--rsb-team-2) / 0.035)),
    rgba(1, 4, 3, 0.16);
}

.tlt-rsb-v1__row:last-child {
  border-bottom: 0;
}

.tlt-rsb-v1__row::before {
  content: "";
  position: absolute;
  inset: 7px auto 7px 0;
  width: 2px;
  background: transparent;
  border-radius: 999px;
}

.tlt-rsb-v1__row--full::before { background: var(--rsb-green); box-shadow: 0 0 12px rgba(141, 187, 115, 0.4); }
.tlt-rsb-v1__row--solo-g::before { background: #e35f5f; box-shadow: 0 0 10px rgba(227, 95, 95, 0.34); }
.tlt-rsb-v1__row--solo-t::before { background: #8dbb73; box-shadow: 0 0 10px rgba(141, 187, 115, 0.34); }

.tlt-rsb-v1__row:hover {
  background: rgba(255, 255, 255, 0.022);
}

.tlt-rsb-v1__row.tlt-rsb-v1__team-surface:hover {
  background:
    linear-gradient(90deg, rgb(var(--rsb-team-1) / 0.11), transparent 40%, rgb(var(--rsb-team-2) / 0.055)),
    rgba(255, 255, 255, 0.018);
}

.tlt-rsb-v1__rank b {
  color: #ddd6ca;
  font-family: "TLT Switch", Impact, "Arial Narrow", sans-serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.tlt-rsb-v1__player {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.tlt-rsb-v1__player-name {
  display: flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
}

.tlt-rsb-v1__player-name > b {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: var(--rsb-cream);
  font-size: 12px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlt-rsb-v1__capital-cell {
  min-width: 0;
}

.tlt-rsb-v1__capital-cell b,
.tlt-rsb-v1__capital-cell small {
  display: block;
  min-width: 0;
}

.tlt-rsb-v1__capital-cell b {
  color: var(--rsb-gold);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.tlt-rsb-v1__capital-cell small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--rsb-muted);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlt-rsb-v1__vote-cells {
  display: contents;
}

.tlt-rsb-v1__vote-cell {
  display: flex;
  justify-content: center;
}

.tlt-rsb-v1__vote-cell .tlt-rsb-v1__vote {
  width: 52px;
}

.tlt-rsb-v1__orders {
  gap: 3px;
  min-height: 30px;
  justify-self: center;
}

.tlt-rsb-v1__orders .tlt-rsb-v1__flag-emblem svg {
  width: 16px;
  height: 16px;
  filter: none;
}

.tlt-rsb-v1__orders--full { color: #07110d; background: var(--rsb-green); }
.tlt-rsb-v1__orders--solo { color: #f4efe6; border: 1px solid currentColor; }
.tlt-rsb-v1__orders--flag-g { color: #1a0707; background: #e35f5f; border-color: #f3a0a0; }
.tlt-rsb-v1__orders--flag-t { color: #07110d; background: #8dbb73; border-color: #b7dc9e; }
.tlt-rsb-v1__orders--none { color: #969b96; background: rgba(150, 155, 150, 0.09); border: 1px solid rgba(150, 155, 150, 0.12); }

.tlt-rsb-v1__load-more {
  display: block;
  width: min(100%, 420px);
  min-height: 48px;
  margin: 14px auto 0;
  color: #160d05;
  background: var(--rsb-orange-bright);
  border: 1px solid #ffc09b;
  border-radius: 10px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.tlt-rsb-v1__load-more:hover {
  filter: brightness(1.08);
}

.tlt-rsb-v1__load-more[hidden],
.tlt-rsb-v1__empty[hidden] {
  display: none !important;
}

.tlt-rsb-v1__empty {
  display: grid;
  gap: 3px;
  place-items: center;
  min-height: 160px;
  color: var(--rsb-muted);
  text-align: center;
}

.tlt-rsb-v1__empty b {
  color: var(--rsb-cream);
}

.tlt-rsb-v1__unavailable {
  padding: 18px;
  color: #f4efe6;
  background: #071d17;
  border: 1px solid rgba(244, 239, 230, 0.2);
  border-radius: 12px;
}

@media (max-width: 1020px) {
  .tlt-rsb-v1__hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .tlt-rsb-v1__hero h1 {
    font-size: clamp(54px, 9vw, 94px);
  }

  .tlt-rsb-v1__hero-verdict {
    width: 230px;
  }

  .tlt-rsb-v1__hero-console {
    align-items: stretch;
  }

  .tlt-rsb-v1__hero-meta {
    max-width: 260px;
  }

  .tlt-rsb-v1__kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tlt-rsb-v1__fingerprint-grid {
    grid-template-columns: 1fr;
  }

  .tlt-rsb-v1__position-heat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tlt-rsb-v1__controls {
    grid-template-columns: 1fr 1fr;
  }

  .tlt-rsb-v1__filter-group {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .tlt-rsb-v1__table-head,
  .tlt-rsb-v1__row {
    grid-template-columns: 52px minmax(190px, 1.3fr) minmax(130px, 0.7fr) repeat(2, 54px) 78px;
    gap: 5px;
  }
}

@media (max-width: 760px) {
  .tlt-rsb-v1 {
    padding: 9px;
    border-radius: 16px;
  }

  .tlt-rsb-v1__hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
    min-height: 0;
    padding: 20px 16px 17px;
    border-radius: 14px;
  }

  .tlt-rsb-v1__hero::after,
  .tlt-rsb-v1__board::before {
    display: none;
  }

  .tlt-rsb-v1__hero-topline {
    font-size: 6px;
    letter-spacing: 0.13em;
  }

  .tlt-rsb-v1__hero-topline::before {
    width: 20px;
  }

  .tlt-rsb-v1__hero-lockup {
    gap: 12px;
  }

  .tlt-rsb-v1__hero h1 {
    font-size: clamp(39px, 11.2vw, 58px);
    letter-spacing: -0.06em;
    line-height: 0.8;
  }

  .tlt-rsb-v1__hero-slug {
    margin-left: 3px;
  }

  .tlt-rsb-v1__hero-verdict {
    width: min(100%, 320px);
    min-height: 50px;
    justify-self: center;
    padding: 7px;
  }

  .tlt-rsb-v1__hero-console {
    display: grid;
    gap: 8px;
  }

  .tlt-rsb-v1__analyst-key {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .tlt-rsb-v1__analyst-desk {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 3px;
    min-height: 52px;
    padding: 6px;
  }

  .tlt-rsb-v1__analyst-handle {
    font-size: 9px;
  }

  .tlt-rsb-v1__analyst-flag svg {
    width: 21px;
    height: 21px;
  }

  .tlt-rsb-v1__hero-meta {
    max-width: none;
    justify-content: flex-start;
  }

  .tlt-rsb-v1__ticker {
    text-align: left;
  }

  .tlt-rsb-v1__kpis {
    gap: 7px;
    margin-bottom: 20px;
  }

  .tlt-rsb-v1__kpi {
    min-height: 128px;
    padding: 14px;
  }

  .tlt-rsb-v1__kpi-number {
    font-size: 42px;
  }

  .tlt-rsb-v1__kpi-label {
    margin-top: 9px;
    font-size: 10px;
  }

  .tlt-rsb-v1__section-heading {
    display: block;
  }

  .tlt-rsb-v1__section-heading h2 {
    font-size: clamp(29px, 9vw, 42px);
  }

  .tlt-rsb-v1__section-heading > p {
    margin: 9px 0 0;
    text-align: left;
  }

  .tlt-rsb-v1__story-grid {
    grid-auto-columns: min(88vw, 430px);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 9px;
    margin-right: -9px;
    padding-right: 9px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .tlt-rsb-v1__story {
    scroll-snap-align: start;
    padding: 15px;
  }

  .tlt-rsb-v1__story::after {
    right: 12px;
  }

  .tlt-rsb-v1__story h3 {
    font-size: 25px;
  }

  .tlt-rsb-v1__ticket-name > b {
    font-size: 10px;
  }

  .tlt-rsb-v1__fingerprints {
    margin-top: 50px;
  }

  .tlt-rsb-v1__fingerprint-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tlt-rsb-v1__position-heat-head {
    display: block;
  }

  .tlt-rsb-v1__position-heat-head small {
    display: block;
    margin-top: 5px;
  }

  .tlt-rsb-v1__heat {
    min-height: 100px;
  }

  .tlt-rsb-v1__board {
    margin-top: 52px;
    padding: 13px;
    border-radius: 14px;
  }

  .tlt-rsb-v1__controls {
    grid-template-columns: minmax(0, 1fr) minmax(140px, 0.65fr);
    gap: 8px;
  }

  .tlt-rsb-v1__filter-group > div {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tlt-rsb-v1__filter-group button {
    width: 100%;
    padding: 7px;
  }

  .tlt-rsb-v1__view-filters {
    margin-right: -4px;
    padding: 7px;
  }

  .tlt-rsb-v1__view-filters button {
    min-height: 42px;
  }

  .tlt-rsb-v1__table {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .tlt-rsb-v1__table-head {
    display: none;
  }

  .tlt-rsb-v1__table-body {
    display: grid;
    gap: 8px;
  }

  .tlt-rsb-v1__row {
    grid-template-areas:
      "rank player orders"
      "capital capital capital"
      "votes votes votes";
    grid-template-columns: 38px minmax(0, 1fr) 76px;
    gap: 9px;
    min-height: 0;
    padding: 12px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid var(--rsb-line);
    border-radius: 10px;
  }

  .tlt-rsb-v1__row.tlt-rsb-v1__team-surface {
    background:
      linear-gradient(125deg, rgb(var(--rsb-team-1) / 0.12), transparent 48%, rgb(var(--rsb-team-2) / 0.06)),
      rgba(0, 0, 0, 0.25);
  }

  .tlt-rsb-v1__row::before {
    inset: 10px auto 10px 0;
  }

  .tlt-rsb-v1__rank { grid-area: rank; }
  .tlt-rsb-v1__player { grid-area: player; }
  .tlt-rsb-v1__capital-cell { grid-area: capital; }
  .tlt-rsb-v1__vote-cells {
    display: grid;
    grid-area: votes;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .tlt-rsb-v1__orders { grid-area: orders; }

  .tlt-rsb-v1__rank b {
    font-size: 22px;
  }

  .tlt-rsb-v1__player-name > b {
    font-size: 11px;
  }

  .tlt-rsb-v1__player-name .tlt-rsb-v1__profile {
    position: absolute;
    top: 53px;
    right: 12px;
    z-index: 2;
  }

  .tlt-rsb-v1__capital-cell {
    display: flex;
    gap: 8px;
    align-items: baseline;
    min-width: 0;
    padding: 8px 82px 8px 9px;
    background: rgba(225, 180, 87, 0.05);
    border: 1px solid rgba(225, 180, 87, 0.12);
    border-radius: 7px;
  }

  .tlt-rsb-v1__capital-cell small {
    margin: 0;
  }

  .tlt-rsb-v1__vote-cell .tlt-rsb-v1__vote {
    width: 100%;
    min-height: 36px;
  }

  .tlt-rsb-v1__vote-cell .tlt-rsb-v1__vote b {
    display: inline;
    margin-right: 6px;
  }

  .tlt-rsb-v1__orders {
    width: 76px;
    min-height: 32px;
  }

}

@media (max-width: 380px) {
  .tlt-rsb-v1__hero {
    padding-inline: 15px;
  }

  .tlt-rsb-v1__hero-meta span {
    padding-inline: 7px;
    font-size: 6px;
  }

  .tlt-rsb-v1__hero-topline span:last-child {
    display: none;
  }

  .tlt-rsb-v1__analyst-desk {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-items: center;
    min-height: 52px;
    text-align: center;
  }

  .tlt-rsb-v1__analyst-desk .tlt-rsb-v1__analyst-flag svg {
    width: 19px;
    height: 19px;
  }

  .tlt-rsb-v1__analyst-handle {
    font-size: 8px;
  }

  .tlt-rsb-v1__profile {
    min-height: 22px;
    padding-inline: 5px;
    font-size: 6px;
  }

  .tlt-rsb-v1__kpi small {
    display: none;
  }

  .tlt-rsb-v1__kpi {
    min-height: 110px;
  }

  .tlt-rsb-v1__ticket-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tlt-rsb-v1__ticket:nth-child(n + 5) {
    display: none;
  }

  .tlt-rsb-v1__position-heat-grid {
    gap: 6px;
  }

  .tlt-rsb-v1__heat {
    min-height: 94px;
    padding: 9px;
  }

  .tlt-rsb-v1__heat > b {
    font-size: 25px;
  }

  .tlt-rsb-v1__controls {
    grid-template-columns: minmax(0, 1fr);
  }

  .tlt-rsb-v1__filter-group,
  .tlt-rsb-v1__sort {
    grid-column: 1;
    grid-row: auto;
  }
}

/*
 * v1.1.1 mobile ownership layer.
 * Desktop declarations above remain unchanged. These rules only rerack the
 * existing components inside phone apertures and do not alter data or logic.
 */
@media (max-width: 760px) {
  .tlt-rsb-v1 {
    padding: 8px 8px calc(104px + env(safe-area-inset-bottom, 0px));
    overflow-x: clip;
  }

  .tlt-rsb-v1__readout,
  .tlt-rsb-v1__fingerprints,
  .tlt-rsb-v1__board,
  .tlt-rsb-v1__story,
  .tlt-rsb-v1__ticket,
  .tlt-rsb-v1__fingerprint,
  .tlt-rsb-v1__position-heat,
  .tlt-rsb-v1__controls,
  .tlt-rsb-v1__table-body,
  .tlt-rsb-v1__row {
    min-width: 0;
    max-width: 100%;
  }

  .tlt-rsb-v1__section-heading {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .tlt-rsb-v1__section-heading h2,
  .tlt-rsb-v1__section-heading--compact h2 {
    max-width: 100%;
    font-size: clamp(25px, 7.7vw, 34px);
    letter-spacing: -0.02em;
    line-height: 0.96;
    text-wrap: pretty;
  }

  .tlt-rsb-v1__section-heading > p {
    max-width: 33rem;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.42;
  }

  .tlt-rsb-v1__eyebrow,
  .tlt-rsb-v1__micro-label {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .tlt-rsb-v1__story-grid {
    grid-auto-columns: 100%;
    gap: 8px;
    width: 100%;
    margin-right: 0;
    padding: 0 0 8px;
    scroll-padding-inline: 0;
  }

  .tlt-rsb-v1__story {
    width: 100%;
    padding: 13px;
  }

  .tlt-rsb-v1__story-head {
    gap: 7px;
    align-items: flex-start;
  }

  .tlt-rsb-v1__story-head > div {
    gap: 7px;
  }

  .tlt-rsb-v1__story h3 {
    font-size: clamp(21px, 6.2vw, 25px);
    line-height: 0.96;
  }

  .tlt-rsb-v1__story-head button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 6px 9px;
    font-size: 8px;
  }

  .tlt-rsb-v1__story-copy {
    margin: 9px 0 12px;
    font-size: 10.5px;
    line-height: 1.42;
  }

  .tlt-rsb-v1__ticket-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .tlt-rsb-v1__ticket:nth-child(n + 5) {
    display: none;
  }

  .tlt-rsb-v1__ticket {
    min-height: 88px;
    padding: 27px 14px 10px 10px;
  }

  .tlt-rsb-v1__ticket-top {
    margin-bottom: 7px;
  }

  .tlt-rsb-v1__ticket-name > b {
    font-size: 11.5px;
  }

  .tlt-rsb-v1__ticket-votes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-top: 8px;
  }

  .tlt-rsb-v1__ticket-votes .tlt-rsb-v1__vote {
    width: 100%;
    min-height: 31px;
  }

  .tlt-rsb-v1__profile {
    min-height: 27px;
    padding: 5px 8px;
    font-size: 7px;
  }

  .tlt-rsb-v1__fingerprints {
    margin-top: 42px;
  }

  .tlt-rsb-v1__fingerprint-grid {
    gap: 8px;
  }

  .tlt-rsb-v1__fingerprint {
    padding: 14px;
  }

  .tlt-rsb-v1__fingerprint-head strong {
    font-size: 31px;
  }

  .tlt-rsb-v1__fingerprint .tlt-rsb-v1__meter {
    margin: 10px 0;
  }

  .tlt-rsb-v1__fingerprint-stats {
    margin: 8px 0 10px;
  }

  .tlt-rsb-v1__fingerprint-stats span {
    padding: 7px 5px;
  }

  .tlt-rsb-v1__fingerprint > button {
    min-height: 42px;
  }

  .tlt-rsb-v1__position-heat {
    padding: 12px;
  }

  .tlt-rsb-v1__position-heat-grid {
    gap: 7px;
  }

  .tlt-rsb-v1__heat {
    min-height: 88px;
    padding: 9px;
  }

  .tlt-rsb-v1__heat > b {
    font-size: 27px;
  }

  .tlt-rsb-v1__board {
    margin-top: 42px;
    padding: 10px;
  }

  .tlt-rsb-v1__controls {
    grid-template-columns: minmax(0, 1fr) minmax(128px, 0.72fr);
    gap: 8px;
  }

  .tlt-rsb-v1__search input,
  .tlt-rsb-v1__sort select {
    min-height: 44px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .tlt-rsb-v1__filter-group > div {
    gap: 5px;
  }

  .tlt-rsb-v1__filter-group button {
    min-width: 0;
    min-height: 42px;
    padding: 7px 4px;
    font-size: 8.5px;
  }

  .tlt-rsb-v1__view-filters {
    display: flex;
    gap: 5px;
    width: 100%;
    margin-right: 0;
    padding: 6px;
    overflow-x: auto;
    scroll-padding-inline: 6px;
    scroll-snap-type: inline proximity;
  }

  .tlt-rsb-v1__view-filters button {
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 40px;
    padding: 8px 11px;
    scroll-snap-align: start;
    font-size: 8.5px;
  }

  .tlt-rsb-v1__board-status {
    min-height: 34px;
    padding: 10px 2px 7px;
  }

  .tlt-rsb-v1__table-body {
    gap: 7px;
  }

  .tlt-rsb-v1__row {
    grid-template-areas:
      "rank player orders"
      "capital capital capital"
      "votes votes votes";
    grid-template-columns: 34px minmax(0, 1fr) 70px;
    column-gap: 6px;
    row-gap: 8px;
    padding: 10px;
  }

  .tlt-rsb-v1__rank b {
    font-size: 21px;
  }

  .tlt-rsb-v1__player {
    gap: 8px;
  }

  .tlt-rsb-v1__player-name > b {
    font-size: 10.5px;
  }

  .tlt-rsb-v1__player-name .tlt-rsb-v1__profile {
    top: 49px;
    right: 10px;
  }

  .tlt-rsb-v1__capital-cell {
    min-height: 40px;
    padding: 8px 78px 8px 9px;
  }

  .tlt-rsb-v1__capital-cell b {
    flex: 0 0 auto;
  }

  .tlt-rsb-v1__capital-cell small {
    min-width: 0;
  }

  .tlt-rsb-v1__vote-cell {
    min-width: 0;
  }

  .tlt-rsb-v1__vote-cell .tlt-rsb-v1__vote {
    gap: 5px;
    min-width: 0;
    min-height: 38px;
    padding: 5px 6px;
    white-space: nowrap;
  }

  .tlt-rsb-v1__vote-cell .tlt-rsb-v1__vote b {
    margin-right: 0;
  }

  .tlt-rsb-v1__orders {
    width: 70px;
    min-width: 0;
    min-height: 32px;
    padding-inline: 5px;
    font-size: 8px;
  }
}

@media (max-width: 380px) {
  .tlt-rsb-v1__controls {
    grid-template-columns: minmax(0, 1fr);
  }

  .tlt-rsb-v1__filter-group,
  .tlt-rsb-v1__sort {
    grid-column: 1;
    grid-row: auto;
  }

  .tlt-rsb-v1__row {
    grid-template-columns: 28px minmax(0, 1fr) 62px;
    column-gap: 4px;
    padding: 8px;
  }

  .tlt-rsb-v1__player {
    gap: 6px;
  }

  .tlt-rsb-v1__player-name > b {
    font-size: 10px;
  }

  .tlt-rsb-v1__player-name .tlt-rsb-v1__profile {
    right: 8px;
  }

  .tlt-rsb-v1__capital-cell {
    padding-right: 70px;
  }

  .tlt-rsb-v1__orders {
    width: 62px;
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tlt-rsb-v1 *,
  .tlt-rsb-v1 *::before,
  .tlt-rsb-v1 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Two-desks phone controls: readable inputs and reliable finger targets. */
@media (max-width: 760px) {
  .tlt-rsb-v1__search input,
  .tlt-rsb-v1__sort select {
    min-height: 44px;
    font-size: 16px;
  }
  .tlt-rsb-v1__controls { grid-template-columns: minmax(0, 1fr); }
  .tlt-rsb-v1__filter-group,
  .tlt-rsb-v1__sort { grid-column: 1; grid-row: auto; }
  .tlt-rsb-v1__view-filters button,
  .tlt-rsb-v1__filter-group button,
  .tlt-rsb-v1__story-head button,
  .tlt-rsb-v1__fingerprint > button,
  .tlt-rsb-v1__profile { min-height: 44px; }
  .tlt-rsb-v1__capital-cell { min-height: 48px; }
  .tlt-rsb-v1__ticket-votes .tlt-rsb-v1__vote b { display: inline; margin-right: 6px; }
  .tlt-rsb-v1__analyst-handle { font-size: 11px; }
}
