/* TLT Team Trail route-board chassis v0.7.3 - 2026-08-07 */
@font-face {
  font-family: "TLT Trail Display";
  src: url("fonts/public-sans-latin-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "TLT Trail Data";
  src: url("fonts/overpass-mono-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "TLT Trail Data";
  src: url("fonts/overpass-mono-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

.tlt-tt-app,
.tlt-tt-access {
  --tt-black: #05090a;
  --tt-enamel: #10181b;
  --tt-enamel-2: #192529;
  --tt-cream: #f4efe6;
  --tt-warm: #f7ead6;
  --tt-muted: #9aa8a9;
  --tt-signal: #67bfe9;
  --tt-live: #b8e8f6;
  --tt-teal: #6fa7a0;
  --tt-orange: #f26a1b;
  --tt-amber: #d7a34c;
  --tt-moss: #8dbb73;
  --tt-red: #e35f5f;
  --tt-qb: #ef2f8f;
  --tt-rb: #4d9c65;
  --tt-wr: #44a5ee;
  --tt-te: #f2b313;
  --tt-line: rgba(189, 223, 228, 0.2);
  --tt-line-soft: rgba(189, 223, 228, 0.1);
  --tt-art-desktop: url("art/station-04-team-trail-underlay-desktop.webp");
  --tt-art-mobile: url("art/station-04-team-trail-underlay-mobile.webp");
  --tt-art-opacity: 0.35;
  --tt-art-opacity-mobile: 0.35;
  --tt-display: "TLT Trail Display", Arial, sans-serif;
  --tt-data: "TLT Trail Data", Consolas, monospace;
  color: var(--tt-cream);
  color-scheme: dark;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.42;
}

.tlt-tt-app,
.tlt-tt-app *,
.tlt-tt-app *::before,
.tlt-tt-app *::after,
.tlt-tt-access,
.tlt-tt-access *,
.tlt-tt-access *::before,
.tlt-tt-access *::after {
  box-sizing: border-box;
}

.tlt-tt-app {
  width: min(100%, 1320px);
  min-width: 0;
  margin: 0 auto;
  padding: clamp(5px, 1vw, 12px) clamp(6px, 1.7vw, 22px) calc(106px + env(safe-area-inset-bottom));
  overflow: clip;
  container-name: tlt-team-trail;
  container-type: inline-size;
}

.tlt-tt-app .tlt-trail-machine {
  --tt-board-pad: clamp(12px, 1.5vw, 20px);
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(103, 191, 233, 0.34);
  border-radius: 4px;
  color: var(--tt-cream);
  background-color: #071012;
  background-image: url("textures/trail-enamel-speck.svg"), linear-gradient(145deg, #10191b, #05090a 54%, #0b1417);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.62), inset 0 1px rgba(244, 239, 230, 0.07);
}

.tlt-tt-app .tlt-trail-machine::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49.9%, rgba(184, 232, 246, 0.025) 50%, transparent 50.1%),
    radial-gradient(circle at 86% 3%, rgba(103, 191, 233, 0.09), transparent 28%);
}

.tlt-tt-app [data-machine-display],
.tlt-tt-app h1,
.tlt-tt-app h2,
.tlt-tt-app h3,
.tlt-tt-app button {
  font-family: var(--tt-display);
}

.tlt-tt-app [data-machine-readout],
.tlt-tt-app .tlt-tt-kicker,
.tlt-tt-app .tlt-tt-setting-label,
.tlt-tt-app .tlt-tt-years,
.tlt-tt-app .tlt-tt-case-file > span,
.tlt-tt-app .tlt-tt-scoreboard,
.tlt-tt-app .tlt-tt-footer,
.tlt-tt-app .tlt-tt-route-class,
.tlt-tt-app .tlt-tt-rack-footer {
  font-family: var(--tt-data);
  font-variant-numeric: tabular-nums;
}

.tlt-tt-app button {
  appearance: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.tlt-tt-app button:disabled {
  cursor: default;
}

.tlt-tt-app button:focus-visible,
.tlt-tt-app [tabindex]:focus-visible,
.tlt-tt-access a:focus-visible {
  outline: 3px solid var(--tt-amber);
  outline-offset: 3px;
}

.tlt-tt-app [hidden] {
  display: none !important;
}

.tlt-tt-app .tlt-tt-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 10px clamp(13px, 2vw, 24px);
  border-bottom: 1px solid rgba(215, 163, 76, 0.23);
  background:
    linear-gradient(90deg, rgba(5, 10, 11, 0.98), rgba(9, 20, 22, 0.92) 68%, rgba(9, 25, 30, 0.88)),
    url("textures/trail-plot-grid.svg");
}

.tlt-tt-app .tlt-tt-station-lockup {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.tlt-tt-app .tlt-tt-station-number {
  display: grid;
  flex: 0 0 auto;
  place-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(103, 191, 233, 0.68);
  border-radius: 2px;
  background: linear-gradient(155deg, #17282c, #071012);
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.32), 0 8px 20px rgba(0, 0, 0, 0.32);
  text-align: center;
}

.tlt-tt-app .tlt-tt-station-number span,
.tlt-tt-app .tlt-tt-station-number strong {
  display: block;
  line-height: 1;
}

.tlt-tt-app .tlt-tt-station-number span {
  color: var(--tt-teal);
  font-family: var(--tt-data);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-station-number strong {
  margin-top: 3px;
  color: var(--tt-signal);
  font-family: var(--tt-display);
  font-size: 28px;
  line-height: 0.88;
}

.tlt-tt-app .tlt-tt-kicker,
.tlt-tt-app .tlt-tt-setting-label {
  display: block;
  color: var(--tt-teal);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-masthead h1 {
  margin: 1px 0 0;
  color: var(--tt-cream);
  font-size: clamp(27px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.94;
  overflow-wrap: normal;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
}

.tlt-tt-app .tlt-tt-masthead p {
  margin: 3px 0 0;
  color: #bdc8c8;
  font-size: 11px;
}

.tlt-tt-app .tlt-tt-signal-block {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #93a4a5;
  font-family: var(--tt-data);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-signal {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 38px;
  height: 28px;
  padding: 5px;
  border: 1px solid rgba(103, 191, 233, 0.34);
  background: #071116;
  box-shadow: inset 0 0 12px rgba(103, 191, 233, 0.08);
}

.tlt-tt-app .tlt-tt-signal i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--tt-signal);
  box-shadow: 0 0 9px rgba(103, 191, 233, 0.7);
  animation: tlt-tt-signal-live 1.2s steps(2, end) infinite;
}

.tlt-tt-app .tlt-tt-signal i:nth-child(2) { animation-delay: 160ms; }
.tlt-tt-app .tlt-tt-signal i:nth-child(3) { animation-delay: 320ms; }
.tlt-tt-app .is-phase-summary .tlt-tt-signal i,
.tlt-tt-app.is-document-hidden .tlt-tt-signal i { animation-play-state: paused; opacity: 0.38; }

.tlt-tt-app .tlt-tt-machine-body {
  position: relative;
  min-width: 0;
  min-height: 180px;
  background: #05090a;
}

.tlt-tt-app .tlt-tt-program {
  position: relative;
  min-height: clamp(450px, 38vw, 504px);
  overflow: hidden;
  background: #020505;
}

.tlt-tt-app .tlt-tt-program-art,
.tlt-tt-app .tlt-tt-play-art,
.tlt-tt-app .tlt-tt-summary-art {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #020505;
}

.tlt-tt-app .tlt-tt-program-art {
  position: absolute;
  inset: 0;
}

.tlt-tt-app .tlt-tt-program-art::before,
.tlt-tt-app .tlt-tt-play-art::before,
.tlt-tt-app .tlt-tt-summary-art::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: var(--tt-art-opacity);
  background-image: var(--tt-art-desktop);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tlt-tt-app .tlt-tt-program-art::after,
.tlt-tt-app .tlt-tt-play-art::after,
.tlt-tt-app .tlt-tt-summary-art::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 5, 5, 0.6) 0, rgba(2, 5, 5, 0.16) 48%, rgba(2, 5, 5, 0.03) 100%);
}

.tlt-tt-app .tlt-tt-program-art > span,
.tlt-tt-app .tlt-tt-summary-art > span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 15px;
  padding: 5px 8px;
  border: 1px solid rgba(215, 163, 76, 0.34);
  color: rgba(244, 239, 230, 0.68);
  background: rgba(4, 8, 8, 0.72);
  font-family: var(--tt-data);
  font-size: 7px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-program-art > i {
  position: absolute;
  z-index: 2;
  top: 18%;
  right: 10%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tt-live);
  box-shadow: 0 0 16px var(--tt-signal);
}

.tlt-tt-app .tlt-tt-switch-bank {
  position: relative;
  z-index: 2;
  width: min(59%, 720px);
  min-height: 0;
  margin: 24px;
  border: 1px solid rgba(189, 223, 228, 0.27);
  border-radius: 2px;
  background-color: rgba(12, 20, 22, 0.96);
  background-image: url("textures/trail-enamel-speck.svg"), linear-gradient(145deg, rgba(25, 37, 41, 0.98), rgba(5, 10, 11, 0.98));
  box-shadow: 18px 18px 42px rgba(0, 0, 0, 0.48), inset 0 1px rgba(244, 239, 230, 0.06);
}

.tlt-tt-app .tlt-tt-switch-bank::before,
.tlt-tt-app .tlt-tt-switch-bank::after,
.tlt-tt-app .tlt-tt-route-board::before,
.tlt-tt-app .tlt-tt-route-board::after,
.tlt-tt-app .tlt-tt-destination-rack::before,
.tlt-tt-app .tlt-tt-destination-rack::after {
  position: absolute;
  z-index: 4;
  width: 7px;
  height: 7px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(244, 239, 230, 0.26);
  border-radius: 50%;
  background: #11191a;
  box-shadow: inset 0 0 0 2px #05090a;
}

.tlt-tt-app .tlt-tt-switch-bank::before,
.tlt-tt-app .tlt-tt-route-board::before,
.tlt-tt-app .tlt-tt-destination-rack::before { top: 7px; left: 7px; }
.tlt-tt-app .tlt-tt-switch-bank::after,
.tlt-tt-app .tlt-tt-route-board::after,
.tlt-tt-app .tlt-tt-destination-rack::after { right: 7px; bottom: 7px; }

.tlt-tt-app .tlt-tt-program-head {
  padding: 18px 20px 15px;
  border-bottom: 1px solid var(--tt-line-soft);
  background: linear-gradient(90deg, rgba(103, 191, 233, 0.08), transparent 66%);
}

.tlt-tt-app .tlt-tt-program-head h2,
.tlt-tt-app .tlt-tt-route-head h2,
.tlt-tt-app .tlt-tt-rack-head h2,
.tlt-tt-app .tlt-tt-summary-head h2 {
  margin: 2px 0 0;
  color: var(--tt-cream);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-program-head p,
.tlt-tt-app .tlt-tt-rack-head p {
  margin: 7px 0 0;
  color: #aebabb;
  font-size: 11px;
}

.tlt-tt-app .tlt-tt-switch-groups {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.3fr);
}

.tlt-tt-app .tlt-tt-switch-group {
  min-width: 0;
  padding: 14px 16px;
  border-right: 1px solid var(--tt-line-soft);
  border-bottom: 1px solid var(--tt-line-soft);
}

.tlt-tt-app .tlt-tt-switch-group.is-wide {
  grid-row: span 2;
  border-right: 0;
}

.tlt-tt-app .tlt-tt-setting-label {
  margin-bottom: 8px;
  color: var(--tt-amber);
}

.tlt-tt-app .tlt-tt-switches {
  display: grid;
  gap: 7px;
}

.tlt-tt-app .tlt-tt-switches.is-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tlt-tt-app .tlt-tt-switches.is-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.tlt-tt-app .tlt-tt-switch {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 54px;
  padding: 8px 9px;
  border: 1px solid rgba(189, 223, 228, 0.17);
  border-radius: 2px;
  color: var(--tt-cream);
  background: linear-gradient(180deg, #171f20, #080d0e);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), inset 0 -7px 14px rgba(0, 0, 0, 0.28);
  text-align: left;
}

.tlt-tt-app .tlt-tt-switch > i {
  display: block;
  width: 17px;
  height: 31px;
  border: 1px solid rgba(244, 239, 230, 0.2);
  border-radius: 9px;
  background: #05090a;
  box-shadow: inset 0 0 0 3px #111819;
}

.tlt-tt-app .tlt-tt-switch > i::after {
  display: block;
  width: 11px;
  height: 11px;
  margin: 16px auto 0;
  content: "";
  border-radius: 50%;
  background: #485253;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  transition: margin 140ms ease-out, background 140ms ease-out, box-shadow 140ms ease-out;
}

.tlt-tt-app .tlt-tt-switch strong,
.tlt-tt-app .tlt-tt-switch small {
  display: block;
  min-width: 0;
}

.tlt-tt-app .tlt-tt-switch strong {
  font-size: 10px;
  line-height: 1.1;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.tlt-tt-app .tlt-tt-switch small {
  margin-top: 2px;
  color: var(--tt-muted);
  font-family: var(--tt-data);
  font-size: 7px;
  overflow-wrap: normal;
  word-break: normal;
}

.tlt-tt-app .tlt-tt-switch:hover,
.tlt-tt-app .tlt-tt-switch.is-active {
  border-color: rgba(103, 191, 233, 0.62);
}

.tlt-tt-app .tlt-tt-switch.is-active {
  color: var(--tt-live);
  background: linear-gradient(180deg, #183139, #081316);
  box-shadow: inset 3px 0 var(--tt-signal), inset 0 1px rgba(255, 255, 255, 0.05);
}

.tlt-tt-app .tlt-tt-switch.is-active > i::after {
  margin-top: 2px;
  background: var(--tt-live);
  box-shadow: 0 0 10px rgba(103, 191, 233, 0.8);
}

.tlt-tt-app .tlt-tt-program-action {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
}

.tlt-tt-app .tlt-tt-energize,
.tlt-tt-app .tlt-tt-board-button,
.tlt-tt-app .tlt-tt-panel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 17px;
  border: 1px solid rgba(103, 191, 233, 0.72);
  border-radius: 2px;
  color: #061014;
  background: linear-gradient(180deg, #9bd8e7, var(--tt-signal));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.32), inset 0 -3px rgba(0, 0, 0, 0.18), 0 8px 22px rgba(103, 191, 233, 0.14);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-energize {
  gap: 12px;
  min-width: 166px;
}

.tlt-tt-app .tlt-tt-energize > i {
  display: block;
  width: 13px;
  height: 13px;
  border: 3px solid #0b2027;
  border-radius: 50%;
  background: var(--tt-orange);
  box-shadow: 0 0 0 2px rgba(5, 9, 10, 0.5);
}

.tlt-tt-app .tlt-tt-program-action p {
  margin: 0;
  color: #849091;
  font-family: var(--tt-data);
  font-size: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-case-shell {
  min-width: 0;
  scroll-margin-top: clamp(10px, 4vh, 44px);
  outline: none;
}

.tlt-tt-app .tlt-tt-play-art {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  min-height: clamp(160px, 15vw, 188px);
  padding: 18px 20px;
  border-bottom: 1px solid rgba(103, 191, 233, 0.24);
}

.tlt-tt-app .tlt-tt-play-art::after {
  background:
    linear-gradient(90deg, rgba(2, 5, 5, 0.76) 0, rgba(2, 5, 5, 0.42) 43%, rgba(2, 5, 5, 0.03) 73%),
    linear-gradient(180deg, transparent 58%, rgba(2, 5, 5, 0.64));
}

.tlt-tt-app .tlt-tt-case-file {
  position: relative;
  z-index: 2;
  align-self: start;
  max-width: 520px;
  min-width: 0;
  padding: 10px 12px;
  border-left: 3px solid var(--tt-amber);
  background: rgba(4, 10, 11, 0.78);
}

.tlt-tt-app .tlt-tt-case-file > span {
  display: block;
  color: var(--tt-amber);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-case-file > strong {
  display: block;
  margin-top: 3px;
  color: var(--tt-warm);
  font-size: clamp(15px, 1.6vw, 19px);
}

.tlt-tt-app .tlt-tt-case-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.tlt-tt-app .tlt-tt-case-labels span {
  padding: 3px 6px;
  border: 1px solid rgba(103, 191, 233, 0.24);
  color: #bdd7dd;
  background: rgba(7, 18, 21, 0.72);
  font-family: var(--tt-data);
  font-size: 7px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-scoreboard {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(64px, 82px));
  border: 1px solid rgba(189, 223, 228, 0.24);
  background: rgba(5, 11, 12, 0.84);
}

.tlt-tt-app .tlt-tt-scoreboard > div {
  min-width: 0;
  padding: 8px 10px;
  border-right: 1px solid var(--tt-line-soft);
}

.tlt-tt-app .tlt-tt-scoreboard > div:last-child { border-right: 0; }
.tlt-tt-app .tlt-tt-scoreboard span,
.tlt-tt-app .tlt-tt-scoreboard strong { display: block; }
.tlt-tt-app .tlt-tt-scoreboard span { color: var(--tt-muted); font-size: 7px; letter-spacing: 0.1em; text-transform: uppercase; }
.tlt-tt-app .tlt-tt-scoreboard strong { margin-top: 1px; color: var(--tt-warm); font-size: 17px; }

.tlt-tt-app .tlt-tt-progress {
  height: 3px;
  background: #081012;
}

.tlt-tt-app .tlt-tt-progress > i {
  display: block;
  height: 100%;
  background: var(--tt-signal);
  box-shadow: 0 0 10px rgba(103, 191, 233, 0.5);
  transition: width 260ms ease-out;
}

.tlt-tt-app .tlt-tt-instrument-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.18fr) minmax(286px, 0.92fr);
  align-items: start;
  gap: 12px;
  min-width: 0;
  padding: var(--tt-board-pad);
  background: linear-gradient(90deg, #05090a, #081012 72%, #05090a);
}

.tlt-tt-app .tlt-tt-route-board,
.tlt-tt-app .tlt-tt-destination-rack,
.tlt-tt-app .tlt-tt-summary {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(189, 223, 228, 0.24);
  border-radius: 3px;
  background-color: var(--tt-enamel);
  background-image: url("textures/trail-enamel-speck.svg"), url("textures/trail-plot-grid.svg"), linear-gradient(145deg, #131e21, #070d0e 72%);
  box-shadow: inset 0 1px rgba(244, 239, 230, 0.045), 0 16px 38px rgba(0, 0, 0, 0.28);
}

.tlt-tt-app .tlt-tt-route-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding: 13px 16px;
  border-bottom: 1px solid var(--tt-line-soft);
  background: linear-gradient(90deg, rgba(103, 191, 233, 0.07), transparent 66%);
}

.tlt-tt-app .tlt-tt-route-class {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 10px;
  min-width: 0;
  padding: 6px 9px;
  border: 1px solid rgba(103, 191, 233, 0.32);
  background: #071116;
  text-align: right;
}

.tlt-tt-app .tlt-tt-route-class span,
.tlt-tt-app .tlt-tt-route-class small {
  color: var(--tt-muted);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-route-class strong {
  grid-row: span 2;
  color: var(--tt-signal);
  font-family: var(--tt-display);
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1;
}

.tlt-tt-app .tlt-tt-route-mask {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 18px;
  border-bottom: 1px solid var(--tt-line-soft);
}

.tlt-tt-app .tlt-tt-route-path {
  display: grid;
  grid-template-columns: repeat(var(--tt-stop-count), minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tlt-tt-app .tlt-tt-route-path.is-long {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(208px, auto));
  gap: 18px 16px;
}

.tlt-tt-app .tlt-tt-route-path.is-single {
  grid-template-columns: minmax(250px, 420px);
  justify-content: center;
}

.tlt-tt-app .tlt-tt-station-stop {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 190px;
}

.tlt-tt-app .tlt-tt-route-path.is-long .tlt-tt-station-stop {
  grid-row: var(--tt-route-row);
  grid-column: var(--tt-route-column);
  min-height: 208px;
}

.tlt-tt-app .tlt-tt-route-wire {
  position: absolute;
  top: calc(50% - 2px);
  right: 50%;
  z-index: -1;
  display: block;
  width: calc(100% + 16px);
  height: 3px;
  transform-origin: right center;
  background: linear-gradient(90deg, rgba(103, 191, 233, 0.36), var(--tt-live));
  box-shadow: 0 0 7px rgba(103, 191, 233, 0.34);
}

.tlt-tt-app .tlt-tt-station-stop:first-child .tlt-tt-route-wire { display: none; }
.tlt-tt-app .tlt-tt-station-stop.is-reverse .tlt-tt-route-wire { right: auto; left: 50%; transform-origin: left center; }
.tlt-tt-app .tlt-tt-station-stop.is-turn .tlt-tt-route-wire {
  top: calc(-50% - 18px);
  left: calc(50% - 1px);
  right: auto;
  width: 3px;
  height: calc(100% + 18px);
  transform-origin: center bottom;
  background: linear-gradient(180deg, rgba(103, 191, 233, 0.36), var(--tt-live));
}

.tlt-tt-app .tlt-tt-contact {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(184, 232, 246, 0.58);
  border-radius: 50%;
  background: #071116;
  box-shadow: 0 0 0 4px rgba(5, 9, 10, 0.78), 0 0 13px rgba(103, 191, 233, 0.22);
}

.tlt-tt-app .tlt-tt-contact i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tt-signal);
  box-shadow: 0 0 10px rgba(103, 191, 233, 0.78);
}

.tlt-tt-app .tlt-tt-contact b {
  position: absolute;
  top: 35px;
  color: var(--tt-muted);
  font-family: var(--tt-data);
  font-size: 7px;
  font-weight: 600;
}

.tlt-tt-app .tlt-tt-station-plate {
  position: absolute;
  top: 2px;
  right: 2px;
  left: 2px;
  min-width: 0;
  min-height: 72px;
  padding: 8px 9px 7px;
  border-top: 2px solid rgba(var(--tt-team-rgb), 0.88);
  border-right: 1px solid rgba(var(--tt-team-accent-rgb), 0.32);
  border-bottom: 1px solid rgba(189, 223, 228, 0.18);
  border-left: 1px solid rgba(var(--tt-team-rgb), 0.54);
  background:
    linear-gradient(135deg, rgba(var(--tt-team-rgb), 0.22), rgba(4, 9, 10, 0.92) 64%),
    #070c0d;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.tlt-tt-app .tlt-tt-station-stop:nth-child(even) .tlt-tt-station-plate {
  top: auto;
  bottom: 2px;
}

.tlt-tt-app .tlt-tt-station-plate::after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 1px;
  height: 23px;
  content: "";
  background: rgba(184, 232, 246, 0.38);
}

.tlt-tt-app .tlt-tt-station-stop:nth-child(even) .tlt-tt-station-plate::after {
  top: -24px;
  bottom: auto;
}

.tlt-tt-app .tlt-tt-position-marker,
.tlt-tt-app .tlt-tt-team-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 3px 6px;
  font-family: var(--tt-display);
  font-size: clamp(17px, 1.8vw, 23px);
  font-weight: 800;
  line-height: 1;
}

.tlt-tt-app .tlt-tt-position-marker {
  color: var(--tt-live);
  border: 1px solid rgba(103, 191, 233, 0.42);
  background: #07141a;
}

.tlt-tt-app .is-position-qb .tlt-tt-position-marker,
.tlt-tt-app .is-route-qb .tlt-tt-route-class strong { color: var(--tt-qb); border-color: color-mix(in srgb, var(--tt-qb) 55%, transparent); }
.tlt-tt-app .is-position-rb .tlt-tt-position-marker,
.tlt-tt-app .is-route-rb .tlt-tt-route-class strong { color: var(--tt-rb); border-color: color-mix(in srgb, var(--tt-rb) 55%, transparent); }
.tlt-tt-app .is-position-wr .tlt-tt-position-marker,
.tlt-tt-app .is-route-wr .tlt-tt-route-class strong { color: var(--tt-wr); border-color: color-mix(in srgb, var(--tt-wr) 55%, transparent); }
.tlt-tt-app .is-position-te .tlt-tt-position-marker,
.tlt-tt-app .is-route-te .tlt-tt-route-class strong { color: var(--tt-te); border-color: color-mix(in srgb, var(--tt-te) 55%, transparent); }

.tlt-tt-app .tlt-tt-team-code {
  margin-left: 4px;
  color: var(--tt-cream);
  background: rgba(var(--tt-team-rgb), 0.72);
}

.tlt-tt-app .tlt-tt-station-plate > strong,
.tlt-tt-app .tlt-tt-station-plate > .tlt-tt-years,
.tlt-tt-app .tlt-tt-station-plate > small {
  display: block;
  min-width: 0;
}

.tlt-tt-app .tlt-tt-station-plate > strong {
  margin-top: 6px;
  color: var(--tt-warm);
  font-family: var(--tt-display);
  font-size: clamp(11px, 1.15vw, 15px);
  line-height: 1.05;
  overflow-wrap: break-word;
  word-break: normal;
}

.tlt-tt-app .tlt-tt-station-plate > .tlt-tt-years {
  margin-top: 4px;
  color: var(--tt-amber);
  font-size: 8px;
  font-weight: 600;
}

.tlt-tt-app .tlt-tt-station-plate > small {
  margin-top: 3px;
  color: #b7c4c5;
  font-family: var(--tt-data);
  font-size: 6px;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-station-stop.is-destination .tlt-tt-contact {
  border-color: var(--tt-orange);
  box-shadow: 0 0 0 4px rgba(5, 9, 10, 0.78), 0 0 21px rgba(242, 106, 27, 0.58);
}

.tlt-tt-app .tlt-tt-station-stop.is-destination .tlt-tt-contact i { background: var(--tt-orange); box-shadow: 0 0 13px rgba(242, 106, 27, 0.86); }

.tlt-tt-app .is-route-new .tlt-tt-station-stop .tlt-tt-route-wire {
  animation: tlt-tt-route-wire 620ms ease-out both;
  animation-delay: calc(var(--tt-stop-index) * 70ms);
}

.tlt-tt-app .is-route-new .tlt-tt-station-stop .tlt-tt-contact {
  animation: tlt-tt-contact-seat 340ms ease-out both;
  animation-delay: calc(120ms + var(--tt-stop-index) * 70ms);
}

.tlt-tt-app .tlt-tt-clue-drawer {
  border-top: 1px solid var(--tt-line-soft);
  background: #070c0d;
}

.tlt-tt-app .tlt-tt-clue-tab {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 23px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  padding: 8px 14px;
  color: var(--tt-amber);
  background: linear-gradient(90deg, rgba(215, 163, 76, 0.07), transparent 62%);
  text-align: left;
}

.tlt-tt-app .tlt-tt-clue-tab > span {
  font-family: var(--tt-data);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-clue-tab > strong {
  color: #b9c7c8;
  font-family: var(--tt-data);
  font-size: 7px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-clue-tab > i {
  position: relative;
  display: block;
  width: 23px;
  height: 16px;
  border: 1px solid rgba(215, 163, 76, 0.58);
  background: #111616;
}

.tlt-tt-app .tlt-tt-clue-tab > i::after {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 9px;
  height: 4px;
  content: "";
  background: var(--tt-amber);
  transition: right 180ms ease-out;
}

.tlt-tt-app .tlt-tt-clue-drawer.is-open .tlt-tt-clue-tab > i::after { right: 10px; }

.tlt-tt-app .tlt-tt-clue-content {
  padding: 0 14px 12px;
}

.tlt-tt-app .tlt-tt-clue-content ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tlt-tt-app .tlt-tt-clue-content li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: baseline;
  padding: 8px 10px;
  border-left: 2px solid var(--tt-amber);
  background: rgba(215, 163, 76, 0.055);
}

.tlt-tt-app .tlt-tt-clue-content span { color: var(--tt-muted); font-family: var(--tt-data); font-size: 7px; text-transform: uppercase; }
.tlt-tt-app .tlt-tt-clue-content strong { color: var(--tt-warm); font-family: var(--tt-data); font-size: 11px; }

.tlt-tt-app .tlt-tt-destination-rack {
  overflow: hidden;
  background-color: #0b1112;
  background-image: url("textures/trail-enamel-speck.svg"), linear-gradient(180deg, #151c1d, #070b0c);
}

.tlt-tt-app .tlt-tt-rack-head {
  padding: 14px 15px 12px;
  border-bottom: 1px solid var(--tt-line-soft);
  background: linear-gradient(90deg, rgba(215, 163, 76, 0.06), transparent 72%);
}

.tlt-tt-app .tlt-tt-rack-head h2 { font-size: clamp(22px, 2.25vw, 30px); }

.tlt-tt-app .tlt-tt-plaques {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.tlt-tt-app .tlt-tt-destination-plaque {
  position: relative;
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-width: 0;
  min-height: 66px;
  padding: 8px 9px;
  border: 1px solid rgba(189, 223, 228, 0.18);
  border-left: 3px solid rgba(103, 191, 233, 0.34);
  border-radius: 2px;
  color: var(--tt-cream);
  background: linear-gradient(180deg, #171d1e, #080c0d);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), inset 0 -8px 16px rgba(0, 0, 0, 0.3);
  text-align: left;
  transition: transform 120ms ease-out, border-color 150ms ease-out, background 150ms ease-out;
}

.tlt-tt-app .tlt-tt-destination-plaque:not(:disabled):hover { transform: translateY(-1px); border-color: rgba(103, 191, 233, 0.56); }
.tlt-tt-app .tlt-tt-destination-plaque.is-selected { transform: translateY(2px); border-left-color: var(--tt-orange); }
.tlt-tt-app .tlt-tt-destination-plaque.is-correct-answer { border-color: rgba(141, 187, 115, 0.76); border-left-color: var(--tt-orange); background: linear-gradient(180deg, rgba(57, 80, 52, 0.72), #0b130d); }
.tlt-tt-app .tlt-tt-destination-plaque.is-wrong-answer { border-color: rgba(227, 95, 95, 0.66); background: linear-gradient(180deg, rgba(78, 32, 34, 0.64), #13090a); }
.tlt-tt-app .tlt-tt-destination-plaque:disabled:not(.is-correct-answer):not(.is-wrong-answer) { opacity: 0.48; }

.tlt-tt-app .tlt-tt-plaque-index {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(103, 191, 233, 0.34);
  border-radius: 50%;
  color: var(--tt-signal);
  background: #071116;
  font-family: var(--tt-data);
  font-size: 10px;
  font-weight: 600;
}

.tlt-tt-app .tlt-tt-plaque-copy,
.tlt-tt-app .tlt-tt-plaque-copy strong,
.tlt-tt-app .tlt-tt-plaque-copy small { display: block; min-width: 0; }
.tlt-tt-app .tlt-tt-plaque-copy strong {
  font-size: clamp(11px, 1.1vw, 14px);
  line-height: 1.08;
  overflow-wrap: break-word;
  word-break: normal;
}
.tlt-tt-app .tlt-tt-plaque-copy small { margin-top: 3px; color: var(--tt-muted); font-family: var(--tt-data); font-size: 6px; letter-spacing: 0.06em; text-transform: uppercase; }

.tlt-tt-app .tlt-tt-plaque-switch {
  position: relative;
  display: block;
  width: 24px;
  height: 38px;
  border: 1px solid rgba(244, 239, 230, 0.18);
  background: #050809;
  box-shadow: inset 0 0 0 4px #121819;
}

.tlt-tt-app .tlt-tt-plaque-switch::after {
  position: absolute;
  bottom: 5px;
  left: 7px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #4c5556;
  transition: bottom 130ms ease-out, background 130ms ease-out;
}

.tlt-tt-app .is-selected .tlt-tt-plaque-switch::after,
.tlt-tt-app .is-correct-answer .tlt-tt-plaque-switch::after { bottom: 23px; background: var(--tt-orange); box-shadow: 0 0 9px rgba(242, 106, 27, 0.7); }
.tlt-tt-app .is-wrong-answer .tlt-tt-plaque-switch::after { background: var(--tt-red); }

.tlt-tt-app .tlt-tt-rack-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
  border-top: 1px solid var(--tt-line-soft);
  color: var(--tt-muted);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-rack-footer strong { color: var(--tt-signal); font-weight: 600; }

.tlt-tt-app .tlt-tt-destination-board {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-width: 0;
  margin: 0 12px 12px;
  padding: 12px;
  border: 1px solid rgba(141, 187, 115, 0.58);
  border-left: 4px solid var(--tt-moss);
  border-radius: 2px;
  background:
    linear-gradient(110deg, rgba(141, 187, 115, 0.11), transparent 46%),
    #0a100d;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 14px 28px rgba(0, 0, 0, 0.24);
  transform-origin: center top;
  animation: tlt-tt-board-flip 520ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.tlt-tt-app .tlt-tt-destination-board.is-wrong {
  border-color: rgba(227, 95, 95, 0.52);
  border-left-color: var(--tt-red);
  background: linear-gradient(110deg, rgba(227, 95, 95, 0.09), transparent 46%), #100a0b;
}

.tlt-tt-app .tlt-tt-destination-contact {
  display: grid;
  place-items: center;
  min-width: 0;
  color: var(--tt-muted);
  font-family: var(--tt-data);
  font-size: 6px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-destination-contact i {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  border: 1px solid var(--tt-orange);
  border-radius: 50%;
  background: var(--tt-orange);
  box-shadow: 0 0 0 6px rgba(5, 9, 10, 0.8), 0 0 18px rgba(242, 106, 27, 0.56);
}

.tlt-tt-app .tlt-tt-destination-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.tlt-tt-app .tlt-tt-position-emblem {
  width: 60px;
  margin: 0;
  text-align: center;
}

.tlt-tt-app .tlt-tt-position-emblem img {
  display: block;
  width: 60px;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: 2px;
  background: #f4efe6;
}

.tlt-tt-app .tlt-tt-position-emblem figcaption {
  margin-top: 3px;
  color: var(--tt-muted);
  font-family: var(--tt-data);
  font-size: 6px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-role-plate {
  display: grid;
  place-items: center;
  width: 60px;
  min-height: 82px;
  padding: 6px;
  border: 1px solid rgba(103, 191, 233, 0.42);
  background: #07141a;
  text-align: center;
}

.tlt-tt-app .tlt-tt-role-plate span { color: var(--tt-muted); font-family: var(--tt-data); font-size: 6px; text-transform: uppercase; }
.tlt-tt-app .tlt-tt-role-plate strong { color: var(--tt-signal); font-family: var(--tt-display); font-size: 25px; line-height: 1; }

.tlt-tt-app .tlt-tt-ruling-copy { min-width: 0; }
.tlt-tt-app .tlt-tt-ruling-stamp { display: inline-block; padding: 3px 6px; border: 1px solid rgba(141, 187, 115, 0.52); color: var(--tt-moss); font-family: var(--tt-data); font-size: 7px; letter-spacing: 0.08em; text-transform: uppercase; }
.tlt-tt-app .is-wrong .tlt-tt-ruling-stamp { border-color: rgba(227, 95, 95, 0.5); color: var(--tt-red); }

.tlt-tt-app .tlt-tt-ruling-copy h3 {
  max-width: 100%;
  margin: 5px 0 0;
  color: var(--tt-warm);
  font-size: clamp(30px, 3.7vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.94;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.tlt-tt-app .tlt-tt-ruling-copy p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 7px 0 0;
  color: #c3cece;
  font-family: var(--tt-data);
  font-size: 8px;
}

.tlt-tt-app .tlt-tt-ruling-copy p strong { color: var(--tt-signal); }
.tlt-tt-app .tlt-tt-ruling-copy > small { display: block; margin-top: 3px; color: var(--tt-muted); font-family: var(--tt-data); font-size: 7px; }

.tlt-tt-app .tlt-tt-destination-action {
  display: grid;
  gap: 8px;
  justify-items: end;
  min-width: 116px;
}

.tlt-tt-app .tlt-tt-round-receipt { text-align: right; }
.tlt-tt-app .tlt-tt-round-receipt span,
.tlt-tt-app .tlt-tt-round-receipt strong,
.tlt-tt-app .tlt-tt-round-receipt small { display: block; }
.tlt-tt-app .tlt-tt-round-receipt span { color: var(--tt-amber); font-family: var(--tt-data); font-size: 7px; letter-spacing: 0.08em; text-transform: uppercase; }
.tlt-tt-app .tlt-tt-round-receipt strong { color: var(--tt-warm); font-family: var(--tt-display); font-size: 22px; }
.tlt-tt-app .tlt-tt-round-receipt small { color: var(--tt-muted); font-family: var(--tt-data); font-size: 7px; }

.tlt-tt-app .tlt-tt-summary {
  width: calc(100% - 2 * var(--tt-board-pad));
  max-width: 980px;
  margin: var(--tt-board-pad) auto;
  overflow: hidden;
  scroll-margin-top: 20px;
  outline: none;
}

.tlt-tt-app .tlt-tt-summary-art {
  height: 150px;
  border-bottom: 1px solid rgba(103, 191, 233, 0.22);
}

.tlt-tt-app .tlt-tt-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  border-bottom: 1px solid var(--tt-line-soft);
}

.tlt-tt-app .tlt-tt-summary-head p { margin: 5px 0 0; color: var(--tt-muted); font-family: var(--tt-data); font-size: 8px; text-transform: uppercase; }
.tlt-tt-app .tlt-tt-summary-score { flex: 0 0 auto; text-align: right; }
.tlt-tt-app .tlt-tt-summary-score strong { display: block; color: var(--tt-amber); font-family: var(--tt-display); font-size: 44px; line-height: 0.9; }
.tlt-tt-app .tlt-tt-summary-score strong span { color: var(--tt-muted); font-size: 22px; }
.tlt-tt-app .tlt-tt-summary-score small { color: var(--tt-muted); font-family: var(--tt-data); font-size: 7px; text-transform: uppercase; }

.tlt-tt-app .tlt-tt-summary-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--tt-line-soft);
}

.tlt-tt-app .tlt-tt-summary-stats > div { min-width: 0; padding: 12px 18px; border-right: 1px solid var(--tt-line-soft); }
.tlt-tt-app .tlt-tt-summary-stats > div:last-child { border-right: 0; }
.tlt-tt-app .tlt-tt-summary-stats span,
.tlt-tt-app .tlt-tt-summary-stats strong,
.tlt-tt-app .tlt-tt-summary-stats small { display: block; }
.tlt-tt-app .tlt-tt-summary-stats span { color: var(--tt-muted); font-family: var(--tt-data); font-size: 7px; text-transform: uppercase; }
.tlt-tt-app .tlt-tt-summary-stats strong { margin-top: 3px; color: var(--tt-warm); font-family: var(--tt-display); font-size: 21px; }
.tlt-tt-app .tlt-tt-summary-stats small { color: var(--tt-muted); font-family: var(--tt-data); font-size: 7px; }

.tlt-tt-app .tlt-tt-summary-line { height: 3px; margin: 18px 24px 0; background: linear-gradient(90deg, var(--tt-signal), rgba(103, 191, 233, 0.12)); box-shadow: 0 0 9px rgba(103, 191, 233, 0.28); }

.tlt-tt-app .tlt-tt-case-marks {
  display: grid;
  grid-template-columns: repeat(var(--tt-round-length), minmax(30px, 1fr));
  gap: 7px;
  margin: -14px 18px 16px;
}

.tlt-tt-app .tlt-tt-case-marks > span { display: grid; place-items: center; min-height: 30px; border: 1px solid rgba(189, 223, 228, 0.22); border-radius: 50%; color: var(--tt-cream); background: #071116; font-family: var(--tt-data); font-size: 8px; }
.tlt-tt-app .tlt-tt-case-marks > .is-correct { border-color: rgba(141, 187, 115, 0.58); color: var(--tt-moss); }
.tlt-tt-app .tlt-tt-case-marks > .is-wrong { border-color: rgba(227, 95, 95, 0.58); color: var(--tt-red); }

.tlt-tt-app .tlt-tt-misses { margin: 0 18px 16px; padding: 12px; border: 1px solid var(--tt-line-soft); background: #070b0c; }
.tlt-tt-app .tlt-tt-misses p { margin: 6px 0 0; color: var(--tt-muted); font-size: 10px; }
.tlt-tt-app .tlt-tt-misses ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 8px 0 0; padding: 0; list-style: none; }
.tlt-tt-app .tlt-tt-misses li { padding: 8px 9px; border-left: 2px solid var(--tt-red); background: rgba(227, 95, 95, 0.05); }
.tlt-tt-app .tlt-tt-misses li strong,
.tlt-tt-app .tlt-tt-misses li span { display: block; }
.tlt-tt-app .tlt-tt-misses li strong { font-size: 11px; }
.tlt-tt-app .tlt-tt-misses li span { margin-top: 2px; color: var(--tt-muted); font-family: var(--tt-data); font-size: 7px; }

.tlt-tt-app .tlt-tt-summary-actions { display: flex; gap: 10px; padding: 14px 18px; border-top: 1px solid var(--tt-line-soft); }
.tlt-tt-app .tlt-tt-panel-button { border-color: rgba(189, 223, 228, 0.24); color: #c7d2d2; background: linear-gradient(180deg, #171f20, #080d0e); box-shadow: inset 0 1px rgba(255, 255, 255, 0.04); }

.tlt-tt-app .tlt-tt-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 55px;
  padding: 9px 13px;
  border-top: 1px solid rgba(103, 191, 233, 0.16);
  color: #7f8b8c;
  background: #060b0c;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.tlt-tt-app .tlt-tt-footer button,
.tlt-tt-app .tlt-tt-error button {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(189, 223, 228, 0.22);
  border-radius: 2px;
  color: #b9c9c9;
  background: #0a1213;
  font-family: var(--tt-data);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-footer button[aria-pressed="true"] { border-color: rgba(103, 191, 233, 0.56); color: var(--tt-live); }

.tlt-tt-app .tlt-tt-live {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.tlt-tt-app .tlt-tt-loading {
  margin: 0;
  padding: 28px;
  color: var(--tt-muted);
  font-family: var(--tt-data);
  font-size: 10px;
  text-align: center;
}

.tlt-tt-app .tlt-tt-busy {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--tt-live);
  background: rgba(3, 7, 8, 0.72);
  font-family: var(--tt-data);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-tt-app .tlt-tt-busy > span {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(103, 191, 233, 0.28);
  border-top-color: var(--tt-signal);
  border-radius: 50%;
  animation: tlt-tt-spin 650ms linear infinite;
}

.tlt-tt-app .tlt-tt-error {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(227, 95, 95, 0.54);
  color: var(--tt-cream);
  background: #160c0d;
}

.tlt-tt-app .tlt-tt-error strong { color: var(--tt-red); font-size: 11px; }
.tlt-tt-app .tlt-tt-error span { color: #c9bcbc; font-size: 9px; }

.tlt-tt-access {
  width: min(100% - 24px, 720px);
  margin: 24px auto;
  padding: 24px;
  border: 1px solid rgba(103, 191, 233, 0.34);
  border-radius: 3px;
  background: #081113;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.48);
}

.tlt-tt-access > span { color: var(--tt-teal); font-family: var(--tt-data); font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; }
.tlt-tt-access h1 { margin: 5px 0 0; font-family: var(--tt-display); font-size: 38px; line-height: 1; text-transform: uppercase; }
.tlt-tt-access p { color: #b7c2c2; }
.tlt-tt-access a { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 15px; border: 1px solid rgba(103, 191, 233, 0.65); color: #071116; background: var(--tt-signal); font-family: var(--tt-display); font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; }

@keyframes tlt-tt-signal-live {
  0%, 100% { opacity: 0.24; transform: scale(0.72); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes tlt-tt-route-wire {
  from { opacity: 0.1; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes tlt-tt-contact-seat {
  from { filter: brightness(0.55); transform: translate(-50%, -50%) scale(0.82); }
  to { filter: brightness(1); transform: translate(-50%, -50%) scale(1); }
}

@keyframes tlt-tt-board-flip {
  from { opacity: 0.35; transform: rotateX(-26deg); }
  to { opacity: 1; transform: rotateX(0deg); }
}

@keyframes tlt-tt-spin { to { transform: rotate(360deg); } }

/*
 * Kadence keeps shortcode blocks inside a reading-width entry column even when
 * the authenticated TLT shell has substantially more room beside the rail.
 * On desktop, Team Trail owns a wider, rail-aware aperture rather than
 * inheriting that article width.
 */
@media (min-width: 1101px) {
  .tlt-tt-app {
    width: min(1280px, calc(100vw - 160px));
    max-width: none;
    margin-right: 0;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

/*
 * Non-container-query fallback for compact desktop/tablet shells. The setup
 * bank receives the full functional width; play and reveal stack as wide
 * boards. Mobile keeps its existing composition at 780px and below.
 */
@media (min-width: 781px) and (max-width: 1100px) {
  .tlt-tt-app {
    width: min(100%, calc(100vw - 40px));
    max-width: none;
  }

  .tlt-tt-app .tlt-tt-program {
    display: block;
    min-height: 0;
  }

  .tlt-tt-app .tlt-tt-program-art {
    position: absolute;
    inset: 0;
    height: auto;
    min-height: 100%;
  }

  .tlt-tt-app .tlt-tt-switch-bank {
    display: block;
    width: calc(100% - 48px);
    min-width: 0;
    min-height: 0;
    margin: 24px;
    border-left: 1px solid rgba(189, 223, 228, 0.27);
  }

  .tlt-tt-app .tlt-tt-instrument-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .tlt-tt-app .tlt-tt-route-board { order: 1; }
  .tlt-tt-app .tlt-tt-destination-rack { order: 2; }
  .tlt-tt-app .tlt-tt-plaques { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/*
 * WordPress can place the game in a narrow center column while the browser
 * viewport remains desktop-wide. These rules respond to the space the plugin
 * actually owns, preventing the setup switches and play chassis from being
 * squeezed into a false wide-screen layout.
 */
@container tlt-team-trail (max-width: 920px) {
  .tlt-tt-app .tlt-tt-program {
    display: grid;
    grid-template-columns: minmax(540px, 1.55fr) minmax(160px, 0.45fr);
    grid-template-rows: minmax(418px, auto);
    min-height: 418px;
  }

  .tlt-tt-app .tlt-tt-program-art {
    position: relative;
    inset: auto;
    grid-column: 2;
    grid-row: 1;
    height: auto;
    min-height: 100%;
  }

  .tlt-tt-app .tlt-tt-program-art::after {
    background: linear-gradient(90deg, rgba(2, 5, 5, 0.18), rgba(2, 5, 5, 0.03) 42%, rgba(2, 5, 5, 0.12));
  }

  .tlt-tt-app .tlt-tt-program-art > span {
    right: 12px;
    bottom: 10px;
  }

  .tlt-tt-app .tlt-tt-switch-bank {
    display: grid;
    grid-column: 1;
    grid-row: 1;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: auto;
    min-width: 0;
    min-height: 100%;
    margin: 0;
    border-left: 0;
  }

  .tlt-tt-app .tlt-tt-switch-groups { align-content: stretch; }

  .tlt-tt-app .tlt-tt-instrument-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .tlt-tt-app .tlt-tt-route-board { order: 1; }
  .tlt-tt-app .tlt-tt-destination-rack { order: 2; }

  .tlt-tt-app .tlt-tt-plaques {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@container tlt-team-trail (max-width: 720px) {
  .tlt-tt-app .tlt-tt-program {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: clamp(188px, 50vw, 210px) auto;
    min-height: 0;
  }

  .tlt-tt-app .tlt-tt-program-art {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
  }

  .tlt-tt-app .tlt-tt-switch-bank {
    display: block;
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    border-right: 0;
  }

  .tlt-tt-app .tlt-tt-switch-groups { grid-template-columns: 1fr; }
  .tlt-tt-app .tlt-tt-switch-group,
  .tlt-tt-app .tlt-tt-switch-group.is-wide {
    grid-row: auto;
    border-right: 0;
  }
}

@media (max-width: 1024px) {
  .tlt-tt-app .tlt-tt-instrument-grid { grid-template-columns: minmax(0, 1.78fr) minmax(272px, 0.92fr); }
  .tlt-tt-app .tlt-tt-route-mask { padding: 14px; }
  .tlt-tt-app .tlt-tt-route-path { gap: 11px; }
  .tlt-tt-app .tlt-tt-route-wire { width: calc(100% + 11px); }
  .tlt-tt-app .tlt-tt-station-plate { right: 0; left: 0; padding: 7px; }
  .tlt-tt-app .tlt-tt-position-marker,
  .tlt-tt-app .tlt-tt-team-code { font-size: 18px; }
  .tlt-tt-app .tlt-tt-destination-board { grid-template-columns: 48px minmax(0, 1fr); }
  .tlt-tt-app .tlt-tt-destination-action { grid-column: 2; justify-items: start; }
}

@media (max-width: 780px) {
  .tlt-tt-app { padding-right: 5px; padding-left: 5px; }
  .tlt-tt-app .tlt-trail-machine { --tt-board-pad: 10px; }
  .tlt-tt-app .tlt-tt-masthead { min-height: 70px; padding: 8px 10px; }
  .tlt-tt-app .tlt-tt-station-number { width: 50px; height: 50px; }
  .tlt-tt-app .tlt-tt-station-number strong { font-size: 25px; }
  .tlt-tt-app .tlt-tt-masthead h1 { font-size: clamp(25px, 7vw, 34px); }
  .tlt-tt-app .tlt-tt-masthead p { font-size: 9px; }
  .tlt-tt-app .tlt-tt-signal-block > span { display: none; }

  .tlt-tt-app .tlt-tt-program {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: clamp(188px, 50vw, 210px) auto;
    min-height: 0;
  }
  .tlt-tt-app .tlt-tt-program-art {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 1;
    height: clamp(188px, 50vw, 210px);
    min-height: 0;
  }
  .tlt-tt-app .tlt-tt-program-art::before,
  .tlt-tt-app .tlt-tt-play-art::before,
  .tlt-tt-app .tlt-tt-summary-art::before {
    opacity: var(--tt-art-opacity-mobile);
    background-image: var(--tt-art-mobile);
    background-position: 70% 18%;
  }
  .tlt-tt-app .tlt-tt-program-art::after { background: linear-gradient(180deg, rgba(2, 5, 5, 0.03), rgba(2, 5, 5, 0.16)); }
  .tlt-tt-app .tlt-tt-program-art > span { right: 10px; bottom: 9px; }
  .tlt-tt-app .tlt-tt-switch-bank {
    display: block;
    grid-column: 1;
    grid-row: 2;
    width: auto;
    min-height: 0;
    margin: 0;
    border-right: 0;
    border-left: 0;
  }
  .tlt-tt-app .tlt-tt-program-head { padding: 15px 14px 12px; }
  .tlt-tt-app .tlt-tt-switch-groups { grid-template-columns: 1fr; }
  .tlt-tt-app .tlt-tt-switch-group,
  .tlt-tt-app .tlt-tt-switch-group.is-wide { grid-row: auto; border-right: 0; padding: 12px 13px; }
  .tlt-tt-app .tlt-tt-switches.is-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tlt-tt-app .tlt-tt-switch { grid-template-columns: 15px minmax(0, 1fr); gap: 6px; min-height: 52px; padding: 7px 6px; }
  .tlt-tt-app .tlt-tt-switch > i { width: 15px; height: 29px; }
  .tlt-tt-app .tlt-tt-switch > i::after { width: 9px; height: 9px; margin-top: 15px; }
  .tlt-tt-app .tlt-tt-switch.is-active > i::after { margin-top: 2px; }
  .tlt-tt-app .tlt-tt-switch strong { font-size: 9px; }
  .tlt-tt-app .tlt-tt-program-action { align-items: stretch; padding: 12px 13px; }
  .tlt-tt-app .tlt-tt-program-action p { align-self: center; }

  .tlt-tt-app .tlt-tt-play-art { min-height: 200px; padding: 12px; background-position: 70% 18%; }
  .tlt-tt-app .tlt-tt-play-art::after { background: linear-gradient(90deg, rgba(2, 5, 5, 0.72), rgba(2, 5, 5, 0.18) 66%, transparent), linear-gradient(180deg, transparent 52%, rgba(2, 5, 5, 0.66)); }
  .tlt-tt-app .tlt-tt-case-file { align-self: start; max-width: min(76%, 360px); padding: 8px 9px; }
  .tlt-tt-app .tlt-tt-case-file > strong { font-size: 14px; }
  .tlt-tt-app .tlt-tt-case-labels { gap: 3px; }
  .tlt-tt-app .tlt-tt-scoreboard { position: absolute; right: 10px; bottom: 10px; left: 10px; grid-template-columns: repeat(3, 1fr); }
  .tlt-tt-app .tlt-tt-scoreboard > div { padding: 7px 9px; }

  .tlt-tt-app .tlt-tt-instrument-grid { grid-template-columns: 1fr; gap: 10px; }
  .tlt-tt-app .tlt-tt-route-board { order: 1; }
  .tlt-tt-app .tlt-tt-destination-rack { order: 2; }
  .tlt-tt-app .tlt-tt-route-head { padding: 11px 12px; }
  .tlt-tt-app .tlt-tt-route-head h2 { font-size: 25px; }
  .tlt-tt-app .tlt-tt-route-class { padding: 5px 7px; }
  .tlt-tt-app .tlt-tt-route-class strong { font-size: 21px; }

  .tlt-tt-app .tlt-tt-route-mask { padding: 12px 10px 12px 12px; }
  .tlt-tt-app .tlt-tt-route-path,
  .tlt-tt-app .tlt-tt-route-path.is-long {
    position: relative;
    display: block;
    min-width: 0;
    padding: 4px 0;
  }
  .tlt-tt-app .tlt-tt-route-path::before {
    position: absolute;
    top: 38px;
    bottom: 38px;
    left: 23px;
    width: 3px;
    content: "";
    background: linear-gradient(180deg, var(--tt-live), rgba(103, 191, 233, 0.34));
    box-shadow: 0 0 7px rgba(103, 191, 233, 0.28);
  }
  .tlt-tt-app .tlt-tt-station-stop,
  .tlt-tt-app .tlt-tt-route-path.is-long .tlt-tt-station-stop {
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr);
    align-items: center;
    min-height: 96px;
    padding: 5px 0;
  }
  .tlt-tt-app .tlt-tt-route-wire {
    top: 50%;
    left: 23px !important;
    right: auto !important;
    display: block !important;
    width: 35px !important;
    height: 3px !important;
    transform-origin: left center !important;
    background: var(--tt-live) !important;
  }
  .tlt-tt-app .tlt-tt-station-stop:first-child .tlt-tt-route-wire { display: block !important; width: 35px !important; }
  .tlt-tt-app .tlt-tt-contact {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1;
    grid-row: 1;
    width: 29px;
    height: 29px;
    margin-left: 10px;
    transform: none;
  }
  .tlt-tt-app .tlt-tt-contact b { top: 31px; }
  .tlt-tt-app .tlt-tt-station-plate,
  .tlt-tt-app .tlt-tt-station-stop:nth-child(even) .tlt-tt-station-plate {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    grid-column: 2;
    grid-row: 1;
    min-height: 78px;
    margin-left: 0;
    padding: 8px 10px;
  }
  .tlt-tt-app .tlt-tt-station-stop:nth-child(even) .tlt-tt-station-plate { margin-left: 20px; }
  .tlt-tt-app .tlt-tt-station-plate::after,
  .tlt-tt-app .tlt-tt-station-stop:nth-child(even) .tlt-tt-station-plate::after { display: none; }
  .tlt-tt-app .tlt-tt-position-marker,
  .tlt-tt-app .tlt-tt-team-code { min-height: 29px; font-size: 19px; }
  .tlt-tt-app .tlt-tt-station-plate > strong { font-size: 14px; }
  .tlt-tt-app .tlt-tt-station-plate > .tlt-tt-years { font-size: 9px; }
  .tlt-tt-app .is-route-new .tlt-tt-station-stop .tlt-tt-contact { animation-name: tlt-tt-contact-seat-mobile; }

  .tlt-tt-app .tlt-tt-plaques { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; padding: 10px; }
  .tlt-tt-app .tlt-tt-destination-plaque { grid-template-columns: 28px minmax(0, 1fr); min-height: 64px; padding: 7px; }
  .tlt-tt-app .tlt-tt-plaque-switch { position: absolute; top: 5px; right: 5px; width: 17px; height: 28px; opacity: 0.7; }
  .tlt-tt-app .tlt-tt-plaque-switch::after { bottom: 4px; left: 4px; width: 7px; height: 7px; }
  .tlt-tt-app .is-selected .tlt-tt-plaque-switch::after,
  .tlt-tt-app .is-correct-answer .tlt-tt-plaque-switch::after { bottom: 15px; }
  .tlt-tt-app .tlt-tt-plaque-copy strong { padding-right: 12px; font-size: 11px; }

  .tlt-tt-app .tlt-tt-destination-board { grid-template-columns: 40px minmax(0, 1fr); gap: 9px; margin: 0 9px 9px; padding: 10px; }
  .tlt-tt-app .tlt-tt-destination-contact i { width: 20px; height: 20px; }
  .tlt-tt-app .tlt-tt-destination-contact span { display: none; }
  .tlt-tt-app .tlt-tt-destination-identity { gap: 9px; }
  .tlt-tt-app .tlt-tt-position-emblem,
  .tlt-tt-app .tlt-tt-position-emblem img,
  .tlt-tt-app .tlt-tt-role-plate { width: 54px; }
  .tlt-tt-app .tlt-tt-role-plate { min-height: 78px; }
  .tlt-tt-app .tlt-tt-ruling-copy h3 { font-size: clamp(29px, 8vw, 42px); }
  .tlt-tt-app .tlt-tt-destination-action { grid-column: 2; width: 100%; min-width: 0; justify-items: stretch; }
  .tlt-tt-app .tlt-tt-board-button { width: 100%; }
  .tlt-tt-app .tlt-tt-round-receipt { text-align: left; }

  .tlt-tt-app .tlt-tt-summary { width: calc(100% - 20px); }
  .tlt-tt-app .tlt-tt-summary-art { height: 190px; }
}

@media (max-width: 520px) {
  .tlt-tt-app .tlt-tt-masthead { gap: 8px; }
  .tlt-tt-app .tlt-tt-station-lockup { gap: 8px; }
  .tlt-tt-app .tlt-tt-masthead .tlt-tt-kicker { font-size: 6px; letter-spacing: 0.1em; }
  .tlt-tt-app .tlt-tt-masthead h1 { font-size: clamp(24px, 8vw, 31px); }
  .tlt-tt-app .tlt-tt-signal { width: 31px; padding: 4px; gap: 3px; }
  .tlt-tt-app .tlt-tt-signal i { width: 4px; height: 4px; }
  .tlt-tt-app .tlt-tt-switches.is-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tlt-tt-app .tlt-tt-program-action { display: grid; grid-template-columns: minmax(0, 1fr); }
  .tlt-tt-app .tlt-tt-energize { width: 100%; }
  .tlt-tt-app .tlt-tt-program-action p { text-align: center; }
  .tlt-tt-app .tlt-tt-route-head { align-items: flex-end; }
  .tlt-tt-app .tlt-tt-route-head .tlt-tt-kicker { max-width: 170px; }
  .tlt-tt-app .tlt-tt-route-class { grid-template-columns: auto; gap: 2px; }
  .tlt-tt-app .tlt-tt-route-class strong { grid-row: auto; font-size: 21px; }
  .tlt-tt-app .tlt-tt-route-class span { display: none; }
  .tlt-tt-app .tlt-tt-route-class small { font-size: 6px; }
  .tlt-tt-app .tlt-tt-clue-tab { padding: 8px 10px; }
  .tlt-tt-app .tlt-tt-rack-head { padding: 12px; }
  .tlt-tt-app .tlt-tt-rack-head h2 { font-size: 24px; }
  .tlt-tt-app .tlt-tt-rack-head p { font-size: 9px; }
  .tlt-tt-app .tlt-tt-destination-plaque { min-height: 68px; }
  .tlt-tt-app .tlt-tt-destination-identity { grid-template-columns: auto minmax(0, 1fr); }
  .tlt-tt-app .tlt-tt-ruling-copy h3 { font-size: clamp(27px, 8vw, 36px); }
  .tlt-tt-app .tlt-tt-summary-head { align-items: flex-end; padding: 14px; }
  .tlt-tt-app .tlt-tt-summary-head h2 { font-size: 27px; }
  .tlt-tt-app .tlt-tt-summary-score strong { font-size: 36px; }
  .tlt-tt-app .tlt-tt-summary-stats > div { padding: 10px; }
  .tlt-tt-app .tlt-tt-case-marks { gap: 4px; margin-right: 10px; margin-left: 10px; }
  .tlt-tt-app .tlt-tt-case-marks > span { min-height: 27px; }
  .tlt-tt-app .tlt-tt-misses ul { grid-template-columns: 1fr; }
  .tlt-tt-app .tlt-tt-summary-actions { display: grid; grid-template-columns: 1fr 1fr; padding: 12px; }
  .tlt-tt-app .tlt-tt-summary-actions button { min-width: 0; }
  .tlt-tt-app .tlt-tt-footer { align-items: flex-start; }
  .tlt-tt-app .tlt-tt-footer > span { padding-top: 10px; }
  .tlt-tt-app .tlt-tt-footer button { min-height: 44px; }
  .tlt-tt-app .tlt-tt-error { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .tlt-tt-app .tlt-tt-station-number { width: 46px; height: 46px; }
  .tlt-tt-app .tlt-tt-masthead p { display: none; }
  .tlt-tt-app .tlt-tt-play-art { min-height: 188px; }
  .tlt-tt-app .tlt-tt-case-file { max-width: 82%; }
  .tlt-tt-app .tlt-tt-case-labels span:last-child { display: none; }
  .tlt-tt-app .tlt-tt-route-head .tlt-tt-kicker { display: none; }
  .tlt-tt-app .tlt-tt-route-head h2 { font-size: 23px; }
  .tlt-tt-app .tlt-tt-plaques { grid-template-columns: 1fr 1fr; }
  .tlt-tt-app .tlt-tt-plaque-index { width: 26px; height: 26px; }
  .tlt-tt-app .tlt-tt-destination-plaque { grid-template-columns: 26px minmax(0, 1fr); padding: 6px; }
  .tlt-tt-app .tlt-tt-destination-board { grid-template-columns: minmax(0, 1fr); }
  .tlt-tt-app .tlt-tt-destination-contact { display: none; }
  .tlt-tt-app .tlt-tt-destination-identity { grid-column: 1; padding-right: 0; }
  .tlt-tt-app .tlt-tt-destination-action { grid-column: 1; }
  .tlt-tt-app .tlt-tt-position-emblem,
  .tlt-tt-app .tlt-tt-position-emblem img,
  .tlt-tt-app .tlt-tt-role-plate { width: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .tlt-tt-app *,
  .tlt-tt-app *::before,
  .tlt-tt-app *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes tlt-tt-contact-seat-mobile {
  from { filter: brightness(0.55); transform: scale(0.82); }
  to { filter: brightness(1); transform: scale(1); }
}
