.tdb-footer-page-shell {
  --tdb-footer-page: #eceff3;
  --tdb-footer-footer: #121214;
  --tdb-footer-card: #1d1e21;
  --tdb-footer-card-strong: #242528;
  --tdb-footer-text: #f5f6f8;
  --tdb-footer-muted: #a6abb8;
  --tdb-footer-quiet: #737988;
  --tdb-footer-line: #292a2e;
  --tdb-footer-blue: #0b79ff;
  --tdb-footer-purple: #7425ff;
  --tdb-footer-purple-soft: #bd7aff;
}

.tdb-footer-page-shell[hidden] {
  display: none !important;
}

.tdb-footer-page-shell,
.tdb-footer-page-shell *,
.tdb-footer-page-shell *::before,
.tdb-footer-page-shell *::after {
  box-sizing: border-box;
}

.tdb-footer-document {
  margin: 0;
  background: #07080a;
}

.tdb-footer-page-shell {
  width: 100%;
  max-width: 100%;
  visibility: visible !important;
  margin: 0 !important;
  padding: 0;
  position: relative;
  isolation: isolate;
  contain: layout style;
  container-name: tdb-footer-shell;
  container-type: inline-size;
  background: #07080a;
  color: var(--tdb-footer-text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.tdb-footer-page-shell a {
  color: inherit;
  text-decoration: none;
}

.tdb-footer-page-shell button,
.tdb-footer-page-shell summary {
  font: inherit;
}

.tdb-footer-page-shell button,
.tdb-footer-page-shell a,
.tdb-footer-page-shell summary {
  -webkit-tap-highlight-color: transparent;
}

.tdb-footer-page-shell {
  min-height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.tdb-footer-page-lead {
  width: min(1060px, calc(100% - 40px));
  min-height: 50vh;
  margin: 0 auto;
  padding: clamp(72px, 12vw, 150px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tdb-footer-page-lead .tdb-footer-eyebrow {
  color: #6c24f9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.tdb-footer-page-lead h1 {
  max-width: 700px;
  margin: 12px 0 16px;
  font-size: clamp(40px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.tdb-footer-page-lead p {
  max-width: 600px;
  margin: 0;
  color: #60636b;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
}

.tdb-footer-site-footer {
  width: min(1120px, 100%);
  background: var(--tdb-footer-footer);
  color: var(--tdb-footer-text);
  border-radius: 0;
  box-shadow: none;
}

.tdb-footer-footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 12px 14px 28px;
}

.tdb-footer-license-intro {
  position: relative;
  overflow: hidden;
}

.tdb-footer-license-intro h2 {
  margin: 0;
  color: #f4f5f7;
  font-size: clamp(22px, 5.7vw, 31px);
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.tdb-footer-read-more {
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
}

.tdb-footer-read-more summary {
  z-index: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
  color: #e8e9ec;
  cursor: pointer;
  list-style: none;
}

.tdb-footer-read-more summary::-webkit-details-marker,
.tdb-footer-nav-group summary::-webkit-details-marker {
  display: none;
}

.tdb-footer-collapsed-preview {
  width: 100%;
  max-height: 150px;
  padding: 4px 5px 28px;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%);
}

.tdb-footer-collapsed-preview p {
  margin: 12px 0 0;
  color: #8eb0d4;
  font-size: 13px;
  line-height: 1.48;
}

.tdb-footer-collapsed-preview a,
.tdb-footer-long-copy a {
  color: #9fc4ea;
  text-decoration: underline;
  text-decoration-color: rgba(159, 196, 234, 0.58);
  text-underline-offset: 2px;
}

.tdb-footer-collapsed-preview strong {
  color: #a9c7e8;
}

.tdb-footer-page-shell .tdb-footer-summary-button {
  min-height: 45px;
  padding: 0 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #292a2c;
  border-radius: 12px;
  color: #e8e9ec;
  font-size: 14px;
  font-weight: 750;
}

.tdb-footer-page-shell .tdb-footer-summary-button::after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0;
  position: static;
  flex: 0 0 8px;
  border-right: 2px solid #969ba8;
  border-bottom: 2px solid #969ba8;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.tdb-footer-read-more[open] .tdb-footer-summary-button::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.tdb-footer-read-more > summary::marker {
  content: "";
  font-size: 0;
}

.tdb-footer-read-more[open] {
  margin-top: 0;
}

.tdb-footer-read-more[open] summary {
  order: 2;
  margin-top: 16px;
}

.tdb-footer-read-more[open] .tdb-footer-collapsed-preview {
  display: none;
}

.tdb-footer-collapse-label {
  display: none;
}

.tdb-footer-read-more[open] .tdb-footer-expand-label {
  display: none;
}

.tdb-footer-read-more[open] .tdb-footer-collapse-label {
  display: inline;
}

.tdb-footer-read-more-copy {
  order: 1;
  padding: 14px 5px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #92afd2;
  font-size: 13px;
  line-height: 1.28;
}

.tdb-footer-long-copy {
  max-width: none;
  margin: 0;
}

.tdb-footer-long-copy h3 {
  margin: 32px 0 12px;
  color: #f7f8fa;
  font-size: clamp(20px, 4vw, 25px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.tdb-footer-long-copy h3:first-child {
  margin-top: 0;
}

.tdb-footer-long-copy h4 {
  margin: 22px 0 7px;
  color: #f1f3f6;
  font-size: 15px;
  line-height: 1.4;
}

.tdb-footer-long-copy p {
  margin: 0 0 14px;
}

.tdb-footer-long-copy ul {
  margin: 10px 0 24px;
  padding-left: 16px;
  display: grid;
  gap: 3px;
}

.tdb-footer-long-copy li::marker {
  color: #8ba8cb;
}

.tdb-footer-long-copy strong {
  color: #afc8e5;
}

.tdb-footer-long-copy .tdb-footer-language-list {
  padding: 14px;
  background: #222328;
  border-radius: 12px;
  color: #bdc3cf;
}

.tdb-footer-brand-row {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 46px 0 18px;
}

.tdb-footer-brand-mark {
  font-size: 22px;
  font-weight: 950;
  font-style: italic;
  letter-spacing: -0.045em;
  line-height: 1;
  transform: skew(-4deg);
}

.tdb-footer-brand-line {
  height: 1px;
  flex: 1;
  background: var(--tdb-footer-line);
}

.tdb-footer-language-picker {
  position: relative;
  z-index: 40;
}

.tdb-footer-language-toggle {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}

.tdb-footer-language-trigger,
.tdb-footer-icon-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: #26272a;
  border-radius: 11px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.tdb-footer-language-trigger {
  width: 80px;
  grid-template-columns: auto auto auto;
  gap: 5px;
  font-size: 12px;
  font-weight: 800;
}

.tdb-footer-flag-image {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(24, 26, 31, 0.12);
}

.tdb-footer-language-flag {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.tdb-footer-language-chevron {
  width: 7px;
  height: 7px;
  border-right: 2px solid #838997;
  border-bottom: 2px solid #838997;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.tdb-footer-language-toggle:checked + .tdb-footer-language-trigger .tdb-footer-language-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.tdb-footer-icon-button {
  font-size: 21px;
  font-weight: 700;
}

.tdb-footer-language-trigger:hover,
.tdb-footer-icon-button:hover {
  background: #333438;
  transform: translateY(-1px);
}

.tdb-footer-language-menu {
  width: min(300px, calc(100vw - 30px));
  max-height: min(70vh, 590px);
  padding: 12px 9px 14px;
  position: absolute;
  right: -42px;
  top: calc(100% + 15px);
  bottom: auto;
  z-index: 10;
  display: none;
  gap: 2px;
  overflow: visible;
  background: #fff;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
  color: #1f2024;
}

.tdb-footer-language-options {
  min-height: 0;
  max-height: min(calc(70vh - 70px), 520px);
  display: grid;
  gap: 2px;
  overflow: hidden auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.tdb-footer-language-toggle:checked ~ .tdb-footer-language-menu {
  display: grid;
}

.tdb-footer-language-toggle:focus-visible + .tdb-footer-language-trigger {
  outline: 2px solid #bd7aff;
  outline-offset: 3px;
}

.tdb-footer-language-menu::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 65px;
  top: -6px;
  bottom: auto;
  background: #fff;
  transform: rotate(45deg);
}

.tdb-footer-language-menu-head {
  padding: 0 7px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tdb-footer-language-menu-head strong {
  font-size: 16px;
}

.tdb-footer-language-close {
  color: #707582;
  cursor: pointer;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
}

.tdb-footer-language-section-label {
  margin: 5px 7px 4px;
  color: #777b86;
  font-size: 13px;
}

.tdb-footer-language-menu button {
  min-height: 58px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: transparent;
  border: 0;
  border-radius: 13px;
  color: #202126;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
}

.tdb-footer-language-menu button .tdb-footer-flag-image {
  background: #f0f1f3;
}

.tdb-footer-language-menu button:hover {
  background: #f2f2f4;
}

.tdb-footer-language-option.tdb-footer-is-selected {
  background: #f2f2f4;
}

.tdb-footer-language-option:not(.tdb-footer-is-selected) .tdb-footer-language-check {
  visibility: hidden;
}

.tdb-footer-language-option-copy {
  min-width: 0;
  flex: 1;
  display: grid;
  gap: 2px;
}

.tdb-footer-language-option-copy strong {
  font-size: 14px;
}

.tdb-footer-language-option-copy small {
  color: #3f424a;
  font-size: 12px;
}

.tdb-footer-language-check {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  background: #0b79ff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.tdb-footer-footer-nav {
  display: grid;
}

.tdb-footer-nav-group {
  border-bottom: 1px solid transparent;
}

.tdb-footer-nav-group summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  font-weight: 750;
  list-style: none;
}

.tdb-footer-nav-group summary::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-right: 2px solid #9298a6;
  border-bottom: 2px solid #9298a6;
  transform: rotate(45deg) translateY(-3px);
  transition: transform 180ms ease;
}

.tdb-footer-nav-group[open] summary::after {
  transform: rotate(225deg);
}

.tdb-footer-nav-group ul {
  margin: 0;
  padding: 0 0 14px;
  display: grid;
  gap: 10px;
  list-style: none;
}

.tdb-footer-nav-group li {
  color: var(--tdb-footer-muted);
  font-size: 13px;
}

.tdb-footer-nav-group a:hover {
  color: #fff;
}

.tdb-footer-download-grid {
  display: block;
}

.tdb-footer-page-shell[data-tdb-footer-installed="true"]
  .tdb-footer-download-grid {
  display: none !important;
}

@media (display-mode: standalone), (display-mode: fullscreen) {
  .tdb-footer-page-shell .tdb-footer-download-grid {
    display: none !important;
  }
}

.tdb-footer-desktop-app-title,
.tdb-footer-desktop-app-subtitle,
.tdb-footer-windows-card {
  display: none;
}

.tdb-footer-app-banner {
  min-height: 140px;
  margin-top: 48px;
  padding: 18px 16px;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 84% 42%, rgba(255, 255, 255, 0.5), transparent 4%),
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(102deg, #6e1df2 0%, #7d24ff 62%, #b16cff 100%);
  border-radius: 18px;
  isolation: isolate;
}

.tdb-footer-app-banner::before {
  display: none;
}

.tdb-footer-app-copy {
  max-width: 200px;
  position: relative;
  z-index: 2;
}

.tdb-footer-app-copy h2 {
  margin: 0 0 7px;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.tdb-footer-app-copy p {
  max-width: 140px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.tdb-footer-app-art {
  width: 184px;
  height: 184px;
  position: absolute;
  right: 12px;
  top: -36px;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}

.tdb-footer-page-shell
  .tdb-footer-app-art
  > img.tdb-footer-app-visual {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.tdb-footer-install-button {
  min-width: 128px;
  height: 34px;
  padding: 0 13px;
  position: absolute;
  right: 16px;
  bottom: 15px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #fff;
  border-radius: 10px;
  color: #202126;
  font-size: 13px;
  font-weight: 800;
  transition: transform 160ms ease;
}

.tdb-footer-install-button:hover {
  transform: translateY(-2px);
}

.tdb-footer-page-shell .tdb-footer-install-button,
.tdb-footer-page-shell .tdb-footer-windows-install {
  color: #202126;
}

.tdb-footer-android-mark {
  min-width: 22px;
  display: grid;
  place-items: center;
  gap: 0;
}

.tdb-footer-android-mark img {
  width: 20px;
  height: 14px;
  display: block;
}

.tdb-footer-android-mark small {
  display: block;
  color: #20a858;
  font-size: 4px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

.tdb-footer-install-button strong {
  font-size: 14px;
  font-weight: 800;
}

.tdb-footer-support-card {
  min-height: 148px;
  margin-top: 36px;
  padding: 17px 16px;
  position: relative;
  overflow: visible;
  background: var(--tdb-footer-card);
  border-radius: 18px;
  isolation: isolate;
}

.tdb-footer-support-card::after {
  content: "";
  position: absolute;
  width: 52%;
  height: 185%;
  right: 16%;
  bottom: -58%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 112, 255, 0.36) 0%,
    rgba(0, 112, 255, 0.14) 38%,
    transparent 72%
  );
  border-radius: 50%;
  filter: blur(9px);
}

.tdb-footer-support-copy {
  width: 55%;
  position: relative;
  z-index: 4;
}

.tdb-footer-support-copy h2 {
  margin: 0 0 4px;
  font-size: 15px;
}

.tdb-footer-support-copy h2 span {
  margin-left: 7px;
  padding: 2px 7px 3px;
  background: var(--tdb-footer-blue);
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
}

.tdb-footer-support-copy p {
  max-width: 150px;
  margin: 0;
  color: var(--tdb-footer-muted);
  font-size: 13px;
  line-height: 1.35;
}

.tdb-footer-page-shell
  .tdb-footer-support-card
  > img.tdb-footer-support-agent {
  width: auto !important;
  max-width: none !important;
  height: 150px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 14px !important;
  bottom: 0 !important;
  left: auto !important;
  top: auto !important;
  z-index: 2;
  display: block !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.tdb-footer-support-button {
  height: 37px;
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  z-index: 4;
  display: grid;
  place-items: center;
  background: var(--tdb-footer-blue);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(0, 89, 255, 0.15);
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.tdb-footer-support-button:hover {
  background: #2588ff;
  transform: translateY(-1px);
}

.tdb-footer-contact-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.tdb-footer-contact-card {
  min-height: 70px;
  padding: 17px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--tdb-footer-card);
  border-radius: 18px;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.tdb-footer-contact-card:hover {
  background: var(--tdb-footer-card-strong);
  transform: translateY(-1px);
}

.tdb-footer-contact-card span {
  color: #8caad0;
  font-size: 13px;
}

.tdb-footer-contact-card strong {
  margin-top: 4px;
  font-size: 14px;
}

.tdb-footer-footer-credentials {
  padding: 24px 0 0;
}

.tdb-footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tdb-footer-social-row a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: #28292d;
  border-radius: 10px;
  color: #f4f5f7;
  font-size: 20px;
  font-weight: 800;
  position: relative;
  transition: background-color 160ms ease;
}

.tdb-footer-social-row a:hover {
  background: #393a3f;
}

.tdb-footer-social-row img {
  width: 19px;
  height: 19px;
  display: block;
}

.tdb-footer-social-badge {
  min-width: 15px;
  height: 10px;
  padding: 0 2px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  display: grid;
  place-items: center;
  background: #168de2;
  border: 1px solid #28292d;
  border-radius: 5px;
  color: #fff;
  font-size: 5px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.tdb-footer-footer-minimal {
  margin-top: 20px;
  padding-top: 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-top: 1px solid #292a2e;
  color: #7f8795;
  font-size: 12px;
}

.tdb-footer-footer-minimal strong {
  color: #75849c;
  font-size: 20px;
  line-height: 1;
}

.tdb-footer-responsible-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.tdb-footer-gamcare {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.tdb-footer-gamcare > b {
  color: #782cff;
  font-size: 26px;
  line-height: 1;
}

.tdb-footer-gamcare > span {
  display: grid;
}

.tdb-footer-gamcare strong {
  font-size: 12px;
}

.tdb-footer-gamcare small {
  color: #8a8e98;
  font-size: 5px;
}

.tdb-footer-gamble-aware {
  font-size: 21px;
  letter-spacing: -0.045em;
}

.tdb-footer-gamble-aware strong {
  color: #ff7200;
  font-weight: 500;
}

.tdb-footer-payments {
  max-width: 360px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 15px;
}

.tdb-footer-payments span {
  color: #737986;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.tdb-footer-payments span:nth-child(2) {
  position: relative;
  padding-left: 22px;
}

.tdb-footer-payments span:nth-child(2)::before {
  content: "";
  width: 18px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  background: repeating-linear-gradient(
    to bottom,
    #737986 0 3px,
    transparent 3px 6px
  );
  border-radius: 2px;
}

.tdb-footer-verification-row {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.tdb-footer-regulator-badge {
  width: 170px;
  height: 86px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #368b65;
}

.tdb-footer-seal {
  width: 60px;
  height: 68px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 30%, #e9f1e8 0 20%, transparent 21%),
    linear-gradient(145deg, #edf4ef 0 44%, #78a998 45% 57%, #f7f9f5 58%);
  border-radius: 50% 50% 58% 42%;
  color: #0c5943;
  font-size: 25px;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.18));
  transform: rotate(4deg);
}

.tdb-footer-regulator-badge small {
  max-width: 90px;
  font-size: 6px;
  font-weight: 800;
  line-height: 1.45;
}

.tdb-footer-qr-code {
  width: 86px;
  height: 86px;
  padding: 9px;
  background: #fff;
  border-radius: 11px;
}

.tdb-footer-qr-code span {
  width: 100%;
  height: 100%;
  display: block;
  background:
    linear-gradient(90deg, #111 10%, transparent 10% 20%, #111 20% 30%, transparent 30% 40%, #111 40% 60%, transparent 60% 70%, #111 70% 90%, transparent 90%),
    linear-gradient(#111 10%, transparent 10% 20%, #111 20% 30%, transparent 30% 40%, #111 40% 60%, transparent 60% 70%, #111 70% 90%, transparent 90%);
  background-color: #fff;
  background-size: 13px 13px;
  image-rendering: pixelated;
}

.tdb-footer-legal-copy {
  max-width: 355px;
  margin-top: 12px;
  color: #7fa3cb;
  font-size: 10px;
  line-height: 1.36;
}

.tdb-footer-legal-copy p {
  margin: 0 0 12px;
}

.tdb-footer-legal-copy a {
  color: #a4c6ec;
  text-decoration: underline;
}

.tdb-footer-age-mark {
  display: block;
  margin-top: 18px;
  color: #75849c;
  font-size: 20px;
}

.tdb-footer-page-shell summary:focus-visible,
.tdb-footer-page-shell a:focus-visible,
.tdb-footer-page-shell button:focus-visible {
  outline: 2px solid #bd7aff;
  outline-offset: 3px;
}

@media (min-width: 760px) {
  .tdb-footer-footer-inner {
    padding: 40px 32px 52px;
  }

  .tdb-footer-license-intro h2 {
    font-size: 30px;
  }

  .tdb-footer-read-more {
    width: 100%;
  }

  .tdb-footer-brand-row {
    padding-top: 52px;
  }

  .tdb-footer-brand-mark {
    font-size: 29px;
  }

  .tdb-footer-footer-nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin-bottom: 30px;
  }

  .tdb-footer-nav-group summary::after {
    display: none;
  }

  .tdb-footer-nav-group ul {
    display: grid;
  }

  .tdb-footer-app-banner {
    min-height: 160px;
    margin-top: 72px;
    padding: 24px 28px;
  }

  .tdb-footer-app-copy h2 {
    font-size: 22px;
  }

  .tdb-footer-app-copy p {
    max-width: none;
    font-size: 14px;
  }

  .tdb-footer-app-art {
    width: 220px;
    height: 220px;
    right: 46px;
    top: -68px;
  }

  .tdb-footer-install-button {
    min-width: 154px;
    height: 44px;
    right: 24px;
    bottom: 24px;
  }

  .tdb-footer-support-card {
    min-height: 182px;
    margin-top: 46px;
    padding: 28px;
  }

  .tdb-footer-support-copy h2 {
    font-size: 19px;
  }

  .tdb-footer-support-copy p {
    max-width: 230px;
    font-size: 14px;
  }

  .tdb-footer-support-button {
    right: auto;
    bottom: 28px;
    left: 28px;
    width: 260px;
  }

  .tdb-footer-page-shell
    .tdb-footer-support-card
    > img.tdb-footer-support-agent {
    width: auto !important;
    height: 210px !important;
    right: 40px !important;
    bottom: 0 !important;
    left: auto !important;
    top: auto !important;
  }

  .tdb-footer-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tdb-footer-footer-credentials {
    display: block;
  }

  .tdb-footer-footer-minimal {
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .tdb-footer-page-shell {
    min-height: 0;
    padding: 0;
    background: var(--tdb-footer-footer);
  }

  .tdb-footer-site-footer {
    width: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
  }

  .tdb-footer-footer-inner {
    width: 100%;
    max-width: 1680px;
    padding: 26px 42px 30px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 16px;
  }

  .tdb-footer-license-intro {
    min-height: 205px;
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .tdb-footer-license-intro h2 {
    font-size: clamp(30px, 2.2vw, 37px);
    line-height: 1.08;
  }

  .tdb-footer-read-more:not([open]) {
    min-height: 205px;
  }

  .tdb-footer-collapsed-preview {
    max-height: none;
    padding: 0;
    overflow: visible;
    mask-image: none;
  }

  .tdb-footer-collapsed-preview p {
    max-width: 760px;
    margin-top: 18px;
    color: #565b66;
    font-size: 13px;
  }

  .tdb-footer-collapsed-preview strong {
    color: #626873;
  }

  .tdb-footer-page-shell .tdb-footer-summary-button {
    width: 144px;
    min-height: 44px;
    margin-top: 24px;
    padding: 0 38px 0 18px;
    justify-content: flex-start;
    gap: 0;
    border-radius: 12px;
  }

  .tdb-footer-page-shell .tdb-footer-summary-button::after {
    margin-left: auto;
  }

  .tdb-footer-read-more[open] summary {
    align-items: flex-start;
  }

  .tdb-footer-brand-row {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 0 0 38px;
  }

  .tdb-footer-brand-mark {
    font-size: 30px;
  }

  .tdb-footer-support-card {
    min-height: 88px;
    height: 88px;
    margin: 0;
    padding: 17px 16px;
    grid-column: 1 / 7;
    grid-row: 3;
    border-radius: 16px;
  }

  .tdb-footer-support-copy {
    width: 36%;
  }

  .tdb-footer-support-copy h2 {
    font-size: 15px;
  }

  .tdb-footer-support-copy p {
    max-width: 170px;
    font-size: 13px;
  }

  .tdb-footer-page-shell
    .tdb-footer-support-card
    > img.tdb-footer-support-agent {
    width: auto !important;
    height: clamp(104px, 8.2vw, 126px) !important;
    right: 27% !important;
    bottom: 0 !important;
    left: auto !important;
    top: auto !important;
    object-position: center bottom !important;
  }

  .tdb-footer-support-button {
    width: 150px;
    height: 44px;
    right: 16px;
    bottom: 22px;
    left: auto;
  }

  .tdb-footer-contact-grid {
    margin: 0;
    grid-column: 7 / -1;
    grid-row: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .tdb-footer-contact-card {
    min-height: 88px;
    padding: 18px 16px;
    border-radius: 16px;
  }

  .tdb-footer-footer-nav {
    margin: 40px 0 0;
    grid-column: 1 / 7;
    grid-row: 4;
    grid-template-columns: 36fr 25fr 39fr;
    gap: 24px;
    align-self: start;
  }

  .tdb-footer-nav-group {
    border: 0;
  }

  .tdb-footer-nav-group summary {
    min-height: 0;
    margin-bottom: 18px;
    cursor: default;
    font-size: 20px;
  }

  .tdb-footer-nav-group ul {
    padding: 0;
    gap: 12px;
  }

  .tdb-footer-nav-group:not([open]) > ul {
    display: grid !important;
  }

  .tdb-footer-nav-group:nth-child(2) ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .tdb-footer-nav-group li {
    color: #9dbce4;
    font-size: 13px;
  }

  .tdb-footer-download-grid {
    margin-top: 40px;
    grid-column: 8 / -1;
    grid-row: 4;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-self: start;
  }

  .tdb-footer-mobile-app-title,
  .tdb-footer-mobile-app-subtitle {
    display: none;
  }

  .tdb-footer-desktop-app-title,
  .tdb-footer-desktop-app-subtitle {
    display: inline;
  }

  .tdb-footer-app-banner,
  .tdb-footer-windows-card {
    min-height: 190px;
    height: 190px;
    margin: 0;
    padding: 18px 16px;
    overflow: visible;
    border-radius: 18px;
  }

  .tdb-footer-app-banner {
    display: block;
    background:
      radial-gradient(circle at 75% 44%, rgba(255, 255, 255, 0.72), transparent 3%),
      radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.25), transparent 23%),
      linear-gradient(126deg, #6e1df2 0%, #902cff 58%, #a047ff 100%);
  }

  .tdb-footer-app-copy {
    max-width: 54%;
  }

  .tdb-footer-app-copy h2 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.25;
  }

  .tdb-footer-app-copy p {
    max-width: 120px;
    font-size: 12px;
    line-height: 1.35;
  }

  .tdb-footer-app-art {
    width: 180px;
    height: 205px;
    right: -4px;
    top: -28px;
    overflow: visible;
  }

  .tdb-footer-page-shell
    .tdb-footer-app-art
    > img.tdb-footer-app-visual {
    width: clamp(195px, 14vw, 215px) !important;
    max-width: none !important;
    height: clamp(195px, 14vw, 215px) !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .tdb-footer-install-button {
    width: calc(55% - 22px);
    min-width: 0;
    height: 37px;
    right: auto;
    bottom: 16px;
    left: 16px;
  }

  .tdb-footer-windows-card {
    position: relative;
    display: block;
    isolation: isolate;
    background:
      radial-gradient(circle at 42% 70%, rgba(255, 255, 255, 0.55), transparent 3%),
      linear-gradient(135deg, #2365ff 0%, #435eff 56%, #7f97ff 100%);
  }

  .tdb-footer-windows-copy {
    max-width: 54%;
    position: relative;
    z-index: 2;
  }

  .tdb-footer-windows-copy h2 {
    margin: 0;
    font-size: 17px;
    line-height: 1.25;
  }

  .tdb-footer-windows-art {
    width: clamp(170px, 72%, 220px);
    height: clamp(135px, 10vw, 155px);
    position: absolute;
    top: -30px;
    right: -8px;
    z-index: 1;
    pointer-events: none;
  }

  .tdb-footer-page-shell
    .tdb-footer-windows-art
    > img.tdb-footer-windows-visual {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    object-fit: contain !important;
    object-position: right bottom !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .tdb-footer-windows-install {
    width: calc(100% - 32px);
    height: 37px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #fff;
    border-radius: 10px;
    color: #202126;
    font-size: 14px;
    font-weight: 800;
    transition: transform 160ms ease;
  }

  .tdb-footer-windows-install:hover {
    transform: translateY(-2px);
  }

  .tdb-footer-windows-mark {
    width: 20px;
    height: 20px;
    padding: 4px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5px;
    background: #078fff;
    border-radius: 6px;
    box-shadow: 0 2px 7px rgba(7, 143, 255, 0.35);
  }

  .tdb-footer-windows-mark i {
    display: block;
    background: #fff;
    border-radius: 0.5px;
  }

  .tdb-footer-footer-credentials {
    margin-top: 40px;
    padding-top: 24px;
    grid-column: 1 / -1;
    grid-row: 5;
    border-top: 1px solid #292a2e;
  }

  .tdb-footer-footer-minimal {
    margin-top: 28px;
    padding-top: 0;
    border-top: 0;
  }
}

/*
 * Some pages place the footer inside a narrower desktop content column.
 * Use the footer's real width (not the browser width) so the lower section
 * does not squeeze three navigation groups and two app cards into half a row.
 */
@container tdb-footer-shell (min-width: 900px) and (max-width: 1279px) {
  .tdb-footer-footer-inner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .tdb-footer-footer-nav {
    grid-column: 1 / -1;
    grid-row: 4;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
    margin-top: 38px;
    margin-bottom: 0;
  }

  .tdb-footer-download-grid {
    grid-column: 1 / -1;
    grid-row: 5;
    grid-template-columns: repeat(2, minmax(250px, 300px));
    justify-content: end;
    gap: 18px;
    margin-top: 34px;
  }

  .tdb-footer-footer-credentials {
    grid-row: 6;
    margin-top: 34px;
  }
}

@media (max-width: 420px) {
  .tdb-footer-footer-inner {
    padding-inline: 9px;
  }

  .tdb-footer-license-intro h2 {
    font-size: 23px;
  }

  .tdb-footer-app-banner {
    margin-top: 44px;
    padding-left: 16px;
  }

  .tdb-footer-app-copy {
    max-width: 150px;
  }

  .tdb-footer-app-art {
    width: 176px;
    height: 176px;
    right: 8px;
    top: -34px;
  }

  .tdb-footer-install-button {
    min-width: 116px;
    right: 8px;
    padding-inline: 9px;
  }
}

body.tdb-footer-install-modal-open {
  overflow: hidden !important;
}

.tdb-footer-install-modal,
.tdb-footer-install-modal *,
.tdb-footer-install-modal *::before,
.tdb-footer-install-modal *::after {
  box-sizing: border-box;
}

.tdb-footer-install-modal[hidden],
.tdb-footer-install-modal [hidden] {
  display: none !important;
}

.tdb-footer-install-modal {
  width: 100%;
  height: 100%;
  padding: 8px;
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  overflow: hidden auto;
  background: rgba(0, 0, 0, 0.76);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  opacity: 0;
  overscroll-behavior: contain;
  transition: opacity 180ms ease;
}

.tdb-footer-install-modal.tdb-footer-is-open {
  opacity: 1;
}

.tdb-footer-install-dialog {
  width: min(390px, calc(100vw - 16px));
  max-height: calc(100dvh - 16px);
  margin: auto;
  overflow: hidden auto;
  background: #fff;
  border: 0;
  border-radius: 24px;
  color: #17191d;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
  outline: 0;
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  scrollbar-width: thin;
  scrollbar-color: #c8ccd2 transparent;
}

.tdb-footer-is-open > .tdb-footer-install-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.tdb-footer-install-hero {
  height: 145px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 38%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 83% 74%, rgba(255, 255, 255, 0.7) 0 2px, transparent 3px),
    radial-gradient(circle at 58% 18%, rgba(255, 255, 255, 0.35), transparent 22%),
    linear-gradient(128deg, #7619f8 0%, #9228ff 58%, #b24fff 100%);
}

.tdb-footer-install-modal
  .tdb-footer-install-hero
  > img.tdb-footer-install-hero-art {
  width: 390px !important;
  max-width: none !important;
  height: 195px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: -12px !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: translateX(-50%) !important;
}

.tdb-footer-install-x {
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0 0 3px;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  appearance: none;
  background: rgba(71, 13, 188, 0.72);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font: 300 34px/1 Arial, sans-serif;
  box-shadow: 0 5px 16px rgba(46, 6, 119, 0.2);
}

.tdb-footer-install-x:hover {
  background: rgba(61, 8, 166, 0.9);
}

.tdb-footer-install-x:focus-visible,
.tdb-footer-install-tab:focus-visible,
.tdb-footer-install-action:focus-visible {
  outline: 3px solid rgba(11, 121, 255, 0.32);
  outline-offset: 2px;
}

.tdb-footer-install-body {
  margin: 0;
  padding: 19px 20px 20px;
  background: #fff;
  color: #17191d;
}

.tdb-footer-install-body h2 {
  margin: 0 0 16px;
  padding: 0;
  color: #16181b;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.tdb-footer-install-tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  overflow: hidden;
  background: #eaebed;
  border-radius: 13px;
}

.tdb-footer-install-tab {
  min-width: 0;
  height: 43px;
  margin: 0;
  padding: 0 14px;
  appearance: none;
  background: #e7e8ea;
  border: 0;
  border-radius: 12px;
  color: #23252a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition:
    background 150ms ease,
    box-shadow 150ms ease;
}

.tdb-footer-install-tab.tdb-footer-is-active {
  background: #f4f5f6;
  box-shadow:
    0 1px 2px rgba(21, 24, 29, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.tdb-footer-install-guide-card {
  width: 100%;
  height: 145px;
  margin: 24px 0 20px;
  padding: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #f5f5f6;
  border-radius: 20px;
}

.tdb-footer-install-modal
  .tdb-footer-install-guide-card
  > video.tdb-footer-install-guide-video {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #f5f5f6 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.tdb-footer-install-modal
  .tdb-footer-install-guide-card
  > video.tdb-footer-install-guide-video[hidden] {
  display: none !important;
}

.tdb-footer-install-steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.tdb-footer-install-steps li {
  min-height: 28px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: #22252a;
}

.tdb-footer-install-steps li > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: #f0f2f4;
  border-radius: 50%;
  color: #7a808b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.tdb-footer-install-steps li > strong {
  color: #24262b;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.tdb-footer-install-actions {
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.tdb-footer-install-action {
  min-width: 0;
  height: 46px;
  margin: 0;
  padding: 0 16px;
  appearance: none;
  background: #f2f3f5;
  border: 0;
  border-radius: 12px;
  color: #26282d;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  transition:
    filter 150ms ease,
    transform 150ms ease;
}

.tdb-footer-install-action:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}

@media (max-width: 420px) {
  .tdb-footer-install-modal {
    padding: 6px;
  }

  .tdb-footer-install-dialog {
    width: min(390px, calc(100vw - 12px));
    max-height: calc(100dvh - 12px);
    border-radius: 23px;
  }

  .tdb-footer-install-body {
    padding-inline: 20px;
  }
}

@media (max-height: 680px) {
  .tdb-footer-install-hero {
    height: 120px;
  }

  .tdb-footer-install-modal
    .tdb-footer-install-hero
    > img.tdb-footer-install-hero-art {
    top: -24px !important;
  }

  .tdb-footer-install-guide-card {
    height: 126px;
    margin-block: 18px 16px;
  }

  .tdb-footer-install-steps {
    gap: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tdb-footer-install-modal,
  .tdb-footer-install-dialog {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tdb-footer-page-shell {
    scroll-behavior: auto;
  }

  .tdb-footer-page-shell *,
  .tdb-footer-page-shell *::before,
  .tdb-footer-page-shell *::after {
    transition-duration: 0.01ms !important;
  }
}
