:root {
  --tdt-shell-black: #05070b;
  --tdt-shell-panel: #0b111b;
  --tdt-shell-panel-2: #111827;
  --tdt-shell-blue: #18d6f7;
  --tdt-shell-gold: #ffd600;
  --tdt-shell-red: #b91c1c;
  --tdt-shell-white: #ffffff;
  --tdt-shell-muted: #cbd5e1;
  --tdt-shell-line: rgba(255, 255, 255, .16);
  --tdt-shell-shadow: 0 18px 44px rgba(0, 0, 0, .42);
}

.tdt-skip-link {
  position: fixed;
  left: 14px;
  top: 10px;
  z-index: 12000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--tdt-shell-gold);
  color: #111827;
  font-weight: 900;
  text-decoration: none;
}

.tdt-skip-link:focus {
  transform: translateY(0);
}

body.tdt-public-shell-ready {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.tdt-public-shell-ready > .container,
body.tdt-public-shell-ready > main.container {
  margin-top: 30px;
}

.tdt-public-nav {
  position: sticky;
  top: 0;
  z-index: 12020;
  width: 100%;
  border-bottom: 1px solid var(--tdt-shell-line);
  background: rgba(5, 7, 11, .94);
  box-shadow: var(--tdt-shell-shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.tdt-public-nav-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.tdt-public-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  color: var(--tdt-shell-white) !important;
  text-decoration: none !important;
}

.tdt-public-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 8px;
  background: #000;
  border: 1px solid var(--tdt-shell-line);
}

.tdt-public-brand span {
  display: grid;
  line-height: 1.05;
}

.tdt-public-brand strong {
  color: var(--tdt-shell-gold);
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 900;
}

.tdt-public-brand small {
  margin-top: 4px;
  color: var(--tdt-shell-muted);
  font-size: .76rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tdt-public-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 214, 0, .72);
  border-radius: 8px !important;
  background: #10213f;
  color: var(--tdt-shell-gold);
  font-size: 1.35rem;
  font-weight: 900;
}

body.dt-touch-ready .tdt-public-menu-toggle {
  width: 48px !important;
  flex: 0 0 48px;
}

.tdt-public-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.tdt-public-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  padding: 8px 11px;
  color: var(--tdt-shell-white) !important;
  text-decoration: none !important;
  font-weight: 850;
  font-size: .92rem;
}

.tdt-public-links a:hover,
.tdt-public-links a[aria-current="page"] {
  background: #12294d;
  color: var(--tdt-shell-gold) !important;
}

.tdt-public-links a.tdt-public-cta {
  background: linear-gradient(135deg, var(--tdt-shell-gold), #ffb000);
  color: #111827 !important;
}

body.tdt-public-shell-ready .page > .top-bar,
body.tdt-public-shell-ready > .top-bar,
body.tdt-public-shell-ready nav.navbar:not(.tdt-public-nav) {
  display: none !important;
}

body.tdt-public-shell-ready .page > footer.footer,
body.tdt-public-shell-ready > footer.footer {
  display: none !important;
}

.tdt-public-footer {
  width: 100%;
  margin-top: 54px;
  border-top: 1px solid var(--tdt-shell-line);
  background: linear-gradient(135deg, #05070b 0%, #0b1324 58%, #1f0c0c 100%);
  color: var(--tdt-shell-muted);
}

.tdt-public-footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 28px;
}

.tdt-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 24px;
}

.tdt-footer-brand {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.tdt-footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #000;
  border-radius: 8px;
  border: 1px solid var(--tdt-shell-line);
}

.tdt-footer-brand strong {
  display: block;
  color: var(--tdt-shell-gold);
  font-size: 1.08rem;
}

.tdt-footer-brand p {
  margin: 6px 0 0;
  line-height: 1.5;
}

.tdt-footer-col h2 {
  margin: 0 0 10px;
  color: var(--tdt-shell-white);
  font-size: .92rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tdt-footer-col a,
.tdt-footer-col button {
  display: block;
  width: fit-content;
  margin: 7px 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--tdt-shell-muted) !important;
  font: inherit;
  font-weight: 750;
  text-align: left;
  text-decoration: none !important;
}

.tdt-footer-col a:hover,
.tdt-footer-col button:hover {
  color: var(--tdt-shell-gold) !important;
}

.tdt-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .9rem;
}

.tdt-cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 11000;
  display: none;
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid rgba(255, 214, 0, .55);
  border-radius: 12px;
  background: #0b111b;
  color: #fff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .58);
}

.tdt-cookie-banner.open {
  display: block;
}

.tdt-cookie-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.tdt-cookie-banner h2 {
  margin: 0 0 6px;
  color: var(--tdt-shell-gold) !important;
  font-size: 1.1rem !important;
  line-height: 1.2 !important;
}

.tdt-cookie-banner p {
  margin: 0;
  color: #dbeafe;
  line-height: 1.45;
}

.tdt-cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.tdt-cookie-actions button,
.tdt-cookie-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #17345c;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
}

.tdt-cookie-actions button[data-cookie-choice="all"] {
  background: var(--tdt-shell-gold);
  color: #111827 !important;
}

@media (max-width: 900px) {
  .tdt-public-nav-inner {
    min-height: 72px;
  }

  .tdt-public-menu-toggle {
    display: inline-flex;
  }

  .tdt-public-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 1px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
    border: 1px solid var(--tdt-shell-line);
    border-radius: 0 0 12px 12px;
    background: rgba(5, 7, 11, .98);
  }

  .tdt-public-nav.open .tdt-public-links {
    display: flex;
  }

  .tdt-public-links a {
    justify-content: flex-start;
    width: 100%;
  }

  .tdt-footer-grid {
    grid-template-columns: 1fr;
  }

  .tdt-cookie-inner {
    grid-template-columns: 1fr;
  }

  .tdt-cookie-actions {
    justify-content: stretch;
  }

  .tdt-cookie-actions button,
  .tdt-cookie-actions a {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .tdt-public-brand small {
    display: none;
  }

  .tdt-public-brand img {
    width: 50px;
    height: 50px;
  }
}
