:root {
  color-scheme: dark;
  --ink: #030403;
  --paper: #fff4dc;
  --muted: #d6c5a9;
  --hot: #ff1f68;
  --cyan: #00f1ed;
  --acid: #b8ff25;
  --amber: #ff9a23;
  --green: #43d66f;
  --glass: rgba(5, 7, 7, 0.72);
  --glass-strong: rgba(5, 7, 7, 0.9);
  --line: rgba(255, 255, 255, 0.16);
}

/* Universal launch shell overrides */
.site-header.universal-header {
  grid-template-columns: minmax(7rem, 10rem) minmax(0, auto) minmax(12rem, 1fr) minmax(13rem, auto);
  gap: clamp(0.45rem, 1vw, 0.9rem);
}

.universal-logo img {
  width: clamp(7.4rem, 12vw, 11.25rem);
}

.universal-nav a.active {
  color: var(--acid);
  text-shadow: 0 0 16px rgba(184, 255, 37, 0.68);
}

.menu-toggle {
  display: none;
  width: 2.85rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  padding: 0;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 241, 237, 0.42);
  cursor: pointer;
}

.menu-toggle span {
  width: 1.25rem;
  height: 2px;
  display: block;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0, 241, 237, 0.64);
}

.mobile-action-dock {
  display: none;
}

.mobile-header-status {
  display: none;
}

.breadcrumbs {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 244, 220, 0.68);
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
}

.breadcrumbs a {
  min-height: auto;
  padding: 0;
  color: var(--cyan);
}

.breadcrumbs span {
  color: rgba(255, 244, 220, 0.72);
}

.freemium-boat-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.34fr);
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(0, 241, 237, 0.12), transparent 45%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(5, 29, 26, 0.76));
  border: 1px solid rgba(0, 241, 237, 0.3);
  border-radius: 8px;
}

.freemium-boat-showcase::before,
.freemium-boat-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.freemium-boat-showcase::before {
  inset: auto -10% -18% -10%;
  height: 44%;
  background:
    repeating-linear-gradient(90deg, rgba(0, 241, 237, 0.1) 0 2px, transparent 2px 5.5rem),
    radial-gradient(ellipse at center, rgba(0, 241, 237, 0.24), transparent 68%);
  opacity: 0.72;
  animation: waterRun 8s linear infinite;
}

.freemium-boat-stage {
  position: relative;
  min-height: clamp(18rem, 34vw, 30rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 38% 56%, rgba(0, 241, 237, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(0, 41, 38, 0.78), rgba(0, 0, 0, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.freemium-boat-stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 11%;
  right: 11%;
  top: 27%;
  height: 38%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 44% 50%, rgba(0, 241, 237, 0.3), transparent 62%),
    radial-gradient(ellipse at 58% 52%, rgba(184, 255, 37, 0.16), transparent 70%);
  filter: blur(22px);
  opacity: 0.86;
  transform: skewX(-7deg);
  animation: boatAuraPulse 3.8s ease-in-out infinite;
}

.freemium-boat-stage::after {
  left: 10%;
  right: 10%;
  bottom: 21%;
  height: 5rem;
  background:
    linear-gradient(90deg, transparent, rgba(0, 241, 237, 0.28), transparent),
    repeating-linear-gradient(90deg, transparent 0 2rem, rgba(255, 154, 35, 0.18) 2rem 2.15rem, transparent 2.15rem 4rem);
  filter: blur(5px);
  transform: skewX(-14deg);
  animation: wakeSlide 2.2s linear infinite;
}

.freemium-boat-stage img {
  position: relative;
  z-index: 2;
  width: min(92%, 48rem);
  max-height: 70%;
  object-fit: contain;
  filter:
    drop-shadow(1px 0 0 rgba(0, 241, 237, 0.9))
    drop-shadow(-1px 0 0 rgba(184, 255, 37, 0.62))
    drop-shadow(0 1px 0 rgba(255, 244, 220, 0.48))
    drop-shadow(0 -1px 0 rgba(255, 31, 104, 0.34))
    drop-shadow(0 0 10px rgba(0, 241, 237, 0.52))
    drop-shadow(0 0 24px rgba(184, 255, 37, 0.2))
    drop-shadow(0 2rem 1.4rem rgba(0, 0, 0, 0.55));
  animation: boatFloat 3.8s ease-in-out infinite;
}

.boat-showcase-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 3.1rem;
  height: 4.8rem;
  transform: translateY(-50%);
  color: #050505;
  background: linear-gradient(180deg, #fff0ce, var(--amber));
  border: 0;
  font-size: 2rem;
  font-weight: 950;
  cursor: pointer;
}

.boat-showcase-arrow.prev {
  left: 0.65rem;
}

.boat-showcase-arrow.next {
  right: 0.65rem;
}

.freemium-boat-feature-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: end;
  gap: 0.5rem;
  padding: 1rem;
  color: var(--paper);
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.74)),
    rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.freemium-boat-feature-copy span {
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.freemium-boat-feature-copy strong {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.freemium-boat-feature-copy p {
  margin: 0;
  color: #f4dfba;
  line-height: 1.45;
}

.freemium-boat-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.45rem;
}

.freemium-boat-rail button {
  min-height: 4.7rem;
  display: grid;
  place-items: center;
  padding: 0.3rem;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.freemium-boat-rail button.active {
  border-color: var(--acid);
  box-shadow: inset 0 0 24px rgba(184, 255, 37, 0.16), 0 0 18px rgba(184, 255, 37, 0.18);
}

.freemium-boat-rail img {
  width: 100%;
  height: 3rem;
  object-fit: contain;
}

.freemium-boat-rail span {
  color: var(--amber);
  font-size: 0.68rem;
  font-weight: 950;
}

.freemium-boss-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.34fr);
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 45, 111, 0.28);
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 45, 111, 0.18), transparent 34%),
    linear-gradient(140deg, rgba(0, 241, 237, 0.12), rgba(0, 0, 0, 0.82) 42%, rgba(255, 154, 35, 0.12)),
    rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.08), 0 0 40px rgba(255, 45, 111, 0.08);
}

.freemium-boss-stage {
  position: relative;
  min-height: clamp(18rem, 34vw, 30rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 241, 237, 0.11), rgba(0, 0, 0, 0.88)),
    radial-gradient(circle at center, rgba(255, 45, 111, 0.17), transparent 62%);
  border: 1px solid rgba(0, 241, 237, 0.22);
}

.freemium-boss-stage::before,
.freemium-boss-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.freemium-boss-stage::before {
  inset: 12% 10%;
  background:
    radial-gradient(ellipse at center, rgba(0, 241, 237, 0.24), transparent 62%),
    linear-gradient(90deg, transparent, rgba(255, 45, 111, 0.18), transparent);
  filter: blur(16px);
  opacity: 0.8;
}

.freemium-boss-stage::after {
  left: 10%;
  right: 10%;
  bottom: 15%;
  height: 4.8rem;
  background:
    linear-gradient(90deg, transparent, rgba(0, 241, 237, 0.26), transparent),
    repeating-linear-gradient(0deg, rgba(0, 241, 237, 0.11) 0 1px, transparent 1px 0.75rem);
  opacity: 0.56;
}

.freemium-boss-stage img {
  position: relative;
  z-index: 2;
  width: min(82%, 34rem);
  max-height: 78%;
  object-fit: contain;
  filter:
    drop-shadow(1px 0 0 rgba(0, 241, 237, 0.72))
    drop-shadow(-1px 0 0 rgba(255, 45, 111, 0.52))
    drop-shadow(0 0 18px rgba(0, 241, 237, 0.3))
    drop-shadow(0 22px 24px rgba(0, 0, 0, 0.62));
}

.boss-showcase-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 5.4rem;
  border: 0;
  color: #050505;
  font-size: 2.2rem;
  font-weight: 950;
  background: linear-gradient(180deg, #fff0c7, var(--hot));
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  cursor: pointer;
}

.boss-showcase-arrow.prev {
  left: 0.75rem;
}

.boss-showcase-arrow.next {
  right: 0.75rem;
}

.freemium-boss-feature-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: end;
  gap: 0.5rem;
  padding: 1rem;
  min-height: 100%;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.64)),
    linear-gradient(90deg, rgba(255, 45, 111, 0.1), rgba(0, 241, 237, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.freemium-boss-feature-copy span {
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.freemium-boss-feature-copy strong {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.freemium-boss-feature-copy p {
  margin: 0;
  color: #f4dfba;
  line-height: 1.45;
}

.freemium-boss-feature-copy [data-boss-hero-world] {
  color: var(--hot);
  font-weight: 950;
  text-transform: uppercase;
}

.freemium-boss-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.45rem;
}

.freemium-boss-rail button {
  min-height: 5rem;
  display: grid;
  place-items: center;
  padding: 0.3rem;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.freemium-boss-rail button.active {
  border-color: var(--hot);
  box-shadow: inset 0 0 24px rgba(255, 45, 111, 0.18), 0 0 18px rgba(255, 45, 111, 0.18);
}

.freemium-boss-rail img {
  width: 100%;
  height: 3.35rem;
  object-fit: contain;
}

.freemium-boss-rail span {
  color: var(--amber);
  font-size: 0.68rem;
  font-weight: 950;
}

.freemium-reward-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.34fr);
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(184, 255, 37, 0.28);
  background:
    radial-gradient(circle at 24% 20%, rgba(184, 255, 37, 0.16), transparent 34%),
    linear-gradient(140deg, rgba(0, 241, 237, 0.14), rgba(0, 0, 0, 0.86) 44%, rgba(255, 154, 35, 0.14)),
    rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.08), 0 0 42px rgba(184, 255, 37, 0.08);
}

.freemium-reward-stage {
  position: relative;
  min-height: clamp(18rem, 34vw, 30rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 38% 48%, rgba(0, 241, 237, 0.19), transparent 34%),
    linear-gradient(180deg, rgba(0, 42, 38, 0.84), rgba(0, 0, 0, 0.9));
  border: 1px solid rgba(0, 241, 237, 0.23);
}

.freemium-reward-stage::before,
.freemium-reward-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.freemium-reward-stage::before {
  inset: 16% 14%;
  background:
    radial-gradient(ellipse at center, rgba(184, 255, 37, 0.22), transparent 58%),
    radial-gradient(ellipse at 60% 50%, rgba(255, 45, 111, 0.18), transparent 64%);
  filter: blur(18px);
  opacity: 0.84;
}

.freemium-reward-stage::after {
  left: 12%;
  right: 12%;
  bottom: 16%;
  height: 4.6rem;
  background:
    linear-gradient(90deg, transparent, rgba(0, 241, 237, 0.24), transparent),
    repeating-linear-gradient(90deg, transparent 0 2rem, rgba(255, 154, 35, 0.17) 2rem 2.15rem, transparent 2.15rem 4rem);
  filter: blur(4px);
  opacity: 0.68;
}

.freemium-reward-stage img {
  position: relative;
  z-index: 2;
  width: min(54%, 18rem);
  max-height: 74%;
  object-fit: contain;
  filter:
    drop-shadow(1px 0 0 rgba(0, 241, 237, 0.78))
    drop-shadow(-1px 0 0 rgba(255, 45, 111, 0.44))
    drop-shadow(0 0 18px rgba(184, 255, 37, 0.32))
    drop-shadow(0 22px 24px rgba(0, 0, 0, 0.62));
}

.freemium-reward-showcase[data-reward-kind="sheet"] .freemium-reward-stage img {
  width: min(82%, 42rem);
  max-height: 72%;
}

.freemium-reward-showcase[data-reward-kind="award"] .freemium-reward-stage img {
  width: min(62%, 22rem);
}

.reward-showcase-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 2.8rem;
  height: 5.4rem;
  transform: translateY(-50%);
  border: 0;
  color: #050505;
  font-size: 2.2rem;
  font-weight: 950;
  background: linear-gradient(180deg, #fff0c7, var(--acid));
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  cursor: pointer;
}

.reward-showcase-arrow.prev {
  left: 0.75rem;
}

.reward-showcase-arrow.next {
  right: 0.75rem;
}

.freemium-reward-feature-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: end;
  gap: 0.5rem;
  padding: 1rem;
  min-height: 100%;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.64)),
    linear-gradient(90deg, rgba(184, 255, 37, 0.1), rgba(0, 241, 237, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.freemium-reward-feature-copy span,
.freemium-reward-feature-copy [data-reward-hero-type] {
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.freemium-reward-feature-copy strong {
  color: var(--paper);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.freemium-reward-feature-copy p {
  margin: 0;
  color: #f4dfba;
  line-height: 1.45;
}

.freemium-reward-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 4.75rem;
  gap: 0.45rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.15rem;
}

.freemium-reward-rail button {
  min-height: 4.75rem;
  display: grid;
  place-items: center;
  padding: 0.3rem;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.16);
  scroll-snap-align: start;
  cursor: pointer;
}

.freemium-reward-rail button.active {
  border-color: var(--acid);
  box-shadow: inset 0 0 24px rgba(184, 255, 37, 0.17), 0 0 18px rgba(184, 255, 37, 0.18);
}

.freemium-reward-rail img {
  width: 100%;
  height: 3rem;
  object-fit: contain;
}

.freemium-reward-rail span {
  color: var(--amber);
  font-size: 0.68rem;
  font-weight: 950;
}

.freemium-boat-grid article {
  cursor: pointer;
}

.freemium-boat-grid article.active {
  border-color: var(--acid);
  box-shadow: inset 0 0 28px rgba(184, 255, 37, 0.1), 0 0 22px rgba(0, 241, 237, 0.12);
}

.form-feedback {
  min-height: 1.35rem;
  margin: 0;
  color: var(--cyan);
  font-weight: 900;
}

.form-feedback.is-error {
  color: var(--hot);
}

@keyframes waterRun {
  from {
    background-position: 0 0, center;
  }

  to {
    background-position: 12rem 0, center;
  }
}

@keyframes wakeSlide {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 8rem 0, 12rem 0;
  }
}

@keyframes boatAuraPulse {
  0%,
  100% {
    opacity: 0.62;
    transform: skewX(-7deg) scaleX(0.94);
  }

  50% {
    opacity: 0.95;
    transform: skewX(-7deg) scaleX(1.02);
  }
}

@keyframes boatFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.3deg);
  }

  50% {
    transform: translate3d(0.45rem, -0.45rem, 0) rotate(0.25deg);
  }
}

@media (max-width: 980px) {
  .site-header.universal-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "logo status menu"
      "actions actions actions";
    gap: 0.65rem;
  }

  .site-header.universal-header .universal-logo {
    grid-area: logo;
    justify-self: start;
  }

  .site-header.universal-header .universal-logo img {
    width: clamp(6.2rem, 18vw, 8rem);
    max-height: 3.2rem;
  }

  .site-header.universal-header .studio-header-actions {
    grid-area: actions;
    justify-self: stretch;
    justify-content: center;
    gap: 0.4rem;
  }

  .site-header.universal-header:not(.freemium-header) .studio-header-actions .server-status {
    display: none;
  }

  .site-header.universal-header:not(.freemium-header) .mobile-header-status {
    grid-area: status;
    justify-self: end;
    display: inline-flex;
  }

  .site-header.universal-header .header-cta {
    min-width: 5.4rem;
    min-height: 2.4rem;
    padding: 0 0.62rem;
    font-size: 0.72rem;
  }

  .menu-toggle {
    grid-area: menu;
    justify-self: end;
    display: inline-grid;
  }

  .site-header.universal-header .universal-nav {
    position: fixed;
    top: 4.35rem;
    left: 1rem;
    right: 1rem;
    z-index: 60;
    display: none;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.92);
    border-color: rgba(0, 241, 237, 0.34);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  }

  .site-header.universal-header.nav-open .universal-nav {
    display: grid;
  }

  .site-header.universal-header .universal-nav a {
    width: 100%;
    min-height: 2.8rem;
    justify-content: flex-start;
    padding: 0 0.8rem;
    font-size: 0.9rem;
  }

  .freemium-boat-showcase,
  .freemium-boss-showcase,
  .freemium-reward-showcase {
    grid-template-columns: 1fr;
  }

  .freemium-boat-feature-copy,
  .freemium-boss-feature-copy,
  .freemium-reward-feature-copy {
    min-height: 10rem;
  }

  .freemium-boat-rail,
  .freemium-boss-rail {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 3.3rem;
  }

  .site-header.universal-header {
    grid-template-areas: "logo status menu";
    padding: 0.55rem 0.7rem;
  }

  .site-header.universal-header .studio-header-actions {
    display: none;
  }

  .site-header.universal-header .header-cta {
    min-width: auto;
    padding: 0 0.5rem;
    font-size: 0.68rem;
  }

  .site-header.universal-header .studio-download {
    display: none;
  }

  .mobile-action-dock {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem;
    align-items: center;
    padding: 0.42rem 0.6rem max(0.42rem, env(safe-area-inset-bottom));
    background: rgba(0, 0, 0, 0.92);
    border-top: 1px solid rgba(0, 241, 237, 0.28);
    box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.42);
  }

  .mobile-action-dock a {
    min-height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #050505;
    background: linear-gradient(100deg, var(--acid), var(--cyan));
    font-size: 0.74rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .mobile-action-dock a:last-child {
    color: var(--paper);
    background: rgba(0, 241, 237, 0.12);
    border: 1px solid rgba(0, 241, 237, 0.34);
  }

  .freemium-boat-stage {
    min-height: 16rem;
  }

  .boat-showcase-arrow {
    width: 2.35rem;
    height: 4rem;
  }

  .freemium-boat-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .freemium-boat-rail button {
    min-height: 4rem;
  }

  .freemium-boat-feature-copy strong {
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .freemium-boat-showcase::before,
  .freemium-boat-stage::after,
  .freemium-boat-stage img,
  .freemium-boss-stage::before,
  .freemium-boss-stage::after,
  .freemium-boss-stage img {
    animation: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

html:has(body.studio-redesign) {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 31, 104, 0.14), transparent 32rem),
    radial-gradient(circle at 82% 20%, rgba(0, 241, 237, 0.13), transparent 34rem),
    linear-gradient(180deg, #050302, #06100c 42%, #020202);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, system-ui, sans-serif;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: 8rem;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

#atmosphere {
  position: fixed;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.55;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 0.7rem clamp(1rem, 3.5vw, 3rem);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.18), transparent);
  backdrop-filter: blur(10px);
}

.site-brand {
  justify-self: start;
  width: clamp(8rem, 13vw, 12rem);
}

.site-brand img {
  width: 100%;
  filter: drop-shadow(0 0 20px rgba(184, 255, 37, 0.22));
}

.studio-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  min-width: 0;
  color: var(--paper);
  text-transform: uppercase;
}

.studio-brand img {
  width: clamp(8rem, 14vw, 12rem);
  max-height: 4.4rem;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(0, 241, 237, 0.22));
}

.studio-brand span {
  display: grid;
  line-height: 0.9;
}

.studio-brand b {
  font-size: clamp(1rem, 1.6vw, 1.35rem);
}

.studio-brand em {
  color: var(--cyan);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 950;
}

nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

nav a,
.header-cta,
.button {
  min-height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

nav a {
  padding: 0 0.8rem;
  color: var(--muted);
  font-size: 0.95rem;
}

nav a:hover,
nav a.active {
  color: var(--cyan);
  text-shadow: 0 0 14px rgba(0, 241, 237, 0.72);
}

.header-cta {
  justify-self: end;
  padding: 0 1rem;
  color: #050505;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 22px rgba(0, 241, 237, 0.24);
}

.header-cta.muted {
  color: var(--paper);
  background: rgba(0, 0, 0, 0.56);
}

.site-header > .studio-header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  min-width: 0;
}

.site-header > .studio-header-actions .header-cta {
  justify-self: auto;
}

.server-status {
  --server-light: var(--cyan);
  min-height: 2.05rem;
  min-width: 5.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  padding: 0.24rem 0.48rem;
  color: var(--paper);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--server-light) 16%, transparent), rgba(0, 0, 0, 0.64)),
    rgba(0, 0, 0, 0.72);
  border: 1px solid color-mix(in srgb, var(--server-light) 46%, rgba(255, 255, 255, 0.18));
  box-shadow: inset 0 0 22px color-mix(in srgb, var(--server-light) 12%, transparent);
  clip-path: polygon(0.45rem 0, 100% 0, calc(100% - 0.45rem) 100%, 0 100%);
  text-transform: uppercase;
}

.server-status.is-online {
  --server-light: var(--acid);
}

.server-status.is-warn {
  --server-light: var(--amber);
}

.server-status.is-offline {
  --server-light: var(--hot);
}

.server-status-light {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  background: var(--server-light);
  border-radius: 999px;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--server-light) 22%, transparent), 0 0 18px var(--server-light);
}

.server-status.is-checking .server-status-light {
  animation: serverPulse 0.95s ease-in-out infinite alternate;
}

.server-status-copy {
  display: grid;
  gap: 0.05rem;
  line-height: 0.82;
}

.server-status-copy b {
  display: block;
  color: rgba(255, 244, 220, 0.78);
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.server-status-copy em {
  color: var(--server-light);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
  text-shadow: 0 0 12px color-mix(in srgb, var(--server-light) 58%, transparent);
}

@keyframes serverPulse {
  from {
    opacity: 0.48;
    transform: scale(0.82);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.full-bleed,
.page-hero,
.download-band,
.investor-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.scene-bg {
  position: absolute;
  z-index: -3;
  inset: -7%;
  width: 114%;
  height: 114%;
  object-fit: cover;
  transform: translate3d(calc(var(--mx, 0) * -18px), var(--parallax-y, 0), 0) scale(1.02);
  filter: saturate(1.12) contrast(1.08) brightness(0.74);
}

.hero-vignette,
.full-bleed::after,
.page-hero::after,
.download-band::after,
.investor-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.68)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent 58%, rgba(0, 0, 0, 0.52));
}

.launch-hero {
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: clamp(7rem, 14vh, 9rem) clamp(1rem, 5vw, 5rem) 8.5rem;
}

.studio-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 26rem);
  align-items: end;
  gap: clamp(1rem, 4vw, 3rem);
  padding: clamp(7rem, 14vh, 9rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 8vh, 5.5rem);
}

.studio-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 16% 26%, rgba(0, 241, 237, 0.22), transparent 22rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.36) 58%, rgba(0, 0, 0, 0.82));
}

.studio-hero-copy {
  width: min(58rem, 100%);
}

.studio-lockup {
  display: grid;
  grid-template-columns: clamp(5rem, 10vw, 8rem) minmax(0, 1fr);
  gap: clamp(0.85rem, 2vw, 1.4rem);
  align-items: center;
}

.studio-lockup img {
  width: 100%;
  filter: drop-shadow(0 0 28px rgba(0, 241, 237, 0.25));
}

.studio-lockup h1 {
  max-width: 10ch;
  font-size: clamp(3.5rem, 9vw, 8rem);
}

.current-title-card,
.game-tile,
.studio-proof article,
.studio-contact-band {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.86), rgba(6, 20, 17, 0.72));
  border: 1px solid var(--line);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

.current-title-card {
  padding: 1rem;
  border-color: rgba(184, 255, 37, 0.28);
  backdrop-filter: blur(7px);
}

.current-title-card span,
.game-tile span,
.studio-proof span {
  color: var(--amber);
  font-weight: 950;
  text-transform: uppercase;
}

.current-title-card img {
  width: min(18rem, 100%);
  margin: 0.5rem 0;
  filter: drop-shadow(0 0 22px rgba(184, 255, 37, 0.25));
}

.current-title-card p,
.studio-split p,
.studio-proof p,
.studio-contact-band p,
.game-tile p {
  color: #f2e5cf;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.45;
}

.current-title-card a {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  margin-top: 0.4rem;
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-copy {
  width: min(48rem, 100%);
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: var(--cyan);
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-logo {
  width: min(44rem, 92vw);
  margin-left: -0.8rem;
  filter: drop-shadow(0 0 26px rgba(184, 255, 37, 0.28));
}

.hero-line,
.page-hero p,
.download-card p,
.investor-hero p,
.split-band p,
.feature-run p,
.mechanic-grid p,
.reward-systems p,
.investor-deep p,
.investor-close p,
.award-grid p,
.pickup-grid p,
.boat-grid p {
  color: #f2e5cf;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.48;
}

.hero-line {
  width: min(40rem, 100%);
  margin: 0.5rem 0 1.4rem;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  box-sizing: border-box;
  padding: 0 1.1rem;
  border: 1px solid var(--line);
  color: var(--paper);
  background: rgba(0, 0, 0, 0.62);
}

.button.primary {
  color: #06100d;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
}

.button.secondary {
  border-color: rgba(0, 241, 237, 0.55);
  box-shadow: inset 0 0 22px rgba(0, 241, 237, 0.12);
}

.hud-strip {
  position: absolute;
  left: clamp(1rem, 5vw, 5rem);
  right: clamp(1rem, 5vw, 5rem);
  bottom: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.hud-strip span {
  padding: 0.72rem 0.85rem;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 950;
  text-transform: uppercase;
}

.split-band,
.studio-split,
.boat-showcase,
.pickup-showcase,
.home-detail-band,
.studio-proof,
.studio-contact-band,
.feature-run,
.mechanics-band,
.reward-systems,
.investor-deep,
.investor-close,
.contact-grid,
.post-list {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(22rem, 1.15fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
}

.studio-split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 1.14fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
}

.game-tile {
  display: grid;
  overflow: hidden;
}

.game-tile img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}

.game-tile div {
  padding: 1rem;
}

.game-tile strong {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.studio-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.studio-proof article {
  min-height: 14rem;
  padding: 1rem;
  border-color: rgba(0, 241, 237, 0.22);
}

.studio-proof strong {
  display: block;
  margin-top: 0.6rem;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.studio-contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1rem, 4vw, 2rem);
  margin-bottom: clamp(3rem, 7vw, 5rem);
}

.studio-contact-band h2 {
  font-size: clamp(1.9rem, 4vw, 3.8rem);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4.8vw, 4.5rem);
}

.screen-stack {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 0.8rem;
  align-items: center;
}

.screen-stack img,
.feature-run article,
.home-detail-band article,
.boat-grid article,
.pickup-grid article,
.world-grid article,
.mechanic-grid article,
.award-grid article,
.reward-systems article,
.raise-grid article,
.investor-deep article,
.download-card,
.investor-close,
.contact-grid a,
.post-list article,
.redirect-card {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.86), rgba(6, 20, 17, 0.72));
  border: 1px solid var(--line);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

.screen-stack img:first-child {
  transform: rotate(-1.8deg);
}

.screen-stack img:last-child {
  transform: rotate(1.6deg);
}

.feature-run {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-run article {
  overflow: hidden;
}

.feature-run img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

.feature-run div,
.home-detail-band article,
.boat-grid article,
.pickup-grid article,
.world-grid article,
.mechanic-grid article,
.award-grid article,
.reward-systems article,
.raise-grid article,
.investor-deep article,
.contact-grid a,
.post-list article {
  padding: 1rem;
}

.feature-run span,
.boat-grid span,
.world-grid span,
.raise-grid span,
.contact-grid span,
.post-list span {
  color: var(--amber);
  font-weight: 950;
  text-transform: uppercase;
}

.feature-run strong,
.boat-grid strong,
.pickup-grid strong,
.award-grid strong,
.mechanic-grid strong,
.contact-grid strong {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 1rem;
}

.boat-grid,
.pickup-grid,
.world-grid,
.mechanic-grid,
.award-grid,
.raise-grid,
.contact-grid,
.post-list {
  display: grid;
  gap: 1rem;
}

.home-detail-band {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 1rem;
  align-items: stretch;
}

.home-detail-band article {
  min-height: 24rem;
}

.token-card {
  display: grid;
  grid-template-columns: minmax(10rem, 0.45fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.token-card img {
  width: 100%;
  filter: drop-shadow(0 0 30px rgba(255, 154, 35, 0.3));
}

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

.boat-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.boat-grid img {
  width: 100%;
  height: 10rem;
  object-fit: contain;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 0 18px rgba(0, 241, 237, 0.24));
}

.pickup-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pickup-grid article {
  display: grid;
  align-content: start;
  text-align: center;
}

.pickup-grid img {
  width: min(8.5rem, 70%);
  aspect-ratio: 1;
  object-fit: contain;
  justify-self: center;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 0 18px rgba(0, 241, 237, 0.22));
}

.compact-action-row {
  margin-top: 1rem;
}

.download-band {
  min-height: 72vh;
  display: grid;
  align-items: center;
  padding: clamp(5rem, 12vh, 8rem) clamp(1rem, 5vw, 5rem);
}

.download-card {
  width: min(42rem, 100%);
  padding: clamp(1.2rem, 4vw, 2.4rem);
  border-left: 4px solid var(--acid);
}

.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.1rem clamp(1rem, 4vw, 3rem);
  color: var(--muted);
  background: rgba(0, 0, 0, 0.86);
  border-top: 1px solid var(--line);
  text-align: center;
}

.site-footer a {
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.site-footer .footer-server-status {
  flex: 0 0 auto;
  min-height: 1.35rem;
  min-width: 11rem;
  padding: 0.12rem 0.72rem;
  gap: 0.42rem;
  background: linear-gradient(90deg, rgba(0, 241, 237, 0.1), rgba(184, 255, 37, 0.12), rgba(0, 241, 237, 0.1));
  border-color: rgba(184, 255, 37, 0.28);
  box-shadow: inset 0 0 12px rgba(184, 255, 37, 0.08);
  clip-path: polygon(0.35rem 0, 100% 0, calc(100% - 0.35rem) 100%, 0 100%);
}

.site-footer .footer-server-status .server-status-light {
  width: 0.36rem;
  height: 0.36rem;
}

.site-footer .footer-server-status .server-status-copy {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  line-height: 1;
}

.site-footer .footer-server-status .server-status-copy em {
  font-size: 0.58rem;
}

.site-footer .footer-server-status .server-status-copy b {
  font-size: 0.52rem;
}

.page-main {
  padding-top: 5.8rem;
}

.page-hero,
.investor-hero {
  min-height: 66vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.5fr);
  gap: 2rem;
  align-items: end;
  padding: clamp(4rem, 10vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.page-hero > div,
.investor-hero > div {
  width: min(58rem, 100%);
}

.page-hero p,
.investor-hero p {
  width: min(44rem, 100%);
}

.world-grid {
  width: min(1180px, calc(100% - 2rem));
  margin: -2.5rem auto 0;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.world-grid article {
  position: relative;
  min-height: 20rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 154, 35, 0.08), transparent 42%),
    rgba(0, 0, 0, 0.78);
  border-color: rgba(0, 241, 237, 0.24);
  clip-path: polygon(0 0, calc(100% - 1.1rem) 0, 100% 1.1rem, 100% 100%, 1.1rem 100%, 0 calc(100% - 1.1rem));
}

.world-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 14px);
  opacity: 0.45;
  pointer-events: none;
}

.world-grid article::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.85rem;
  height: 0.2rem;
  background: linear-gradient(90deg, var(--cyan), var(--hot), var(--amber));
  box-shadow: 0 0 18px rgba(0, 241, 237, 0.35);
}

.world-grid article:nth-child(3n + 1) {
  border-color: rgba(184, 255, 37, 0.28);
}

.world-grid article:nth-child(3n + 2) {
  border-color: rgba(255, 31, 104, 0.28);
}

.world-grid article span {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 3.2rem;
  min-height: 2.4rem;
  display: grid;
  place-items: center;
  color: #050505;
  background: linear-gradient(100deg, var(--amber), var(--acid));
  box-shadow: 0 0 22px rgba(255, 154, 35, 0.28);
}

.world-grid article strong,
.world-grid article p,
.world-grid .boss-art,
.world-grid article em {
  position: relative;
  z-index: 1;
}

.world-grid .boss-art {
  width: 100%;
  height: 8.9rem;
  object-fit: contain;
  box-sizing: border-box;
  margin: 0.15rem 0 0.55rem;
  padding: 0.45rem;
  background: radial-gradient(circle, rgba(0, 241, 237, 0.12), rgba(0, 0, 0, 0.42) 68%);
  border: 1px solid rgba(0, 241, 237, 0.16);
  filter: drop-shadow(0 0 20px rgba(0, 241, 237, 0.26));
}

.world-grid article strong {
  display: block;
  max-width: calc(100% - 3rem);
  padding-top: 0.2rem;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.world-grid article em {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  margin-top: 0.35rem;
  padding: 0 0.55rem;
  color: var(--cyan);
  background: rgba(0, 241, 237, 0.1);
  border: 1px solid rgba(0, 241, 237, 0.28);
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.world-grid article:hover {
  transform: translateY(-0.18rem);
  border-color: rgba(0, 241, 237, 0.66);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45), inset 0 0 30px rgba(0, 241, 237, 0.1);
}

.mechanic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mechanic-grid article {
  position: relative;
  min-height: 15rem;
  overflow: hidden;
  border-color: rgba(255, 154, 35, 0.22);
}

.mechanic-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 241, 237, 0.18), transparent 11rem),
    linear-gradient(135deg, rgba(255, 31, 104, 0.08), transparent 45%);
  pointer-events: none;
}

.mechanic-grid article span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.55rem;
  color: #050505;
  background: linear-gradient(100deg, var(--cyan), var(--acid));
  font-weight: 950;
  text-transform: uppercase;
}

.mechanic-grid article strong,
.mechanic-grid article p,
.meter {
  position: relative;
  z-index: 1;
}

.meter {
  height: 0.62rem;
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.meter i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--hot));
  box-shadow: 0 0 18px rgba(0, 241, 237, 0.42);
}

.meter.amber i {
  background: linear-gradient(90deg, var(--amber), var(--acid));
}

.meter.hot i {
  background: linear-gradient(90deg, var(--hot), #ff6b2a);
}

.meter.acid i {
  background: linear-gradient(90deg, var(--acid), var(--green));
}

.token-sheet {
  justify-self: center;
  align-self: center;
  width: min(18rem, 42vw);
  filter: drop-shadow(0 0 30px rgba(255, 154, 35, 0.35));
}

.award-grid {
  width: min(1180px, calc(100% - 2rem));
  margin: -2rem auto 0;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.award-grid img {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: contain;
  margin: 0 auto 0.7rem;
}

.award-grid article {
  text-align: center;
}

.inline-hero {
  margin-top: clamp(2rem, 5vw, 4rem);
}

.award-grid.inline-grid {
  margin-top: 1rem;
}

.reward-systems,
.investor-deep {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.investor-page {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 154, 35, 0.14), transparent 30rem),
    radial-gradient(circle at 80% 16%, rgba(0, 241, 237, 0.12), transparent 32rem),
    #030403;
}

.investor-hero {
  grid-template-columns: minmax(0, 1fr);
}

.raise-grid {
  width: min(1120px, calc(100% - 2rem));
  margin: -2rem auto 0;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.raise-grid strong {
  display: block;
  margin: 0.35rem 0;
  color: var(--acid);
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.9;
}

.raise-grid .target {
  border-color: rgba(184, 255, 37, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42), inset 0 0 35px rgba(184, 255, 37, 0.14);
}

.investor-close {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: clamp(1rem, 4vw, 2rem);
}

.investor-close img {
  width: 100%;
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.contact-grid a {
  min-height: 12rem;
}

.contact-grid a:hover {
  border-color: rgba(0, 241, 237, 0.55);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42), inset 0 0 30px rgba(0, 241, 237, 0.12);
}

.post-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-list h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.redirect-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.redirect-card {
  width: min(42rem, 100%);
  padding: clamp(1rem, 4vw, 2rem);
  text-align: center;
}

.redirect-card img {
  width: min(24rem, 80vw);
  margin: 0 auto 1rem;
}

.career-hero {
  min-height: 74vh;
}

.career-hero-panel {
  position: relative;
  padding: clamp(1rem, 3vw, 1.8rem);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.28)),
    linear-gradient(135deg, rgba(0, 241, 237, 0.12), transparent 48%);
  border-left: 4px solid var(--cyan);
  box-shadow: inset 0 0 42px rgba(0, 241, 237, 0.08);
  backdrop-filter: blur(4px);
}

.career-hero-panel::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: min(22rem, 38vw);
  height: 0.25rem;
  background: linear-gradient(90deg, transparent, var(--hot), var(--amber));
  box-shadow: 0 0 20px rgba(255, 31, 104, 0.35);
}

.career-hud {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.career-hud span {
  min-height: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-transform: uppercase;
  font-weight: 950;
}

.career-hud strong {
  color: var(--acid);
  font-size: 1.55rem;
  line-height: 0.9;
}

.world-grid {
  margin-top: -4rem;
  scroll-margin-top: 13rem;
}

.world-grid .boss-chip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.45rem;
  align-items: stretch;
  margin-top: 0.45rem;
  color: var(--cyan);
  background: rgba(0, 241, 237, 0.08);
  border: 1px solid rgba(0, 241, 237, 0.28);
  font-weight: 950;
  text-transform: uppercase;
}

.world-grid .boss-chip b {
  display: grid;
  place-items: center;
  padding: 0 0.35rem;
  color: #050505;
  background: linear-gradient(100deg, var(--hot), var(--amber));
}

.world-grid .boss-chip em {
  padding: 0.35rem 0.45rem 0.3rem 0;
  font-style: normal;
}

.award-grid article {
  position: relative;
  overflow: hidden;
  padding: 1rem 0.8rem;
  border-color: rgba(0, 241, 237, 0.2);
}

.award-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 241, 237, 0.14), transparent 7rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 13px);
  opacity: 0.8;
  pointer-events: none;
}

.award-grid article > * {
  position: relative;
  z-index: 1;
}

.award-grid strong {
  min-height: 2.4rem;
  display: grid;
  place-items: center;
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
}

.award-grid p {
  min-height: 2.8rem;
  margin: 0.25rem 0 0.7rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.25;
}

.payout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
}

.payout span {
  display: block;
  min-height: 1.65rem;
  padding: 0.32rem 0.35rem;
  color: #050505;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
  font-weight: 950;
  text-transform: uppercase;
}

.payout span:nth-child(2) {
  background: linear-gradient(100deg, var(--amber), #ffe15a);
}

.payout span:nth-child(3) {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    order: 3;
    grid-column: 1 / -1;
    justify-self: stretch;
    overflow-x: auto;
  }

  .header-cta {
    justify-self: end;
  }

  .hud-strip,
  .feature-run,
  .home-detail-band,
  .studio-hero,
  .studio-split,
  .studio-proof,
  .boat-grid,
  .boat-grid.compact,
  .pickup-grid,
  .world-grid,
  .mechanic-grid,
  .award-grid,
  .reward-systems,
  .raise-grid,
  .investor-deep,
  .contact-grid,
  .post-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-band,
  .studio-contact-band,
  .page-hero,
  .investor-close,
  .token-card {
    grid-template-columns: 1fr;
  }

  .world-grid,
  .award-grid,
  .pickup-grid,
  .raise-grid,
  .contact-grid {
    margin-top: 1rem;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: sticky;
    padding: 0.55rem 0.75rem;
  }

  .site-brand {
    width: 7.5rem;
  }

  .studio-brand span {
    display: none;
  }

  .studio-brand img {
    width: 3rem;
  }

  .header-cta {
    min-height: 2.35rem;
    padding: 0 0.7rem;
    font-size: 0.82rem;
  }

  nav a {
    min-height: 2.25rem;
    padding: 0 0.65rem;
    font-size: 0.84rem;
  }

  .launch-hero {
    min-height: 86vh;
    display: block;
    padding: 3.2rem 1rem 1rem;
  }

  .studio-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 3.2rem 1rem 2rem;
  }

  .studio-lockup {
    grid-template-columns: 4.3rem minmax(0, 1fr);
  }

  .hud-strip,
  .feature-run,
  .home-detail-band,
  .studio-split,
  .studio-proof,
  .boat-grid,
  .boat-grid.compact,
  .world-grid,
  .mechanic-grid,
  .award-grid,
  .reward-systems,
  .raise-grid,
  .investor-deep,
  .contact-grid,
  .post-list,
  .screen-stack {
    grid-template-columns: 1fr;
  }

  .hud-strip {
    position: static;
    margin-top: 1.3rem;
  }

  h1 {
    font-size: clamp(2.45rem, 14vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .page-main {
    padding-top: 0;
  }

  .page-hero,
  .investor-hero {
    min-height: auto;
    padding: 3.5rem 1rem 2.5rem;
  }

  .token-sheet {
    width: min(15rem, 80vw);
  }

  .career-hud,
  .world-grid .boss-chip {
    grid-template-columns: 1fr;
  }

  .site-footer,
  .action-row,
  .studio-contact-band {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}

/* Iron Creek Studio company home redesign */
.studio-redesign {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  max-height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
  color: #f4ead8;
  background:
    linear-gradient(90deg, rgba(244, 234, 216, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(244, 234, 216, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 15% 18%, rgba(255, 154, 35, 0.18), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(0, 214, 201, 0.18), transparent 30rem),
    radial-gradient(circle at 58% 90%, rgba(255, 31, 104, 0.12), transparent 31rem),
    linear-gradient(180deg, #090b0a, #050706 48%, #020303);
  background-size: 48px 48px, 48px 48px, auto, auto, auto, auto;
}

.studio-redesign main {
  position: fixed;
  inset: 0;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

.studio-redesign #atmosphere {
  opacity: 0.38;
}

.studio-redesign .site-header {
  position: fixed;
  background: linear-gradient(180deg, rgba(4, 5, 5, 0.92), rgba(4, 5, 5, 0.58), rgba(4, 5, 5, 0));
}

.studio-brand.wide {
  width: clamp(10.5rem, 16vw, 15.5rem);
}

.studio-brand.wide img {
  width: 100%;
  max-height: 6.4rem;
  object-fit: contain;
  transform: translateY(0.18rem);
  filter: drop-shadow(0 0 22px rgba(255, 154, 35, 0.16));
}

.studio-redesign nav {
  background: rgba(5, 6, 5, 0.78);
  border-color: rgba(5, 6, 5, 0.18);
}

.studio-redesign nav a:hover,
.studio-redesign nav a.active,
.studio-redesign [data-dashboard-panel].active {
  color: #fff2d5;
  text-shadow: none;
}

.studio-redesign [data-dashboard-panel].active {
  box-shadow: inset 0 -3px 0 rgba(0, 241, 237, 0.86);
}

.studio-download {
  background: linear-gradient(100deg, #fff2d5, #ff9a23);
  box-shadow: 0 0 28px rgba(255, 154, 35, 0.2);
}

.studio-header-actions {
  justify-self: end;
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.studio-header-actions .header-cta {
  position: relative;
  overflow: hidden;
  justify-self: auto;
  min-height: 3rem;
  padding: 0 1.15rem;
  clip-path: polygon(0.45rem 0, 100% 0, calc(100% - 0.45rem) 100%, 0 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 2px rgba(5, 6, 5, 0.36), 0 0 28px rgba(0, 214, 201, 0.22);
}

.studio-header-actions .header-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(5, 6, 5, 0.48) 43% 46%, transparent 47%),
    repeating-linear-gradient(90deg, rgba(5, 6, 5, 0.28) 0 1px, transparent 1px 8px);
  pointer-events: none;
}

.studio-header-actions .header-cta::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.55rem;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.studio-play {
  color: #050505;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
  box-shadow: 0 0 28px rgba(0, 214, 201, 0.2);
}

.studio-showcase {
  min-height: 0;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(16rem, 0.46fr) minmax(42rem, 1.54fr);
  gap: clamp(0.85rem, 2vw, 1.6rem);
  align-items: center;
  padding: clamp(5.5rem, 10vh, 7rem) clamp(1rem, 4vw, 4rem) clamp(3.5rem, 6vh, 4.8rem);
}

.studio-slider {
  position: relative;
  min-height: clamp(22rem, 48vh, 36rem);
  height: 100%;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 214, 201, 0.16), transparent 22%),
    linear-gradient(315deg, rgba(255, 154, 35, 0.18), transparent 26%),
    #050605;
  border: 1px solid rgba(244, 234, 216, 0.16);
  box-shadow: inset 0 0 0 1px rgba(0, 214, 201, 0.1), 0 32px 120px rgba(5, 6, 5, 0.32);
}

.studio-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  filter: saturate(1.12) contrast(1.12) brightness(0.72);
  transition: opacity 900ms ease, transform 5200ms ease;
}

.studio-slider img.active {
  opacity: 1;
  transform: scale(1.01);
}

.studio-company-hero::before {
  content: "COMMAND";
  position: absolute;
  left: clamp(1rem, 5vw, 5rem);
  top: 18vh;
  z-index: -1;
  color: rgba(244, 234, 216, 0.035);
  font-size: clamp(6rem, 17vw, 20rem);
  font-weight: 950;
  line-height: 0.78;
  text-transform: uppercase;
}

.company-hero-copy {
  min-width: 0;
  min-height: 0;
  width: min(45rem, 100%);
  height: min(44rem, 100%);
  align-self: center;
  display: grid;
  align-content: end;
  padding: clamp(1rem, 2.5vw, 1.6rem);
  background:
    linear-gradient(135deg, rgba(0, 214, 201, 0.1), transparent 38%),
    linear-gradient(315deg, rgba(255, 154, 35, 0.12), transparent 38%),
    rgba(5, 6, 5, 0.78);
  border: 1px solid rgba(244, 234, 216, 0.14);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.08), 0 28px 90px rgba(0, 0, 0, 0.26);
}

.studio-nameplate {
  margin: 0 0 0.5rem;
  color: #fff2d5;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0;
}

.company-hero-copy .eyebrow {
  color: #ff9a23;
}

.company-hero-copy h1 {
  color: #fff2d5;
  font-size: clamp(2.35rem, 4.45vw, 4.95rem);
  max-width: 9.5ch;
}

.company-hero-copy p {
  width: min(31rem, 100%);
  color: #d7cec0;
  font-size: clamp(0.98rem, 1.12vw, 1.12rem);
  line-height: 1.5;
}

.launch-feature {
  min-width: 0;
  min-height: 0;
  height: 100%;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 214, 201, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(244, 234, 216, 0.08), transparent 34%),
    rgba(5, 6, 5, 0.9);
  border: 1px solid rgba(5, 6, 5, 0.42);
  box-shadow: 0 30px 100px rgba(5, 6, 5, 0.34);
}

.launch-feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.85rem;
  background:
    linear-gradient(90deg, rgba(255, 154, 35, 0.18), transparent 45%),
    rgba(5, 6, 5, 0.38);
  border-bottom: 1px solid rgba(244, 234, 216, 0.1);
}

.launch-feature-top div {
  display: grid;
  gap: 0.2rem;
}

.launch-feature-top span {
  color: #ff9a23;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-feature-top strong {
  color: #fff2d5;
  font-size: clamp(1.15rem, 1.7vw, 1.85rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.launch-feature-top img {
  width: min(11rem, 34%);
  filter: drop-shadow(0 0 18px rgba(184, 255, 37, 0.22));
}

.launch-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 20rem);
  min-height: 0;
  overflow: hidden;
  gap: 0;
}

.launch-copy-panel {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 2vw, 1.4rem);
  background:
    linear-gradient(90deg, rgba(5, 6, 5, 0.92), rgba(5, 6, 5, 0.72) 62%, rgba(5, 6, 5, 0.08)),
    linear-gradient(0deg, rgba(5, 6, 5, 0.88), transparent);
}

.launch-copy-panel [data-dashboard-view] {
  display: none;
}

.launch-copy-panel [data-dashboard-view].active {
  display: grid;
  gap: 0.75rem;
}

.launch-copy-panel span,
.asset-group > span {
  color: #00f1ed;
  font-weight: 950;
  text-transform: uppercase;
}

.dashboard-actions,
.dashboard-microgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.dashboard-actions a,
.dashboard-microgrid b {
  min-height: 2.15rem;
  padding: 0.48rem 0.65rem;
  color: #050505;
  background: linear-gradient(100deg, #b8ff25, #00f1ed);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.dashboard-actions a:nth-child(even),
.dashboard-microgrid b:nth-child(even) {
  background: linear-gradient(100deg, #fff2d5, #ff9a23);
}

.launch-copy-panel h2 {
  max-width: 12ch;
  color: #fff2d5;
  font-size: clamp(2.2rem, 4vw, 4.45rem);
  line-height: 0.88;
}

.launch-copy-panel p {
  width: min(38rem, 100%);
  color: #f4ead8;
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  line-height: 1.45;
}

.asset-viewer .launch-copy-panel {
  position: static;
  inset: auto;
  height: 100%;
  min-height: 0;
  padding: clamp(0.8rem, 1.4vw, 1.15rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 241, 237, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(5, 6, 5, 0.58), rgba(5, 6, 5, 0.92)),
    #050605;
}

.asset-viewer .asset-panels [data-dashboard-view] {
  display: none;
  height: 100%;
  min-height: 0;
}

.asset-viewer .asset-panels [data-dashboard-view].active {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  gap: clamp(0.65rem, 1.4vw, 1rem);
}

.asset-viewer .asset-panels img {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  opacity: 1;
  transform: none;
  filter: saturate(1.14) contrast(1.08) drop-shadow(0 0 18px rgba(0, 241, 237, 0.18));
  transition: transform 180ms ease, filter 180ms ease;
}

.asset-view-head {
  display: grid;
  gap: 0.35rem;
  max-width: 58rem;
}

.asset-view-head h2 {
  max-width: 13ch;
  color: #fff2d5;
  font-size: clamp(2.1rem, 3.15vw, 3.7rem);
  line-height: 0.88;
}

.asset-view-head p {
  width: min(44rem, 100%);
  margin: 0;
  color: #f4ead8;
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.35;
}

.system-hub {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(0.6rem, 1vw, 0.85rem);
}

.system-preview,
.system-command {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: #fff2d5;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.13), transparent 48%),
    linear-gradient(315deg, rgba(255, 154, 35, 0.12), transparent 45%),
    rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(244, 234, 216, 0.18);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.08);
}

.system-preview {
  position: relative;
  display: block;
}

.system-preview img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.08);
}

.system-preview div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 0.25rem;
  padding: clamp(0.75rem, 1.25vw, 1rem);
  background: linear-gradient(180deg, rgba(5, 6, 5, 0.48), rgba(5, 6, 5, 0.96));
}

.system-preview span,
.system-command span {
  color: #00f1ed;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.system-preview strong {
  color: #fff2d5;
  font-size: clamp(1.65rem, 2.8vw, 3.2rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.system-preview p,
.system-command p {
  margin: 0;
  color: #d7cec0;
  line-height: 1.25;
}

.system-command-list {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: clamp(0.55rem, 0.9vw, 0.75rem);
}

.system-command {
  display: grid;
  grid-template-columns: minmax(4.2rem, 0.32fr) minmax(0, 1fr);
  grid-template-rows: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 0 0.75rem;
  padding: clamp(0.55rem, 0.9vw, 0.75rem);
  min-height: clamp(5.3rem, 12vh, 7rem);
}

.system-command img {
  grid-row: 1 / 4;
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 100%;
  max-height: 5.4rem;
  object-fit: contain;
  filter: saturate(1.16) contrast(1.08) drop-shadow(0 0 18px rgba(0, 241, 237, 0.16));
}

.system-command strong {
  color: #fff2d5;
  font-size: clamp(1.2rem, 1.55vw, 1.65rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.system-command p {
  align-self: start;
  color: #d7cec0;
  font-size: clamp(0.78rem, 0.85vw, 0.9rem);
}

.system-preview:hover,
.system-command:hover {
  border-color: rgba(0, 241, 237, 0.62);
  box-shadow: inset 0 0 30px rgba(0, 241, 237, 0.1), 0 18px 60px rgba(0, 0, 0, 0.3);
}

.system-preview:hover img,
.system-command:hover img {
  transform: scale(1.025);
  filter: saturate(1.28) contrast(1.13) drop-shadow(0 0 22px rgba(0, 241, 237, 0.28));
}

.showcase-choice-grid,
.asset-focus-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.1vw, 0.85rem);
}

.showcase-card,
.asset-focus-grid article {
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.11), transparent 42%),
    linear-gradient(315deg, rgba(255, 154, 35, 0.1), transparent 45%),
    rgba(0, 0, 0, 0.66);
  border: 1px solid rgba(244, 234, 216, 0.16);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.08);
}

.showcase-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.showcase-card figure {
  min-height: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  margin: 0;
  padding: 0.65rem;
  background:
    radial-gradient(circle at 50% 40%, rgba(0, 241, 237, 0.16), transparent 8rem),
    rgba(0, 0, 0, 0.42);
}

.showcase-card .boat-figure {
  grid-template-columns: 1fr;
}

.showcase-card .boat-figure img:first-child {
  transform: translateY(12%) scale(1.12);
}

.showcase-card .boat-figure img:last-child {
  transform: translateY(-18%) scale(1.04);
}

.showcase-card .boss-figure {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-card .reward-figure {
  grid-template-columns: 0.92fr 1.08fr;
}

.showcase-card div,
.asset-focus-grid article {
  display: grid;
  align-content: end;
  gap: 0.25rem;
  padding: 0.7rem;
}

.showcase-card span,
.asset-focus-grid span {
  color: #00f1ed;
  font-weight: 950;
  text-transform: uppercase;
}

.showcase-card strong,
.asset-focus-grid strong {
  display: block;
  color: #fff2d5;
  font-size: clamp(1.35rem, 2vw, 2.25rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.showcase-card p,
.asset-focus-grid p {
  margin: 0;
  color: #d7cec0;
  font-size: clamp(0.86rem, 0.95vw, 1rem);
  line-height: 1.25;
}

.asset-focus-grid article {
  grid-template-rows: minmax(0, 1fr) auto auto auto;
}

.asset-focus-grid article img {
  align-self: center;
  justify-self: center;
  height: clamp(8rem, 22vh, 14rem);
  padding: 0.35rem;
}

.boat-focus article img {
  height: clamp(5.8rem, 14vh, 9rem);
}

.boss-focus article img {
  height: clamp(9rem, 24vh, 16rem);
}

.reward-focus article img {
  height: clamp(8rem, 21vh, 14rem);
}

.showcase-card:hover,
.asset-focus-grid article:hover {
  border-color: rgba(0, 241, 237, 0.58);
  box-shadow: inset 0 0 30px rgba(0, 241, 237, 0.08), 0 18px 60px rgba(0, 0, 0, 0.28);
}

.showcase-card:hover img,
.asset-focus-grid article:hover img {
  transform: scale(1.04);
  filter: saturate(1.28) contrast(1.13) drop-shadow(0 0 22px rgba(0, 241, 237, 0.28));
}

.command-panel-large {
  min-height: 0;
  display: grid;
  place-items: center;
  gap: 1rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 154, 35, 0.16), transparent 17rem),
    rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(244, 234, 216, 0.14);
}

.command-panel-large img {
  width: min(28rem, 78%);
}

.asset-spotlight {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-areas:
    "track"
    "pips";
  gap: 0.58rem;
}

.spotlight-track {
  grid-area: track;
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.asset-spotlight-item {
  display: none;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 36% 38%, rgba(0, 241, 237, 0.17), transparent 18rem),
    linear-gradient(135deg, rgba(0, 241, 237, 0.08), transparent 42%),
    linear-gradient(315deg, rgba(255, 154, 35, 0.1), transparent 45%),
    rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(244, 234, 216, 0.17);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.08);
}

.asset-spotlight-item.active {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.spotlight-art {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 2vw, 1.35rem) clamp(3rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 241, 237, 0.18), transparent 17rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52));
}

.asset-viewer .asset-panels .spotlight-art img {
  width: min(100%, 42rem);
  height: min(100%, 31rem);
  object-fit: contain;
  max-height: none;
}

.asset-viewer .asset-panels .boat-focus .spotlight-art img {
  width: min(100%, 49rem);
  height: min(100%, 23rem);
  transform: none;
}

.asset-viewer .asset-panels .boat-focus .spotlight-art img.fanboat-preview {
  width: min(100%, 43rem);
  height: min(100%, 20rem);
  clip-path: inset(9px 0 0 0);
  transform: scale(0.86) translateY(0.35rem);
}

.asset-viewer .asset-panels .boss-focus .spotlight-art img,
.asset-viewer .asset-panels .pickup-focus .spotlight-art img,
.asset-viewer .asset-panels .reward-focus .spotlight-art img {
  width: min(100%, 38rem);
  height: min(100%, 28rem);
}

.asset-viewer .asset-panels .boss-focus .spotlight-art img {
  transform: none;
}

.asset-viewer .asset-panels .reward-focus .spotlight-art img {
  transform: none;
}

.asset-viewer .asset-panels .pickup-focus .spotlight-art img {
  width: min(100%, 18rem);
  height: min(100%, 18rem);
  transform: none;
}

.spotlight-copy {
  display: grid;
  align-content: end;
  gap: 0.35rem;
  min-width: 0;
  padding: clamp(0.75rem, 1.4vw, 1rem);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82)),
    rgba(0, 0, 0, 0.36);
}

.spotlight-copy span,
.spotlight-pips span {
  color: #00f1ed;
  font-weight: 950;
  text-transform: uppercase;
}

.spotlight-copy strong {
  color: #fff2d5;
  font-size: clamp(1.65rem, 2.8vw, 3.6rem);
  line-height: 0.85;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.spotlight-copy p {
  margin: 0;
  color: #d7cec0;
  font-size: clamp(0.98rem, 1.1vw, 1.14rem);
  line-height: 1.32;
}

.spotlight-stats {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.25rem;
  margin-top: 0.25rem;
}

.spotlight-stats b,
.spotlight-stats span {
  min-height: 1.35rem;
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.38rem;
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.spotlight-stats b {
  color: #050505;
  background: linear-gradient(100deg, #ff9a23, #b8ff25);
}

.spotlight-stats span {
  color: #fff2d5;
  background: rgba(0, 241, 237, 0.12);
  border: 1px solid rgba(0, 241, 237, 0.28);
}

.spotlight-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: clamp(2.2rem, 3vw, 3rem);
  min-width: 0;
  min-height: clamp(3.5rem, 12vh, 6rem);
  cursor: pointer;
  color: #050505;
  background: linear-gradient(180deg, #fff2d5, #ff9a23);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font: inherit;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 950;
  line-height: 1;
  transform: translateY(-50%);
}

.spotlight-arrow.previous {
  grid-area: prev;
  left: 0.7rem;
}

.spotlight-arrow.next {
  grid-area: next;
  right: 0.7rem;
}

.spotlight-arrow:hover {
  background: linear-gradient(180deg, #b8ff25, #00f1ed);
  box-shadow: 0 0 22px rgba(0, 241, 237, 0.22);
}

.spotlight-pips {
  grid-area: pips;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.spotlight-pips button {
  width: auto;
  min-width: 2.35rem;
  min-height: 1.2rem;
  padding: 0.12rem 0.35rem 0.08rem;
  cursor: pointer;
  background: rgba(244, 234, 216, 0.2);
  border: 1px solid rgba(244, 234, 216, 0.28);
  color: #fff2d5;
  font: inherit;
  font-size: 0.58rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.spotlight-pips button.active,
.spotlight-pips button:hover {
  background: linear-gradient(90deg, #b8ff25, #00f1ed);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 0 18px rgba(0, 241, 237, 0.25);
}

.overview-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.overview-grid article {
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background:
    radial-gradient(circle at 32% 24%, rgba(0, 241, 237, 0.18), transparent 12rem),
    rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(244, 234, 216, 0.16);
}

.overview-grid article img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.1) brightness(0.72);
}

.overview-grid article:nth-child(3) img,
.overview-grid article:nth-child(4) img {
  object-fit: contain;
  padding: 0.5rem;
  background: radial-gradient(circle at 50% 44%, rgba(0, 241, 237, 0.14), transparent 10rem);
}

.overview-grid article div {
  display: grid;
  gap: 0.16rem;
  padding: 0.65rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.86));
}

.overview-grid b {
  color: #b8ff25;
  font-size: clamp(1.5rem, 3vw, 3.1rem);
  line-height: 0.86;
}

.overview-grid strong {
  color: #fff2d5;
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.overview-grid p {
  margin: 0;
  color: #d7cec0;
  font-size: 0.82rem;
  line-height: 1.25;
}

.launch-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.launch-stat-strip b {
  display: grid;
  min-width: 5.5rem;
  padding: 0.45rem 0.65rem;
  color: #b8ff25;
  background: rgba(0, 214, 201, 0.09);
  border: 1px solid rgba(0, 241, 237, 0.3);
  font-size: 1.35rem;
  line-height: 0.95;
}

.launch-stat-strip.stat-console {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.launch-stat-strip.stat-console b {
  min-height: 100%;
  align-content: center;
  padding: 1rem;
  font-size: clamp(2rem, 4vw, 4.7rem);
  background:
    linear-gradient(135deg, rgba(184, 255, 37, 0.16), transparent 44%),
    rgba(0, 0, 0, 0.54);
}

.launch-stat-strip.stat-console em {
  margin-top: 0.2rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
}

.launch-stat-strip em {
  color: #fff2d5;
  font-size: 0.72rem;
  font-style: normal;
  text-transform: uppercase;
}

.launch-asset-wall {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0.75rem;
  background:
    linear-gradient(180deg, rgba(255, 51, 102, 0.14), transparent 38%),
    linear-gradient(0deg, rgba(0, 241, 237, 0.12), transparent 45%),
    rgba(5, 6, 5, 0.78);
  border-left: 1px solid rgba(255, 51, 102, 0.28);
}

.launch-asset-wall.command-stack {
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

.command-stack a {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0.15rem 0.65rem;
  min-height: 0;
  align-items: start;
  overflow: hidden;
  padding: 0.75rem;
  color: #fff2d5;
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.12), transparent 46%),
    rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(244, 234, 216, 0.14);
  text-transform: uppercase;
}

.command-stack a span {
  position: relative;
  z-index: 2;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 2.35rem;
  min-height: 2.35rem;
  color: #050505;
  background: linear-gradient(100deg, #ff9a23, #b8ff25);
  font-weight: 950;
}

.command-stack a strong {
  position: relative;
  z-index: 2;
  align-self: end;
  color: #fff2d5;
  font-size: clamp(1.1rem, 1.45vw, 1.55rem);
  line-height: 0.92;
}

.command-stack a em {
  position: relative;
  z-index: 2;
  align-self: start;
  color: #d7cec0;
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.15;
}

.command-stack a > img {
  position: absolute;
  z-index: 1;
  right: -8%;
  bottom: -18%;
  width: 72%;
  height: 82%;
  object-fit: contain;
  opacity: 0.32;
  filter: saturate(1.18) contrast(1.1) drop-shadow(0 0 18px rgba(0, 241, 237, 0.18));
  pointer-events: none;
}

.command-stack a:first-child > img {
  right: -14%;
  width: 96%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.command-stack a:nth-child(3) > img,
.command-stack a:nth-child(4) > img,
.command-stack a:nth-child(5) > img {
  right: -2%;
  bottom: -22%;
  width: 62%;
  height: 92%;
  opacity: 0.38;
}

.command-stack a:hover,
.command-stack a.active {
  border-color: rgba(0, 241, 237, 0.62);
  box-shadow: inset 0 0 30px rgba(0, 241, 237, 0.1), 0 0 24px rgba(0, 241, 237, 0.12);
}

.asset-group {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0.35rem;
  min-height: 0;
}

.asset-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  min-height: 0;
}

.asset-strip a {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 4.8rem;
  overflow: hidden;
  color: #fff2d5;
  background:
    radial-gradient(circle at 50% 25%, rgba(0, 241, 237, 0.18), transparent 4rem),
    #050605;
  border: 1px solid rgba(244, 234, 216, 0.13);
}

.asset-strip a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 6, 5, 0.9), transparent 55%);
}

.asset-strip a img {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding: 0.42rem 0.32rem 0.08rem;
  filter: saturate(1.15) contrast(1.1) drop-shadow(0 0 14px rgba(0, 241, 237, 0.2));
  transition: transform 220ms ease, filter 220ms ease;
}

.portrait-strip a img,
.reward-strip a img {
  object-fit: contain;
  padding: 0.35rem 0.28rem 0.08rem;
}

.reward-strip a:first-child img {
  object-fit: contain;
  padding: 0.35rem 0.18rem 0.08rem;
}

.asset-strip a b {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 1.55rem;
  padding: 0.18rem 0.45rem 0.4rem;
  color: #fff2d5;
  font-weight: 950;
  font-size: 0.78rem;
  line-height: 0.9;
  text-transform: uppercase;
  background: linear-gradient(180deg, transparent, rgba(5, 6, 5, 0.82));
}

.asset-strip a:hover img {
  transform: scale(1.06);
  filter: saturate(1.28) contrast(1.15);
}

.asset-strip a.active {
  border-color: rgba(0, 241, 237, 0.76);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.28), 0 0 18px rgba(0, 241, 237, 0.16);
}

.boat-strip {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.boat-strip a {
  grid-template-columns: minmax(0, 1fr) 5.4rem;
  grid-template-rows: 1fr;
  min-height: 0;
}

.boat-strip a img {
  padding: 0.1rem 0.35rem;
}

.boat-strip a b {
  align-self: center;
  padding: 0 0.45rem 0 0;
  background: transparent;
}

.studio-slider-ui {
  display: grid;
  grid-template-columns: auto minmax(4rem, 1fr) auto auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem 1rem;
  color: #fff2d5;
  background: rgba(5, 6, 5, 0.78);
  border-top: 1px solid rgba(244, 234, 216, 0.12);
  backdrop-filter: blur(12px);
}

.studio-slider-ui span,
.studio-slider-ui em {
  font-weight: 950;
  text-transform: uppercase;
  font-style: normal;
}

.studio-slider-ui b {
  height: 0.25rem;
  background: linear-gradient(90deg, #ff9a23, #fff2d5, #00d6c9);
}

.studio-thumb-row {
  display: flex;
  gap: 0.36rem;
}

.studio-thumb-row button {
  width: 1.15rem;
  height: 1.15rem;
  padding: 0;
  cursor: pointer;
  background: rgba(244, 234, 216, 0.2);
  border: 1px solid rgba(244, 234, 216, 0.26);
  border-radius: 0;
}

.studio-thumb-row button.active,
.studio-thumb-row button:hover {
  background: linear-gradient(135deg, #b8ff25, #00f1ed);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 0 18px rgba(0, 241, 237, 0.34);
}

.studio-thumb-row.mode-row {
  gap: 0.42rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.studio-thumb-row.mode-row button {
  width: auto;
  min-width: 4.2rem;
  height: 2rem;
  padding: 0 0.55rem;
  color: #fff2d5;
  background: rgba(244, 234, 216, 0.1);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.studio-thumb-row.mode-row button.active,
.studio-thumb-row.mode-row button:hover {
  color: #00f1ed;
  background:
    linear-gradient(100deg, rgba(0, 241, 237, 0.16), rgba(184, 255, 37, 0.1)),
    rgba(5, 6, 5, 0.88);
  border-color: rgba(0, 241, 237, 0.84);
  box-shadow: inset 0 -3px 0 rgba(0, 241, 237, 0.88), 0 0 18px rgba(0, 241, 237, 0.34);
  text-shadow: 0 0 12px rgba(0, 241, 237, 0.72);
}

.home-link-dock {
  position: fixed;
  z-index: 29;
  left: clamp(1rem, 4vw, 4rem);
  right: clamp(1rem, 4vw, 4rem);
  bottom: 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.home-link-dock a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.4rem;
  padding: 0.55rem 0.7rem;
  color: #fff2d5;
  background: rgba(5, 6, 5, 0.78);
  border: 1px solid rgba(244, 234, 216, 0.16);
  backdrop-filter: blur(12px);
  text-transform: uppercase;
}

.home-link-dock a.active {
  background: linear-gradient(100deg, rgba(0, 241, 237, 0.82), rgba(184, 255, 37, 0.76));
  color: #050505;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 0 24px rgba(0, 241, 237, 0.22);
}

.home-link-dock span {
  color: #00f1ed;
  font-weight: 950;
}

.home-link-dock a.active span {
  color: #050505;
}

.home-link-dock strong {
  font-size: 0.9rem;
  letter-spacing: 0;
}

.studio-redesign .studio-footer {
  display: none;
}

.studio-intro,
.studio-game-feature {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.studio-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: end;
}

.studio-intro h2 {
  color: #f4ead8;
  max-width: 12ch;
}

.studio-intro p {
  color: #d7cec0;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.55;
}

.studio-game-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: 1rem;
}

.studio-game-panel,
.studio-link-stack a {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.studio-game-panel {
  display: grid;
  grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1fr);
  overflow: hidden;
}

.studio-game-panel img {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  object-fit: cover;
}

.studio-game-panel div,
.studio-link-stack a {
  padding: clamp(1rem, 3vw, 1.6rem);
}

.studio-game-panel span,
.studio-link-stack span {
  color: #ff9a23;
  font-weight: 950;
  text-transform: uppercase;
}

.studio-game-panel strong,
.studio-link-stack strong {
  display: block;
  margin: 0.35rem 0;
  color: #fff2d5;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.studio-game-panel p,
.studio-link-stack p {
  color: #d7cec0;
  font-size: 1.05rem;
  line-height: 1.45;
}

.studio-link-stack {
  display: grid;
  gap: 1rem;
}

.studio-link-stack a {
  display: block;
}

.studio-link-stack strong {
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.leaderboard-hero {
  min-height: 58vh;
}

.leaderboard-console {
  width: min(1180px, calc(100% - 2rem));
  margin: -2rem auto clamp(3rem, 7vw, 5rem);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.6rem);
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(255, 154, 35, 0.08), transparent 52%),
    rgba(0, 0, 0, 0.84);
  border: 1px solid rgba(0, 241, 237, 0.3);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.46), inset 0 0 36px rgba(0, 241, 237, 0.08);
}

.leaderboard-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 21rem);
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.leaderboard-toolbar h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.9;
  overflow-wrap: anywhere;
}

.leaderboard-toolbar label {
  display: grid;
  gap: 0.35rem;
  width: 100%;
  min-width: 0;
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.leaderboard-toolbar select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 3rem;
  padding: 0 0.85rem;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(0, 241, 237, 0.44);
  font: inherit;
  font-weight: 950;
  text-transform: uppercase;
  text-overflow: ellipsis;
}

.leaderboard-status {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow-wrap: anywhere;
}

.leaderboard-list {
  list-style: none;
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.leaderboard-row {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) minmax(7rem, auto) minmax(7rem, auto);
  align-items: center;
  gap: 0.75rem;
  min-height: 3.4rem;
  min-width: 0;
  box-sizing: border-box;
  padding: 0.65rem 0.8rem;
  background:
    linear-gradient(90deg, rgba(0, 241, 237, 0.12), transparent 45%),
    rgba(3, 7, 6, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.leaderboard-row:nth-child(1) {
  border-color: rgba(184, 255, 37, 0.55);
  box-shadow: inset 0 0 24px rgba(184, 255, 37, 0.08);
}

.leaderboard-rank {
  color: #050505;
  background: linear-gradient(100deg, var(--amber), var(--acid));
  min-height: 2.2rem;
  min-width: 0;
  display: grid;
  place-items: center;
  font-weight: 950;
}

.leaderboard-player {
  min-width: 0;
  overflow: hidden;
  color: var(--paper);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.leaderboard-row strong {
  color: var(--acid);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  text-align: right;
}

.leaderboard-row time {
  color: var(--muted);
  font-size: 0.95rem;
  text-align: right;
}

.leaderboard-more {
  margin-top: 1rem;
}

@media (max-width: 1400px) and (min-width: 1051px) {
  .studio-showcase {
    grid-template-columns: minmax(14rem, 0.36fr) minmax(39rem, 1.64fr);
    gap: 1rem;
    padding-inline: clamp(1rem, 2.4vw, 2.4rem);
  }

  .company-hero-copy h1 {
    font-size: clamp(2.4rem, 4.45vw, 5rem);
  }

  .company-hero-copy p {
    font-size: 0.98rem;
  }

  .launch-stage {
    grid-template-columns: minmax(0, 1fr) minmax(13.5rem, 17rem);
  }

  .command-stack a {
    padding: 0.62rem;
  }

  .command-stack a strong {
    font-size: clamp(1rem, 1.25vw, 1.3rem);
  }

  .command-stack a em {
    font-size: 0.7rem;
  }

  .asset-view-head h2 {
    font-size: clamp(1.9rem, 2.75vw, 3.25rem);
  }

  .asset-focus-grid article img {
    height: clamp(7rem, 18vh, 12rem);
  }

  .boat-focus article img {
    height: clamp(4.8rem, 11vh, 7.2rem);
  }

  .asset-spotlight-item.active {
    grid-template-columns: none;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .spotlight-copy strong {
    font-size: clamp(1.55rem, 2.65vw, 3.3rem);
  }

  .asset-viewer .asset-panels .boss-focus .spotlight-art img,
  .asset-viewer .asset-panels .pickup-focus .spotlight-art img,
  .asset-viewer .asset-panels .reward-focus .spotlight-art img {
    height: min(100%, 27rem);
  }
}

@media (max-height: 920px) and (min-width: 1051px) {
  html:has(body.studio-redesign) {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .studio-redesign {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .studio-redesign main {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
  }

  .studio-showcase {
    height: auto;
    min-height: max(100vh, 58rem);
    min-height: max(100dvh, 58rem);
    max-height: none;
    align-items: start;
    overflow: visible;
    padding-top: 7.35rem;
    padding-bottom: 4.75rem;
  }

  .company-hero-copy {
    position: sticky;
    top: 7.25rem;
    height: auto;
    min-height: 40rem;
    align-self: start;
    align-content: center;
  }

  .company-hero-copy h1 {
    font-size: clamp(2.85rem, 3.85vw, 4.35rem);
  }

  .company-hero-copy p {
    font-size: 0.96rem;
  }

  .launch-feature {
    height: auto;
    min-height: 46rem;
    align-self: start;
  }

  .launch-feature-top {
    padding: 0.9rem 1rem 0.75rem;
  }

  .launch-stage {
    min-height: 35rem;
  }

  .asset-viewer .launch-copy-panel {
    min-height: 35rem;
  }

  .system-preview {
    min-height: 18rem;
  }

  .system-command {
    min-height: 7rem;
  }

  .home-link-dock {
    position: sticky;
    left: auto;
    right: auto;
    bottom: 0.8rem;
    width: auto;
    margin: 0 clamp(1rem, 4vw, 4rem) 0.8rem;
  }
}

@media (max-width: 1050px) {
  html:has(body.studio-redesign) {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .studio-redesign {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: auto;
  }

  .studio-redesign main {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
  }

  .studio-brand.wide {
    width: min(14rem, 42vw);
  }

  .studio-header-actions {
    order: 2;
  }

  .studio-intro,
  .studio-game-feature,
  .studio-game-panel,
  .studio-showcase {
    grid-template-columns: 1fr;
  }

  .studio-showcase {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    align-items: stretch;
    grid-template-rows: auto;
    overflow: visible;
    padding: clamp(7.2rem, 15vh, 8.6rem) clamp(0.8rem, 2vw, 1.1rem) clamp(3.2rem, 7vh, 4rem);
  }

  .launch-feature-top {
    order: 1;
  }

  .launch-stage {
    order: 3;
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: visible;
  }

  .studio-slider-ui {
    order: 2;
  }

  .launch-feature {
    order: 1;
    min-height: 0;
    height: auto;
    grid-template-rows: auto auto minmax(0, 1fr);
    overflow: visible;
  }

  .company-hero-copy {
    display: none;
  }

  .company-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.4rem, 8vw, 4.2rem);
  }

  .company-hero-copy p {
    width: min(44rem, 100%);
  }

  .studio-slider {
    height: auto;
    min-height: 0;
  }

  .asset-viewer .launch-copy-panel {
    height: auto;
    overflow: visible;
  }

  .launch-asset-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    border-left: 0;
    border-top: 1px solid rgba(255, 51, 102, 0.28);
  }

  .launch-asset-wall.command-stack {
    display: none;
  }

  .command-stack a {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 4.6rem;
  }

  .command-stack a em {
    display: none;
  }

  .system-hub {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .system-command-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .system-command {
    grid-template-columns: minmax(4.8rem, 0.42fr) minmax(0, 1fr);
    min-height: 5.9rem;
  }

  .system-command img {
    max-height: 5.4rem;
  }

  .system-command p {
    display: none;
  }

  .showcase-choice-grid,
  .asset-focus-grid,
  .launch-stat-strip.stat-console,
  .overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .asset-viewer .asset-panels [data-dashboard-view].active {
    grid-template-rows: auto minmax(26rem, auto);
    height: auto;
  }

  .asset-focus-grid article img {
    height: clamp(7rem, 20vw, 12rem);
  }

  .boat-focus article img {
    height: clamp(5rem, 14vw, 7.5rem);
  }

  .asset-spotlight {
    height: auto;
    min-height: clamp(28rem, 62vh, 42rem);
  }

  .asset-spotlight-item.active {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .spotlight-copy {
    align-content: start;
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.38)),
      rgba(0, 0, 0, 0.32);
  }

  .spotlight-copy strong {
    font-size: clamp(2rem, 6vw, 3.6rem);
  }

  .asset-viewer .asset-panels .spotlight-art img,
  .asset-viewer .asset-panels .boat-focus .spotlight-art img,
  .asset-viewer .asset-panels .boss-focus .spotlight-art img,
  .asset-viewer .asset-panels .pickup-focus .spotlight-art img,
  .asset-viewer .asset-panels .reward-focus .spotlight-art img {
    height: min(100%, 24rem);
  }

  .home-link-dock {
    position: sticky;
    bottom: 0.6rem;
    grid-column: auto;
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .studio-redesign .site-header {
    grid-template-columns: 6.6rem minmax(0, 1fr);
    gap: 0.45rem;
    padding: 0.45rem 0.65rem 0.55rem;
    max-width: 100vw;
    overflow: hidden;
  }

  .studio-brand.wide {
    width: 6.7rem;
  }

  .studio-brand.wide img {
    max-height: 3.2rem;
  }

  .studio-redesign nav {
    order: 1;
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .studio-redesign nav a {
    min-width: 0;
    min-height: 2rem;
    padding: 0 0.28rem;
    font-size: 0.62rem;
    text-align: center;
  }

  .studio-header-actions {
    order: 2;
    width: calc(100vw - 1.3rem);
    grid-column: 1 / -1;
    justify-self: start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    min-width: 0;
    max-width: 100%;
  }

  .studio-header-actions .header-cta {
    min-width: 0;
    width: 100%;
    min-height: 2.1rem;
    padding: 0;
    font-size: 0.58rem;
    clip-path: polygon(0.25rem 0, 100% 0, calc(100% - 0.25rem) 100%, 0 100%);
    white-space: nowrap;
  }

  .studio-header-actions .header-cta::after {
    display: none;
  }

  .studio-showcase {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    overflow: visible;
    padding: clamp(7.4rem, 18vh, 8.3rem) 0.65rem 0.7rem;
  }

  .launch-feature-top {
    order: 1;
    padding: 0.75rem;
  }

  .launch-feature-top strong {
    font-size: 1.12rem;
  }

  .launch-feature-top img {
    width: min(8rem, 42%);
  }

  .launch-stage {
    order: 3;
    min-height: 0;
    overflow: visible;
  }

  .studio-slider-ui {
    order: 2;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .launch-asset-wall,
  .home-link-dock {
    grid-template-columns: 1fr;
  }

  .home-link-dock {
    display: none;
  }

  .launch-asset-wall.command-stack,
  .showcase-choice-grid,
  .asset-focus-grid,
  .launch-stat-strip.stat-console,
  .overview-grid {
    grid-template-columns: 1fr;
  }

  .launch-asset-wall.command-stack {
    display: none;
  }

  .command-stack a {
    min-height: 3.4rem;
    padding: 0.55rem;
  }

  .command-stack a span {
    width: 2rem;
    min-height: 2rem;
  }

  .command-stack a strong {
    font-size: 1.05rem;
  }

  .asset-viewer .launch-copy-panel {
    padding: 0.7rem;
  }

  .asset-viewer .asset-panels [data-dashboard-view].active {
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0.45rem;
  }

  .system-hub {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0.45rem;
  }

  .system-preview div {
    display: none;
  }

  .system-preview {
    display: none;
  }

  .system-preview strong {
    font-size: clamp(1.25rem, 6vw, 1.9rem);
  }

  .system-preview p {
    display: none;
  }

  .system-command-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 0.42rem;
  }

  .system-command {
    grid-template-columns: 4.5rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 4.25rem;
    gap: 0.05rem 0.55rem;
    padding: 0.4rem;
  }

  .system-command img {
    grid-row: 1 / 3;
    max-height: 3.55rem;
  }

  .system-command span {
    font-size: 0.62rem;
  }

  .system-command strong {
    font-size: clamp(0.8rem, 3.5vw, 1rem);
  }

  .system-command p {
    display: none;
  }

  .asset-view-head h2 {
    font-size: clamp(1.55rem, 8vw, 2.3rem);
    max-width: 16ch;
  }

  .asset-view-head p {
    display: none;
  }

  .overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .overview-grid article div {
    padding: 0.45rem;
  }

  .overview-grid p {
    display: none;
  }

  .showcase-card {
    grid-template-columns: 6.2rem minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 5.1rem;
  }

  .showcase-card figure {
    min-height: 0;
    height: 5.1rem;
    padding: 0.45rem;
  }

  .showcase-card strong,
  .asset-focus-grid strong {
    font-size: clamp(1.05rem, 5.2vw, 1.45rem);
  }

  .showcase-card p {
    display: none;
  }

  .asset-focus-grid article {
    grid-template-columns: minmax(8rem, 0.48fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: center;
  }

  .asset-focus-grid article img {
    grid-row: 1 / 4;
    height: clamp(6.5rem, 30vw, 10rem);
  }

  .boat-focus article img {
    height: clamp(4.7rem, 22vw, 7.2rem);
  }

  .reward-focus article:first-child img {
    height: clamp(4.8rem, 23vw, 7.4rem);
  }

  .asset-spotlight {
    height: auto;
    min-height: 28rem;
    gap: 0.42rem;
  }

  .spotlight-arrow {
    top: 41%;
    width: 2.15rem;
    min-height: 3.2rem;
    font-size: 1.65rem;
  }

  .asset-spotlight-item.active {
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .spotlight-art {
    padding: 0.6rem 2.35rem;
  }

  .spotlight-copy {
    padding: 0.75rem;
  }

  .spotlight-copy strong {
    font-size: clamp(1.45rem, 7.5vw, 2.2rem);
  }

  .spotlight-copy p {
    font-size: 0.9rem;
  }

  .spotlight-stats {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .spotlight-stats b,
  .spotlight-stats span {
    font-size: 0.62rem;
  }

  .asset-viewer .asset-panels .spotlight-art img,
  .asset-viewer .asset-panels .boss-focus .spotlight-art img,
  .asset-viewer .asset-panels .pickup-focus .spotlight-art img,
  .asset-viewer .asset-panels .reward-focus .spotlight-art img {
    width: min(100%, 20rem);
    height: min(100%, 17rem);
  }

  .asset-viewer .asset-panels .boat-focus .spotlight-art img {
    width: min(100%, 22rem);
    height: min(100%, 11rem);
  }

  .spotlight-pips button {
    min-width: 1.7rem;
    max-width: 5.8rem;
    padding-inline: 0.28rem;
    overflow: hidden;
    font-size: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .studio-slider-ui {
    grid-template-columns: auto minmax(3rem, 1fr);
    gap: 0.55rem;
    padding: 0.65rem;
  }

  .studio-slider-ui em {
    justify-self: end;
  }

  .studio-thumb-row.mode-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: calc(100vw - 2.7rem);
    min-width: 0;
  }

  .studio-thumb-row.mode-row button {
    min-width: 0;
    width: 100%;
    padding-inline: 0.2rem;
    font-size: 0.6rem;
  }

  .company-hero-copy {
    padding: 0.85rem;
  }

  .company-hero-copy h1 {
    font-size: clamp(2.25rem, 13vw, 3.6rem);
  }

  .company-hero-copy .action-row {
    gap: 0.45rem;
  }

  .company-hero-copy .button {
    min-height: 2.45rem;
    font-size: 0.82rem;
  }

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

  .company-hero-copy h1 {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .studio-game-panel img {
    min-height: 16rem;
  }
}

/* Freemium launch homepage */
body.freemium-site {
  color: var(--paper);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 154, 35, 0.16), transparent 24rem),
    radial-gradient(circle at 82% 18%, rgba(0, 241, 237, 0.14), transparent 28rem),
    linear-gradient(180deg, #020303 0%, #06110d 42%, #030403 100%);
}

body.freemium-site .freemium-main,
body.freemium-site .site-footer {
  position: relative;
  z-index: 10;
}

body.freemium-site .freemium-header {
  grid-template-columns: minmax(7rem, 10rem) minmax(0, auto) minmax(12rem, 1fr) minmax(13rem, auto);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.7));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.freemium-site .studio-brand img {
  width: clamp(6.6rem, 9vw, 9rem);
  max-height: 4.6rem;
}

body.freemium-site nav {
  background: rgba(0, 0, 0, 0.58);
}

body.freemium-site nav a {
  padding-inline: clamp(0.4rem, 0.65vw, 0.62rem);
}

body.freemium-site .studio-header-actions {
  display: flex;
  justify-content: flex-end;
  gap: clamp(0.34rem, 0.7vw, 0.55rem);
}

body.freemium-site .header-cta {
  min-width: clamp(5.8rem, 7vw, 7rem);
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

body.freemium-site .studio-download {
  background: linear-gradient(100deg, #fff0ce, var(--amber));
  box-shadow: 0 0 24px rgba(255, 154, 35, 0.18);
}

.freemium-hero,
.freemium-download {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 8rem 1.5rem 4rem;
}

.freemium-hero {
  min-height: min(52rem, 92svh);
}

.freemium-hero-bg {
  position: absolute;
  z-index: -3;
  inset: -5%;
  width: 110%;
  height: 110%;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.1) brightness(0.72);
  transform: translate3d(calc(var(--mx, 0) * -16px), var(--parallax-y, 0), 0) scale(1.02);
}

.freemium-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.46) 48%, rgba(0, 0, 0, 0.74)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.72));
}

.freemium-hero-copy,
.freemium-download-copy,
.freemium-section,
.freemium-proof {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.freemium-hero-copy {
  width: min(1180px, 100%);
  max-width: 52rem;
  margin-left: max(1rem, calc((100% - 1180px) / 2));
}

.freemium-game-logo {
  width: 17rem;
  margin: 0 0 1rem;
  filter: drop-shadow(0 0 28px rgba(184, 255, 37, 0.22));
}

.freemium-hero h1,
.freemium-download h2,
.freemium-section h2 {
  margin: 0;
  color: #fff4dc;
  font-weight: 950;
  line-height: 0.92;
  text-transform: uppercase;
}

.freemium-hero h1 {
  max-width: 10.8ch;
  font-size: clamp(3.7rem, 5.5vw, 5.05rem);
}

.freemium-hero-line,
.freemium-download-copy p,
.freemium-section-copy p,
.freemium-section-title p {
  max-width: 45rem;
  color: #f4e4c8;
  font-size: 1.15rem;
  line-height: 1.55;
}

.freemium-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.freemium-cta-row .button {
  padding: 0 1rem;
}

.freemium-offer-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.35rem;
  max-width: 45rem;
}

.freemium-offer-strip span {
  min-height: 4.6rem;
  display: grid;
  align-content: center;
  padding: 0.75rem;
  color: var(--paper);
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.freemium-offer-strip b {
  display: block;
  color: var(--acid);
  font-size: 1.85rem;
  line-height: 1;
}

.freemium-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 1rem 0 0;
  margin-top: -2.5rem;
}

.freemium-proof article,
.freemium-boat-grid article,
.freemium-boss-grid article,
.freemium-award-panel {
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(0, 241, 237, 0.08), rgba(255, 154, 35, 0.07)),
    rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.freemium-proof article {
  padding: 1.05rem;
}

.freemium-proof span,
.freemium-boat-grid span,
.freemium-boss-grid span,
.freemium-award-panel span {
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.freemium-proof strong,
.freemium-boat-grid strong,
.freemium-boss-grid strong,
.freemium-award-panel strong {
  display: block;
  color: var(--paper);
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.freemium-proof p,
.freemium-boss-grid p,
.freemium-award-panel p {
  margin: 0.55rem 0 0;
  color: #e6d2b2;
  line-height: 1.45;
}

.freemium-section {
  padding: 5rem 0;
}

.freemium-gameplay {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 1.08fr);
  gap: 1.25rem;
  align-items: center;
}

.freemium-section h2 {
  max-width: 46rem;
  font-size: 3.25rem;
}

.freemium-screens {
  display: grid;
  gap: 0.8rem;
}

.freemium-screens img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}

.freemium-roster,
.freemium-worlds,
.freemium-rewards {
  width: min(1320px, calc(100% - 2rem));
}

.freemium-section-title {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.3rem;
}

.freemium-section-title h2 {
  max-width: 42rem;
}

.freemium-section-title p:last-child {
  max-width: 28rem;
}

.freemium-boat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.freemium-boat-grid article {
  min-height: 14.5rem;
  display: grid;
  grid-template-rows: 1fr auto auto;
  padding: 0.75rem;
  overflow: hidden;
}

.freemium-boat-grid img {
  width: 100%;
  height: 8.4rem;
  object-fit: contain;
  object-position: center;
  align-self: center;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.44));
}

.freemium-boat-grid span {
  color: var(--amber);
  font-size: 0.85rem;
}

.freemium-boat-grid strong {
  min-height: 2.2rem;
  font-size: 1rem;
}

.freemium-boss-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.freemium-boss-grid article {
  min-height: 19rem;
  overflow: hidden;
}

.freemium-boss-grid img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
  object-position: center;
}

.freemium-boss-grid span,
.freemium-boss-grid strong,
.freemium-boss-grid p {
  margin-left: 0.85rem;
  margin-right: 0.85rem;
}

.freemium-boss-grid span {
  display: block;
  margin-top: 0.85rem;
  font-size: 0.85rem;
}

.freemium-boss-grid strong {
  font-size: 1.05rem;
}

.freemium-pickup-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.55rem;
  max-width: 44rem;
  margin-top: 1.3rem;
}

.freemium-pickup-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 0.2rem;
  border-radius: 6px;
  background: radial-gradient(circle, rgba(0, 241, 237, 0.14), rgba(0, 0, 0, 0.54));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.freemium-award-panel {
  padding: 1rem;
}

.freemium-award-panel img {
  width: min(100%, 30rem);
  margin: 0 auto 1rem;
  object-fit: contain;
}

.freemium-award-panel strong {
  font-size: 2rem;
  line-height: 0.95;
}

.freemium-download {
  min-height: 34rem;
}

.freemium-download-copy {
  width: min(1180px, 100%);
  max-width: 58rem;
  margin-left: max(1rem, calc((100% - 1180px) / 2));
}

.freemium-download h2 {
  max-width: 55rem;
  font-size: 4.2rem;
}

.freemium-footer {
  padding: 1rem clamp(1rem, 4vw, 3rem);
}

body.freemium-site {
  padding-bottom: calc(4.7rem + env(safe-area-inset-bottom));
}

.freemium-launch-hero {
  min-height: min(58rem, 100svh);
  padding: clamp(6.5rem, 9vw, 8rem) 1rem clamp(2rem, 5vw, 3.5rem);
}

.freemium-launch-panel {
  position: relative;
  width: min(1320px, calc(100% - 1rem));
  min-height: clamp(32rem, 66vw, 48rem);
  margin: 0 auto;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(1.25rem, 4vw, 2.65rem);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.42), rgba(0, 38, 34, 0.22));
  border: 1px solid rgba(0, 241, 237, 0.3);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.44),
    inset 0 0 54px rgba(0, 0, 0, 0.38);
}

.freemium-launch-slider {
  position: absolute;
  inset: 0;
}

.freemium-launch-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  filter: saturate(1.08) contrast(1.03) brightness(1.02);
  animation: freemiumBootSlide 36s infinite;
}

.freemium-launch-slider img:nth-child(2) {
  animation-delay: 6s;
}

.freemium-launch-slider img:nth-child(3) {
  animation-delay: 12s;
}

.freemium-launch-slider img:nth-child(4) {
  animation-delay: 18s;
}

.freemium-launch-slider img:nth-child(5) {
  animation-delay: 24s;
}

.freemium-launch-slider img:nth-child(6) {
  animation-delay: 30s;
}

.freemium-launch-panel .freemium-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.12) 52%, rgba(0, 0, 0, 0.28)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.18)),
    radial-gradient(circle at 22% 24%, rgba(0, 241, 237, 0.1), transparent 28rem);
}

.freemium-launch-panel .freemium-hero-copy {
  position: relative;
  z-index: 2;
  width: min(55rem, 100%);
  max-width: none;
  margin: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.86);
}

.freemium-launch-panel .freemium-hero-line {
  max-width: 49rem;
}

.freemium-launch-panel .freemium-slider-caption {
  position: absolute;
  z-index: 3;
  right: clamp(1rem, 4vw, 2.65rem);
  bottom: clamp(1rem, 4vw, 2.65rem);
  left: auto;
  width: min(19rem, 38vw);
}

body.freemium-site .freemium-footer {
  position: fixed;
  z-index: 75;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-areas:
    "links"
    "status";
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 0.32rem;
  min-height: 4.15rem;
  padding: 0.42rem clamp(0.75rem, 2.4vw, 1.5rem) calc(0.42rem + env(safe-area-inset-bottom));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(3, 22, 19, 0.94));
  border-top: 1px solid rgba(0, 241, 237, 0.28);
  box-shadow: 0 -18px 56px rgba(0, 0, 0, 0.52);
}

body.freemium-site .freemium-footer .footer-server-status {
  grid-area: status;
  justify-self: center;
}

.footer-brand {
  grid-area: brand;
  color: rgba(255, 244, 220, 0.76);
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-links {
  grid-area: links;
  justify-self: center;
  min-width: 0;
  overflow-x: visible;
  white-space: nowrap;
  text-align: center;
  scrollbar-width: thin;
}

@media (max-width: 860px) {
  .freemium-launch-hero {
    padding: 1rem 0.75rem 2.25rem;
  }

  .freemium-launch-panel {
    width: min(100%, calc(100vw - 1.5rem));
    min-height: clamp(35rem, 118vw, 43rem);
  }

  .freemium-launch-panel .freemium-slider-caption {
    display: none;
  }

  body.freemium-site .freemium-footer {
    grid-template-areas:
      "links"
      "status";
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 0.32rem;
    min-height: 4.7rem;
    padding: 0.42rem 0.75rem calc(0.42rem + env(safe-area-inset-bottom));
  }

  body.freemium-site {
    padding-bottom: calc(5.25rem + env(safe-area-inset-bottom));
  }

  body.freemium-site .freemium-footer .footer-brand {
    display: none;
  }

  .footer-links {
    justify-self: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.2rem 0.46rem;
    overflow: visible;
    white-space: normal;
    text-align: center;
    font-size: 0.72rem;
    line-height: 1.18;
  }

  body.freemium-site .freemium-footer .footer-server-status {
    align-self: end;
  }

  body.freemium-site .mobile-action-dock {
    display: none;
  }
}

.legal-main {
  position: relative;
  z-index: 5;
  padding: clamp(6.5rem, 10vw, 8rem) 0 clamp(3rem, 7vw, 5rem);
}

.legal-hero {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  min-height: clamp(20rem, 48vw, 31rem);
  margin: 0 auto 1rem;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 38, 34, 0.62));
  border: 1px solid rgba(0, 241, 237, 0.28);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.78);
}

.legal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.36) 55%, rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at 20% 20%, rgba(0, 241, 237, 0.12), transparent 32%);
  pointer-events: none;
}

.legal-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.legal-hero > div {
  position: relative;
  z-index: 2;
  width: min(52rem, 100%);
}

.legal-hero h1 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(3.2rem, 9vw, 7rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.legal-hero p {
  width: min(44rem, 100%);
}

.legal-meta {
  color: var(--acid);
  font-weight: 950;
  text-transform: uppercase;
}

.legal-copy {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.legal-card {
  padding: clamp(1rem, 2.8vw, 1.5rem);
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(5, 23, 20, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 36px rgba(0, 241, 237, 0.05);
}

.legal-card-full {
  grid-column: 1 / -1;
}

.legal-card h2 {
  margin: 0 0 0.65rem;
  color: var(--paper);
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.legal-card p,
.legal-card li {
  color: rgba(255, 244, 220, 0.88);
  line-height: 1.6;
}

.legal-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.legal-card a {
  color: var(--cyan);
  font-weight: 900;
}

@media (max-width: 760px) {
  .legal-main {
    padding-top: 1rem;
  }

  .legal-copy {
    grid-template-columns: 1fr;
  }

  .legal-hero {
    min-height: auto;
  }
}

@media (max-width: 1180px) {
  body.freemium-site .freemium-header {
    grid-template-columns: minmax(6.2rem, 8rem) minmax(0, 1fr) auto;
    grid-template-areas:
      "logo nav actions"
      "status status status";
    gap: 0.45rem 0.65rem;
  }

  body.freemium-site .freemium-header .universal-logo,
  body.freemium-site .freemium-header .studio-brand {
    grid-area: logo;
  }

  body.freemium-site .freemium-header nav {
    grid-area: nav;
    justify-self: end;
    max-width: min(100%, 34rem);
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.freemium-site .freemium-header nav::-webkit-scrollbar {
    display: none;
  }

  body.freemium-site .studio-header-actions {
    grid-area: actions;
    justify-self: end;
    justify-content: flex-end;
    min-width: max-content;
  }

  body.freemium-site .studio-header-actions .server-status {
    display: none;
  }

  body.freemium-site .freemium-header .mobile-header-status {
    grid-area: status;
    justify-self: center;
    width: min(34rem, 100%);
    display: inline-flex;
  }

  .freemium-hero h1 {
    font-size: 4.4rem;
  }

  .freemium-boat-grid,
  .freemium-boss-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.freemium-site .freemium-header {
    position: sticky;
    grid-template-columns: 1fr;
  }

  body.freemium-site .studio-brand,
  body.freemium-site .freemium-header nav,
  body.freemium-site .studio-header-actions {
    justify-self: center;
  }

  body.freemium-site .freemium-header nav {
    max-width: 100%;
    width: min(100%, 24rem);
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible;
  }

  body.freemium-site .freemium-header nav a {
    min-height: 2.2rem;
    padding: 0 0.55rem;
    font-size: 0.82rem;
  }

  .freemium-hero,
  .freemium-download {
    min-height: auto;
    padding: 4rem 1.25rem;
  }

  .freemium-hero-copy,
  .freemium-download-copy {
    width: min(100%, calc(100vw - 2.5rem));
    max-width: none;
    margin: 0;
  }

  .freemium-hero h1 {
    font-size: 3.2rem;
  }

  .freemium-download h2,
  .freemium-section h2 {
    font-size: 2.5rem;
  }

  .freemium-offer-strip,
  .freemium-proof,
  .freemium-gameplay,
  .freemium-rewards {
    grid-template-columns: 1fr;
  }

  .freemium-section-title {
    display: block;
  }

  .freemium-boat-grid,
  .freemium-boss-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .freemium-pickup-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body.freemium-site .studio-header-actions,
  .freemium-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .freemium-game-logo {
    width: 13rem;
  }

  .freemium-hero h1 {
    font-size: 2.55rem;
  }

  .freemium-download h2,
  .freemium-section h2 {
    font-size: 2.05rem;
  }

  .freemium-boat-grid,
  .freemium-boss-grid {
    grid-template-columns: 1fr;
  }

  .freemium-pickup-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .freemium-boat-grid img {
    height: 9.5rem;
  }
}

.freemium-hero-inner {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
}

.freemium-hero .freemium-hero-copy {
  width: 100%;
  max-width: none;
  margin: 0;
  min-width: 0;
}

.freemium-boot-slider {
  position: relative;
  width: 100%;
  min-width: 0;
  height: clamp(20rem, 42vw, 34rem);
  overflow: hidden;
  align-self: stretch;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 241, 237, 0.14), transparent 17rem),
    rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(0, 241, 237, 0.3);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46), inset 0 0 42px rgba(0, 241, 237, 0.1);
}

.freemium-boot-slider::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.freemium-boot-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #030504;
  opacity: 0;
  animation: freemiumBootSlide 24s infinite;
  filter: saturate(1.12) contrast(1.08);
}

.freemium-boot-slider img:nth-child(2) {
  animation-delay: 6s;
}

.freemium-boot-slider img:nth-child(3) {
  animation-delay: 12s;
}

.freemium-boot-slider img:nth-child(4) {
  animation-delay: 18s;
}

.freemium-slider-caption {
  position: absolute;
  z-index: 3;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  color: var(--paper);
  text-transform: uppercase;
}

.freemium-slider-caption span {
  color: var(--cyan);
  font-weight: 950;
}

.freemium-slider-caption strong {
  max-width: 19rem;
  font-size: clamp(1rem, 1.9vw, 1.55rem);
  line-height: 0.95;
  text-align: right;
}

@keyframes freemiumBootSlide {
  0%,
  100% {
    opacity: 0;
    transform: scale(1.015);
  }

  5%,
  14.5% {
    opacity: 1;
    transform: scale(1);
  }

  16.6% {
    opacity: 0;
    transform: scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .freemium-boot-slider img,
  .freemium-launch-slider img {
    animation: none;
  }

  .freemium-boot-slider img:first-child,
  .freemium-launch-slider img:first-child {
    opacity: 1;
  }
}

.freemium-boss-grid article {
  min-height: 20rem;
  padding: 0.75rem;
}

.freemium-boss-grid img {
  height: 11.25rem;
  object-fit: contain;
  box-sizing: border-box;
  padding: 0.45rem;
  background: radial-gradient(circle, rgba(0, 241, 237, 0.14), rgba(0, 0, 0, 0.48) 70%);
  border: 1px solid rgba(0, 241, 237, 0.16);
  filter: drop-shadow(0 0 22px rgba(0, 241, 237, 0.18));
}

.freemium-boss-grid span,
.freemium-boss-grid strong,
.freemium-boss-grid p {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 680px) {
  .freemium-section {
    padding: 3.25rem 0;
  }

  .freemium-roster,
  .freemium-worlds,
  .freemium-rewards {
    width: min(100%, calc(100vw - 1rem));
  }

  .freemium-roster .freemium-section-title,
  .freemium-worlds .freemium-section-title,
  .freemium-rewards .freemium-section-title {
    margin-bottom: 0.8rem;
  }

  .freemium-roster .freemium-section-title p:last-child,
  .freemium-worlds .freemium-section-title p:last-child,
  .freemium-rewards .freemium-section-title p:last-child {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .freemium-boat-showcase,
  .freemium-boss-showcase,
  .freemium-reward-showcase {
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    padding: 0.65rem;
  }

  .freemium-boat-stage,
  .freemium-boss-stage,
  .freemium-reward-stage {
    min-height: 13rem;
  }

  .freemium-boat-stage img {
    width: min(96%, 28rem);
    max-height: 66%;
  }

  .freemium-boss-stage img {
    width: min(88%, 22rem);
    max-height: 76%;
  }

  .freemium-reward-stage img {
    width: min(62%, 13rem);
    max-height: 74%;
  }

  .freemium-reward-showcase[data-reward-kind="sheet"] .freemium-reward-stage img {
    width: min(88%, 25rem);
  }

  .boat-showcase-arrow,
  .boss-showcase-arrow,
  .reward-showcase-arrow {
    width: 2.1rem;
    height: 3.65rem;
  }

  .freemium-boat-feature-copy,
  .freemium-boss-feature-copy,
  .freemium-reward-feature-copy {
    min-height: auto;
    padding: 0.7rem;
  }

  .freemium-boat-feature-copy strong,
  .freemium-boss-feature-copy strong,
  .freemium-reward-feature-copy strong {
    font-size: 1.55rem;
  }

  .freemium-boat-feature-copy p,
  .freemium-boat-feature-copy .button,
  .freemium-boss-feature-copy p[data-boss-hero-text],
  .freemium-boss-feature-copy .button,
  .freemium-reward-feature-copy p[data-reward-hero-text],
  .freemium-reward-feature-copy .button {
    display: none;
  }

  .freemium-boat-rail,
  .freemium-boss-rail,
  .freemium-reward-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 4.35rem;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .freemium-boat-rail button,
  .freemium-boss-rail button,
  .freemium-reward-rail button {
    min-height: 3.35rem;
    scroll-snap-align: start;
  }

  .freemium-boat-rail img,
  .freemium-boss-rail img,
  .freemium-reward-rail img {
    height: 2.05rem;
  }

  .freemium-boat-grid,
  .freemium-boss-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(8.4rem, 42vw);
    grid-template-columns: none !important;
    gap: 0.55rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 0.1rem 0.65rem;
    scrollbar-width: thin;
  }

  .freemium-boat-grid article,
  .freemium-boss-grid article {
    scroll-snap-align: start;
  }

  .freemium-boat-grid article {
    min-height: 9.35rem;
    grid-template-rows: 4.9rem auto auto;
    padding: 0.52rem;
  }

  .freemium-boat-grid img {
    height: 4.9rem !important;
  }

  .freemium-boat-grid span {
    font-size: 0.68rem;
  }

  .freemium-boat-grid strong {
    min-height: auto;
    font-size: 0.78rem;
    line-height: 1.05;
  }

  .freemium-boss-grid article {
    min-height: 11.75rem;
    padding: 0.52rem;
  }

  .freemium-boss-grid img {
    height: 7.15rem !important;
    padding: 0.32rem;
  }

  .freemium-boss-grid span {
    margin-top: 0.45rem;
    font-size: 0.65rem;
  }

  .freemium-boss-grid strong {
    font-size: 0.8rem;
    line-height: 1.05;
  }

  .freemium-boss-grid p {
    margin-top: 0.25rem;
    font-size: 0.7rem;
    line-height: 1.2;
  }
}

.leaderboard-main,
.contact-main {
  position: relative;
  z-index: 10;
  padding: clamp(7.5rem, 12vw, 9rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 7vw, 5rem);
}

.leaderboard-launch-hero,
.contact-simple {
  width: min(1180px, 100%);
  margin: 0 auto 1.25rem;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.38fr);
  gap: 1.25rem;
  align-items: center;
  min-height: 24rem;
  padding: clamp(1rem, 4vw, 2rem);
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.13), transparent 40%),
    linear-gradient(180deg, rgba(255, 154, 35, 0.11), transparent 62%),
    rgba(0, 0, 0, 0.82);
  border: 1px solid rgba(0, 241, 237, 0.28);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), inset 0 0 38px rgba(0, 241, 237, 0.08);
}

.leaderboard-bg,
.contact-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: saturate(1.05) contrast(1.08);
}

.leaderboard-launch-hero::after,
.contact-simple::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.58) 54%, rgba(0, 0, 0, 0.82));
}

.leaderboard-launch-hero h1,
.contact-simple h1 {
  margin: 0;
  max-width: 48rem;
  color: var(--paper);
  font-size: clamp(2.8rem, 6.5vw, 6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.leaderboard-launch-hero p,
.contact-simple p {
  max-width: 45rem;
  color: #f3dfbb;
  font-size: 1.08rem;
  line-height: 1.5;
}

.leaderboard-token {
  justify-self: center;
  width: min(16rem, 100%);
  filter: drop-shadow(0 0 32px rgba(255, 154, 35, 0.35));
}

.leaderboard-page .leaderboard-console {
  margin-top: 1rem;
}

.leaderboard-description {
  max-width: 44rem;
  margin: 0.55rem 0 0;
  color: #f3dfbb;
  font-weight: 750;
  line-height: 1.45;
}

.leaderboard-toolbar .leaderboard-select-wrap {
  display: none;
}

.leaderboard-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1rem 0;
}

.leaderboard-secondary-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0.75rem 0 0;
}

.leaderboard-more-boards {
  min-width: 0;
  margin: 0.8rem 0 1rem;
  border: 1px solid rgba(0, 241, 237, 0.22);
  background:
    linear-gradient(135deg, rgba(184, 255, 37, 0.08), transparent 45%),
    rgba(0, 0, 0, 0.58);
}

.leaderboard-more-boards summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 3rem;
  padding: 0.6rem 0.8rem;
  color: var(--paper);
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.leaderboard-more-boards summary::marker {
  color: var(--acid);
}

.leaderboard-more-boards summary small {
  min-width: 0;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  line-height: 1.2;
  text-align: right;
}

.leaderboard-more-boards[open] {
  padding-bottom: 0.8rem;
}

.leaderboard-more-boards[open] summary {
  border-bottom: 1px solid rgba(0, 241, 237, 0.16);
}

.leaderboard-more-boards .leaderboard-category-grid {
  padding: 0 0.8rem;
}

.leaderboard-category-grid button {
  min-width: 0;
  min-height: 4.15rem;
  box-sizing: border-box;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  padding: 0.65rem;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.08), transparent 54%),
    rgba(3, 7, 6, 0.78);
  border: 1px solid rgba(0, 241, 237, 0.22);
  font: inherit;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.leaderboard-category-grid button span {
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leaderboard-category-grid button small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.leaderboard-category-grid button.active {
  color: #050505;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
  border-color: rgba(184, 255, 37, 0.7);
  box-shadow: 0 0 28px rgba(0, 241, 237, 0.18);
}

.leaderboard-category-grid button.active small {
  color: rgba(5, 5, 5, 0.72);
}

.leaderboard-feature-row {
  display: grid;
  grid-template-columns: minmax(16rem, 0.34fr) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: stretch;
  margin: 0.9rem 0;
}

.leaderboard-top-card,
.leaderboard-empty {
  min-width: 0;
  box-sizing: border-box;
  padding: 0.85rem;
  background:
    linear-gradient(135deg, rgba(255, 154, 35, 0.18), transparent 62%),
    rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 154, 35, 0.34);
  box-shadow: inset 0 0 24px rgba(255, 154, 35, 0.07);
}

.leaderboard-top-card span,
.leaderboard-empty strong,
.player-card-head span,
.player-card-runs > strong {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.leaderboard-top-card strong {
  display: block;
  overflow: hidden;
  margin-top: 0.25rem;
  color: var(--paper);
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.leaderboard-top-card b {
  display: block;
  margin-top: 0.35rem;
  color: var(--acid);
  font-size: clamp(1.45rem, 2.5vw, 2.5rem);
  line-height: 1;
}

.leaderboard-top-card small {
  display: block;
  overflow: hidden;
  margin-top: 0.35rem;
  color: var(--muted);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leaderboard-page .leaderboard-status {
  min-height: auto;
  align-items: center;
  padding: 0.85rem;
  color: #f3dfbb;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.leaderboard-page .leaderboard-status[data-tone="error"] {
  color: #ffb38f;
  border-color: rgba(255, 117, 74, 0.36);
}

.leaderboard-page .leaderboard-status[data-tone="ready"] {
  color: var(--acid);
  border-color: rgba(184, 255, 37, 0.26);
}

.leaderboard-empty {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.leaderboard-top-card[hidden],
.leaderboard-empty[hidden],
.player-card-backdrop[hidden] {
  display: none !important;
}

.leaderboard-empty p {
  margin: 0;
  color: #f3dfbb;
}

.leaderboard-row {
  width: 100%;
  grid-template-columns: 4.8rem minmax(10rem, 0.9fr) minmax(9rem, 1.1fr) minmax(7rem, auto) minmax(7rem, auto);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.leaderboard-row:hover,
.leaderboard-row:focus-visible {
  border-color: rgba(0, 241, 237, 0.55);
  box-shadow: inset 0 0 26px rgba(0, 241, 237, 0.1), 0 0 0 1px rgba(0, 241, 237, 0.18);
  outline: none;
}

.leaderboard-meta {
  min-width: 0;
  overflow: hidden;
  color: #f3dfbb;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-card-backdrop {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.player-card {
  position: relative;
  width: min(56rem, 100%);
  max-height: min(46rem, calc(100vh - 2rem));
  overflow: auto;
  box-sizing: border-box;
  padding: clamp(1rem, 3vw, 1.45rem);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 154, 35, 0.11), transparent 58%),
    rgba(0, 0, 0, 0.92);
  border: 1px solid rgba(0, 241, 237, 0.36);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.66), inset 0 0 34px rgba(0, 241, 237, 0.08);
}

.player-card-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  color: #050505;
  background: linear-gradient(100deg, var(--amber), var(--acid));
  border: 0;
  font: inherit;
  font-size: 1.8rem;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.player-card-head {
  padding-right: 3rem;
}

.player-card-head h2 {
  margin: 0.35rem 0 0;
  color: var(--paper);
  font-size: clamp(2.3rem, 6vw, 4.8rem);
  line-height: 0.88;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.player-card-head p {
  margin: 0.6rem 0 0;
  color: #f3dfbb;
  font-weight: 800;
  text-transform: uppercase;
}

.player-card-records,
.player-card-stats {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.player-card-records {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.player-card-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.player-card-records div,
.player-card-stats div,
.player-card-runs p {
  min-width: 0;
  box-sizing: border-box;
  padding: 0.75rem;
  background: rgba(3, 7, 6, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.player-card-records span,
.player-card-stats span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.player-card-records strong,
.player-card-stats strong {
  display: block;
  overflow: hidden;
  margin-top: 0.3rem;
  color: var(--acid);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-card-stats strong {
  color: var(--paper);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

.player-card-runs {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
}

.player-card-runs p {
  margin: 0;
  color: #f3dfbb;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-simple {
  grid-template-columns: minmax(0, 0.82fr) minmax(20rem, 0.78fr);
}

.contact-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.1rem;
}

.contact-mode {
  min-height: 3rem;
  padding: 0 1rem;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(0, 241, 237, 0.38);
  font: inherit;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-mode.active {
  color: #050505;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
  box-shadow: 0 0 26px rgba(0, 241, 237, 0.22);
}

.contact-form-shell {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(0, 241, 237, 0.3);
  box-shadow: inset 0 0 28px rgba(0, 241, 237, 0.07);
}

.contact-form-head span,
.contact-form-shell label {
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.contact-form-head strong {
  display: block;
  color: var(--paper);
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.contact-form-shell input,
.contact-form-shell textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.25rem;
  padding: 0.75rem;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font: inherit;
  font-weight: 700;
}

.contact-form-shell textarea {
  resize: vertical;
}

.contact-fallback {
  margin: 0;
  font-size: 0.95rem;
}

@media (max-width: 1180px) {
  .freemium-hero-inner {
    grid-template-columns: 1fr;
  }

  .freemium-boot-slider {
    min-height: 18rem;
  }
}

@media (max-width: 860px) {
  .freemium-hero-inner {
    width: min(100%, calc(100vw - 2.5rem));
  }

  .freemium-boot-slider {
    order: -1;
    height: clamp(13rem, 55vw, 18rem);
    min-height: 0;
  }

  .leaderboard-launch-hero,
  .contact-simple {
    grid-template-columns: 1fr;
  }

  .leaderboard-token {
    width: min(10rem, 60vw);
  }

  .leaderboard-main {
    padding-inline: clamp(0.9rem, 4.2vw, 1.15rem);
  }

  .leaderboard-launch-hero {
    min-height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(1rem, 4.5vw, 1.35rem);
  }

  .leaderboard-page .leaderboard-console {
    width: 100%;
    margin-top: 0.75rem;
    box-sizing: border-box;
    padding: clamp(0.95rem, 4.2vw, 1.2rem);
  }

  .leaderboard-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .leaderboard-toolbar .leaderboard-select-wrap {
    display: none;
  }

  .leaderboard-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .leaderboard-feature-row {
    grid-template-columns: 1fr;
  }

  .leaderboard-secondary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .leaderboard-more-boards summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .leaderboard-more-boards summary small {
    text-align: left;
  }

  .leaderboard-launch-hero .freemium-cta-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .leaderboard-launch-hero .freemium-cta-row .button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-inline: 0.7rem;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .leaderboard-toolbar h2 {
    font-size: clamp(2.05rem, 10.5vw, 3.85rem);
  }

  .leaderboard-toolbar select {
    min-height: 3.1rem;
    font-size: 0.95rem;
  }

  .leaderboard-row {
    grid-template-columns: 4.25rem minmax(0, 1fr) minmax(5.5rem, auto);
    grid-template-areas:
      "rank player score"
      "rank meta meta"
      "rank time time";
    gap: 0.35rem 0.65rem;
  }

  .leaderboard-rank {
    grid-area: rank;
    align-self: stretch;
  }

  .leaderboard-player {
    grid-area: player;
  }

  .leaderboard-row strong {
    grid-area: score;
    text-align: right;
  }

  .leaderboard-row time {
    grid-area: time;
    text-align: left;
  }

  .leaderboard-meta {
    grid-area: meta;
  }

  .player-card-records,
  .player-card-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-choice-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  body.freemium-site .freemium-header nav {
    width: min(21rem, calc(100vw - 2rem));
    max-width: min(21rem, calc(100vw - 2rem));
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: stretch;
  }

  body.freemium-site .freemium-header nav a {
    min-width: 0;
    padding: 0 0.3rem;
    font-size: 0.66rem;
    text-align: center;
  }

  .freemium-slider-caption {
    display: block;
  }

  .freemium-slider-caption strong {
    display: block;
    margin-top: 0.25rem;
    text-align: left;
  }

  .contact-choice-row {
    grid-template-columns: 1fr;
  }

  .leaderboard-row {
    grid-template-columns: 3.65rem minmax(0, 1fr);
    grid-template-areas:
      "rank player"
      "rank meta"
      "rank score"
      "rank time";
    padding: 0.55rem;
  }

  .leaderboard-main {
    padding-inline: 0.8rem;
  }

  .leaderboard-launch-hero,
  .leaderboard-page .leaderboard-console {
    padding: 0.85rem;
  }

  .leaderboard-launch-hero h1 {
    font-size: clamp(2.05rem, 11vw, 3.15rem);
    line-height: 0.92;
  }

  .leaderboard-category-grid,
  .leaderboard-secondary-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .leaderboard-category-grid button {
    min-height: 3.5rem;
    padding: 0.6rem 0.7rem;
  }

  .leaderboard-row strong {
    text-align: left;
  }

  .leaderboard-row time {
    text-align: left;
  }

  .player-card-records,
  .player-card-stats {
    grid-template-columns: 1fr;
  }

  .player-card {
    padding: 0.85rem;
  }
}

@media (max-width: 380px) {
  .leaderboard-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "player"
      "meta"
      "score"
      "time";
  }

  .leaderboard-rank {
    min-height: 1.85rem;
    justify-self: start;
    width: 3.4rem;
  }
}

/* Unified public header pass */
body .site-header.universal-header {
  --header-edge: clamp(0.85rem, 3vw, 3rem);
  --header-logo: clamp(7rem, 9vw, 9.25rem);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(var(--header-logo), auto) minmax(0, 1fr) auto;
  grid-template-areas: "logo nav actions";
  align-items: center;
  gap: clamp(0.55rem, 1.2vw, 1rem);
  min-height: 4.85rem;
  padding: 0.45rem var(--header-edge);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(255, 154, 35, 0.12), rgba(0, 241, 237, 0.08));
  border-bottom: 1px solid rgba(0, 241, 237, 0.26);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(13px);
}

body .site-header.universal-header::after {
  content: "";
  position: absolute;
  right: var(--header-edge);
  bottom: -1px;
  left: var(--header-edge);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--acid), transparent);
  opacity: 0.82;
  pointer-events: none;
}

body .site-header.universal-header .universal-logo,
body .site-header.universal-header .studio-brand {
  grid-area: logo;
  justify-self: start;
  width: var(--header-logo);
  min-width: 0;
}

body .site-header.universal-header .universal-logo img,
body .site-header.universal-header .studio-brand img {
  width: var(--header-logo);
  max-height: 4rem;
  object-fit: contain;
}

body .site-header.universal-header .universal-nav {
  grid-area: nav;
  justify-self: center;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  padding: 0.22rem;
  overflow: visible;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body .site-header.universal-header .universal-nav a {
  min-height: 2.55rem;
  padding: 0 0.68rem;
  color: #eadfc9;
  font-size: clamp(0.75rem, 0.82vw, 0.92rem);
  white-space: nowrap;
}

body .site-header.universal-header .universal-nav a:hover,
body .site-header.universal-header .universal-nav a.active {
  color: var(--acid);
  background: linear-gradient(180deg, rgba(184, 255, 37, 0.12), rgba(0, 241, 237, 0.08));
  text-shadow: 0 0 16px rgba(184, 255, 37, 0.48);
}

body .site-header.universal-header .studio-header-actions {
  grid-area: actions;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.35rem, 0.7vw, 0.55rem);
  min-width: 0;
}

body .site-header.universal-header .server-status {
  min-width: 5.7rem;
  min-height: 2.35rem;
  padding-inline: 0.5rem;
}

body .site-header.universal-header .header-cta {
  min-width: clamp(6.3rem, 7.4vw, 8.3rem);
  min-height: 2.75rem;
  padding: 0 0.85rem;
  color: #050505;
  font-size: clamp(0.72rem, 0.82vw, 0.9rem);
  border: 1px solid rgba(255, 255, 255, 0.22);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  box-shadow: 0 0 20px rgba(0, 241, 237, 0.2);
}

body .site-header.universal-header .studio-download {
  background: linear-gradient(100deg, #fff0ce, var(--amber));
  box-shadow: 0 0 22px rgba(255, 154, 35, 0.18);
}

body .site-header.universal-header .mobile-header-status {
  display: none !important;
}

body .site-header.universal-header .nav-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  clip-path: inset(50%);
}

body .site-header.universal-header .menu-toggle {
  grid-area: menu;
  justify-self: end;
  position: relative;
  z-index: 2;
  display: none;
  border-radius: 0;
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
}

@media (max-width: 1180px) {
  body .site-header.universal-header {
    --header-logo: clamp(6.4rem, 11vw, 8rem);
    grid-template-columns: minmax(var(--header-logo), auto) minmax(0, 1fr) auto;
    grid-template-areas: "logo nav actions";
    min-height: 4.55rem;
    gap: 0.5rem;
  }

  body .site-header.universal-header .universal-nav a {
    padding-inline: 0.46rem;
    font-size: 0.72rem;
  }

  body .site-header.universal-header .server-status {
    min-width: 4.25rem;
  }

  body .site-header.universal-header .server-status-copy b {
    display: none;
  }

  body .site-header.universal-header .header-cta {
    min-width: 5.7rem;
    padding-inline: 0.62rem;
    font-size: 0.72rem;
  }
}

@media (max-width: 920px) {
  body .site-header.universal-header {
    position: sticky;
    grid-template-columns: minmax(5.7rem, 1fr) auto auto;
    grid-template-areas: "logo actions menu";
    min-height: 4.55rem;
    padding-block: 0.42rem;
  }

  body .site-header.universal-header .menu-toggle {
    display: inline-grid;
  }

  body .site-header.universal-header .universal-nav {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: var(--header-edge);
    left: var(--header-edge);
    z-index: 120;
    display: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.28rem;
    padding: 0.5rem;
    background:
      linear-gradient(135deg, rgba(0, 241, 237, 0.1), transparent 40%),
      rgba(0, 0, 0, 0.94);
    border: 1px solid rgba(0, 241, 237, 0.34);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
  }

  body .site-header.universal-header.nav-open .universal-nav {
    display: grid;
  }

  body .site-header.universal-header .nav-state:checked ~ .universal-nav {
    display: grid;
  }

  body .site-header.universal-header .universal-nav a {
    min-height: 2.85rem;
    padding: 0 0.42rem;
    justify-content: center;
    font-size: 0.82rem;
    background: rgba(0, 0, 0, 0.44);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  body .site-header.universal-header .studio-header-actions {
    justify-self: end;
  }
}

@media (max-width: 620px) {
  body .site-header.universal-header {
    --header-edge: 0.7rem;
    --header-logo: clamp(5.6rem, 27vw, 7rem);
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "logo menu"
      "actions actions";
    align-items: center;
    gap: 0.45rem;
    min-height: 6.95rem;
    padding: 0.52rem var(--header-edge) 0.6rem;
  }

  body .site-header.universal-header .universal-logo img,
  body .site-header.universal-header .studio-brand img {
    max-height: 3.25rem;
  }

  body .site-header.universal-header .studio-header-actions {
    justify-self: stretch;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.45rem;
  }

  body .site-header.universal-header .studio-header-actions .server-status {
    display: none;
  }

  body .site-header.universal-header .header-cta {
    width: 100%;
    min-width: 0;
    min-height: 2.55rem;
    padding-inline: 0.55rem;
    font-size: 0.77rem;
    line-height: 1;
  }

  body .site-header.universal-header .universal-nav {
    top: calc(100% + 0.35rem);
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  body .site-header.universal-header .universal-nav a {
    justify-content: flex-start;
    padding-inline: 0.95rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 370px) {
  body .site-header.universal-header {
    --header-logo: 5.25rem;
  }

  body .site-header.universal-header .header-cta {
    min-height: 2.4rem;
    font-size: 0.68rem;
  }
}

/* Slim app-bar header pass */
body .site-header.universal-header {
  --header-edge: clamp(0.8rem, 2.8vw, 2.5rem);
  --header-logo: clamp(6.6rem, 8.2vw, 8.65rem);
  min-height: 4.15rem;
  padding-block: 0.32rem;
  grid-template-columns: minmax(var(--header-logo), auto) minmax(0, 1fr) auto;
  grid-template-areas: "logo nav actions";
  gap: clamp(0.5rem, 1.1vw, 0.9rem);
}

body .site-header.universal-header .universal-logo img,
body .site-header.universal-header .studio-brand img {
  max-height: 3.35rem;
}

body .site-header.universal-header .universal-nav {
  min-height: 2.55rem;
  padding: 0.16rem;
}

body .site-header.universal-header .universal-nav-actions {
  display: none;
}

body .site-header.universal-header .studio-header-actions {
  gap: 0.42rem;
}

body .site-header.universal-header .server-status {
  min-width: 5.4rem;
  min-height: 2.1rem;
}

body .site-header.universal-header .header-cta {
  min-height: 2.35rem;
  min-width: clamp(5.85rem, 6.9vw, 7.55rem);
  padding-inline: 0.7rem;
}

@media (max-width: 1080px) {
  body .site-header.universal-header {
    --header-logo: clamp(5.95rem, 10vw, 7.15rem);
    grid-template-columns: minmax(var(--header-logo), auto) minmax(0, 1fr) auto auto;
    grid-template-areas: "logo actions status menu";
    min-height: 4rem;
  }

  body .site-header.universal-header .menu-toggle {
    display: inline-grid;
    grid-area: menu;
    width: 2.85rem;
    min-width: 2.85rem;
    height: 2.35rem;
    min-height: 2.35rem;
    padding: 0.52rem 0.66rem;
  }

  body .site-header.universal-header .universal-nav {
    position: absolute;
    top: calc(100% + 0.38rem);
    right: var(--header-edge);
    left: var(--header-edge);
    z-index: 120;
    display: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.34rem;
    min-height: 0;
    padding: 0.55rem;
    background:
      linear-gradient(135deg, rgba(0, 241, 237, 0.12), transparent 48%),
      linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(0, 0, 0, 0.92));
    border: 1px solid rgba(0, 241, 237, 0.36);
    box-shadow: 0 28px 78px rgba(0, 0, 0, 0.58);
  }

  body .site-header.universal-header.nav-open .universal-nav,
  body .site-header.universal-header .nav-state:checked ~ .universal-nav {
    display: grid;
  }

  body .site-header.universal-header .universal-nav a {
    min-height: 2.65rem;
    justify-content: center;
    padding-inline: 0.52rem;
    font-size: 0.82rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.11);
  }

  body .site-header.universal-header .studio-header-actions {
    grid-area: actions;
  }

  body .site-header.universal-header .studio-header-actions .server-status {
    grid-area: status;
  }
}

@media (max-width: 820px) {
  body .site-header.universal-header {
    --header-edge: clamp(0.72rem, 2.4vw, 1.15rem);
    --header-logo: clamp(5.45rem, 16vw, 6.7rem);
    position: sticky;
    grid-template-columns: minmax(var(--header-logo), 1fr) auto auto;
    grid-template-areas: "logo actions menu";
    min-height: 3.75rem;
    padding-block: 0.28rem;
  }

  body .site-header.universal-header::after {
    right: var(--header-edge);
    left: var(--header-edge);
  }

  body .site-header.universal-header .universal-logo img,
  body .site-header.universal-header .studio-brand img {
    max-height: 2.95rem;
  }

  body .site-header.universal-header .studio-header-actions {
    display: flex;
  }

  body .site-header.universal-header .studio-header-actions .server-status {
    display: none;
  }

  body .site-header.universal-header .header-cta {
    min-width: 5.35rem;
    min-height: 2.22rem;
    padding-inline: 0.58rem;
    font-size: 0.68rem;
  }

  body .site-header.universal-header .universal-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .site-header.universal-header .universal-nav-actions {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.38rem;
    padding-top: 0.18rem;
  }

  body .site-header.universal-header .universal-nav-actions .header-cta {
    width: 100%;
    min-width: 0;
    min-height: 2.75rem;
    font-size: 0.78rem;
  }
}

@media (max-width: 600px) {
  body .site-header.universal-header {
    --header-logo: clamp(5rem, 18vw, 6.35rem);
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "logo menu";
    min-height: 3.6rem;
    padding-block: 0.25rem;
  }

  body .site-header.universal-header .studio-header-actions {
    display: none;
  }

  body .site-header.universal-header .universal-logo img,
  body .site-header.universal-header .studio-brand img {
    max-height: 2.78rem;
  }

  body .site-header.universal-header .menu-toggle {
    width: 2.78rem;
    min-width: 2.78rem;
    height: 2.28rem;
    min-height: 2.28rem;
  }
}

@media (max-width: 560px) {
  body .site-header.universal-header {
    --header-logo: clamp(4.95rem, 24vw, 6.1rem);
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "logo menu";
    min-height: 3.55rem;
    padding-block: 0.25rem;
  }

  body .site-header.universal-header .studio-header-actions {
    display: none;
  }

  body .site-header.universal-header .universal-logo img,
  body .site-header.universal-header .studio-brand img {
    max-height: 2.72rem;
  }

  body .site-header.universal-header .menu-toggle {
    width: 2.72rem;
    min-width: 2.72rem;
    height: 2.24rem;
    min-height: 2.24rem;
  }

  body .site-header.universal-header .universal-nav {
    top: calc(100% + 0.34rem);
    grid-template-columns: 1fr;
    gap: 0.32rem;
    padding: 0.46rem;
  }

  body .site-header.universal-header .universal-nav a {
    min-height: 2.55rem;
    justify-content: flex-start;
    padding-inline: 0.88rem;
    font-size: 0.86rem;
  }
}

@media (max-width: 370px) {
  body .site-header.universal-header {
    --header-logo: 4.7rem;
  }

  body .site-header.universal-header .universal-nav-actions {
    grid-template-columns: 1fr;
  }
}

/* Narrow viewport overflow pass */
@media (max-width: 1120px) {
  .freemium-launch-panel .freemium-slider-caption {
    display: none;
  }

  .freemium-offer-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: min(38rem, 100%);
  }
}

@media (max-width: 720px) {
  body .site-header.universal-header {
    grid-template-columns: minmax(var(--header-logo), 1fr) auto;
    grid-template-areas: "logo menu";
  }

  body .site-header.universal-header .studio-header-actions {
    display: none;
  }

  .freemium-launch-hero {
    padding: 0.9rem 0.5rem 1.35rem;
  }

  body.has-live-score-ticker .freemium-launch-hero {
    padding-top: 0.9rem;
  }

  .freemium-launch-panel {
    width: min(100%, calc(100vw - 1rem));
    min-height: 0;
    align-items: start;
    padding: clamp(0.9rem, 3.2vw, 1.15rem);
  }

  .freemium-launch-panel .freemium-hero-copy {
    width: 100%;
    min-width: 0;
  }

  .freemium-hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 7.8vw, 2.65rem);
    line-height: 0.96;
  }

  .freemium-hero-line {
    max-width: 100%;
    font-size: clamp(0.9rem, 2.8vw, 1rem);
    line-height: 1.4;
  }

  .freemium-cta-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
  }

  .freemium-cta-row .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 2.6rem;
    padding-inline: 0.5rem;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 1.05;
    font-size: clamp(0.78rem, 2.8vw, 0.92rem);
  }

  .freemium-offer-strip {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
    margin-top: 0.9rem;
  }

  .freemium-proof {
    width: min(100%, calc(100vw - 1rem));
    margin-top: 0.85rem;
    padding-top: 0;
  }

  body.freemium-site .freemium-footer {
    position: relative;
    z-index: 10;
    min-height: auto;
    margin-top: 1rem;
    padding: 0.5rem 0.5rem calc(0.5rem + env(safe-area-inset-bottom));
  }

  body.freemium-site {
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .freemium-launch-hero {
    padding: 0.9rem 0.55rem 1.35rem;
  }

  body.has-live-score-ticker .freemium-launch-hero {
    padding-top: 0.9rem;
  }

  .freemium-launch-panel {
    width: min(100%, calc(100vw - 1.1rem));
    min-height: 0;
    align-items: start;
    padding: clamp(0.9rem, 4vw, 1.15rem);
  }

  .freemium-launch-panel .freemium-hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.28) 62%, rgba(0, 0, 0, 0.46)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.36)),
      radial-gradient(circle at 22% 24%, rgba(0, 241, 237, 0.12), transparent 22rem);
  }

  .freemium-launch-panel .freemium-hero-copy {
    width: 100%;
    min-width: 0;
  }

  .freemium-hero h1 {
    max-width: 100%;
    font-size: clamp(1.72rem, 7vw, 2.05rem);
    line-height: 0.95;
  }

  .freemium-hero-line {
    max-width: 100%;
    font-size: clamp(0.92rem, 3.8vw, 1.02rem);
    line-height: 1.42;
  }

  .freemium-cta-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
  }

  .freemium-cta-row .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 2.65rem;
    padding-inline: 0.55rem;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 1.05;
    font-size: clamp(0.82rem, 3.8vw, 0.95rem);
  }

  .freemium-offer-strip {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
    margin-top: 0.9rem;
  }

  .freemium-offer-strip span {
    min-height: 4rem;
    padding: 0.65rem 0.72rem;
  }

  .freemium-proof {
    width: min(100%, calc(100vw - 1.1rem));
    margin-top: 0.85rem;
    padding-top: 0;
    gap: 0.58rem;
  }

  .freemium-proof article {
    padding: 0.88rem;
  }

  .freemium-proof strong {
    font-size: clamp(1rem, 4.7vw, 1.15rem);
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .freemium-proof p {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  body.freemium-site .freemium-footer {
    min-height: auto;
    padding: 0.34rem 0.45rem calc(0.34rem + env(safe-area-inset-bottom));
  }

  body.freemium-site .freemium-footer .footer-links {
    width: 100%;
    max-width: 100%;
    gap: 0.14rem 0.34rem;
    font-size: 0;
    line-height: 1.05;
  }

  body.freemium-site .freemium-footer .footer-links a {
    font-size: clamp(0.55rem, 2.75vw, 0.64rem);
    line-height: 1.05;
    white-space: nowrap;
  }

  body.freemium-site {
    padding-bottom: 0;
  }
}

@media (max-width: 360px) {
  .freemium-hero h1 {
    font-size: clamp(1.62rem, 8.2vw, 1.86rem);
  }

  .freemium-hero-line {
    font-size: 0.9rem;
  }

  .freemium-cta-row .button {
    font-size: 0.75rem;
  }

  .freemium-offer-strip b {
    font-size: 1.55rem;
  }
}

/* Sitewide live scores ticker */
body.has-live-score-ticker {
  --live-ticker-top: 4.15rem;
  --live-ticker-height: 2.28rem;
}

.live-score-ticker {
  position: fixed;
  top: var(--live-ticker-top);
  right: 0;
  left: 0;
  z-index: 89;
  min-height: var(--live-ticker-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  color: #050505;
  background:
    linear-gradient(90deg, rgba(184, 255, 37, 0.98), rgba(0, 241, 237, 0.95) 42%, rgba(255, 154, 35, 0.96)),
    #b8ff25;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.3),
    0 0 26px rgba(0, 241, 237, 0.22);
}

.live-score-ticker::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.16), transparent 16%, transparent 84%, rgba(5, 5, 5, 0.14)),
    repeating-linear-gradient(90deg, rgba(5, 5, 5, 0.1) 0 1px, transparent 1px 16px);
  mix-blend-mode: multiply;
}

.live-ticker-window {
  position: relative;
  z-index: 1;
}

.live-ticker-window {
  min-width: 0;
  width: 100%;
  overflow: hidden;
  outline: none;
  mask-image: linear-gradient(90deg, transparent, #000 2rem, #000 calc(100% - 2rem), transparent);
}

.live-ticker-window:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(5, 5, 5, 0.72);
}

.live-ticker-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: liveTickerScroll 42s linear infinite;
  will-change: transform;
}

.live-score-ticker:hover .live-ticker-track,
.live-score-ticker:focus-within .live-ticker-track {
  animation-play-state: paused;
}

.live-ticker-set {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
  min-width: max-content;
  padding: 0 clamp(0.85rem, 2.8vw, 2.5rem);
}

.live-ticker-item {
  min-height: 1.58rem;
  max-width: min(26rem, 82vw);
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  flex: 0 0 auto;
  padding: 0.2rem 0.62rem;
  color: #040505;
  background: rgba(255, 244, 220, 0.76);
  border: 1px solid rgba(5, 5, 5, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
  clip-path: polygon(0.45rem 0, 100% 0, calc(100% - 0.45rem) 100%, 0 100%);
  white-space: nowrap;
}

.live-ticker-item[data-tone="online"] {
  background: rgba(184, 255, 37, 0.92);
  color: #040505;
  border-color: rgba(5, 5, 5, 0.26);
}

.live-ticker-item[data-tone="low"] {
  background: rgba(255, 244, 220, 0.8);
  color: #040505;
  border-color: rgba(255, 31, 104, 0.46);
}

.live-ticker-item[data-tone="empty"],
.live-ticker-item[data-tone="sync"] {
  background: rgba(255, 240, 206, 0.74);
  color: #040505;
  border-color: rgba(255, 154, 35, 0.48);
}

.live-ticker-item b,
.live-ticker-item strong,
.live-ticker-item em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.live-ticker-item b {
  max-width: 8.8rem;
  font-size: 0.62rem;
  text-transform: uppercase;
}

.live-ticker-item strong {
  max-width: 8.5rem;
  font-size: 0.82rem;
}

.live-ticker-item em {
  max-width: 12rem;
  color: currentColor;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  opacity: 0.74;
}

@keyframes liveTickerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 821px) {
  body.has-live-score-ticker .page-main {
    padding-top: calc(5.8rem + var(--live-ticker-height));
  }

  body.has-live-score-ticker .legal-main {
    padding-top: clamp(8.75rem, 12vw, 10.25rem);
  }

  body.has-live-score-ticker .leaderboard-main,
  body.has-live-score-ticker .contact-main {
    padding-top: clamp(9.75rem, 13vw, 11.25rem);
  }

  body.has-live-score-ticker .freemium-launch-hero {
    padding-top: clamp(8.75rem, 11vw, 10.4rem);
  }

  body.has-live-score-ticker .launch-hero {
    padding-top: clamp(9.2rem, 16vh, 11.2rem);
  }
}

@media (max-width: 1080px) {
  body.has-live-score-ticker {
    --live-ticker-top: 4rem;
    --live-ticker-height: 2.18rem;
  }
}

@media (max-width: 820px) {
  body.has-live-score-ticker {
    --live-ticker-top: 3.75rem;
    --live-ticker-height: 2.12rem;
  }

  .live-score-ticker {
    position: sticky;
    top: var(--live-ticker-top);
  }
}

@media (max-width: 600px) {
  body.has-live-score-ticker {
    --live-ticker-top: 3.6rem;
    --live-ticker-height: 2.05rem;
  }

  .live-ticker-window {
    mask-image: linear-gradient(90deg, transparent, #000 1rem, #000 calc(100% - 1rem), transparent);
  }

  .live-ticker-item {
    max-width: min(19rem, 80vw);
    gap: 0.34rem;
    padding-inline: 0.54rem;
  }

  .live-ticker-item b {
    max-width: 6.8rem;
    font-size: 0.56rem;
  }

  .live-ticker-item strong {
    max-width: 6.5rem;
    font-size: 0.74rem;
  }

  .live-ticker-item em {
    max-width: 8rem;
    font-size: 0.56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-ticker-window {
    overflow-x: auto;
    mask-image: none;
    scrollbar-width: none;
  }

  .live-ticker-window::-webkit-scrollbar {
    display: none;
  }

  .live-ticker-track {
    width: auto;
    min-width: 0;
    animation: none;
  }

  .live-ticker-set[aria-hidden="true"] {
    display: none;
  }
}

/* Sitewide launch chat widget */
.launch-chat-widget {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 88;
  width: min(24rem, calc(100vw - 2rem));
  pointer-events: none;
}

.launch-chat-button,
.launch-chat-panel {
  pointer-events: auto;
}

.launch-chat-button {
  min-height: 3.25rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.85rem;
  color: #050505;
  background:
    linear-gradient(100deg, rgba(184, 255, 37, 0.98), rgba(0, 241, 237, 0.95)),
    var(--acid);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.44),
    0 0 30px rgba(0, 241, 237, 0.24);
  clip-path: polygon(0.65rem 0, 100% 0, calc(100% - 0.65rem) 100%, 0 100%);
  cursor: pointer;
}

.launch-chat-button-light {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #050505;
  box-shadow: 0 0 0 0.28rem rgba(5, 5, 5, 0.13);
}

.launch-chat-button b,
.launch-chat-button em {
  display: block;
  line-height: 1;
  text-align: left;
}

.launch-chat-button b {
  font-size: 0.88rem;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-chat-button em {
  margin-top: 0.18rem;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  opacity: 0.76;
  text-transform: uppercase;
}

.launch-chat-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.7rem);
  width: 100%;
  max-height: min(38rem, calc(100svh - 8rem));
  display: grid;
  grid-template-rows: auto auto minmax(10rem, 1fr) auto auto;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(4, 18, 16, 0.98), rgba(0, 0, 0, 0.96)),
    #041210;
  border: 1px solid rgba(0, 241, 237, 0.42);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.62),
    inset 0 0 0 1px rgba(184, 255, 37, 0.08);
  opacity: 0;
  transform: translateY(0.45rem) scale(0.98);
  transform-origin: bottom right;
  transition: opacity 160ms ease, transform 160ms ease;
}

.launch-chat-widget.is-open .launch-chat-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.launch-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.78rem 0.9rem;
  background: linear-gradient(90deg, rgba(0, 241, 237, 0.16), rgba(184, 255, 37, 0.08));
  border-bottom: 1px solid rgba(0, 241, 237, 0.24);
}

.launch-chat-header b,
.launch-chat-header span {
  display: block;
  line-height: 1;
}

.launch-chat-header b {
  color: var(--cyan);
  font-size: 0.92rem;
  text-transform: uppercase;
}

.launch-chat-header span {
  margin-top: 0.24rem;
  color: rgba(255, 244, 220, 0.7);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.launch-chat-header button {
  min-height: 2rem;
  padding: 0 0.62rem;
  color: var(--paper);
  background: rgba(255, 244, 220, 0.08);
  border: 1px solid rgba(255, 244, 220, 0.18);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-chat-status {
  min-height: 1.9rem;
  display: flex;
  align-items: center;
  padding: 0 0.85rem;
  color: #050505;
  background: linear-gradient(90deg, rgba(184, 255, 37, 0.95), rgba(0, 241, 237, 0.78));
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.65rem;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-chat-log {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  overflow-y: auto;
  padding: 0.85rem;
  scrollbar-width: thin;
}

.launch-chat-message {
  margin: 0;
  padding: 0.62rem 0.7rem;
  background: rgba(255, 244, 220, 0.07);
  border: 1px solid rgba(255, 244, 220, 0.12);
}

.launch-chat-message.is-mod {
  background: linear-gradient(120deg, rgba(184, 255, 37, 0.16), rgba(0, 241, 237, 0.12));
  border-color: rgba(184, 255, 37, 0.42);
}

.launch-chat-message-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.65rem;
  margin-bottom: 0.28rem;
}

.launch-chat-message-head b,
.launch-chat-message-head span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.launch-chat-message-head b {
  color: var(--cyan);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.launch-chat-message.is-mod .launch-chat-message-head b {
  color: var(--acid);
}

.launch-chat-message-head span {
  flex: 0 0 auto;
  max-width: 8rem;
  color: rgba(255, 244, 220, 0.58);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-chat-message p {
  margin: 0;
  color: rgba(255, 244, 220, 0.9);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.32;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.launch-chat-bubble {
  width: fit-content;
  max-width: min(18.5rem, 92%);
  margin: 0;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(255, 244, 220, 0.14);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.32;
}

.launch-chat-bubble.is-assistant {
  align-self: flex-start;
  color: rgba(255, 244, 220, 0.9);
  background: rgba(255, 244, 220, 0.08);
}

.launch-chat-bubble.is-user {
  align-self: flex-end;
  color: #050505;
  background: linear-gradient(100deg, rgba(184, 255, 37, 0.96), rgba(0, 241, 237, 0.92));
  border-color: rgba(255, 255, 255, 0.38);
}

.launch-chat-bubble.is-typing {
  color: var(--acid);
}

.launch-chat-topics {
  display: flex;
  gap: 0.42rem;
  overflow-x: auto;
  padding: 0 0.85rem 0.72rem;
  scrollbar-width: none;
}

.launch-chat-topics::-webkit-scrollbar {
  display: none;
}

.launch-chat-topics button {
  flex: 0 0 auto;
  min-height: 2rem;
  padding: 0 0.62rem;
  color: rgba(255, 244, 220, 0.9);
  background: rgba(0, 241, 237, 0.1);
  border: 1px solid rgba(0, 241, 237, 0.25);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-chat-topics button.is-active {
  color: #050505;
  background: var(--acid);
  border-color: rgba(255, 255, 255, 0.42);
}

.launch-chat-composer {
  display: grid;
  gap: 0.5rem;
  padding: 0.78rem 0.85rem 0.9rem;
  background: rgba(0, 0, 0, 0.38);
  border-top: 1px solid rgba(0, 241, 237, 0.2);
}

.launch-chat-identity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
}

.launch-chat-identity span {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.72rem;
  color: #050505;
  background: rgba(184, 255, 37, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-chat-composer textarea,
.launch-chat-composer input {
  width: 100%;
  min-width: 0;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(0, 241, 237, 0.28);
  border-radius: 0;
  outline: none;
}

.launch-chat-composer textarea {
  min-height: 5.2rem;
  resize: vertical;
  padding: 0.68rem;
  font: inherit;
  line-height: 1.32;
}

.launch-chat-composer input {
  min-height: 2.35rem;
  padding: 0 0.68rem;
  font-size: 0.78rem;
}

.launch-chat-composer textarea:focus,
.launch-chat-composer input:focus {
  border-color: rgba(184, 255, 37, 0.72);
  box-shadow: 0 0 0 2px rgba(184, 255, 37, 0.12);
}

.launch-chat-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
}

.launch-chat-actions a,
.launch-chat-actions button {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.78rem;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-chat-actions a {
  color: var(--paper);
  background: rgba(0, 241, 237, 0.12);
  border: 1px solid rgba(0, 241, 237, 0.28);
}

.launch-chat-actions button {
  color: #050505;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.launch-chat-widget.is-sending .launch-chat-actions button {
  opacity: 0.72;
}

@media (max-width: 620px) {
  .launch-chat-widget {
    left: 0.62rem;
    right: 0.62rem;
    bottom: calc(4.25rem + env(safe-area-inset-bottom));
    width: auto;
  }

  .launch-chat-panel {
    right: 0;
    left: 0;
    width: auto;
    max-height: min(36rem, calc(100svh - 9.5rem));
  }

  .launch-chat-button {
    min-height: 2.85rem;
    padding: 0.48rem 0.72rem;
  }

  .launch-chat-button em {
    display: none;
  }
}

body.freemium-site .launch-chat-widget {
  bottom: calc(5rem + env(safe-area-inset-bottom));
}

@media (max-width: 600px) {
  body.freemium-site .launch-chat-widget {
    bottom: calc(5.6rem + env(safe-area-inset-bottom));
  }

  body.freemium-site .launch-chat-panel {
    max-height: min(35rem, calc(100svh - 11rem));
  }
}

/* Responsive footer HUD pass */
body.freemium-site .freemium-footer {
  min-height: 3.05rem;
  grid-template-columns: minmax(7rem, 1fr) minmax(0, auto) minmax(7rem, 1fr);
  grid-template-areas: "brand links status";
  justify-items: center;
  align-items: center;
  gap: clamp(0.55rem, 1.2vw, 1rem);
  padding: 0.38rem clamp(0.85rem, 2.5vw, 1.6rem) calc(0.38rem + env(safe-area-inset-bottom));
}

body.freemium-site .freemium-footer .footer-brand {
  display: inline-flex;
  justify-self: start;
  max-width: 100%;
  font-size: 0.74rem;
  line-height: 1;
}

body.freemium-site .freemium-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.18rem 0.42rem;
  max-width: min(58rem, 100%);
  overflow: visible;
  white-space: normal;
  font-size: clamp(0.64rem, 0.78vw, 0.78rem);
  line-height: 1.15;
}

body.freemium-site .freemium-footer .footer-server-status {
  justify-self: end;
  min-width: min(11.5rem, 100%);
  min-height: 1.45rem;
}

@media (min-width: 601px) and (max-width: 900px) {
  body .site-header.universal-header {
    --header-logo: clamp(5.15rem, 12vw, 6.25rem);
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "logo actions menu";
    min-height: 3.72rem;
  }

  body .site-header.universal-header .studio-header-actions {
    display: flex;
    justify-self: end;
    gap: 0.34rem;
  }

  body .site-header.universal-header .studio-header-actions .server-status {
    display: none;
  }

  body .site-header.universal-header .header-cta {
    min-width: clamp(4.75rem, 12vw, 5.65rem);
    min-height: 2.18rem;
    padding-inline: 0.48rem;
    font-size: clamp(0.6rem, 1.4vw, 0.7rem);
  }

  body .site-header.universal-header .universal-logo img,
  body .site-header.universal-header .studio-brand img {
    max-height: 2.78rem;
  }
}

@media (max-width: 980px) {
  body.freemium-site .freemium-footer {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "links"
      "status";
    min-height: 4.1rem;
    gap: 0.26rem;
  }

  body.freemium-site .freemium-footer .footer-brand {
    display: none;
  }

  body.freemium-site .freemium-footer .footer-server-status {
    justify-self: center;
    min-width: min(14rem, 80vw);
  }

  body.freemium-site {
    padding-bottom: calc(4.85rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 560px) {
  body.freemium-site .freemium-footer {
    min-height: 4.5rem;
    padding-inline: 0.55rem;
  }

  body.freemium-site .freemium-footer .footer-links {
    gap: 0.16rem 0.36rem;
    font-size: 0.66rem;
    line-height: 1.12;
  }

  body.freemium-site .freemium-footer .footer-server-status {
    min-width: min(12.5rem, 78vw);
    transform: none;
  }

  body.freemium-site {
    padding-bottom: calc(5.15rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 390px) {
  body.freemium-site .freemium-footer .footer-links {
    font-size: 0.61rem;
  }
}

/* Final mobile clamps: keep late footer/header rules from reintroducing overflow. */
@media (max-width: 720px) {
  body .site-header.universal-header {
    grid-template-columns: minmax(var(--header-logo), 1fr) auto;
    grid-template-areas: "logo menu";
  }

  body .site-header.universal-header .studio-header-actions {
    display: none;
  }
}

@media (max-width: 600px) {
  .freemium-launch-panel .freemium-hero-copy {
    width: 100%;
  }

  .freemium-proof {
    width: min(100%, calc(100vw - 1.1rem));
    margin-left: auto;
    margin-right: auto;
  }

  .freemium-hero h1 {
    font-size: clamp(1.72rem, 7vw, 2.05rem);
  }

  body.freemium-site .freemium-footer {
    min-height: auto;
    padding: 0.34rem 0.45rem calc(0.34rem + env(safe-area-inset-bottom));
  }

  body.freemium-site .freemium-footer .footer-links {
    width: 100%;
    max-width: 100%;
    gap: 0.14rem 0.34rem;
    font-size: 0;
    line-height: 1.05;
  }

  body.freemium-site .freemium-footer .footer-links a {
    font-size: clamp(0.55rem, 2.75vw, 0.64rem);
    line-height: 1.05;
    white-space: nowrap;
  }

  body.freemium-site {
    padding-bottom: calc(5.75rem + env(safe-area-inset-bottom));
  }
}

/* Mobile footer restore and full-width hero correction. */
@media (max-width: 720px) {
  .freemium-launch-panel .freemium-hero-copy,
  .freemium-launch-panel .freemium-cta-row,
  .freemium-launch-panel .freemium-offer-strip {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .freemium-launch-panel .freemium-cta-row .button {
    width: 100%;
    max-width: none;
  }

  .freemium-proof {
    width: min(1180px, calc(100% - 1rem));
  }

  body.freemium-site .freemium-footer {
    position: fixed;
    z-index: 75;
    right: 0;
    bottom: 0;
    left: 0;
  }

  body.freemium-site {
    padding-bottom: calc(5.75rem + env(safe-area-inset-bottom));
  }
}
