.astrix-enter-planet,
.astrix-enter-powerplay {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  clear: both;
  gap: 24px;
  width: min(100%, 384px) !important;
  min-height: 66px !important;
  margin: 14px 0 0 !important;
  padding: 0 28px !important;
  border: 1px solid #e6be70 !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #f1cf87, #d7a952) !important;
  box-shadow: 0 14px 38px rgba(226, 189, 115, .18);
  color: #071329 !important;
  font-family: var(--astrix-future, "Michroma", sans-serif);
  font-size: clamp(.72rem, 1vw, .9rem) !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}
.astrix-enter-planet strong,
.astrix-enter-planet span,
.astrix-enter-powerplay strong,
.astrix-enter-powerplay span { color: inherit !important; }
.astrix-enter-planet:hover, .astrix-enter-planet:focus-visible,
.astrix-enter-powerplay:hover, .astrix-enter-powerplay:focus-visible {
  transform: translateY(-2px);
  background: #f7f2e8 !important;
  box-shadow: 0 18px 46px rgba(226, 189, 115, .27);
}
.world-diesel-trading .world-shade,
.world-interiors-building-materials .world-shade {
  background: linear-gradient(90deg, rgba(2, 8, 23, .97), rgba(2, 8, 23, .58) 55%, rgba(2, 8, 23, .22));
}
.world-interiors-building-materials .world-copy,
.world-diesel-trading .world-copy {
  top: 12% !important;
  bottom: auto !important;
  transform: none !important;
  max-width: min(650px, 48vw);
}
.world-interiors-building-materials .world-copy h2,
.world-diesel-trading .world-copy h2 { font-size: clamp(2.8rem, 4.2vw, 4.8rem) !important; line-height: .98 !important; }
.world-interiors-building-materials .world-metric,
.world-diesel-trading .world-metric { display: none !important; }

/* Keep the new animated planets clear of all copy and calls to action. */
.world.world-interiors-building-materials.layout-0 .world-count,
.world.world-diesel-trading.layout-0 .world-count {
  left: auto !important;
  right: 4.5% !important;
  top: 14% !important;
}

@media (min-width: 801px) {
  .mega .mega-body { display: block !important; }
  .mega .mega-preview { display: none !important; }
  .mega .mega-grid { width: 100% !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .mega .mega-grid > a { min-width: 0 !important; min-height: 86px !important; padding: 18px 20px !important; }
  .mega .mega-grid > a b { min-width: 0; font-size: clamp(1.05rem, 1.3vw, 2rem) !important; line-height: 1.2 !important; overflow-wrap: break-word; }
}
.builder-grid.astrix-planet-directory {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.builder-grid.astrix-planet-directory a {
  display: grid;
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(4, 15, 34, .72);
  color: #f7f1e5;
  text-decoration: none;
}
.builder-grid.astrix-planet-directory a:hover,
.builder-grid.astrix-planet-directory a:focus-visible { border-color: var(--accent); }
.builder-grid.astrix-planet-directory span { color: var(--accent); font-size: .68rem; }
.builder-grid.astrix-planet-directory b { align-self: end; font-weight: 400; line-height: 1.35; }
.builder-grid.astrix-planet-directory i { justify-self: end; color: var(--accent); font-style: normal; }
@media (max-width: 900px) {
  .builder-grid.astrix-planet-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .astrix-enter-planet, .astrix-enter-powerplay { width: 100% !important; min-height: 54px !important; padding-inline: 21px !important; }
  .world-interiors-building-materials .world-copy,
  .world-diesel-trading .world-copy { top: 21% !important; max-width: none; }
  .world-interiors-building-materials .world-copy h2,
  .world-diesel-trading .world-copy h2 { font-size: clamp(2.25rem, 10.5vw, 3.3rem) !important; overflow-wrap: anywhere; }
  .world.world-interiors-building-materials.layout-0 .world-count,
  .world.world-diesel-trading.layout-0 .world-count {
    left: auto !important;
    right: 7% !important;
    top: 7.5% !important;
  }
  .builder-grid.astrix-planet-directory { grid-template-columns: 1fr; }
  .builder-grid.astrix-planet-directory a { min-height: 104px; }
}

/* Clean homepage hero: the cosmic artwork stays photographic while every
   word remains live, selectable HTML. The former orbit/raster-copy layer is
   intentionally removed so it cannot collide at different screen sizes. */
html body .hero3::before {
  background-image: url('/astrix-hero-clean-desktop-v2.png?v=2') !important;
  background-position: center center !important;
  background-size: cover !important;
}

html body .hero3::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  background: linear-gradient(90deg, rgba(1, 6, 20, .82) 0%, rgba(1, 6, 20, .60) 31%, rgba(1, 6, 20, .20) 58%, transparent 78%) !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

html body .hero3 .hero3-shade {
  display: none !important;
  opacity: 0 !important;
}

html body .hero3 .astrix-hero-logo {
  position: absolute !important;
  top: 19% !important;
  bottom: auto !important;
  left: auto !important;
  right: 7.2% !important;
  z-index: 4 !important;
  display: block !important;
  width: clamp(112px, 10vw, 172px) !important;
  height: auto !important;
  opacity: .94 !important;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, .36)) !important;
  pointer-events: none !important;
}

html body .hero3 .hero3-copy > .overline {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

html body .hero3 h1.cosmic-lockup.astrix-clean-lockup,
html body .hero3:not(.previewing) h1.cosmic-lockup.astrix-clean-lockup {
  position: absolute !important;
  inset: auto !important;
  left: 6.2% !important;
  top: 15.5% !important;
  z-index: 4 !important;
  display: grid !important;
  gap: clamp(8px, .9vw, 14px) !important;
  width: min(500px, 43vw) !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  text-align: left !important;
  pointer-events: none !important;
}

html body .hero3 .astrix-clean-lockup::before,
html body .hero3 .astrix-clean-lockup::after,
html body .hero3 .astrix-clean-lockup *::before,
html body .hero3 .astrix-clean-lockup *::after {
  content: none !important;
  display: none !important;
}

html body .hero3 .astrix-clean-lockup > .astrix-clean-line {
  position: static !important;
  display: grid !important;
  grid-template-columns: clamp(72px, 6.4vw, 94px) minmax(0, 1fr) !important;
  align-items: baseline !important;
  gap: clamp(14px, 1.6vw, 24px) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

html body .hero3 .astrix-clean-line > b,
html body .hero3 .astrix-clean-line > em {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-display), sans-serif !important;
  font-style: normal !important;
  line-height: .96 !important;
  text-transform: uppercase !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
  transform: none !important;
}

html body .hero3 .astrix-clean-line > b {
  color: #e2bd73 !important;
  font-size: clamp(2.5rem, 3.9vw, 3.7rem) !important;
  font-weight: 520 !important;
  letter-spacing: -.055em !important;
}

html body .hero3 .astrix-clean-line > b i {
  display: inline !important;
  color: rgba(226, 189, 115, .42) !important;
  font: inherit !important;
  letter-spacing: inherit !important;
}

html body .hero3 .astrix-clean-line > em {
  color: #f7f1e7 !important;
  font-size: clamp(1.55rem, 2.35vw, 2.18rem) !important;
  font-weight: 460 !important;
  letter-spacing: .045em !important;
}

/* The outlined word acts as the visual zero in “10”, while the readable
   message remains exactly “1 UNIVERSE”. It is CSS, not baked artwork. */
html body .hero3 .astrix-clean-universe > em {
  width: fit-content !important;
  min-width: 8.2em !important;
  padding: .28em .72em .32em !important;
  border: 1.5px solid rgba(226, 189, 115, .74) !important;
  border-right-color: rgba(190, 222, 245, .76) !important;
  border-bottom-color: rgba(103, 223, 193, .68) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 20px rgba(104, 190, 232, .10), inset 0 0 18px rgba(2, 8, 24, .22) !important;
  text-align: center !important;
  line-height: 1 !important;
}

html body .hero3 .astrix-clean-universe > b {
  transform: translateX(14px) !important;
}

html body .hero3 .astrix-clean-universe > em {
  transform: translateX(-10px) !important;
}

html body .hero3 .hero3-copy > p:not(.overline) {
  position: absolute !important;
  left: 6.2% !important;
  top: 49.5% !important;
  z-index: 4 !important;
  display: block !important;
  width: min(510px, 43vw) !important;
  max-width: none !important;
  margin: 0 !important;
  color: rgba(244, 245, 248, .84) !important;
  font: 330 clamp(14px, 1.06vw, 17px)/1.55 var(--font-display) !important;
  letter-spacing: -.01em !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
}

html body .hero3 .hero3-actions {
  left: 6.2% !important;
  top: auto !important;
  bottom: 6.8% !important;
  width: min(920px, 67vw) !important;
  height: clamp(64px, 7.6vh, 80px) !important;
}

@media (max-width: 800px) {
  html body .hero3::before {
    background-image: url('/astrix-hero-clean-mobile-v2.png?v=2') !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  html body .hero3::after {
    background: linear-gradient(180deg, rgba(1, 5, 18, .66) 0%, rgba(1, 5, 18, .30) 50%, rgba(1, 5, 18, .64) 100%) !important;
  }

  html body .hero3 .astrix-hero-logo {
    top: 3.3% !important;
    right: auto !important;
    left: 7% !important;
    width: clamp(42px, 12vw, 54px) !important;
    opacity: .96 !important;
  }

  html body .hero3 .hero3-copy > .overline {
    left: 25% !important;
    top: 5.1% !important;
    max-width: 48% !important;
    padding-top: 7px !important;
    font-size: clamp(10px, 2.9vw, 12px) !important;
    letter-spacing: .14em !important;
    white-space: nowrap !important;
  }

  html body .hero3 h1.cosmic-lockup.astrix-clean-lockup,
  html body .hero3:not(.previewing) h1.cosmic-lockup.astrix-clean-lockup {
    left: 7% !important;
    top: 15% !important;
    width: 86% !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  html body .hero3 .astrix-clean-lockup > .astrix-clean-line {
    grid-template-columns: clamp(58px, 17vw, 70px) minmax(0, 1fr) !important;
    gap: clamp(11px, 4vw, 16px) !important;
  }
  html body .hero3 .astrix-clean-line > b {
    font-size: clamp(2.25rem, 11.7vw, 3rem) !important;
  }
  html body .hero3 .astrix-clean-line > em {
    font-size: clamp(1.3rem, 6.6vw, 1.7rem) !important;
    letter-spacing: .035em !important;
  }

  html body .hero3 .astrix-clean-universe > em {
    min-width: 7.8em !important;
    padding: .26em .58em .3em !important;
    border-width: 1.25px !important;
    transform: translateX(-6px) !important;
  }

  html body .hero3 .astrix-clean-universe > b {
    transform: translateX(8px) !important;
  }

  html body .hero3 .hero3-copy > p:not(.overline) {
    left: 7% !important;
    top: 44.5% !important;
    width: 86% !important;
    font-size: clamp(12px, 3.55vw, 15px) !important;
    line-height: 1.55 !important;
  }

  html body .hero3 .hero3-actions {
    left: 7% !important;
    top: auto !important;
    bottom: 7% !important;
    width: 86% !important;
    height: auto !important;
    gap: 10px !important;
  }

  html body .hero3 .hero3-actions > a,
  html body .hero3 .hero3-actions > button {
    flex: 0 0 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 20px !important;
    font-size: clamp(14px, 3.8vw, 17px) !important;
  }
}

@media (max-width: 360px), (max-height: 700px) and (max-width: 800px) {
  html body .hero3 h1.cosmic-lockup.astrix-clean-lockup,
  html body .hero3:not(.previewing) h1.cosmic-lockup.astrix-clean-lockup {
    top: 14% !important;
    gap: 5px !important;
  }

  html body .hero3 .astrix-clean-line > b {
    font-size: clamp(2rem, 10.8vw, 2.55rem) !important;
  }

  html body .hero3 .astrix-clean-line > em {
    font-size: clamp(1.15rem, 6.1vw, 1.48rem) !important;
  }

  html body .hero3 .hero3-copy > p:not(.overline) {
    top: 42.5% !important;
    font-size: 12px !important;
  }

  html body .hero3 .hero3-actions {
    bottom: 5% !important;
  }
}

@media (min-width: 801px) {
  html body .hero3 .astrix-hero-logo {
    top: 47% !important;
    right: 11.5% !important;
    transform: translateY(-50%) !important;
  }

  html body .hero3 h1.cosmic-lockup.astrix-clean-lockup,
  html body .hero3:not(.previewing) h1.cosmic-lockup.astrix-clean-lockup {
    width: min(570px, 47vw) !important;
  }

  html body .hero3 .astrix-clean-lockup > .astrix-clean-line {
    grid-template-columns: clamp(82px, 7.1vw, 108px) minmax(0, 1fr) !important;
  }

  html body .hero3 .astrix-clean-line > b {
    font-size: clamp(2.8rem, 4.45vw, 4.25rem) !important;
  }

  html body .hero3 .astrix-clean-line > em {
    font-size: clamp(1.72rem, 2.72vw, 2.5rem) !important;
  }
}
