body.legacy-redesign-page {
  letter-spacing: 0;
}

.legacy-redesign-page body > .nav,
.legacy-redesign-page > .nav,
.legacy-redesign-page .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 10, 0.72);
  backdrop-filter: blur(22px);
  color: #f4f7fb;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
}

.legacy-redesign-page .nav-inner {
  width: min(1440px, calc(100vw - 40px));
  height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legacy-redesign-page .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f4f7fb;
  font-family: "Archivo", "Satoshi", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  flex-shrink: 0;
}

.legacy-redesign-page .brand small {
  display: block;
  color: #f97316;
  font-size: 11px;
  letter-spacing: 0.16em;
  margin-top: 4px;
}

.legacy-redesign-page .brand-mark {
  position: relative;
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 0 18px rgba(249, 115, 22, 0.38));
}

.legacy-redesign-page .brand-mark span {
  position: absolute;
  left: 15px;
  top: 2px;
  width: 7px;
  height: 22px;
  border-radius: 999px;
  background: #f97316;
  transform-origin: 50% 16px;
}

.legacy-redesign-page .brand-mark span:nth-child(2) { transform: rotate(120deg); }
.legacy-redesign-page .brand-mark span:nth-child(3) { transform: rotate(240deg); }

.legacy-redesign-page .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 0 1 auto;
  color: #a6b2c2;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.legacy-redesign-page .nav-links a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.legacy-redesign-page .nav-links a:hover {
  color: #f4f7fb;
}

.legacy-redesign-page .nav-links .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f97316, #ffb86b);
  color: #15100a;
  font-weight: 800;
  box-shadow: 0 0 0 1px rgba(255, 184, 107, 0.35), 0 18px 42px rgba(249, 115, 22, 0.28);
}

.legacy-redesign-page .nav-links .cta:hover {
  color: #15100a;
}

.legacy-redesign-page nav.breadcrumb {
  position: static;
  inset: auto;
  z-index: auto;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.legacy-redesign-page .article-layout,
.legacy-redesign-page .article-content {
  min-width: 0;
  max-width: 100%;
}

.legacy-redesign-page .article-content h2,
.legacy-redesign-page .article-content h3,
.legacy-redesign-page .article-content p {
  max-width: 100%;
  overflow-wrap: break-word;
}

@media (max-width: 640px) {
  .legacy-redesign-page .payout-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 980px) {
  .legacy-redesign-page .nav-inner {
    width: min(100% - 24px, 1440px);
  }

  .legacy-redesign-page .nav-links {
    display: none;
  }
}
