.game-page[data-engine="truthsignalbureau"] .game-shell {
  background:
    linear-gradient(90deg, rgba(4, 21, 25, .97), rgba(4, 21, 25, .84) 52%, rgba(4, 21, 25, .95)),
    url("/assets/covers/true-or-false.webp") center 43% / cover;
  border-color: #9d7935;
  box-shadow: 0 24px 60px rgba(1, 10, 12, .58), inset 0 0 0 1px rgba(210, 168, 76, .2);
}

.tf-game {
  --tf-teal: #071d24;
  --tf-deep: #041519;
  --tf-paper: #f4ead3;
  --tf-ink: #1d2424;
  --tf-mint: #48b98f;
  --tf-coral: #d9574f;
  --tf-brass: #d2a84c;
  --tf-cyan: #8dd4cf;
  width: min(980px, 100%);
  margin: 0 auto;
  color: var(--tf-paper);
  font-family: Georgia, "Times New Roman", serif;
}

.tf-title {
  margin: 0 0 13px;
  color: #e0b65d;
  font-size: clamp(2.2rem, 6.2vw, 4.9rem);
  font-weight: 700;
  letter-spacing: .045em;
  line-height: .9;
  text-align: center;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .5);
  text-transform: uppercase;
}

.tf-title span {
  display: block;
  margin-bottom: 9px;
  color: var(--tf-paper);
  font-size: clamp(.65rem, 1.45vw, 1rem);
  font-weight: 700;
  letter-spacing: .24em;
}

.tf-bureau {
  position: relative;
  padding: 13px;
  border: 1px solid rgba(210, 168, 76, .72);
  background: rgba(4, 23, 28, .92);
  box-shadow: inset 0 0 0 3px rgba(210, 168, 76, .08), 0 16px 40px rgba(0, 0, 0, .4);
}

.tf-bureau::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--tf-coral), var(--tf-brass) calc(var(--time-ratio, 1) * 100%), var(--tf-mint) 0);
  content: "";
  transition: background .2s linear;
}

.tf-summary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 12px;
  border: 1px solid #7e632e;
  background: #08272d;
}

.tf-summary > span {
  min-width: 0;
  padding: 8px 7px 7px;
  border-right: 1px solid rgba(210, 168, 76, .34);
  text-align: center;
}

.tf-summary > span:last-child { border-right: 0; }
.tf-summary small,
.tf-summary strong { display: block; }

.tf-summary small {
  color: var(--tf-brass);
  font-family: Arial, sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tf-summary svg,
.tf-actions svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.tf-summary svg { margin-right: 4px; vertical-align: -2px; }

.tf-summary strong {
  margin-top: 3px;
  color: var(--tf-paper);
  font-size: clamp(.97rem, 2vw, 1.35rem);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.tf-docket {
  position: relative;
  display: grid;
  min-height: 172px;
  padding: 38px 128px 25px 31px;
  border: 2px solid #bd9443;
  background:
    linear-gradient(90deg, transparent 0 31px, rgba(194, 83, 72, .38) 31px 33px, transparent 33px),
    repeating-linear-gradient(0deg, rgba(45, 73, 69, .045) 0 1px, transparent 1px 5px),
    var(--tf-paper);
  box-shadow: inset 0 0 0 4px #eadab8, 0 6px 14px rgba(0, 0, 0, .38);
  color: var(--tf-ink);
  place-items: center;
  text-align: center;
}

.tf-topic {
  position: absolute;
  top: 16px;
  left: 51px;
  color: #0a5b58;
  font-family: Arial, sans-serif;
  font-size: .71rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.tf-statement {
  max-width: 720px;
  margin: 13px 0 0;
  font-size: clamp(1.3rem, 3vw, 2.05rem);
  font-weight: 600;
  line-height: 1.25;
}

.tf-seals {
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  grid-template-columns: repeat(3, 27px);
  gap: 6px;
  transform: translateY(-50%);
}

.tf-seals small {
  grid-column: 1 / -1;
  color: #655634;
  font-family: Arial, sans-serif;
  font-size: .5rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tf-seals span {
  display: grid;
  width: 27px;
  height: 27px;
  border: 2px solid #81714d;
  border-radius: 50%;
  color: #81714d;
  font-family: Arial, sans-serif;
  font-size: .83rem;
  font-weight: 900;
  opacity: .28;
  place-items: center;
}

.tf-seals span.active {
  border-color: #2f8f6d;
  background: rgba(72, 185, 143, .14);
  color: #287c60;
  opacity: 1;
  transform: rotate(-7deg);
}

.tf-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 13px;
}

.tf-choice {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  min-height: 82px;
  padding: 10px 13px;
  border: 2px solid #c79c47;
  border-radius: 2px;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.09), 0 5px 0 #503d1f, 0 8px 15px rgba(0,0,0,.32);
  color: #fff4d7;
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;
  transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

.tf-choice.true { background: #267d63; }
.tf-choice.false { background: #aa413c; }
.tf-choice:hover:not(:disabled) { transform: translateY(-2px); }

.tf-choice:focus-visible {
  outline: 4px solid var(--tf-cyan);
  outline-offset: 3px;
}

.tf-choice > span {
  align-self: center;
  width: 33px;
  padding: 5px 0;
  border: 1px solid rgba(255, 245, 215, .66);
  color: #fff4d7;
  font-family: Arial, sans-serif;
  font-size: .82rem;
  font-weight: 900;
  text-align: center;
}

.tf-choice strong {
  align-self: center;
  font-size: clamp(1.45rem, 4vw, 2.55rem);
  letter-spacing: .06em;
  line-height: 1;
}

.tf-choice i {
  align-self: center;
  color: rgba(255, 245, 215, .76);
  font-family: Arial, sans-serif;
  font-size: .56rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .09em;
}

.tf-choice.hinted { box-shadow: inset 0 0 0 3px rgba(255,255,255,.12), 0 0 0 4px rgba(210,168,76,.62), 0 5px 0 #503d1f; }
.tf-choice.correct { filter: saturate(1.25) brightness(1.16); box-shadow: inset 0 0 0 4px rgba(255,255,255,.2), 0 0 0 4px rgba(72,185,143,.46), 0 5px 0 #244a3c; }
.tf-choice.wrong { filter: saturate(.7) brightness(.82); box-shadow: inset 0 0 0 4px rgba(255,255,255,.09), 0 0 0 4px rgba(217,87,79,.45), 0 5px 0 #542521; }

.tf-progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin: 18px auto 11px;
}

.tf-progress::before {
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  height: 2px;
  background: #7d642e;
  content: "";
}

.tf-progress span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  border: 2px solid #94732f;
  border-radius: 50%;
  background: #08272d;
  color: #e4c272;
  font-family: Arial, sans-serif;
  font-size: .77rem;
  font-weight: 900;
  place-items: center;
}

.tf-progress span::after {
  position: absolute;
  top: 37px;
  left: 50%;
  color: #91bab7;
  content: attr(data-label);
  font-size: .48rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.tf-progress span.active { border-color: #e0b65d; box-shadow: 0 0 0 4px rgba(210,168,76,.16); color: #fff2c8; }
.tf-progress span.done { border-color: var(--tf-mint); background: #1f6b55; color: #effff8; }

.tf-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  justify-content: center;
  gap: 10px;
  margin-top: 27px;
}

.tf-actions button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid #866a31;
  border-radius: 0;
  background: #0a3036;
  color: var(--tf-cyan);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tf-actions button:hover:not(:disabled) { background: #0e3c42; }
.tf-actions button:focus-visible { outline: 3px solid var(--tf-brass); outline-offset: 2px; }
.tf-actions button:disabled { cursor: default; opacity: .42; }
.tf-prompt { margin: 11px 0 0; color: #a8cbc7; font-family: Arial, sans-serif; font-size: .66rem; font-weight: 700; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.tf-game.paused .tf-docket,
.tf-game.paused .tf-choices { filter: saturate(.5) brightness(.72); }
.tf-game.complete .tf-bureau { box-shadow: inset 0 0 0 3px rgba(72,185,143,.2), 0 0 35px rgba(72,185,143,.14); }

@media (max-width: 650px) {
  .tf-title { margin-bottom: 10px; }
  .tf-bureau { padding: 9px; }
  .tf-summary > span { padding: 7px 2px 6px; }
  .tf-summary small { font-size: .49rem; letter-spacing: .07em; }
  .tf-summary svg { display: none; }
  .tf-summary strong { font-size: .88rem; }
  .tf-docket { min-height: 150px; padding: 39px 20px 48px; background: repeating-linear-gradient(0deg, rgba(45,73,69,.045) 0 1px, transparent 1px 5px), var(--tf-paper); }
  .tf-topic { left: 20px; }
  .tf-statement { font-size: clamp(1.08rem, 5vw, 1.4rem); }
  .tf-seals { top: auto; right: 50%; bottom: 11px; grid-template-columns: auto repeat(3, 24px); align-items: center; transform: translateX(50%); }
  .tf-seals small { grid-column: auto; margin-right: 2px; }
  .tf-seals span { width: 24px; height: 24px; }
  .tf-choice { min-height: 64px; grid-template-columns: 36px 1fr auto; }
  .tf-choice strong { font-size: 1.45rem; }
  .tf-progress span::after { display: none; }
  .tf-progress { margin-top: 16px; }
  .tf-actions { margin-top: 12px; }
  .tf-prompt { font-size: .57rem; line-height: 1.45; }
}

@media (max-width: 430px) {
  .tf-title { font-size: 2.1rem; }
  .tf-title span { font-size: .58rem; }
  .tf-docket { min-height: 158px; }
  .tf-choices { grid-template-columns: 1fr; gap: 10px; }
  .tf-choice { min-height: 58px; }
  .tf-actions { grid-template-columns: 1fr 1fr; }
  .tf-actions button { min-height: 46px; padding-inline: 6px; font-size: .66rem; letter-spacing: .04em; }
}

@media (prefers-reduced-motion: reduce) {
  .tf-choice { transition: none; }
}
