@import url("underdogs-theme.css?v=1.0.1");

/* Reuse the studio wordmark font files and metrics, rather than approximating them. */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://underdogs.games/_next/static/_vinext_fonts/geist-8ac0455e797f/geist-98bbbccb.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://underdogs.games/_next/static/_vinext_fonts/geist-mono-00e989178794/geist-mono-013b2f2f.woff2") format("woff2");
}

:root {
  /* Compatibility aliases keep older shared components on the studio palette. */
  --cream: var(--ud-white);
  --oat: var(--ud-black-soft);
  --tan: var(--ud-black-raised);
  --sand: var(--ud-purple-black);
  --taupe: var(--ud-white-muted);
  --brown: var(--ud-purple-deep);
  --charcoal: var(--ud-black);
  --dark: var(--ud-black-raised);
  --orange: var(--ud-purple);
  --orange-lt: var(--ud-purple-bright);
  --dp-shell-ink: var(--ud-black);
  --dp-shell-raised: var(--ud-black-raised);
  --dp-shell-cream: var(--ud-white);
  --dp-shell-muted: var(--ud-white-muted);
  --dp-shell-rust: var(--ud-purple);
  --dp-shell-amber: var(--ud-purple-bright);
  --dp-shell-forest: var(--ud-purple-deep);
  --dp-shell-line: var(--ud-line);
  --dp-shell-height: 82px;
  --dp-shell-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --dp-shell-max: 1500px;
  --dp-shell-ease: cubic-bezier(0.2, 0.76, 0.24, 1);
}

body.dp-site-shell {
  --dp-shell-font: "Geist", "Helvetica Neue", Arial, sans-serif;
  --dp-shell-data: "Geist Mono", "SFMono-Regular", Consolas, monospace;
}

body.dp-site-shell.nav-is-open {
  overflow: hidden !important;
}

body.dp-site-shell #hdr.cp-premium-nav-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: var(--dp-shell-height);
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.72), rgba(5, 5, 6, 0));
  box-shadow: none;
  font-family: var(--dp-shell-font);
  transition:
    background-color 320ms ease,
    border-color 320ms ease,
    backdrop-filter 320ms ease;
}

body.dp-site-shell #hdr.cp-premium-nav-wrap.is-scrolled,
body.dp-site-shell.nav-is-open #hdr.cp-premium-nav-wrap {
  border-bottom-color: var(--ud-line);
  background: rgba(5, 5, 6, 0.86);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

body.dp-site-shell:not(.dp-home) #hdr.cp-premium-nav-wrap {
  border-bottom-color: var(--ud-line);
  background: rgba(5, 5, 6, 0.86);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

body.dp-site-shell #hdr .cp-premium-nav {
  position: relative;
  display: grid;
  grid-template-columns: minmax(165px, 1fr) auto minmax(165px, 1fr);
  align-items: center;
  width: min(100%, var(--dp-shell-max));
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--dp-shell-gutter);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

body.dp-site-shell #hdr .cp-brand-logo {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--dp-shell-cream);
  text-decoration: none;
}

body.dp-site-shell #hdr .cp-brand-lockup {
  position: relative;
  z-index: 3;
  display: block;
  justify-self: start;
  min-width: 0;
}

body.dp-site-shell #hdr .cp-brand-logo::after {
  width: 0.38rem;
  height: 0.38rem;
  margin-top: 0.36rem;
  margin-left: 0.14rem;
  border-radius: 50%;
  background: var(--dp-shell-rust);
  content: "";
  transform: rotate(45deg);
  transition:
    background-color 240ms ease,
    transform 320ms var(--dp-shell-ease);
}

body.dp-site-shell #hdr .cp-brand-logo:hover::after {
  background: var(--dp-shell-amber);
  transform: translateY(-3px) rotate(45deg);
}

body.dp-site-shell #hdr .cp-logo-img,
body.dp-site-shell .cp-footer-logo {
  display: none !important;
}

body.dp-site-shell #hdr .logo-wordmark {
  display: inline-block;
  color: inherit;
  font-family: var(--dp-shell-font);
  font-size: 0.94rem;
  font-weight: 720;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

body.dp-site-shell #hdr .hdr-nav,
body.dp-site-shell #hdr .cp-premium-links {
  position: static;
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 2.6vw, 2.9rem);
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

body.dp-site-shell #hdr .cp-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(245, 243, 239, 0.7);
  box-shadow: none;
  font-family: var(--dp-shell-font);
  font-size: 0.79rem;
  font-weight: 520;
  letter-spacing: 0.015em;
  line-height: 1;
  text-decoration: none;
  transition: color 220ms ease;
}

body.dp-site-shell #hdr .cp-nav-link::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: var(--dp-shell-amber);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--dp-shell-ease);
}

body.dp-site-shell #hdr .cp-nav-link:hover,
body.dp-site-shell #hdr .cp-nav-link[aria-current="page"] {
  color: var(--dp-shell-cream);
}

body.dp-site-shell #hdr .cp-nav-link:hover::after,
body.dp-site-shell #hdr .cp-nav-link[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.dp-site-shell #hdr .cp-premium-actions {
  position: relative;
  z-index: 3;
  display: flex;
  grid-column: 3;
  align-items: center;
  justify-self: end;
  gap: 0.7rem;
  min-width: 0;
}

body.dp-site-shell #hdr .cp-game-btn-slot {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  width: auto;
  height: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  transform: none;
  transition: opacity 180ms ease;
}

body.dp-site-shell.nav-is-open #hdr .cp-game-btn-slot {
  opacity: 0;
  pointer-events: none;
}

body.dp-site-shell #hdr .cp-game-btn-slot .pw-icon-btn,
body.dp-site-shell #hdr .cp-game-btn-slot .pw-streak {
  border-color: rgba(243, 234, 216, 0.16);
  border-radius: 0;
  background: rgba(243, 234, 216, 0.055);
  box-shadow: none;
  color: var(--dp-shell-cream);
}

body.dp-site-shell #hdr .cp-game-btn-slot .pw-icon-btn:hover {
  border-color: rgba(154, 119, 255, 0.6);
  background: rgba(154, 119, 255, 0.12);
  color: var(--dp-shell-amber);
}

body.dp-site-shell #hdr .cp-game-btn-slot .pw-streak.is-zero {
  opacity: 0.72;
}

body.dp-site-shell #hdr .cp-auth-slot {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
}

body.dp-site-shell #hdr .cp-auth-signin,
body.dp-site-shell #hdr .cp-auth-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.1rem;
  min-height: 44px;
  margin: 0;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(154, 119, 255, 0.62);
  border-radius: 0;
  background: rgba(154, 119, 255, 0.04);
  color: var(--dp-shell-cream);
  box-shadow: none;
  font-family: var(--dp-shell-font);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    color 240ms ease,
    transform 240ms var(--dp-shell-ease);
}

body.dp-site-shell #hdr .cp-auth-signin:hover,
body.dp-site-shell #hdr .cp-auth-toggle:hover {
  border-color: var(--dp-shell-amber);
  background: var(--dp-shell-amber);
  color: var(--dp-shell-ink);
  transform: translateY(-2px);
}

body.dp-site-shell #hdr .cp-auth {
  position: relative;
  display: flex;
  align-items: center;
}

body.dp-site-shell #hdr .cp-auth-toggle {
  min-width: 0;
  gap: 0.55rem;
}

body.dp-site-shell #hdr .cp-auth-dot {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--ud-purple-bright);
  box-shadow: 0 0 0 4px rgba(120, 164, 127, 0.1);
}

body.dp-site-shell #hdr .cp-auth-name {
  display: block;
  max-width: 7.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.dp-site-shell #hdr .cp-auth-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.7rem);
  right: 0;
  display: grid;
  width: 15.5rem;
  padding: 0.55rem;
  border: 1px solid rgba(243, 234, 216, 0.14);
  border-radius: 0;
  background: var(--ud-purple-black);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  color: var(--dp-shell-cream);
}

body.dp-site-shell #hdr .cp-auth-menu[hidden] {
  display: none !important;
}

body.dp-site-shell #hdr .cp-auth-as {
  display: block;
  padding: 0.8rem 0.85rem 0.95rem;
  border-bottom: 1px solid rgba(243, 234, 216, 0.1);
  color: rgba(243, 234, 216, 0.5);
  font-family: var(--dp-shell-data);
  font-size: 0.57rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-transform: uppercase;
}

body.dp-site-shell #hdr .cp-auth-as strong {
  color: var(--dp-shell-cream);
  font-family: var(--dp-shell-font);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

body.dp-site-shell #hdr .cp-auth-stats,
body.dp-site-shell #hdr .cp-auth-signout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  padding: 0.7rem 0.85rem;
  border: 0;
  border-bottom: 1px solid rgba(243, 234, 216, 0.08);
  border-radius: 0;
  background: transparent;
  color: rgba(243, 234, 216, 0.72);
  font-family: var(--dp-shell-font);
  font-size: 0.74rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 200ms ease,
    color 200ms ease;
}

body.dp-site-shell #hdr .cp-auth-stats::after {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  color: var(--dp-shell-amber);
  content: "";
  transform: rotate(45deg);
}

body.dp-site-shell #hdr .cp-auth-signout {
  border-bottom: 0;
}

body.dp-site-shell #hdr .cp-auth-stats:hover,
body.dp-site-shell #hdr .cp-auth-signout:hover {
  background: rgba(243, 234, 216, 0.05);
  color: var(--dp-shell-cream);
}

body.dp-site-shell #hdr .hamburger {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transform: none;
}

body.dp-site-shell #hdr .hamburger span {
  position: absolute;
  display: block;
  width: 18px;
  height: 1px;
  margin: 0;
  border: 0;
  background: var(--dp-shell-cream);
  opacity: 1;
  transform-origin: center;
  transition:
    top 300ms var(--dp-shell-ease),
    transform 300ms var(--dp-shell-ease),
    width 300ms var(--dp-shell-ease);
}

body.dp-site-shell #hdr .hamburger span:nth-child(1) {
  top: 18px;
}

body.dp-site-shell #hdr .hamburger span:nth-child(2) {
  top: 24px;
  width: 12px;
  transform: translateX(3px);
}

body.dp-site-shell #hdr .hamburger span:nth-child(3) {
  display: none;
}

body.dp-site-shell #hdr .hamburger.is-open span:nth-child(1) {
  top: 22px;
  width: 18px;
  transform: rotate(45deg);
}

body.dp-site-shell #hdr .hamburger.is-open span:nth-child(2) {
  top: 22px;
  width: 18px;
  transform: rotate(-45deg);
}

body.dp-site-shell #hdr .cp-mobile-auth-slot {
  display: none;
}

body.dp-site-shell .cp-footer {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(243, 234, 216, 0.12);
  border-radius: 0;
  background:
    radial-gradient(circle at 85% 0%, rgba(97, 55, 27, 0.16), transparent 24rem),
    var(--ud-black);
  color: var(--dp-shell-cream);
  font-family: var(--dp-shell-font);
}

body.dp-site-shell .cp-footer-inner {
  width: min(100%, var(--dp-shell-max));
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 6rem) var(--dp-shell-gutter) 2rem;
  box-sizing: border-box;
}

body.dp-site-shell .cp-footer-main {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) auto;
  align-items: start;
  gap: 3rem;
  padding-bottom: clamp(3.5rem, 6vw, 6rem);
}

body.dp-site-shell .cp-footer-brand {
  display: grid;
  align-content: start;
  justify-self: start;
  gap: 0.45rem;
}

body.dp-site-shell .cp-footer-home {
  width: max-content;
  color: inherit;
  text-decoration: none;
}

body.dp-site-shell .cp-footer-brand strong {
  color: var(--dp-shell-cream);
  font-size: clamp(1.8rem, 3.2vw, 3.4rem);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

body.dp-site-shell .cp-footer-studio-link {
  display: inline-flex;
  align-items: center;
  gap: 0.32em;
  width: max-content;
  min-height: 2.75rem;
  color: var(--dp-shell-muted);
  font-family: var(--dp-shell-data);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-decoration: none;
  transition: color 200ms ease;
}

body.dp-site-shell .cp-link-mark {
  position: relative;
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  flex: 0 0 0.52rem;
}

body.dp-site-shell .cp-link-mark::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 1px;
  background: var(--dp-shell-amber);
  content: "";
  transform: translateY(-50%);
}

body.dp-site-shell .cp-link-mark::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.26rem;
  height: 0.26rem;
  border-top: 1px solid var(--dp-shell-amber);
  border-right: 1px solid var(--dp-shell-amber);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

body.dp-site-shell .cp-footer-studio-link:hover,
body.dp-site-shell .cp-footer-studio-link:focus-visible {
  color: var(--dp-shell-amber);
}

body.dp-site-shell .cp-footer-brand small {
  color: rgba(243, 234, 216, 0.42);
  font-family: var(--dp-shell-data);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

body.dp-site-shell .cp-footer-games {
  display: grid;
  grid-template-columns: repeat(2, minmax(9rem, 1fr));
  gap: 0;
  min-width: min(100%, 25rem);
  border-top: 1px solid rgba(243, 234, 216, 0.12);
}

body.dp-site-shell .cp-footer-games a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.4rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(243, 234, 216, 0.1);
  color: rgba(243, 234, 216, 0.62);
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 220ms ease,
    padding-left 260ms var(--dp-shell-ease);
}

body.dp-site-shell .cp-footer-games a:nth-child(odd) {
  padding-right: 1rem;
}

body.dp-site-shell .cp-footer-games a:nth-child(even) {
  padding-left: 1rem;
  border-left: 1px solid rgba(243, 234, 216, 0.1);
}

body.dp-site-shell .cp-footer-games a::after {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  color: rgba(154, 119, 255, 0.68);
  content: "";
  transform: rotate(45deg);
}

body.dp-site-shell .cp-footer-games a:hover {
  color: var(--dp-shell-cream);
}

body.dp-site-shell .cp-footer-games a:nth-child(even):hover {
  padding-left: 1.3rem;
}

body.dp-site-shell .cp-footer-games a:nth-child(odd):hover {
  padding-left: 0.3rem;
}

body.dp-site-shell .cp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 4rem;
  border-top: 1px solid rgba(243, 234, 216, 0.1);
}

body.dp-site-shell .cp-footer-copy {
  color: rgba(243, 234, 216, 0.3);
  font-family: var(--dp-shell-data);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.dp-site-shell .cp-footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.5rem;
  max-width: 100%;
}

body.dp-site-shell .cp-footer-legal a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(243, 234, 216, 0.38);
  font-size: 0.66rem;
  text-decoration: none;
  transition: color 200ms ease;
}

body.dp-site-shell .cp-footer-legal a:hover {
  color: var(--dp-shell-cream);
}

body.dp-site-shell :where(.cp-premium-nav-wrap, .cp-footer) :focus-visible {
  outline: 2px solid var(--dp-shell-amber);
  outline-offset: 4px;
}

body.dp-site-shell .dg-consent {
  position: fixed;
  z-index: 1100;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  left: auto;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: min(31rem, calc(100vw - 2rem));
  padding: 1rem 1.1rem 1rem 1.2rem;
  border: 1px solid var(--ud-line-strong);
  background: linear-gradient(135deg, var(--ud-black-raised), var(--ud-purple-black));
  box-shadow: 0 1rem 3rem var(--ud-shadow), inset 0 1px 0 rgba(245, 243, 239, 0.05);
  color: var(--dp-shell-cream);
  font-family: var(--dp-shell-font);
}

body.dp-site-shell .dg-consent[hidden] {
  display: none;
}

body.dp-site-shell .dg-consent__copy {
  min-width: 0;
}

body.dp-site-shell .dg-consent__copy p:not(.dg-consent__eyebrow) {
  margin: 0;
  color: var(--dp-shell-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

body.dp-site-shell .dg-consent__eyebrow {
  margin: 0 0 0.38rem;
  color: var(--dp-shell-cream);
  font-family: var(--dp-shell-data);
  font-size: 0.53rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.dp-site-shell .dg-consent a {
  display: inline-flex;
  min-height: 1.8rem;
  align-items: center;
  color: var(--dp-shell-amber);
  font-size: 0.68rem;
  font-weight: 700;
  text-underline-offset: 0.2em;
}

body.dp-site-shell .dg-consent__close {
  flex: 0 0 auto;
  min-width: 3.5rem;
  min-height: 2.6rem;
  border: 1px solid var(--ud-purple-bright);
  background: var(--ud-purple);
  color: var(--ud-white);
  cursor: pointer;
  font-family: var(--dp-shell-font);
  font-size: 0.7rem;
  font-weight: 800;
}

body.dp-site-shell .dg-consent__close:hover {
  background: var(--ud-purple-bright);
}

body.dp-site-shell .dg-consent :focus-visible {
  outline: 2px solid var(--ud-focus);
  outline-offset: 3px;
}

@media (max-width: 1240px) {
  body.dp-site-shell #hdr .cp-premium-nav {
    grid-template-columns: auto 1fr auto;
  }

  body.dp-site-shell #hdr .hdr-nav,
  body.dp-site-shell #hdr .cp-premium-links {
    gap: 1.15rem;
  }

  body.dp-site-shell #hdr .cp-nav-link {
    font-size: 0.7rem;
  }
}

@media (max-width: 1180px) {
  :root {
    --dp-shell-height: 70px;
  }

  body.dp-site-shell #hdr.cp-premium-nav-wrap {
    background: rgba(5, 5, 6, 0.86);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  body.dp-site-shell #hdr .cp-premium-nav {
    display: flex;
    justify-content: space-between;
  }

  body.dp-site-shell #hdr .hdr-nav,
  body.dp-site-shell #hdr .cp-premium-links {
    position: fixed;
    z-index: 1;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100vw;
    height: 100dvh;
    padding:
      calc(var(--dp-shell-height) + clamp(2.4rem, 6vh, 4.5rem))
      var(--dp-shell-gutter)
      max(1.5rem, env(safe-area-inset-bottom));
    overflow-y: auto;
    border: 0;
    background:
      radial-gradient(circle at 88% 14%, rgba(122, 76, 242, 0.22), transparent 21rem),
      linear-gradient(145deg, var(--ud-black) 0%, var(--ud-purple-black) 58%, var(--ud-black-soft) 100%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.75rem);
    visibility: hidden;
    transition:
      opacity 320ms ease,
      transform 440ms var(--dp-shell-ease),
      visibility 0s linear 440ms;
    box-sizing: border-box;
  }

  body.dp-site-shell #hdr .hdr-nav.is-open,
  body.dp-site-shell #hdr .cp-premium-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }

  body.dp-site-shell #hdr .cp-nav-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    flex: none;
    min-height: clamp(4.4rem, 10vh, 6.2rem);
    padding: 0;
    border-bottom: 1px solid var(--ud-line);
    color: rgba(245, 243, 239, 0.8);
    font-size: clamp(1.25rem, 4.5vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.045em;
  }

  body.dp-site-shell #hdr .cp-nav-link:first-child {
    border-top: 1px solid var(--ud-line);
  }

  body.dp-site-shell #hdr .cp-nav-link::before {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    color: rgba(154, 119, 255, 0.58);
    font-family: var(--dp-shell-data);
    font-size: 0.55rem;
    font-weight: 400;
    letter-spacing: 0.08em;
  }

  body.dp-site-shell #hdr .cp-nav-link:nth-child(1)::before {
    content: "01";
  }

  body.dp-site-shell #hdr .cp-nav-link:nth-child(2)::before {
    content: "02";
  }

  body.dp-site-shell #hdr .cp-nav-link:nth-child(3)::before {
    content: "03";
  }

  body.dp-site-shell #hdr .cp-nav-link:nth-child(4)::before {
    content: "04";
  }

  body.dp-site-shell #hdr .cp-nav-link::after {
    display: none;
  }

  body.dp-site-shell #hdr .cp-mobile-auth-slot {
    display: block;
    margin-top: auto;
    padding-top: 2rem;
  }

  body.dp-site-shell #hdr .cp-mobile-auth-signin,
  body.dp-site-shell #hdr .cp-mobile-account-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 3.7rem;
    padding: 0 1rem;
    border: 1px solid rgba(154, 119, 255, 0.65);
    background: var(--dp-shell-amber);
    color: var(--dp-shell-ink);
    font-family: var(--dp-shell-font);
    font-size: 0.76rem;
    font-weight: 750;
    text-decoration: none;
    box-sizing: border-box;
  }

  body.dp-site-shell #hdr .cp-mobile-auth-signin::after,
  body.dp-site-shell #hdr .cp-mobile-account-link::after {
    width: 0.42rem;
    height: 0.42rem;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }

  body.dp-site-shell #hdr .cp-auth-slot {
    display: none;
  }

  body.dp-site-shell #hdr .hamburger {
    display: inline-flex;
  }

  body.dp-site-shell #hdr .cp-game-btn-slot {
    max-width: min(58vw, 30rem);
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.dp-site-shell #hdr .cp-game-btn-slot::-webkit-scrollbar {
    display: none;
  }

  body.dp-site-shell .cp-footer-main {
    grid-template-columns: 1fr;
  }

  body.dp-site-shell .cp-footer-games {
    width: 100%;
  }
}

@media (max-width: 700px) {
  :root {
    --dp-shell-gutter: 1.25rem;
  }

  body.dp-site-shell #hdr .cp-brand-logo::after {
    width: 0.31rem;
    height: 0.31rem;
    margin-top: 0.36rem;
    margin-left: 0.14rem;
  }

  body.dp-site-shell #hdr .logo-wordmark {
    font-size: 0.78rem;
  }

  body.dp-site-shell #hdr .cp-premium-actions {
    gap: 0.3rem;
  }

  body.dp-site-shell #hdr .cp-game-btn-slot {
    max-width: 50vw;
  }

  body.dp-site-shell .cp-footer-inner {
    padding-top: 3.75rem;
  }

  body.dp-site-shell .cp-footer-main {
    gap: 2.5rem;
    padding-bottom: 3rem;
  }

  body.dp-site-shell .cp-footer-games {
    grid-template-columns: 1fr;
  }

  body.dp-site-shell .cp-footer-games a:nth-child(even),
  body.dp-site-shell .cp-footer-games a:nth-child(odd) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  body.dp-site-shell .cp-footer-games a:nth-child(even):hover,
  body.dp-site-shell .cp-footer-games a:nth-child(odd):hover {
    padding-left: 0.3rem;
  }

  body.dp-site-shell .cp-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding-top: 1rem;
  }

  body.dp-site-shell .cp-footer-legal {
    justify-content: flex-start;
    gap: 0 1.2rem;
  }

  body.dp-site-shell .dg-consent {
    right: max(0.85rem, env(safe-area-inset-right));
    bottom: max(0.85rem, env(safe-area-inset-bottom));
    left: max(0.85rem, env(safe-area-inset-left));
    width: auto;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.dp-site-shell #hdr.cp-premium-nav-wrap,
  body.dp-site-shell #hdr .cp-brand-logo::after,
  body.dp-site-shell #hdr .cp-nav-link::after,
  body.dp-site-shell #hdr .cp-auth-signin,
  body.dp-site-shell #hdr .cp-auth-toggle,
  body.dp-site-shell #hdr .hamburger span,
  body.dp-site-shell #hdr .hdr-nav,
  body.dp-site-shell #hdr .cp-premium-links,
  body.dp-site-shell .cp-footer-games a {
    transition-duration: 0.01ms !important;
  }
}
