/* ============================================================
   Battle Pass — Nexon shop family + season showcase
   ============================================================ */

.bp-page {
  position: relative;
  min-height: 100vh;
  padding-bottom: 96px;
  overflow-x: clip;
  --bp-accent: #c084fc;
  --bp-accent-secondary: #fbbf24;
}

.bp-bg {
  display: none;
}

.bp-bg__vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(192, 132, 252, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 80% 100%, rgba(251, 191, 36, 0.08), transparent 50%),
    radial-gradient(ellipse 70% 45% at 10% 90%, rgba(99, 102, 241, 0.1), transparent 45%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.3), rgba(2, 6, 23, 0.96));
}

.bp-bg__grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(192, 132, 252, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192, 132, 252, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 85% 65% at 50% 35%, #000 12%, transparent 72%);
}

.bp-bg__glow {
  position: absolute;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  filter: blur(92px);
  opacity: 0.34;
}

.bp-bg__glow--a {
  top: -14%;
  left: -8%;
  background: color-mix(in srgb, var(--bp-accent) 70%, #6366f1);
}

.bp-bg__glow--b {
  bottom: -20%;
  right: -10%;
  background: color-mix(in srgb, var(--bp-accent-secondary) 55%, #f97316);
}

.bp-bg__beam {
  position: absolute;
  top: -25%;
  left: 50%;
  width: 130%;
  height: 75%;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bp-accent) 22%, transparent),
    transparent 72%
  );
  opacity: 0.4;
  filter: blur(48px);
}

.bp-bg__rings {
  position: absolute;
  top: 12%;
  right: 8%;
  width: min(420px, 40vw);
  height: min(420px, 40vw);
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--bp-accent) 25%, transparent);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--bp-accent-secondary) 15%, transparent) inset,
    0 0 120px color-mix(in srgb, var(--bp-accent) 12%, transparent);
  opacity: 0.35;
}

.bp-bg__rings::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--bp-accent-secondary) 35%, transparent);
  opacity: 0.5;
}

.bp-page > *:not(.bp-bg) {
  position: relative;
  z-index: 1;
}

/* Nav */
.bp-nav {
  padding: 16px 0 0;
}

.bp-nav__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.bp-nav__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #e2e8f0;
  text-decoration: none;
}

.bp-nav__back:hover {
  color: #fff;
}

.bp-nav__back-arrow {
  opacity: 0.85;
}

.bp-nav__here {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(192, 132, 252, 0.85);
}

/* Sticky progress bar */
.bp-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 0;
  background: rgba(2, 6, 23, 0.82);
  border-bottom: 1px solid color-mix(in srgb, var(--bp-accent) 22%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.35s cubic-bezier(0.34, 1.2, 0.64, 1),
    opacity 0.25s ease;
}

.bp-sticky--visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.bp-sticky__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.bp-sticky__brand {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  color: #e2e8f0;
}

.bp-sticky__lvl {
  font-size: 12px;
  font-weight: 850;
  color: var(--bp-accent-secondary);
  font-variant-numeric: tabular-nums;
}

.bp-sticky__bar {
  flex: 1;
  min-width: 100px;
  max-width: 220px;
  height: 6px;
  border-radius: 999px;
  background: rgba(30, 41, 59, 0.95);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.bp-sticky__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--bp-accent), var(--bp-accent-secondary));
}

.bp-sticky__go {
  flex-shrink: 0;
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

/* Hero */
.bp-hero {
  padding: 8px 0 20px;
}

.bp-hero__shell {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(147, 197, 253, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.30), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(168, 85, 247, 0.20), transparent 34%),
    radial-gradient(circle at 70% 70%, rgba(34, 197, 94, 0.13), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.020)),
    rgba(8, 13, 29, 0.92);
  box-shadow:
    0 32px 110px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  padding: clamp(28px, 4vw, 44px);
}

.bp-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(147, 197, 253, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 197, 253, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}

.bp-hero__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.bp-hero__orb--one {
  width: 160px;
  height: 160px;
  top: -40px;
  right: 12%;
  background: radial-gradient(circle, color-mix(in srgb, var(--bp-accent) 45%, transparent), transparent 70%);
  opacity: 0.55;
}

.bp-hero__orb--two {
  width: 120px;
  height: 120px;
  bottom: 10%;
  left: 8%;
  background: radial-gradient(circle, color-mix(in srgb, var(--bp-accent-secondary) 40%, transparent), transparent 70%);
  opacity: 0.45;
}

.bp-hero__shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 42%, color-mix(in srgb, var(--bp-accent-secondary) 10%, transparent) 50%, transparent 62%),
    radial-gradient(circle at 70% 28%, color-mix(in srgb, var(--bp-accent) 16%, transparent), transparent 24%);
  opacity: 0.75;
}

.bp-hero__layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
}

.bp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--bp-accent) 35%, rgba(148, 163, 184, 0.2));
  background: color-mix(in srgb, var(--bp-accent) 10%, rgba(15, 23, 42, 0.65));
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f3e8ff;
}

.bp-hero__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bp-accent-secondary);
  box-shadow: 0 0 16px color-mix(in srgb, var(--bp-accent-secondary) 80%, transparent);
  animation: bp-pulse 1.8s ease-in-out infinite;
}

@keyframes bp-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.75;
  }
}

.bp-hero__title {
  margin: 18px 0 0;
  line-height: 1.08;
}

.bp-hero__title-main {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 950;
  letter-spacing: -0.035em;
  background: linear-gradient(
    115deg,
    #fff 0%,
    color-mix(in srgb, var(--bp-accent) 92%, #fff) 45%,
    var(--bp-accent-secondary) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 18px 48px color-mix(in srgb, var(--bp-accent) 25%, transparent);
}

.bp-hero__title-sub {
  display: block;
  margin-top: 8px;
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--bp-accent) 75%, rgba(226, 232, 240, 0.9));
}

.bp-hero__lead {
  margin: 16px 0 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.9);
  font-weight: 600;
}

.bp-kbd {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.28);
  font-size: 0.88em;
  font-weight: 800;
}

.bp-steps {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 520px;
}

.bp-steps__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.bp-steps__num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 950;
  color: #0f172a;
  background: linear-gradient(145deg, var(--bp-accent), var(--bp-accent-secondary));
}

.bp-steps__text {
  font-size: 14px;
  font-weight: 650;
  color: rgba(226, 232, 240, 0.9);
  line-height: 1.45;
  padding-top: 3px;
}

.bp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.bp-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.bp-hero__chips span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--bp-accent) 24%, rgba(148, 163, 184, 0.14));
  background: rgba(255, 255, 255, 0.045);
  color: rgba(226, 232, 240, 0.9);
  font-size: 12px;
  font-weight: 850;
}

.bp-btn-primary {
  background: linear-gradient(135deg, color-mix(in srgb, var(--bp-accent) 85%, #7c3aed), #6d28d9) !important;
  border: none !important;
  box-shadow: 0 12px 36px color-mix(in srgb, var(--bp-accent) 35%, transparent);
}

.bp-btn-primary:hover {
  filter: brightness(1.06);
}

/* Aside cards */
.bp-hero__aside {
  display: grid;
  gap: 16px;
}

.bp-season-art {
  position: relative;
  min-height: 310px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  border: 1px solid color-mix(in srgb, var(--bp-accent) 24%, rgba(148, 163, 184, 0.14));
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--bp-accent) 24%, transparent), transparent 58%),
    radial-gradient(circle at 80% 90%, color-mix(in srgb, var(--bp-accent-secondary) 14%, transparent), transparent 46%),
    linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
    rgba(2, 6, 23, 0.62);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
}

.bp-season-art::before {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--bp-accent-secondary) 34%, transparent);
  box-shadow: 0 0 80px color-mix(in srgb, var(--bp-accent) 16%, transparent);
  opacity: 0.72;
  animation: bp-art-spin 18s linear infinite;
}

@keyframes bp-art-spin {
  to {
    transform: rotate(360deg);
  }
}

.bp-season-art__card {
  position: relative;
  z-index: 2;
  width: min(210px, 70%);
  aspect-ratio: 0.72;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border-radius: 26px;
  border: 1px solid color-mix(in srgb, var(--bp-accent-secondary) 46%, rgba(255,255,255,0.12));
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--bp-accent) 28%, rgba(15, 23, 42, 0.95)), rgba(2, 6, 23, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.16), transparent 44%);
  box-shadow:
    0 28px 65px rgba(0,0,0,0.46),
    0 0 46px color-mix(in srgb, var(--bp-accent) 26%, transparent),
    inset 0 1px 0 rgba(255,255,255,0.16);
  transform: perspective(900px) rotateY(-10deg) rotateX(6deg);
}

.bp-season-art__shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
}

.bp-season-art__shine::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -80%;
  width: 60%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  animation: bp-card-shine 4.8s ease-in-out infinite;
}

@keyframes bp-card-shine {
  0%, 48%, 100% { transform: translateX(0) rotate(18deg); opacity: 0; }
  58% { opacity: 1; }
  72% { transform: translateX(360%) rotate(18deg); opacity: 0; }
}

.bp-season-art__label,
.bp-season-art__sub {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.78);
}

.bp-season-art__level {
  font-size: clamp(58px, 7vw, 86px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.08em;
  background: linear-gradient(180deg, #fff, var(--bp-accent-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 24px 52px color-mix(in srgb, var(--bp-accent-secondary) 28%, transparent);
}

.bp-season-art__loot {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(15, 23, 42, 0.78);
  box-shadow: 0 18px 36px rgba(0,0,0,0.34);
  color: var(--bp-accent-secondary);
  font-size: 20px;
  font-weight: 950;
  animation: bp-loot-float 4s ease-in-out infinite;
}

.bp-season-art__loot--a { top: 30px; right: 38px; animation-delay: -0.8s; }
.bp-season-art__loot--b { left: 26px; top: 45%; color: var(--bp-accent); animation-delay: -1.6s; }
.bp-season-art__loot--c { right: 26px; bottom: 42px; color: #93c5fd; animation-delay: -2.4s; }

@keyframes bp-loot-float {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-10px) rotate(4deg); }
}

.bp-season-card,
.bp-wallet-card {
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.72);
  padding: 20px 20px 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.bp-season-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.bp-season-card__label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.85);
}

.bp-season-card__timer {
  font-size: 12px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  color: var(--bp-accent-secondary);
}

.bp-season-card__timer--muted {
  color: rgba(192, 132, 252, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 10px;
}

.bp-season-card__level {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.bp-season-card__level-num {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 950;
  color: #0f172a;
  background: linear-gradient(145deg, var(--bp-accent-secondary), #f59e0b);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--bp-accent-secondary) 35%, transparent);
}

.bp-season-card__level-meta strong {
  display: block;
  font-size: 14px;
  color: #f1f5f9;
}

.bp-season-card__level-meta span {
  font-size: 12px;
  color: rgba(148, 163, 184, 0.85);
}

.bp-xp__head {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 750;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 8px;
}

.bp-xp__nums {
  font-variant-numeric: tabular-nums;
  color: #fde68a;
}

.bp-xp__bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(30, 41, 59, 0.95);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.bp-xp__fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--bp-accent), var(--bp-accent-secondary));
  box-shadow: 0 0 20px color-mix(in srgb, var(--bp-accent) 50%, transparent);
}

.bp-page--ready .bp-xp__fill {
  animation: bp-xp-fill 1.15s cubic-bezier(0.34, 1.25, 0.64, 1) 0.2s both;
}

@keyframes bp-xp-fill {
  from {
    width: 0;
  }
  to {
    width: var(--bp-xp-pct, 0%);
  }
}

.bp-season-card__hint {
  margin: 14px 0 0;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(148, 163, 184, 0.75);
}

.bp-wallet-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.bp-wallet-card__label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.8);
}

.bp-wallet-card__action {
  font-size: 12px;
  font-weight: 850;
  color: #93c5fd;
  text-decoration: none;
}

.bp-wallet-card__balance {
  margin: 0;
  font-size: 26px;
  font-weight: 950;
  color: #fde68a;
}

.bp-wallet-card__hint,
.bp-wallet-card__guest {
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(148, 163, 184, 0.88);
  line-height: 1.45;
}

.bp-wallet-card__btn {
  margin-top: 12px;
  width: 100%;
  justify-content: center;
}

/* Stats strip */
.bp-stats {
  padding: 0 0 8px;
}

.bp-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.bp-stat {
  text-align: center;
  padding: 20px 16px;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--bp-accent) 18%, rgba(148, 163, 184, 0.12));
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.45));
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.bp-stat:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--bp-accent) 35%, rgba(148, 163, 184, 0.15));
}

.bp-stat__value {
  display: block;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--bp-accent) 70%, #e2e8f0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bp-stat__label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(148, 163, 184, 0.92);
}

/* Track section */
.bp-section {
  padding: 28px 0;
}

.bp-section--track {
  padding-top: 8px;
}

.bp-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 18px;
}

.bp-section__title {
  margin: 0;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 950;
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.bp-section__sub {
  margin: 8px 0 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.9);
}

.bp-section__sub--tight {
  margin-top: 6px;
}

.bp-legend {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 750;
  color: rgba(203, 213, 225, 0.82);
}

.bp-legend__i {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.bp-legend__i--free {
  background: rgba(96, 165, 250, 0.85);
}

.bp-legend__i--prem {
  background: linear-gradient(135deg, var(--bp-accent-secondary), #f97316);
}

.bp-track-wrap {
  position: relative;
}

.bp-track-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.65);
}

.bp-track-hint__icon {
  animation: bp-hint-nudge 2.2s ease-in-out infinite;
}

@keyframes bp-hint-nudge {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.7;
  }
  50% {
    transform: translateX(6px);
    opacity: 1;
  }
}

.bp-track-fade {
  display: none;
}

.bp-track-fade--left {
  display: none;
}

.bp-track-fade--right {
  display: none;
}

.bp-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 8px 4px 24px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--bp-accent) 40%, transparent) transparent;
}

.bp-track::-webkit-scrollbar {
  height: 8px;
}

.bp-track::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--bp-accent) 45%, transparent);
  border-radius: 999px;
}

.bp-tier {
  flex: 0 0 auto;
  width: min(280px, 78vw);
  scroll-snap-align: start;
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--bp-accent) 10%, transparent), transparent 42%),
    rgba(15, 23, 42, 0.72);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.bp-tier::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), transparent 32%),
    linear-gradient(90deg, transparent, rgba(255,255,255,0.055), transparent);
  opacity: 0.55;
}

.bp-tier:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--bp-accent) 28%, rgba(148, 163, 184, 0.12));
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.4),
    0 0 0 1px color-mix(in srgb, var(--bp-accent) 15%, transparent);
}

.bp-tier--current {
  border-color: color-mix(in srgb, var(--bp-accent) 55%, rgba(251, 191, 36, 0.35));
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.38),
    0 0 32px color-mix(in srgb, var(--bp-accent) 22%, transparent),
    0 0 0 2px color-mix(in srgb, var(--bp-accent) 45%, transparent);
}

.bp-tier__cap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.9);
  background: linear-gradient(90deg, color-mix(in srgb, var(--bp-accent) 25%, transparent), transparent);
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.bp-tier__you {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  color: #0f172a;
  background: linear-gradient(90deg, var(--bp-accent-secondary), #fde68a);
}

.bp-tier__body {
  position: relative;
  z-index: 1;
  padding: 12px;
  display: grid;
  gap: 10px;
}

.bp-tier__lane {
  border-radius: 14px;
  padding: 10px 12px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02)),
    rgba(30, 41, 59, 0.55);
  border: 1px solid rgba(96, 165, 250, 0.15);
  min-height: 104px;
}

.bp-tier__lane--prem {
  border-color: color-mix(in srgb, var(--bp-accent-secondary) 35%, rgba(148, 163, 184, 0.15));
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--bp-accent-secondary) 15%, transparent), transparent 52%),
    linear-gradient(145deg, color-mix(in srgb, var(--bp-accent-secondary) 8%, rgba(30, 41, 59, 0.55)), rgba(30, 41, 59, 0.55));
}

.bp-tier__tag {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.85);
}

.bp-tier__reward {
  margin: 6px 0 8px;
  font-size: 13px;
  font-weight: 750;
  color: #f1f5f9;
  line-height: 1.3;
}

.bp-pill {
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
}

.bp-pill--claimed {
  background: rgba(34, 197, 94, 0.2);
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.bp-pill--unlocked {
  background: color-mix(in srgb, var(--bp-accent) 18%, transparent);
  color: #f3e8ff;
  border: 1px solid color-mix(in srgb, var(--bp-accent) 40%, transparent);
}

.bp-pill--locked {
  background: rgba(15, 23, 42, 0.8);
  color: rgba(148, 163, 184, 0.75);
  border: 1px solid rgba(51, 65, 85, 0.6);
}

/* Premium CTA */
.bp-premium {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid color-mix(in srgb, var(--bp-accent-secondary) 35%, rgba(148, 163, 184, 0.15));
  background:
    radial-gradient(80% 80% at 10% 20%, color-mix(in srgb, var(--bp-accent-secondary) 18%, transparent), transparent 50%),
    radial-gradient(60% 60% at 90% 80%, color-mix(in srgb, var(--bp-accent) 14%, transparent), transparent 45%),
    linear-gradient(165deg, rgba(15, 23, 42, 0.95), rgba(2, 6, 23, 0.98));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
}

.bp-premium::after {
  content: "PREMIUM";
  position: absolute;
  right: clamp(18px, 5vw, 56px);
  bottom: clamp(14px, 4vw, 34px);
  z-index: 0;
  color: rgba(255,255,255,0.035);
  font-size: clamp(48px, 9vw, 112px);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
}

.bp-premium::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    color-mix(in srgb, var(--bp-accent-secondary) 18%, transparent) 45%,
    transparent 60%
  );
  opacity: 0;
  animation: bp-premium-shine 5.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes bp-premium-shine {
  0%,
  40% {
    opacity: 0;
    transform: translateX(-12%);
  }
  50% {
    opacity: 0.55;
    transform: translateX(12%);
  }
  60%,
  100% {
    opacity: 0;
    transform: translateX(24%);
  }
}

.bp-premium__burst {
  position: absolute;
  z-index: 0;
  top: -40%;
  right: -15%;
  width: 55%;
  height: 120%;
  background: conic-gradient(from 200deg, transparent, color-mix(in srgb, var(--bp-accent-secondary) 25%, transparent), transparent);
  opacity: 0.35;
  pointer-events: none;
}

.bp-premium__content {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.bp-premium__badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f172a;
  background: linear-gradient(90deg, var(--bp-accent-secondary), #fcd34d);
}

.bp-premium__title {
  margin: 16px 0 0;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 950;
  color: #fff;
  letter-spacing: -0.02em;
}

.bp-premium__text {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.88);
}

.bp-premium__text strong {
  color: #fde68a;
}

.bp-premium__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.bp-premium__buy-form {
  margin: 0;
  display: contents;
}

.bp-premium__owned {
  cursor: default !important;
  opacity: 0.92;
}

.bp-premium__balance-note {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: rgba(254, 243, 199, 0.82);
  font-size: 12px;
  font-weight: 750;
}

.bp-btn-gold {
  background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
  color: #0f172a !important;
  border: none !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 32px rgba(251, 191, 36, 0.35);
}

.bp-premium__ghost {
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f1f5f9 !important;
}

/* Missions */
.bp-missions {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.bp-mission {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 20px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--bp-accent) 11%, transparent), transparent 48%),
    rgba(15, 23, 42, 0.62);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.bp-mission::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--bp-accent-secondary) 14%, transparent);
  filter: blur(18px);
  pointer-events: none;
}

.bp-mission:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--bp-accent) 30%, rgba(148, 163, 184, 0.12));
}

.bp-mission__icon {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}

.bp-mission__title {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #f8fafc;
}

.bp-mission__desc {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(148, 163, 184, 0.9);
}

.bp-mission__xp {
  display: inline-block;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 900;
  color: var(--bp-accent-secondary);
  letter-spacing: 0.04em;
}

/* Features row */
.bp-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.bp-feature {
  border-radius: 20px;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.bp-feature__icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.bp-feature h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 950;
  color: #f8fafc;
}

.bp-feature p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.85);
}

.bp-coming {
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px dashed color-mix(in srgb, var(--bp-accent) 28%, rgba(148, 163, 184, 0.2));
  background: rgba(8, 13, 29, 0.55);
  color: rgba(203, 213, 225, 0.88);
  font-size: 14px;
  line-height: 1.55;
}

.bp-coming strong {
  color: #e2e8f0;
}

.bp-coming code {
  font-size: 0.9em;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

/* FAQ */
.bp-section--faq {
  padding-bottom: 36px;
}

.bp-faq {
  margin-top: 20px;
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.bp-faq__item {
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.55);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bp-faq__item:hover {
  border-color: color-mix(in srgb, var(--bp-accent) 28%, rgba(148, 163, 184, 0.14));
}

.bp-faq__item[open] {
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  border-color: color-mix(in srgb, var(--bp-accent) 35%, rgba(148, 163, 184, 0.18));
}

.bp-faq__q {
  cursor: pointer;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 16px 40px 16px 18px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  color: #f1f5f9;
  transition: color 0.15s ease;
}

.bp-faq__q::-webkit-details-marker,
.bp-faq__q::marker {
  display: none;
}

.bp-faq__q::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-right: 2px solid rgba(148, 163, 184, 0.65);
  border-bottom: 2px solid rgba(148, 163, 184, 0.65);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.22s ease, border-color 0.15s ease;
}

.bp-faq__item[open] > .bp-faq__q::after {
  margin-top: 2px;
  transform: translateY(-50%) rotate(-135deg);
  border-color: color-mix(in srgb, var(--bp-accent) 55%, rgba(148, 163, 184, 0.65));
}

.bp-faq__item[open] > .bp-faq__q {
  color: #fff;
}

.bp-faq__a {
  margin: 0;
  padding: 0 18px 18px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.92);
}

@media (max-width: 960px) {
  .bp-hero__layout {
    grid-template-columns: 1fr;
  }

  .bp-hero__aside {
    order: -1;
  }
}

@media (max-width: 720px) {
  .bp-stats__grid {
    grid-template-columns: 1fr;
  }

  .bp-season-art {
    min-height: 250px;
  }

  .bp-season-art__card {
    width: min(170px, 62%);
  }
}

@media (max-width: 640px) {
  .bp-track-fade {
    display: none;
  }

  .bp-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .bp-sticky__bar {
    max-width: none;
    flex: 1 1 100%;
    order: 3;
  }

  .bp-sticky__go {
    order: 4;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .bp-hero__shell {
    border-radius: 24px;
    padding: 22px;
  }

  .bp-hero__chips span,
  .bp-hero__cta .btn {
    width: 100%;
    justify-content: center;
  }

  .bp-season-art__loot {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bp-hero__pulse {
    animation: none;
  }

  .bp-season-art::before,
  .bp-season-art__shine::after,
  .bp-season-art__loot {
    animation: none;
  }

  .bp-xp__fill {
    transition: none;
  }

  .bp-page--ready .bp-xp__fill {
    animation: none;
    width: var(--bp-xp-pct, 0%);
  }

  .bp-track-hint__icon {
    animation: none;
  }

  .bp-premium::before {
    animation: none;
    opacity: 0;
  }

  .bp-sticky {
    transition: none;
  }

  .bp-faq__q::after {
    transition: none;
  }

  .bp-mission:hover,
  .bp-stat:hover,
  .bp-tier:hover {
    transform: none;
  }
}
