/* =======================
   Boost Pages Shared Styles
======================= */
.boost-page {
  --boost-accent: #2ef2ff;
  --boost-accent-2: #ffb347;
  --boost-accent-rgb: 46, 242, 255;
  --boost-accent-2-rgb: 255, 179, 71;
  --boost-sticky-top: calc(var(--gm-header-offset, 0px) + 12px);
}

.boost-page .gm-section {
  overflow: clip;
}

/* Hero (aligned with game.html style) */
.game-hero {
  background-image:
    radial-gradient(
      118% 102% at 82% 50%,
      rgba(10, 15, 24, 0) 33%,
      rgba(10, 15, 24, 0.22) 56%,
      rgba(10, 15, 24, 0.62) 82%,
      rgba(10, 15, 24, 0.92) 100%
    ),
    linear-gradient(
      114deg,
      rgba(7, 12, 20, 0.88) 0%,
      rgba(8, 13, 22, 0.62) 44%,
      rgba(8, 13, 22, 0.36) 66%,
      rgba(8, 13, 22, 0.68) 85%,
      rgba(8, 13, 22, 0.92) 100%
    ),
    var(--game-hero-banner, url("../../images/games/clash-royale/banner_bg.webp")),
    var(--gradient-hero);
  background-size: 100% 100%, 100% 100%, cover, cover;
  background-position: center, center, 72% center, center;
  min-height: clamp(580px, 74vh, 780px);
}

.game-hero::before {
  background:
    linear-gradient(
      92deg,
      rgba(5, 10, 18, 0.96) 0%,
      rgba(7, 12, 20, 0.9) 28%,
      rgba(8, 13, 22, 0.64) 46%,
      rgba(9, 14, 23, 0.3) 64%,
      rgba(10, 15, 24, 0.04) 80%,
      rgba(10, 15, 24, 0) 100%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(230, 238, 252, 0.045) 0,
      rgba(230, 238, 252, 0.045) 1px,
      transparent 1px,
      transparent 18px
    );
}

.game-hero::after {
  background:
    radial-gradient(128% 96% at 52% 54%, transparent 39%, rgba(2, 6, 12, 0.84) 100%),
    radial-gradient(38% 44% at 76% 24%, rgba(255, 155, 51, 0.22), transparent 72%),
    radial-gradient(34% 44% at 64% 66%, rgba(46, 242, 255, 0.14), transparent 72%);
}

.game-hero .hero__panel {
  position: relative;
  z-index: 2;
}

.game-hero .hero__brand {
  margin: 0 0 10px;
  color: #ffdcb0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.game-hero .hero__title {
  max-width: 18ch;
}

.game-hero .hero__description {
  max-width: 56ch;
  margin-top: clamp(14px, 2vw, 20px);
}

.game-hero .hero__energy-line {
  background: linear-gradient(
    90deg,
    rgba(255, 155, 51, 0) 0%,
    rgba(255, 155, 51, 0.9) 36%,
    rgba(46, 242, 255, 0.82) 66%,
    rgba(46, 242, 255, 0) 100%
  );
}

.game-online-mini {
  margin-top: clamp(14px, 1.8vw, 20px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 155, 51, 0.48);
  background:
    linear-gradient(145deg, rgba(255, 155, 51, 0.22), rgba(255, 155, 51, 0.1)),
    rgba(14, 20, 32, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 20px rgba(0, 0, 0, 0.25);
  color: #ffe7c4;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
}

.game-online-mini strong {
  color: #fff5e2;
  margin-right: 4px;
  font-size: 0.95rem;
}

.game-online-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #70f3a5;
  box-shadow: 0 0 0 6px rgba(112, 243, 165, 0.16);
  animation: boostLivePulse 2.2s ease-in-out infinite;
}

@keyframes boostLivePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(112, 243, 165, 0.28);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(112, 243, 165, 0.04);
  }
}

/* Builder */
.boost-builder {
  padding-top: clamp(34px, 4.4vw, 54px);
  background:
    radial-gradient(80% 120% at 8% -12%, rgba(var(--boost-accent-rgb), 0.11), transparent 56%),
    radial-gradient(76% 120% at 92% 112%, rgba(var(--boost-accent-2-rgb), 0.1), transparent 54%),
    linear-gradient(180deg, rgba(10, 15, 24, 0.32), rgba(10, 15, 24, 0.6));
}

.boost-builder > .container {
  max-width: 100%;
  padding-left: clamp(12px, 2.4vw, 40px);
  padding-right: clamp(12px, 2.4vw, 40px);
}

.boost-builder__head {
  margin-bottom: clamp(16px, 2.4vw, 24px);
  max-width: 74ch;
}

.boost-builder__kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.74rem;
  color: #ffd9a0;
}

.boost-builder__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  line-height: 1.08;
}

.boost-builder__lead {
  margin: 10px 0 0;
  color: var(--color-muted);
  max-width: 64ch;
}

.boost-builder__grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 340px;
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
}

.boost-builder__left {
  position: sticky;
  top: var(--boost-sticky-top);
  display: grid;
  gap: 12px;
}

.boost-builder__main {
  display: grid;
  gap: 14px;
}

.boost-panel {
  border-radius: 18px;
  border: 1px solid rgba(194, 205, 223, 0.22);
  background:
    linear-gradient(156deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(12, 18, 29, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 22px rgba(0, 0, 0, 0.28);
  padding: clamp(14px, 2vw, 20px);
}

.boost-panel__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
}

.boost-panel__hint {
  margin: 4px 0 0;
  color: var(--color-muted);
  font-size: 0.84rem;
}

.boost-panel__split {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 26px);
  align-items: start;
}

.boost-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(194, 205, 223, 0.2);
  border-radius: 13px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(11, 18, 30, 0.75);
}

.boost-field__label {
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: #d3def3;
  margin: 0;
}

.boost-subtier-row {
  margin-top: 10px;
  border: 1px dashed rgba(194, 205, 223, 0.26);
  border-radius: 11px;
  background: rgba(11, 18, 30, 0.72);
  padding: 8px;
  min-height: 78px;
}

.boost-subtier-row.is-hidden {
  display: none;
}

.boost-subtier-row__label {
  margin: 0 0 6px;
  font-size: 0.74rem;
  color: #9ab2d3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.boost-subtier-buttons {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.boost-subtier-buttons .boost-choice-btn {
  min-width: 52px;
  min-height: 32px;
  font-size: 0.78rem;
}

.boost-rank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 88px));
  justify-content: start;
  gap: 6px;
}

.boost-rank-card {
  border: 1px solid rgba(194, 205, 223, 0.24);
  border-radius: 11px;
  background: rgba(16, 23, 37, 0.78);
  color: inherit;
  text-align: center;
  padding: 6px 6px 8px;
  display: grid;
  gap: 5px;
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.boost-rank-card img {
  width: auto;
  max-width: 100%;
  height: 50px;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 9px;
  background: radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
}

.boost-rank-card strong {
  display: block;
  font-size: 0.66rem;
  line-height: 1.18;
  font-weight: 600;
  color: #dce6f8;
  min-height: 2.35em;
  white-space: normal;
  word-break: break-word;
}

.boost-rank-card:hover,
.boost-rank-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(var(--boost-accent-rgb), 0.54);
  box-shadow: 0 10px 16px rgba(var(--boost-accent-rgb), 0.16);
}

.boost-rank-card.is-selected {
  border-color: rgba(var(--boost-accent-rgb), 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(var(--boost-accent-rgb), 0.42),
    0 0 0 2px rgba(var(--boost-accent-rgb), 0.22);
}

.boost-division {
  margin-top: 14px;
}

.boost-division__buttons {
  display: inline-flex;
  border-radius: 12px;
  border: 1px solid rgba(194, 205, 223, 0.24);
  background: rgba(13, 20, 32, 0.85);
  padding: 4px;
  gap: 4px;
}

.boost-choice-btn {
  border: 0;
  border-radius: 9px;
  min-width: 64px;
  min-height: 36px;
  padding: 0 12px;
  background: transparent;
  color: var(--color-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

.boost-choice-btn.is-selected {
  background: linear-gradient(145deg, rgba(var(--boost-accent-rgb), 0.26), rgba(var(--boost-accent-rgb), 0.12));
  color: #e9fbff;
  box-shadow: inset 0 0 0 1px rgba(var(--boost-accent-rgb), 0.36);
}

.boost-range-block {
  display: grid;
  gap: 12px;
}

.boost-range-row {
  display: grid;
  gap: 8px;
}

.boost-range-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.boost-range-top label {
  margin: 0;
  font-size: 0.84rem;
  color: #d4e0f6;
}

.boost-number {
  width: 112px;
  border-radius: 10px;
  border: 1px solid rgba(194, 205, 223, 0.24);
  background: rgba(12, 19, 31, 0.9);
  color: var(--color-text);
  padding: 7px 10px;
  font-size: 0.88rem;
}

.boost-range {
  width: 100%;
  accent-color: #2ef2ff;
}

.boost-arena-display {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.boost-arena-chip {
  border: 1px solid rgba(194, 205, 223, 0.2);
  border-radius: 11px;
  background: rgba(14, 22, 35, 0.84);
  padding: 10px;
}

.boost-arena-chip span {
  display: block;
  font-size: 0.72rem;
  color: var(--color-muted);
}

.boost-arena-chip strong {
  display: block;
  margin-top: 2px;
  font-size: 0.9rem;
  line-height: 1.2;
}

.boost-milestones {
  margin-top: 12px;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(194, 205, 223, 0.2);
  background: rgba(12, 18, 29, 0.86);
  padding: 10px 10px 8px;
}

.boost-milestones__line {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--boost-accent-rgb), 0.2), rgba(var(--boost-accent-rgb), 0.8), rgba(var(--boost-accent-2-rgb), 0.65));
}

.boost-milestones__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 4px;
}

.boost-milestone {
  text-align: center;
  font-size: 0.65rem;
  color: #9ab0cf;
  display: grid;
  gap: 6px;
}

.boost-milestone::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(194, 205, 223, 0.38);
  background: rgba(14, 22, 34, 1);
  margin: 0 auto;
}

.boost-milestone.is-active::before {
  border-color: rgba(var(--boost-accent-rgb), 0.9);
  background: rgba(var(--boost-accent-rgb), 0.85);
  box-shadow: 0 0 0 3px rgba(var(--boost-accent-rgb), 0.2);
}

.boost-addon-grid {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.boost-addon {
  border: 1px solid rgba(194, 205, 223, 0.22);
  border-radius: 12px;
  background: rgba(14, 21, 34, 0.84);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.boost-addon input {
  width: 16px;
  height: 16px;
  accent-color: #2ef2ff;
}

.boost-addon__text {
  min-width: 0;
}

.boost-addon__text strong {
  display: block;
  font-size: 0.86rem;
  line-height: 1.2;
}

.boost-addon__text small {
  display: block;
  margin-top: 2px;
  color: var(--color-muted);
  font-size: 0.73rem;
}

.boost-addon__price {
  margin-left: auto;
  color: #ffe0b4;
  font-size: 0.8rem;
  font-weight: 700;
}

.boost-addon.is-checked {
  border-color: rgba(var(--boost-accent-rgb), 0.52);
  background: rgba(var(--boost-accent-rgb), 0.09);
}

.boost-promo-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.boost-promo-input {
  border-radius: 10px;
  border: 1px solid rgba(194, 205, 223, 0.24);
  background: rgba(12, 18, 30, 0.92);
  color: var(--color-text);
  padding: 9px 10px;
}

.boost-promo-btn {
  border-radius: 10px;
  border: 1px solid rgba(var(--boost-accent-rgb), 0.44);
  background: rgba(var(--boost-accent-rgb), 0.16);
  color: #d8fcff;
  padding: 0 14px;
  font-size: 0.82rem;
  font-weight: 700;
}

.boost-promo-remove {
  grid-column: 1 / -1;
  justify-self: start;
  border: 0;
  background: transparent;
  color: #ffb6bd;
  padding: 2px 0;
  font-size: 0.78rem;
  font-weight: 700;
}

.boost-promo-msg {
  margin-top: 8px;
  font-size: 0.78rem;
  color: var(--color-muted);
  min-height: 1.4em;
}

.boost-promo-msg.is-success {
  color: #8ef0b1;
}

.boost-promo-msg.is-error {
  color: #ffb6bd;
}

.boost-summary__price-row--discount {
  color: #8ef0b1;
}

.boost-builder__side {
  position: sticky;
  top: var(--boost-sticky-top);
}

.boost-season {
  border-radius: 18px;
  border: 1px solid rgba(194, 205, 223, 0.22);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(var(--boost-accent-rgb), 0.14), transparent 60%),
    rgba(11, 18, 30, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 14px 22px rgba(0, 0, 0, 0.28);
  padding: 14px;
}

.boost-season__kicker {
  margin: 0;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #ffd6a2;
}

.boost-season__name {
  margin: 8px 0 0;
  font-size: 1rem;
  line-height: 1.25;
}

.boost-season__time {
  margin: 10px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.84rem;
  color: #d6e4f8;
}

.boost-season__tip {
  margin-top: 10px;
  position: relative;
}

.boost-season__tip-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(var(--boost-accent-rgb), 0.44);
  background: rgba(var(--boost-accent-rgb), 0.12);
  color: #d8fbff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
}

.boost-season__tip-text {
  margin: 0;
  position: absolute;
  left: 0;
  right: auto;
  top: calc(100% + 8px);
  z-index: 5;
  width: min(280px, 72vw);
  border-radius: 10px;
  border: 1px solid rgba(194, 205, 223, 0.26);
  background: rgba(9, 15, 25, 0.96);
  color: #d7e4f8;
  font-size: 0.76rem;
  line-height: 1.5;
  padding: 9px 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast);
}

.boost-season__tip:hover .boost-season__tip-text,
.boost-season__tip:focus-within .boost-season__tip-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.boost-nav {
  border-radius: 18px;
  border: 1px solid rgba(194, 205, 223, 0.22);
  background:
    linear-gradient(156deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(12, 19, 31, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 22px rgba(0, 0, 0, 0.28);
  padding: 14px;
}

.boost-nav__title {
  margin: 0 0 10px;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.boost-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.boost-nav__link {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(194, 205, 223, 0.2);
  background: rgba(13, 21, 34, 0.82);
  color: #d4e2f8;
  font-size: 0.82rem;
  font-weight: 600;
  transition: border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast), color var(--transition-fast);
}

.boost-nav__link:hover,
.boost-nav__link:focus-visible {
  color: #ecfcff;
  border-color: rgba(var(--boost-accent-rgb), 0.52);
  background: rgba(var(--boost-accent-rgb), 0.12);
  transform: translateX(2px);
}

.boost-nav__link.is-active {
  color: #ecfcff;
  border-color: rgba(var(--boost-accent-rgb), 0.84);
  background:
    linear-gradient(145deg, rgba(var(--boost-accent-rgb), 0.22), rgba(var(--boost-accent-rgb), 0.08)),
    rgba(12, 19, 31, 0.9);
  box-shadow: inset 0 0 0 1px rgba(var(--boost-accent-rgb), 0.34);
}

.boost-summary {
  border-radius: 18px;
  border: 1px solid rgba(var(--boost-accent-rgb), 0.36);
  background:
    radial-gradient(150% 130% at 0% 0%, rgba(var(--boost-accent-rgb), 0.13), transparent 58%),
    rgba(10, 17, 28, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 28px rgba(0, 0, 0, 0.32);
  padding: 16px;
}

.boost-summary h3 {
  margin: 0;
  font-size: 1rem;
}

.boost-summary__rows {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.boost-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.82rem;
}

.boost-summary__row dt {
  color: var(--color-muted);
  margin: 0;
  font-weight: 500;
}

.boost-summary__row dd {
  margin: 0;
  text-align: right;
  font-weight: 600;
}

.boost-summary__price {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(194, 205, 223, 0.24);
  display: grid;
  gap: 8px;
}

.boost-summary__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.boost-summary__price-row strong {
  font-size: 1.05rem;
}

.boost-summary__price-row span {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: #ffddb0;
}

.boost-summary__notice {
  margin: 8px 0 0;
  min-height: 1.3em;
  color: #ffb9b9;
  font-size: 0.76rem;
}

.boost-checkout {
  margin-top: 12px;
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(var(--boost-accent-rgb), 0.5);
  background: linear-gradient(145deg, rgba(var(--boost-accent-rgb), 0.24), rgba(var(--boost-accent-rgb), 0.14));
  color: #e2fcff;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform var(--transition-fast), opacity var(--transition-fast), box-shadow var(--transition-fast);
}

.boost-checkout:hover:enabled,
.boost-checkout:focus-visible:enabled {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(var(--boost-accent-rgb), 0.24);
}

.boost-checkout:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Shared mode toggles */
[data-mode].is-hidden,
.is-hidden {
  display: none !important;
}

.boost-empty {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 0.84rem;
}

.boost-quantity-control {
  display: grid;
  gap: 8px;
  max-width: 260px;
}

.boost-quantity-control label {
  margin: 0;
  font-size: 0.84rem;
  color: #d4e0f6;
}

.boost-quantity-control__row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 8px;
}

.boost-quantity-btn {
  border: 1px solid rgba(var(--boost-accent-rgb), 0.42);
  border-radius: 10px;
  background: rgba(var(--boost-accent-rgb), 0.12);
  color: #dffbff;
  font-size: 1.1rem;
  font-weight: 700;
}

.boost-quantity-input {
  width: 100%;
  text-align: center;
}

.boost-package-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.boost-package {
  min-height: 98px;
  border: 1px solid rgba(194, 205, 223, 0.24);
  border-radius: 14px;
  background: rgba(14, 22, 36, 0.86);
  color: inherit;
  padding: 14px;
  text-align: left;
  display: grid;
  gap: 10px;
  transition: border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);
}

.boost-package:hover,
.boost-package:focus-visible,
.boost-package.is-selected {
  border-color: rgba(var(--boost-accent-rgb), 0.74);
  background:
    linear-gradient(145deg, rgba(var(--boost-accent-rgb), 0.18), rgba(var(--boost-accent-rgb), 0.06)),
    rgba(14, 22, 36, 0.9);
}

.boost-package:hover,
.boost-package:focus-visible {
  transform: translateY(-1px);
}

.boost-package__text {
  color: #dce8fb;
  font-size: 0.88rem;
  line-height: 1.45;
}

.boost-package__price {
  color: #ffe0b4;
  font-family: var(--font-display);
  font-size: 1.08rem;
}

.boost-dimension-grid {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.boost-dimension {
  border: 1px solid rgba(194, 205, 223, 0.2);
  border-radius: 13px;
  background: rgba(11, 18, 30, 0.72);
  padding: 12px;
}

.boost-dimension__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.boost-dimension__head strong {
  font-size: 0.92rem;
  color: #dce8fb;
}

.boost-dimension__head span {
  border-radius: 999px;
  border: 1px solid rgba(var(--boost-accent-rgb), 0.34);
  background: rgba(var(--boost-accent-rgb), 0.1);
  color: #dffbff;
  padding: 3px 8px;
  font-size: 0.68rem;
  font-weight: 700;
}

.boost-dimension__hint {
  margin: 5px 0 0;
  color: var(--color-muted);
  font-size: 0.78rem;
}

.boost-option-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 8px;
}

.boost-option {
  border: 1px solid rgba(194, 205, 223, 0.22);
  border-radius: 12px;
  background: rgba(14, 22, 35, 0.82);
  color: inherit;
  min-height: 74px;
  padding: 9px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas:
    "image label"
    "image price";
  column-gap: 9px;
  align-items: center;
  text-align: left;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.boost-option img {
  grid-area: image;
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.boost-option span {
  grid-area: label;
  color: #dce8fb;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
}

.boost-option small {
  grid-area: price;
  color: #ffd9a5;
  font-size: 0.72rem;
}

.boost-option.is-selected {
  border-color: rgba(var(--boost-accent-rgb), 0.72);
  background: rgba(var(--boost-accent-rgb), 0.1);
}

.boost-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.boost-auth-modal.is-open {
  display: flex;
}

.boost-auth-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 15, 0.78);
  backdrop-filter: blur(8px);
}

.boost-auth-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(var(--boost-accent-rgb), 0.36);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(var(--boost-accent-rgb), 0.14), transparent 58%),
    rgba(10, 17, 28, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.46);
  padding: 24px;
}

.boost-auth-modal__dialog h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
}

.boost-auth-modal .auth-kicker {
  margin: 0 0 8px;
  color: #ffd9a0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.boost-auth-modal__lead {
  margin: 10px 0 0;
  color: var(--color-muted);
  line-height: 1.7;
}

.boost-auth-modal__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.boost-auth-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(194, 205, 223, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #dce8fb;
}

/* FAQ copied style */
.game-faq-section {
  background:
    radial-gradient(80% 120% at 92% 8%, rgba(255, 155, 51, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(10, 15, 24, 0.38), rgba(10, 15, 24, 0.72));
}

.game-section-head {
  max-width: 72ch;
}

.game-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.game-faq-card {
  border-radius: 16px;
  border: 1px solid rgba(194, 205, 223, 0.22);
  background: rgba(13, 19, 30, 0.9);
  overflow: hidden;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.game-faq-card.is-open {
  border-color: rgba(255, 155, 51, 0.56);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

.game-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  font-size: 0.96rem;
  font-weight: 600;
}

.game-faq-question > .game-faq-chevron {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 155, 51, 0.42);
  background: rgba(255, 155, 51, 0.14);
  color: #ffd9a6;
  font-size: 0.78rem;
  line-height: 1;
  transform: translateY(0);
  transition: transform 220ms ease, background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.game-faq-card.is-open .game-faq-question > .game-faq-chevron {
  border-color: rgba(255, 155, 51, 0.7);
  background: rgba(255, 155, 51, 0.24);
  color: #fff0d7;
  transform: rotate(180deg);
}

.game-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
}

.game-faq-answer p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--color-muted);
  line-height: 1.7;
}

/* Reveal */
.boost-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.boost-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .boost-builder__grid {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .boost-builder__side {
    grid-column: 1 / -1;
    position: static;
  }

  .boost-rank-grid {
    grid-template-columns: repeat(auto-fill, minmax(68px, 86px));
  }
}

@media (max-width: 991.98px) {
  .game-hero {
    background-position: center, center, 62% center, center;
  }

  .boost-builder__grid {
    grid-template-columns: 1fr;
  }

  .boost-builder__left,
  .boost-builder__side {
    position: static;
  }

  .boost-panel__split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .boost-rank-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .boost-rank-card {
    padding: 6px 6px 8px;
    gap: 5px;
  }

  .boost-rank-card img {
    height: 44px;
  }

  .boost-rank-card strong {
    font-size: 0.62rem;
    min-height: 2.2em;
  }

  .boost-subtier-row {
    min-height: 0;
    margin-top: 8px;
    padding: 7px;
  }

  .boost-subtier-buttons .boost-choice-btn {
    min-width: 44px;
    min-height: 30px;
    font-size: 0.72rem;
  }

  .game-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .game-hero {
    background-position: center, center, 66% center, center;
  }

  .boost-panel__split {
    grid-template-columns: 1fr;
  }

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

  .boost-rank-card img {
    height: 42px;
  }

  .boost-rank-card strong {
    font-size: 0.6rem;
    min-height: 2em;
  }

  .boost-milestones__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 8px;
  }

  .boost-milestones__line {
    display: none;
  }

  .game-online-mini {
    font-size: 0.8rem;
    padding: 8px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .game-online-dot,
  .boost-rank-card,
  .boost-choice-btn,
  .boost-nav__link,
  .boost-season__tip-text,
  .boost-checkout,
  .game-faq-answer,
  .game-faq-question > .game-faq-chevron,
  .boost-reveal {
    animation: none !important;
    transition: none !important;
  }
}
