.tlt-rbf {
  --tlt-ink: #171b1a;
  --tlt-ink-soft: #525a55;
  --tlt-paper: #f3ecd9;
  --tlt-paper-deep: #e5d9bb;
  --tlt-rule: rgba(53, 88, 104, 0.18);
  --tlt-red: #a33c25;
  --tlt-orange: #f4772f;
  --tlt-gold: #d5aa48;
  --tlt-green: #527b59;
  --tlt-blue: #318fd2;
  --tlt-pink: #ec3f85;
  --tlt-yellow: #d99000;
  position: relative;
  isolation: isolate;
  width: min(1180px, calc(100% - 32px));
  margin: 30px auto 72px;
  color: #f7f2e7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  filter: none;
  opacity: 1;
  overflow: visible;
}

.tlt-rbf,
.tlt-rbf * {
  box-sizing: border-box;
}

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

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

.tlt-rbf img,
.tlt-rbf table,
.tlt-rbf thead,
.tlt-rbf tbody,
.tlt-rbf tr,
.tlt-rbf th,
.tlt-rbf td {
  filter: none;
  opacity: 1;
}

.tlt-rbf__hero-copy,
.tlt-rbf__ledger-head > div:first-child,
.tlt-rbf__toolbar label,
.tlt-rbf__field,
.tlt-rbf__live-recipe strong {
  min-width: 0;
}

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

.tlt-rbf button:focus-visible,
.tlt-rbf a:focus-visible,
.tlt-rbf input:focus-visible,
.tlt-rbf select:focus-visible,
.tlt-rbf summary:focus-visible {
  outline: 3px solid #ff9b55;
  outline-offset: 3px;
}

.tlt-rbf__hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 4px 8px 22px;
}

.tlt-rbf__eyebrow,
.tlt-rbf__ledger-head p,
.tlt-rbf__step-copy > p,
.tlt-rbf__live-recipe span,
.tlt-rbf__toolbar label > span,
.tlt-rbf__ledger-foot span {
  margin: 0;
  color: #f7a36d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tlt-rbf__hero h1 {
  margin: 7px 0 2px;
  color: #fbf8ef;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(44px, 7vw, 86px);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-transform: uppercase;
}

.tlt-rbf__hero-copy > p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(15px, 1.7vw, 19px);
}

.tlt-rbf__sound {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(9, 14, 13, 0.72);
  color: #eee8d9;
  cursor: pointer;
}

.tlt-rbf__sound[aria-pressed="false"] {
  opacity: 0.58;
}

.tlt-rbf__sound span {
  color: var(--tlt-orange);
  font-size: 18px;
}

.tlt-rbf__sound b {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-rbf__desk {
  position: relative;
  min-height: 760px;
  padding: clamp(18px, 3vw, 42px);
  border: 1px solid rgba(205, 120, 64, 0.38);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 3%, rgba(137, 64, 28, 0.34), transparent 32%),
    radial-gradient(circle at 89% 5%, rgba(11, 65, 68, 0.3), transparent 35%),
    linear-gradient(140deg, #171511 0%, #091311 60%, #16110e 100%);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.05);
}

.tlt-rbf__desk::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image:
    linear-gradient(115deg, transparent 0 44%, rgba(255, 255, 255, 0.016) 44% 45%, transparent 45%),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(255, 255, 255, 0.012) 7px 8px);
  content: "";
  pointer-events: none;
}

.tlt-rbf__sheet-stack {
  position: absolute;
  inset: 49px 30px 26px 52px;
  border-radius: 5px;
  background: #d6caad;
  box-shadow:
    5px 5px 0 #c9ba99,
    10px 10px 0 rgba(14, 12, 8, 0.38);
  transform: rotate(0.45deg);
}

.tlt-rbf__ledger {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(74, 57, 34, 0.42);
  border-radius: 4px 10px 8px 4px;
  background:
    linear-gradient(90deg, transparent 0 70px, rgba(171, 61, 42, 0.22) 70px 72px, transparent 72px),
    repeating-linear-gradient(0deg, transparent 0 45px, var(--tlt-rule) 45px 46px),
    var(--tlt-paper);
  color: var(--tlt-ink) !important;
  filter: none !important;
  mix-blend-mode: normal;
  opacity: 1 !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.38);
}

.tlt-rbf__ledger::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 4%, rgba(120, 79, 39, 0.08), transparent 24%),
    radial-gradient(circle at 95% 65%, rgba(128, 92, 38, 0.07), transparent 22%);
  content: "";
  opacity: 0.42;
  pointer-events: none;
}

.tlt-rbf__ledger > * {
  position: relative;
  z-index: 1;
}

.tlt-rbf__ledger-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 145px;
  padding: 26px 34px 22px 88px;
  border-bottom: 2px solid rgba(41, 51, 46, 0.7);
  background: #f6efdd !important;
  color: var(--tlt-ink) !important;
}

.tlt-rbf__ledger-head p {
  color: var(--tlt-red) !important;
  -webkit-text-fill-color: var(--tlt-red);
}

.tlt-rbf__ledger-head h2 {
  margin: 4px 0 1px;
  color: #15201d !important;
  -webkit-text-fill-color: #15201d;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(32px, 4vw, 55px);
  letter-spacing: 0.025em;
  line-height: 0.98;
  text-transform: uppercase;
}

.tlt-rbf__ledger-head strong {
  color: #45504b !important;
  -webkit-text-fill-color: #45504b;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 700;
}

.tlt-rbf__stamp {
  display: grid;
  place-items: center;
  min-width: 122px;
  min-height: 86px;
  padding: 8px 12px;
  border: 3px double var(--tlt-red);
  border-radius: 5px;
  color: var(--tlt-red);
  line-height: 1;
  text-align: center;
  transform: rotate(2deg);
}

.tlt-rbf__stamp span {
  font-family: Impact, sans-serif;
  font-size: 24px;
  letter-spacing: 0.08em;
}

.tlt-rbf__stamp b {
  padding: 4px 0;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.tlt-rbf__stamp small {
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.tlt-rbf__free-locks {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 34px 10px 88px;
  border-bottom: 1px solid rgba(42, 49, 44, 0.2);
  background: rgba(214, 203, 177, 0.84);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tlt-rbf__free-locks span,
.tlt-rbf__free-locks a {
  padding: 7px 10px;
  border: 1px solid rgba(54, 60, 55, 0.24);
  border-radius: 999px;
  color: #535851;
  text-decoration: none;
}

.tlt-rbf__lock-icon {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-right: 3px;
  border: 1.5px solid currentColor;
  border-radius: 1px;
  vertical-align: -1px;
}

.tlt-rbf__lock-icon::before {
  position: absolute;
  bottom: 5px;
  left: 1px;
  width: 4px;
  height: 5px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  content: "";
}

.tlt-rbf__free-locks span {
  border-color: #517d5a;
  background: #e4eddc;
  color: #35583c;
}

.tlt-rbf__pending {
  padding: 8px 34px 8px 88px;
  border-bottom: 1px solid rgba(163, 60, 37, 0.3);
  background: #f7d5b0;
  color: #792c1b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tlt-rbf__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 14px;
  padding: 18px 34px 12px 88px;
  background: #f3ecd9 !important;
}

.tlt-rbf__toolbar label {
  display: grid;
  gap: 6px;
}

.tlt-rbf__toolbar label > span {
  color: #59605a !important;
  font-size: 9px;
}

.tlt-rbf__toolbar input,
.tlt-rbf__toolbar select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(38, 45, 42, 0.38);
  border-radius: 5px;
  background: #fffdf5 !important;
  color: var(--tlt-ink) !important;
  -webkit-text-fill-color: var(--tlt-ink);
  filter: none !important;
  opacity: 1 !important;
  box-shadow: none;
}

.tlt-rbf__toolbar input,
.tlt-rbf__toolbar select {
  padding: 9px 12px;
}

.tlt-rbf__toolbar input::placeholder {
  color: #757b75 !important;
  -webkit-text-fill-color: #757b75;
  opacity: 1;
}

.tlt-rbf__filters {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 34px 17px 88px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.tlt-rbf__filters button {
  position: relative;
  display: grid;
  flex: 0 0 50px;
  width: 50px;
  min-width: 50px;
  height: 75px;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(40, 48, 44, 0.34);
  border-radius: 7px;
  background: #ebe3ce !important;
  color: #26302c !important;
  cursor: pointer;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf__filters button img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf__filters button span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 6px;
  place-items: center;
  background: #18201d;
  color: #f6efdd;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.07em;
}

.tlt-rbf__filters button.is-active {
  border-color: var(--tlt-orange);
  box-shadow:
    0 0 0 2px #f6efdd,
    0 0 0 4px rgba(244, 119, 47, 0.74),
    0 5px 12px rgba(55, 39, 24, 0.22);
}

.tlt-rbf__filters button.is-active span {
  background: #f4772f;
  color: #141916;
}

.tlt-rbf__table-wrap {
  padding: 0 34px 0 76px;
}

.tlt-rbf__table {
  width: 100%;
  border-collapse: collapse;
  background: transparent !important;
  table-layout: fixed;
  color: var(--tlt-ink) !important;
}

.tlt-rbf__table th {
  height: 34px;
  padding: 5px 10px;
  border-block: 2px solid #333c37;
  background: #24312c !important;
  color: #f7f0df !important;
  -webkit-text-fill-color: #f7f0df;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: left;
  text-transform: uppercase;
}

.tlt-rbf__table th:nth-child(1) {
  width: 66px;
}

.tlt-rbf__table th:nth-child(2) {
  width: 76px;
}

.tlt-rbf__table th:nth-child(4) {
  width: 72px;
}

.tlt-rbf__table th:nth-child(5) {
  width: 74px;
}

.tlt-rbf__table th:nth-child(6) {
  width: 116px;
}

.tlt-rbf__table td {
  height: 46px;
  padding: 6px 10px;
  border-bottom: 1px solid rgba(45, 60, 58, 0.26);
  overflow: hidden;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 13px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent !important;
  color: #2f3834 !important;
  -webkit-text-fill-color: currentColor;
}

.tlt-rbf__table tbody tr,
.tlt-rbf__table tbody tr:nth-child(odd),
.tlt-rbf__table tbody tr:nth-child(even) {
  background: rgba(255, 253, 245, 0.34) !important;
  color: var(--tlt-ink) !important;
}

.tlt-rbf__overall {
  color: var(--tlt-red) !important;
  font-size: 17px !important;
  font-weight: 900;
  text-align: center;
}

.tlt-rbf__pos-rank {
  font-weight: 950;
}

.tlt-rbf__pos-rank[data-position="QB"] {
  color: #c61c62 !important;
}

.tlt-rbf__pos-rank[data-position="RB"] {
  color: #366b41 !important;
}

.tlt-rbf__pos-rank[data-position="WR"] {
  color: #1676b4 !important;
}

.tlt-rbf__pos-rank[data-position="TE"] {
  color: #ac7000 !important;
}

.tlt-rbf__player a,
.tlt-rbf__player strong {
  color: #131a18 !important;
  -webkit-text-fill-color: #131a18;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 850;
}

.tlt-rbf__player a {
  text-decoration-color: rgba(163, 60, 37, 0.4);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.tlt-rbf__mobile-meta {
  display: none;
}

/* Own the paper and ink even when Kadence or a WPCode layer loads later. */
.tlt-rbf .tlt-rbf__ledger {
  background-color: var(--tlt-paper) !important;
  color: var(--tlt-ink) !important;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf .tlt-rbf__ledger-head {
  background-color: #f6efdd !important;
  color: var(--tlt-ink) !important;
}

.tlt-rbf .tlt-rbf__ledger-head p {
  color: var(--tlt-red) !important;
  -webkit-text-fill-color: var(--tlt-red) !important;
}

.tlt-rbf .tlt-rbf__ledger-head h2 {
  color: #15201d !important;
  -webkit-text-fill-color: #15201d !important;
}

.tlt-rbf .tlt-rbf__ledger-head strong {
  color: #45504b !important;
  -webkit-text-fill-color: #45504b !important;
}

.tlt-rbf .tlt-rbf__toolbar {
  background-color: #f3ecd9 !important;
}

.tlt-rbf .tlt-rbf__toolbar label > span {
  color: #59605a !important;
  -webkit-text-fill-color: #59605a !important;
}

.tlt-rbf .tlt-rbf__toolbar input,
.tlt-rbf .tlt-rbf__toolbar select {
  background-color: #fffdf5 !important;
  color: var(--tlt-ink) !important;
  -webkit-text-fill-color: var(--tlt-ink) !important;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf .tlt-rbf__toolbar input::placeholder {
  color: #757b75 !important;
  -webkit-text-fill-color: #757b75 !important;
  opacity: 1 !important;
}

.tlt-rbf .tlt-rbf__filters button {
  background-color: #ebe3ce !important;
  color: #26302c !important;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf .tlt-rbf__filters button img {
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf .tlt-rbf__filters button span {
  background-color: #18201d !important;
  color: #f6efdd !important;
  -webkit-text-fill-color: #f6efdd !important;
}

.tlt-rbf .tlt-rbf__filters button.is-active span {
  background-color: var(--tlt-orange) !important;
  color: #141916 !important;
  -webkit-text-fill-color: #141916 !important;
}

.tlt-rbf .tlt-rbf__table,
.tlt-rbf .tlt-rbf__table tbody {
  background-color: transparent !important;
  color: var(--tlt-ink) !important;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf .tlt-rbf__table th {
  background-color: #24312c !important;
  color: #f7f0df !important;
  -webkit-text-fill-color: #f7f0df !important;
}

.tlt-rbf .tlt-rbf__table tbody tr,
.tlt-rbf .tlt-rbf__table tbody tr:nth-child(odd),
.tlt-rbf .tlt-rbf__table tbody tr:nth-child(even) {
  background-color: rgba(255, 253, 245, 0.34) !important;
  color: var(--tlt-ink) !important;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf .tlt-rbf__table td {
  background-color: transparent !important;
  color: #2f3834 !important;
  -webkit-text-fill-color: #2f3834 !important;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf .tlt-rbf__table .tlt-rbf__overall {
  color: var(--tlt-red) !important;
  -webkit-text-fill-color: var(--tlt-red) !important;
}

.tlt-rbf .tlt-rbf__table .tlt-rbf__pos-rank[data-position="QB"] {
  color: #c61c62 !important;
  -webkit-text-fill-color: #c61c62 !important;
}

.tlt-rbf .tlt-rbf__table .tlt-rbf__pos-rank[data-position="RB"] {
  color: #366b41 !important;
  -webkit-text-fill-color: #366b41 !important;
}

.tlt-rbf .tlt-rbf__table .tlt-rbf__pos-rank[data-position="WR"] {
  color: #1676b4 !important;
  -webkit-text-fill-color: #1676b4 !important;
}

.tlt-rbf .tlt-rbf__table .tlt-rbf__pos-rank[data-position="TE"] {
  color: #ac7000 !important;
  -webkit-text-fill-color: #ac7000 !important;
}

.tlt-rbf .tlt-rbf__player a,
.tlt-rbf .tlt-rbf__player strong {
  color: #131a18 !important;
  -webkit-text-fill-color: #131a18 !important;
}

.tlt-rbf__movement > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 5px 8px;
  border-radius: 999px;
  color: white;
  font-size: 12px;
  font-weight: 900;
}

.tlt-rbf__movement .is-up {
  background: #3e7650;
}

.tlt-rbf__movement .is-down {
  background: #9a4334;
}

.tlt-rbf__empty {
  padding: 36px 10px 42px;
  color: #646860;
  font-family: "Courier New", monospace;
  font-weight: 700;
  text-align: center;
}

.tlt-rbf__show-more {
  display: block;
  min-width: 210px;
  min-height: 46px;
  margin: 18px auto;
  border: 2px solid #28322e;
  border-radius: 5px;
  background: rgba(246, 239, 219, 0.9);
  color: #202825;
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-rbf__ledger-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 34px 24px 88px;
  border-top: 2px solid #333c37;
  background: rgba(230, 218, 189, 0.86);
}

.tlt-rbf__ledger-foot > div:first-child {
  display: grid;
  gap: 3px;
}

.tlt-rbf__ledger-foot span {
  color: #6a4b37;
  font-size: 9px;
}

.tlt-rbf__ledger-foot strong {
  color: #313834;
  font-size: 11px;
}

.tlt-rbf__ledger-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.tlt-rbf__ledger-actions button {
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid #3c4641;
  border-radius: 4px;
  background: transparent;
  color: #27302c;
  cursor: pointer;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tlt-rbf__ledger-actions .tlt-rbf__settings-toggle {
  border-color: var(--tlt-red);
  background: var(--tlt-red);
  color: white;
}

body.tlt-rbf-calibration-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

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

.tlt-rbf__calibration {
  position: fixed;
  z-index: 999990;
  inset: 0;
  display: grid;
  width: auto;
  max-height: none;
  padding: clamp(16px, 3vw, 40px);
  overflow: auto;
  place-items: center;
  border: 0;
  background: rgba(2, 7, 6, 0.82);
  backdrop-filter: blur(8px);
  color: #f7f2e8 !important;
  filter: none !important;
  mix-blend-mode: normal;
  opacity: 1 !important;
  overscroll-behavior: contain;
}

.tlt-rbf .tlt-rbf__calibration,
.tlt-rbf .tlt-rbf__calibration h2 {
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
}

.tlt-rbf .tlt-rbf__format-choices > button,
.tlt-rbf .tlt-rbf__steps button,
.tlt-rbf .tlt-rbf__preset-row button,
.tlt-rbf .tlt-rbf__step-actions button,
.tlt-rbf .tlt-rbf__dialog-bar button,
.tlt-rbf .tlt-rbf__ledger-actions button,
.tlt-rbf .tlt-rbf__show-more,
.tlt-rbf .tlt-rbf__sound {
  -webkit-text-fill-color: currentColor !important;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf .tlt-rbf__format-choices > button:disabled {
  opacity: 0.34 !important;
}

.tlt-rbf .tlt-rbf__sound[aria-pressed="false"] {
  opacity: 0.58 !important;
}

.tlt-rbf .tlt-rbf__field select {
  background-color: #111a17 !important;
  color: white !important;
  -webkit-text-fill-color: white !important;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf__calibration-inner {
  position: relative;
  width: min(650px, calc(100vw - 32px));
  max-height: min(760px, calc(100dvh - 40px));
  padding: 18px;
  overflow: auto;
  border: 1px solid rgba(242, 138, 72, 0.52);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(25, 86, 87, 0.3), transparent 34%),
    linear-gradient(150deg, rgba(27, 24, 19, 0.985), rgba(5, 17, 15, 0.99));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.68);
  overscroll-behavior: contain;
}

.tlt-rbf__dialog-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -2px 0 12px;
}

.tlt-rbf__dialog-bar span {
  color: #f3e8d7;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.15em;
}

.tlt-rbf__dialog-bar button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff7eb;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.tlt-rbf .tlt-rbf__dialog-bar button {
  color: #fff7eb !important;
  -webkit-text-fill-color: #fff7eb !important;
}

.tlt-rbf__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tlt-rbf__steps button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 45px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035) !important;
  color: rgba(255, 255, 255, 0.48) !important;
}

.tlt-rbf__steps b {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
}

.tlt-rbf__steps span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-rbf__steps .is-active button {
  border-color: var(--tlt-orange);
  background: rgba(244, 119, 47, 0.13) !important;
  color: #fff !important;
}

.tlt-rbf__steps .is-active b,
.tlt-rbf__steps .is-complete b {
  border-color: var(--tlt-orange);
  background: var(--tlt-orange);
  color: #141713;
}

.tlt-rbf__step-panel {
  min-height: 300px;
  padding: 24px 4px 8px;
}

.tlt-rbf__step-copy {
  margin-bottom: 18px;
}

.tlt-rbf__step-copy > p {
  margin-bottom: 5px;
}

.tlt-rbf__step-copy > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tlt-rbf__step-copy h2 {
  margin: 0;
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(28px, 4vw, 39px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.tlt-rbf__step-copy > span,
.tlt-rbf__step-hint {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
}

.tlt-rbf__help-button {
  display: inline-grid;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  background: transparent;
  color: #f2c19f;
  cursor: pointer;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.tlt-rbf__format-choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.tlt-rbf__format-choices > button {
  display: grid;
  min-width: 0;
  min-height: 135px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035) !important;
  color: white !important;
  cursor: pointer;
  text-align: left;
}

.tlt-rbf__format-choices > button.is-selected {
  border-color: var(--tlt-orange);
  background: rgba(244, 119, 47, 0.12) !important;
}

.tlt-rbf__format-choices strong {
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0;
  font-family: Impact, "Arial Narrow Bold", sans-serif;
  font-size: 25px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tlt-rbf__format-choices small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-rbf__format-choices i,
.tlt-rbf__format-choices b {
  align-self: end;
  color: #ff9e61;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.tlt-rbf__format-choices > button:disabled {
  cursor: not-allowed;
  opacity: 0.34;
}

.tlt-rbf__preset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.tlt-rbf__preset-row button {
  min-height: 39px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045) !important;
  color: #f8f4ea !important;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.tlt-rbf__field-grid.is-scoring {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tlt-rbf__field {
  display: grid;
  gap: 5px;
}

.tlt-rbf__field > span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tlt-rbf__field i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tlt-rbf__field select {
  width: 100%;
  min-height: 42px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: #111a17 !important;
  color: white !important;
  -webkit-text-fill-color: white;
  filter: none !important;
  opacity: 1 !important;
}

.tlt-rbf__field small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
}

.tlt-rbf__advanced {
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tlt-rbf__advanced summary {
  padding: 13px 0;
  color: #f2b18a;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlt-rbf__check {
  display: flex;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 12px;
}

.tlt-rbf__check input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  accent-color: var(--tlt-orange);
}

.tlt-rbf__live-recipe {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 4px 12px;
  padding: 9px 12px;
  border-left: 3px solid var(--tlt-orange);
  background: rgba(255, 255, 255, 0.045);
}

.tlt-rbf__live-recipe strong {
  color: #eee6d7 !important;
  -webkit-text-fill-color: #eee6d7;
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.035em;
  text-align: left;
}

.tlt-rbf__step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 4px 3px;
}

.tlt-rbf__step-navigation {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.tlt-rbf__step-actions button {
  min-height: 47px;
  padding: 8px 18px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-text-fill-color: currentColor;
}

.tlt-rbf__back {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: white;
}

.tlt-rbf__cancel {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
}

.tlt-rbf .tlt-rbf__cancel {
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
}

.tlt-rbf .tlt-rbf__back {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.tlt-rbf__next,
.tlt-rbf__build {
  border: 1px solid #ff9b5c;
  background: linear-gradient(#ff8a45, #e55b1e);
  color: #16110d;
  box-shadow: 0 6px 20px rgba(229, 91, 30, 0.23);
}

.tlt-rbf .tlt-rbf__next,
.tlt-rbf .tlt-rbf__build {
  color: #16110d !important;
  -webkit-text-fill-color: #16110d !important;
}

.tlt-rbf__unlock-line {
  display: inline-block;
  margin-top: 15px;
  color: #ffab76;
  font-size: 11px;
  font-weight: 900;
}

.tlt-rbf__tear-sheet {
  position: absolute;
  z-index: 15;
  inset: clamp(18px, 3vw, 42px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #9c8862;
  border-radius: 5px;
  background:
    linear-gradient(90deg, transparent 0 70px, rgba(171, 61, 42, 0.2) 70px 72px, transparent 72px),
    repeating-linear-gradient(0deg, transparent 0 45px, var(--tlt-rule) 45px 46px),
    var(--tlt-paper);
  color: #28312d;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
}

.tlt-rbf__tear-sheet span {
  align-self: end;
  color: var(--tlt-red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.tlt-rbf__tear-sheet b {
  max-width: 100%;
  overflow: hidden;
  align-self: start;
  font-family: Impact, sans-serif;
  font-size: clamp(48px, 8vw, 88px);
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}

.tlt-rbf.is-repacking .tlt-rbf__tear-sheet {
  animation: tlt-rbf-rip 820ms cubic-bezier(0.72, 0.02, 0.2, 1) both;
}

@keyframes tlt-rbf-rip {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
  35% {
    opacity: 1;
    transform: translateY(1%) rotate(-0.25deg);
  }
  100% {
    opacity: 0;
    transform: translateY(108%) rotate(1.4deg);
  }
}

.tlt-rbf__dialog-status {
  min-height: 18px;
  padding: 10px 4px 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

.tlt-rbf__dialog-status.is-good {
  color: #88c797;
}

.tlt-rbf__dialog-status.is-bad {
  color: #ff8b72;
}

.tlt-rbf__dialog-status.is-working {
  color: #f6b37d;
}

.tlt-rbf__announcer {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tlt-rbf__help {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  padding: 20px;
  place-items: center;
  background: rgba(3, 7, 7, 0.82);
}

.tlt-rbf__help > div {
  position: relative;
  width: min(440px, 100%);
  padding: 28px;
  border: 1px solid rgba(244, 119, 47, 0.54);
  border-radius: 14px;
  background: #101915;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.tlt-rbf__help [data-action="close-help"] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 25px;
}

.tlt-rbf__help p {
  color: rgba(255, 255, 255, 0.7);
}

.tlt-rbf__help h2 {
  margin: 4px 0 8px;
  color: white;
}

.tlt-rbf__print-sheet {
  display: none;
}

.tlt-rbf--locked {
  padding: 40px;
  border: 1px solid rgba(244, 119, 47, 0.35);
  border-radius: 20px;
  background: linear-gradient(135deg, #1d1813, #071614);
}

.tlt-rbf--locked h2 {
  margin: 5px 0 8px;
  color: white;
  font-family: Impact, sans-serif;
  font-size: 46px;
  text-transform: uppercase;
}

.tlt-rbf__locked-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tlt-rbf__locked-actions a {
  padding: 11px 15px;
  border: 1px solid #f4772f;
  border-radius: 5px;
  color: white;
  font-weight: 800;
}

@media (max-width: 820px) {
  .tlt-rbf {
    width: min(100% - 18px, 720px);
    margin-top: 18px;
  }

  .tlt-rbf__hero {
    align-items: center;
  }

  .tlt-rbf__hero h1 {
    font-size: clamp(42px, 11vw, 66px);
  }

  .tlt-rbf__desk {
    padding: 15px;
    border-radius: 18px;
  }

  .tlt-rbf__sheet-stack {
    inset: 22px 8px 8px 25px;
  }

  .tlt-rbf__ledger-head {
    padding: 22px 20px 18px 55px;
  }

  .tlt-rbf__free-locks,
  .tlt-rbf__pending,
  .tlt-rbf__toolbar,
  .tlt-rbf__filters {
    padding-left: 55px;
    padding-right: 18px;
  }

  .tlt-rbf__free-locks {
    overflow-x: auto;
  }

  .tlt-rbf__free-locks > * {
    flex: 0 0 auto;
  }

  .tlt-rbf__table-wrap {
    padding-right: 18px;
    padding-left: 45px;
  }

  .tlt-rbf__ledger-foot {
    padding-right: 18px;
    padding-left: 55px;
  }

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

@media (hover: hover) and (pointer: fine) {
  .tlt-rbf__player a:hover {
    color: var(--tlt-red);
  }

  .tlt-rbf__format-choices > button:hover:not(:disabled) {
    border-color: var(--tlt-orange);
    background: rgba(244, 119, 47, 0.12);
  }

  .tlt-rbf__preset-row button:hover {
    border-color: var(--tlt-orange);
    color: #ffae78;
  }
}

@media (max-width: 600px) {
  .tlt-rbf {
    width: calc(100% - 10px);
    margin: 10px auto calc(45px + env(safe-area-inset-bottom));
  }

  .tlt-rbf__hero {
    align-items: end;
    gap: 8px;
    padding: 4px 7px 14px;
  }

  .tlt-rbf__hero h1 {
    margin-top: 4px;
    font-size: clamp(37px, 12vw, 53px);
  }

  .tlt-rbf__hero-copy > p:last-child {
    margin-top: 6px;
    font-size: 13px;
  }

  .tlt-rbf__sound {
    min-height: 36px;
    padding: 7px 9px;
  }

  .tlt-rbf__sound b {
    display: none;
  }

  .tlt-rbf__desk {
    min-height: 650px;
    padding: 8px;
    border-radius: 13px;
  }

  .tlt-rbf__sheet-stack {
    inset: 13px 6px 4px 13px;
    box-shadow: 3px 3px 0 #c9ba99, 5px 5px 0 rgba(14, 12, 8, 0.32);
    transform: none;
  }

  .tlt-rbf__ledger {
    background:
      linear-gradient(90deg, transparent 0 21px, rgba(171, 61, 42, 0.19) 21px 23px, transparent 23px),
      repeating-linear-gradient(0deg, transparent 0 43px, var(--tlt-rule) 43px 44px),
      var(--tlt-paper);
  }

  .tlt-rbf__ledger-head {
    min-height: 108px;
    gap: 8px;
    padding: 15px 8px 12px 28px;
  }

  .tlt-rbf__ledger-head p {
    font-size: 8px;
  }

  .tlt-rbf__ledger-head h2 {
    font-size: clamp(27px, 8vw, 36px);
  }

  .tlt-rbf__ledger-head strong {
    display: block;
    max-width: 220px;
    font-size: 9px;
    line-height: 1.25;
  }

  .tlt-rbf__stamp {
    min-width: 76px;
    min-height: 65px;
    padding: 5px;
  }

  .tlt-rbf__stamp span {
    font-size: 18px;
  }

  .tlt-rbf__stamp b {
    font-size: 8px;
  }

  .tlt-rbf__stamp small {
    font-size: 7px;
  }

  .tlt-rbf__free-locks,
  .tlt-rbf__pending,
  .tlt-rbf__toolbar,
  .tlt-rbf__filters {
    padding-left: 28px;
    padding-right: 7px;
  }

  .tlt-rbf__free-locks {
    gap: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .tlt-rbf__free-locks span,
  .tlt-rbf__free-locks a {
    flex: 0 1 auto;
    padding: 5px 7px;
    font-size: 8px;
  }

  .tlt-rbf__toolbar {
    grid-template-columns: minmax(0, 1.35fr) minmax(96px, 0.85fr);
    gap: 7px;
    padding-top: 12px;
  }

  .tlt-rbf__toolbar label > span {
    font-size: 7px;
  }

  .tlt-rbf__toolbar input,
  .tlt-rbf__toolbar select {
    min-height: 40px;
    padding: 7px 8px;
    font-size: 11px;
  }

  .tlt-rbf__filters {
    gap: 5px;
    padding-top: 4px;
    padding-bottom: 10px;
    scroll-padding-inline: 28px 7px;
    scroll-snap-type: x proximity;
  }

  .tlt-rbf__filters button {
    flex-basis: 40px;
    width: 40px;
    min-width: 40px;
    height: 60px;
    border-radius: 6px;
    scroll-snap-align: start;
  }

  .tlt-rbf__filters button span {
    font-size: 9px;
  }

  .tlt-rbf__table-wrap {
    padding-right: 6px;
    padding-left: 22px;
  }

  .tlt-rbf__table th,
  .tlt-rbf__table td {
    padding-right: 3px;
    padding-left: 3px;
  }

  .tlt-rbf__table th {
    height: 34px;
    font-size: 7px;
    line-height: 1;
    white-space: nowrap;
  }

  .tlt-rbf__table th:nth-child(1) {
    width: 36px;
    text-align: center;
  }

  .tlt-rbf__table th:nth-child(2) {
    width: 44px;
  }

  .tlt-rbf__table th:nth-child(4),
  .tlt-rbf__table td:nth-child(4),
  .tlt-rbf__table th:nth-child(5),
  .tlt-rbf__table td:nth-child(5) {
    display: none;
  }

  .tlt-rbf__table th:nth-child(3),
  .tlt-rbf__table th:nth-child(6) {
    font-size: 0;
  }

  .tlt-rbf__table th:nth-child(3)::after {
    font-size: 7px;
    content: "PLAYER";
  }

  .tlt-rbf__table th:nth-child(6) {
    width: 54px;
    text-align: center;
  }

  .tlt-rbf__table th:nth-child(6)::after {
    font-size: 7px;
    content: "MOVE";
  }

  .tlt-rbf__table td {
    height: 50px;
    font-size: 10px;
  }

  .tlt-rbf__overall {
    font-size: 14px !important;
  }

  .tlt-rbf__player a,
  .tlt-rbf__player strong {
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tlt-rbf__mobile-meta {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: #59605a !important;
    -webkit-text-fill-color: #59605a !important;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tlt-rbf__movement {
    text-align: center;
  }

  .tlt-rbf__movement > span {
    min-width: 42px;
    padding: 4px 5px;
    font-size: 9px;
  }

  .tlt-rbf__ledger-foot {
    align-items: flex-start;
    padding: 15px 7px 17px 28px;
  }

  .tlt-rbf__ledger-actions {
    gap: 5px;
  }

  .tlt-rbf__ledger-actions button {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 8px;
  }

  .tlt-rbf__calibration {
    align-items: end;
    padding: 0;
  }

  .tlt-rbf__calibration-inner {
    width: 100%;
    max-height: min(82dvh, 760px);
    padding: 8px 12px calc(13px + env(safe-area-inset-bottom));
    border-width: 1px 0 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -24px 70px rgba(0, 0, 0, 0.72);
  }

  .tlt-rbf__calibration-inner::before {
    display: block;
    width: 46px;
    height: 4px;
    margin: 8px auto 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    content: "";
  }

  .tlt-rbf__dialog-bar {
    margin-top: 4px;
  }

  .tlt-rbf__steps button {
    min-height: 39px;
  }

  .tlt-rbf__steps span {
    font-size: 8px;
  }

  .tlt-rbf__steps b {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }

  .tlt-rbf__step-panel {
    min-height: 260px;
    padding-top: 17px;
  }

  .tlt-rbf__step-copy h2 {
    font-size: clamp(27px, 8.4vw, 34px);
  }

  .tlt-rbf__format-choices {
    gap: 6px;
  }

  .tlt-rbf__format-choices > button {
    min-height: 116px;
    padding: 11px 9px;
  }

  .tlt-rbf__format-choices strong {
    font-size: 19px;
  }

  .tlt-rbf__field-grid,
  .tlt-rbf__field-grid.is-scoring {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .tlt-rbf__field select {
    min-height: 40px;
    padding: 5px;
    font-size: 12px;
  }

  .tlt-rbf__field i {
    font-size: 8px;
  }

  .tlt-rbf__preset-row {
    gap: 5px;
  }

  .tlt-rbf__preset-row button {
    min-height: 35px;
    padding: 6px 10px;
    font-size: 9px;
  }

  .tlt-rbf__live-recipe {
    margin-bottom: 8px;
  }

  .tlt-rbf__live-recipe strong {
    font-size: 9px;
  }

  .tlt-rbf__tear-sheet {
    inset: 8px;
  }

}

@media (max-width: 370px) {
  .tlt-rbf__hero-copy > p:last-child {
    max-width: 260px;
  }

  .tlt-rbf__stamp {
    min-width: 68px;
  }

  .tlt-rbf__format-choices strong {
    font-size: 15px;
  }

  .tlt-rbf__format-choices small {
    font-size: 8px;
  }

  .tlt-rbf__format-choices > button {
    padding-right: 7px;
    padding-left: 7px;
  }

  .tlt-rbf__format-choices i,
  .tlt-rbf__format-choices b {
    overflow-wrap: anywhere;
  }

  .tlt-rbf__tear-sheet b {
    font-size: 43px;
  }
}

/*
 * Final phone-ledger authority.
 * Kadence and older WPCode table layers can load after the plugin. Keep these
 * rules deliberately scoped and important so the rankings sheet—not the site
 * theme—owns its mobile columns and type scale.
 */
@media (max-width: 600px) {
  html body .tlt-rbf[data-tlt-rbf] {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table-wrap {
    padding-right: 6px !important;
    padding-left: 22px !important;
    overflow: hidden !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th,
  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table td {
    box-sizing: border-box !important;
    min-width: 0 !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th {
    height: 34px !important;
    overflow: hidden !important;
    font-size: 7px !important;
    line-height: 1 !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(1) {
    width: 36px !important;
    text-align: center !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(2) {
    width: 44px !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(4),
  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table td:nth-child(4),
  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(5),
  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table td:nth-child(5) {
    display: none !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(3),
  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(6) {
    font-size: 0 !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(3)::after,
  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(6)::after {
    font-size: 7px !important;
    line-height: 1 !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(3)::after {
    content: "PLAYER" !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(6) {
    width: 54px !important;
    text-align: center !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table th:nth-child(6)::after {
    content: "MOVE" !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table td {
    height: 50px !important;
    overflow: hidden !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table .tlt-rbf__overall {
    overflow: visible !important;
    font-size: 13px !important;
    font-variant-numeric: tabular-nums !important;
    line-height: 1 !important;
    text-align: center !important;
    text-overflow: clip !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__table .tlt-rbf__pos-rank {
    overflow: visible !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    text-overflow: clip !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__player a,
  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__player strong {
    display: block !important;
    overflow: hidden !important;
    font-size: 13px !important;
    line-height: 1.05 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__mobile-meta {
    display: block !important;
    margin-top: 4px !important;
    overflow: hidden !important;
    font-size: 8px !important;
    line-height: 1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__movement {
    overflow: visible !important;
    text-align: center !important;
    text-overflow: clip !important;
  }

  html body .tlt-rbf[data-tlt-rbf] .tlt-rbf__ledger .tlt-rbf__movement > span {
    min-width: 42px !important;
    padding: 4px 5px !important;
    font-size: 9px !important;
    line-height: 1 !important;
  }
}

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

@media print {
  body * {
    visibility: hidden !important;
  }

  .tlt-rbf.is-exporting .tlt-rbf__print-sheet,
  .tlt-rbf.is-exporting .tlt-rbf__print-sheet * {
    visibility: visible !important;
  }

  .tlt-rbf.is-exporting .tlt-rbf__print-sheet {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    padding: 0.35in;
    background: white;
    color: black;
    font-family: Arial, sans-serif;
  }

  .tlt-rbf__print-sheet header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 3px solid black;
  }

  .tlt-rbf__print-sheet h1 {
    margin: 3px 0;
  }

  .tlt-rbf__print-sheet section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 20px;
    margin: 12px 0;
    font-size: 10px;
  }

  .tlt-rbf__print-sheet table {
    width: 100%;
    border-collapse: collapse;
    font-size: 9px;
  }

  .tlt-rbf__print-sheet th,
  .tlt-rbf__print-sheet td {
    padding: 3px 5px;
    border-bottom: 1px solid #aaa;
    text-align: left;
  }

  .tlt-rbf__print-sheet footer {
    margin-top: 12px;
    font-size: 9px;
    text-align: center;
  }
}
