/* v24: dedicated PowerPlay entry. Static planets were replaced in the final build. */

.astrix-enter-powerplay {
  min-height: 48px;
  width: min(100%, 284px);
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 10px !important;
  padding: 0 22px;
  color: #071329 !important;
  border: 1px solid #e6be70;
  border-radius: 999px;
  background: linear-gradient(135deg, #f1cf87, #d7a952);
  box-shadow: 0 14px 38px rgba(226, 189, 115, .18);
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), background .28s ease, box-shadow .28s ease;
}

.astrix-enter-powerplay strong,
.astrix-enter-powerplay span {
  color: inherit !important;
}

.astrix-enter-powerplay span {
  font-size: 17px;
  font-weight: 400;
}

.astrix-enter-powerplay:hover,
.astrix-enter-powerplay:focus-visible {
  background: #f7f2e8;
  box-shadow: 0 18px 46px rgba(226, 189, 115, .25);
  transform: translateY(-2px);
}

.astrix-enter-powerplay:focus-visible {
  outline: 2px solid #f2d58f;
  outline-offset: 4px;
}

@media (min-width: 801px) and (max-height: 780px) {
  .astrix-enter-powerplay {
    min-height: 44px;
    margin-top: 10px;
    padding-inline: 18px;
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  .astrix-enter-powerplay {
    min-height: 52px;
    width: 100%;
    max-width: 360px;
    margin-top: 16px;
    padding-inline: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .astrix-enter-powerplay {
    transition: none;
  }
}
