.bp-shell {
  --bp-bg: #070914;
  --bp-panel: rgba(15, 19, 39, .92);
  --bp-panel-strong: #11162d;
  --bp-text: #f7f8ff;
  --bp-muted: #a8b0cb;
  --bp-line: rgba(255, 255, 255, .11);
  --bp-shadow: 0 24px 80px rgba(0, 0, 0, .42);
  width: min(1380px, calc(100% - 32px));
  margin: 34px auto 80px;
  color: var(--bp-text);
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  color-scheme: dark;
  scroll-margin-top: 90px;
}

.bp-shell[data-bp-theme="light"] {
  --bp-bg: #eef2ff;
  --bp-panel: rgba(255, 255, 255, .93);
  --bp-panel-strong: #fff;
  --bp-text: #11162d;
  --bp-muted: #59627e;
  --bp-line: rgba(34, 42, 75, .14);
  --bp-shadow: 0 24px 70px rgba(47, 52, 91, .18);
  color-scheme: light;
}

.bp-shell *,
.bp-shell *::before,
.bp-shell *::after { box-sizing: border-box; }

.bp-shell button,
.bp-shell a { font: inherit; }

.bp-skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #11162d;
  font-weight: 800;
}
.bp-skip-link:focus { transform: translateY(0); }

.bp-hero {
  isolation: isolate;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  min-height: 550px;
  overflow: hidden;
  border: 1px solid var(--bp-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--bp-secondary) 35%, transparent), transparent 28%),
    radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--bp-primary) 38%, transparent), transparent 32%),
    linear-gradient(135deg, #090b19 0%, #11122c 58%, #071624 100%);
  box-shadow: var(--bp-shadow);
}

.bp-shell[data-bp-theme="light"] .bp-hero {
  background:
    radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--bp-secondary) 27%, transparent), transparent 28%),
    radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--bp-primary) 25%, transparent), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f1f0ff 58%, #e9f8ff 100%);
}

.bp-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .23;
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.bp-hero-copy {
  align-self: center;
  padding: 62px 54px 165px;
}

.bp-hero-topline,
.bp-track-header,
.bp-track-tools,
.bp-season-meta,
.bp-hero-actions,
.bp-lane-legend,
.bp-offer > div,
.bp-modal-actions {
  display: flex;
  align-items: center;
}

.bp-hero-topline { justify-content: space-between; gap: 14px; }

.bp-status,
.bp-eyebrow {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bp-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid var(--bp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}
.bp-status-active { color: #7dffb2; }
.bp-status-preview { color: #ffe58a; }
.bp-status-upcoming { color: #8be9ff; }
.bp-status-ended { color: #c6cad9; }

.bp-theme-toggle {
  display: inline-flex;
  width: auto;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--bp-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  color: inherit;
  cursor: pointer;
}

.bp-hero-copy > .bp-eyebrow { margin: 34px 0 10px; color: var(--bp-secondary); }
.bp-hero-copy h2 {
  max-width: 720px;
  margin: 0;
  color: inherit;
  font-size: clamp(48px, 6.2vw, 94px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .88;
  text-wrap: balance;
  text-shadow: 0 0 42px color-mix(in srgb, var(--bp-primary) 55%, transparent);
}
.bp-tagline {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--bp-muted);
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 650;
  line-height: 1.45;
}
.bp-season-meta { flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.bp-season-meta span {
  padding: 9px 12px;
  border: 1px solid var(--bp-line);
  border-radius: 10px;
  background: rgba(255,255,255,.055);
  color: var(--bp-muted);
  font-size: 13px;
  font-weight: 800;
}
.bp-hero-actions { flex-wrap: wrap; gap: 10px; margin-top: 26px; }

.bp-button {
  display: inline-flex;
  width: auto;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer;
}
.bp-button-primary {
  background: linear-gradient(135deg, var(--bp-primary), var(--bp-secondary));
  color: #fff;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--bp-primary) 35%, transparent);
}
.bp-button-secondary {
  border-color: var(--bp-line);
  background: var(--bp-panel);
  color: var(--bp-text);
}
.bp-button-muted {
  border-color: var(--bp-line);
  background: rgba(255,255,255,.07);
  color: var(--bp-muted);
  cursor: not-allowed;
}

.bp-hero-art {
  position: relative;
  display: grid;
  min-height: 550px;
  place-items: center;
}
.bp-hero-art img {
  z-index: 1;
  width: min(90%, 440px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 35px 42px rgba(0,0,0,.52)) saturate(1.12);
}
.bp-art-halo {
  position: absolute;
  width: min(36vw, 460px);
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--bp-secondary) 55%, transparent);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 20px, rgba(255,255,255,.06) 21px 22px),
    radial-gradient(circle, color-mix(in srgb, var(--bp-primary) 42%, transparent), transparent 68%);
  box-shadow: 0 0 80px color-mix(in srgb, var(--bp-secondary) 25%, transparent);
}
.bp-headline {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 30px;
  left: 28px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(6, 8, 20, .72);
  color: #fff;
  backdrop-filter: blur(15px);
}
.bp-headline span,
.bp-headline strong { display: block; }
.bp-headline span { color: #ffdb72; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.bp-headline strong { margin-top: 5px; font-size: 18px; }

.bp-player-panel {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 32px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  width: min(650px, calc(58% - 40px));
  padding: 16px;
  border: 1px solid var(--bp-line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--bp-panel-strong) 86%, transparent);
  box-shadow: 0 16px 45px rgba(0,0,0,.25);
  backdrop-filter: blur(16px);
}
.bp-level-ring {
  display: grid;
  grid-row: span 3;
  width: 76px;
  aspect-ratio: 1;
  place-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle closest-side, var(--bp-panel-strong) 75%, transparent 77% 99%, transparent),
    conic-gradient(var(--bp-secondary) var(--bp-progress), var(--bp-line) 0);
  text-align: center;
}
.bp-level-ring span,
.bp-level-ring small { color: var(--bp-muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.bp-level-ring strong { color: inherit; font-size: 28px; line-height: .9; }
.bp-progress-copy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.bp-progress-copy div span,
.bp-progress-copy div strong { display: block; }
.bp-progress-copy div span { color: var(--bp-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.bp-progress-copy div strong { margin-top: 4px; color: inherit; font-size: 14px; }
.bp-progress {
  height: 8px;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--bp-line);
}
.bp-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--bp-primary), var(--bp-secondary));
}
.bp-next-major { margin: 9px 0 0; color: var(--bp-muted); font-size: 11px; }
.bp-next-major span,
.bp-next-major strong { display: inline; }
.bp-next-major strong { margin-left: 7px; color: var(--bp-text); }

.bp-track-section {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--bp-line);
  border-radius: 28px;
  background: var(--bp-bg);
  box-shadow: var(--bp-shadow);
}
.bp-track-header {
  justify-content: space-between;
  gap: 22px;
  padding: 28px 30px 20px;
}
.bp-track-header .bp-eyebrow { color: var(--bp-secondary); }
.bp-track-header h3 { margin: 5px 0 0; color: inherit; font-size: 28px; font-weight: 900; }
.bp-track-header p:not(.bp-eyebrow) { margin-top: 6px; color: var(--bp-muted); font-size: 14px; }
.bp-track-tools { flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.bp-filter,
.bp-nav-button {
  width: auto;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--bp-line);
  border-radius: 11px;
  background: var(--bp-panel);
  color: var(--bp-muted);
  font-weight: 850;
  cursor: pointer;
}
.bp-filter.is-active { border-color: var(--bp-secondary); color: var(--bp-text); }
.bp-nav-button { width: 40px; padding: 8px; color: var(--bp-text); font-size: 18px; }
.bp-lane-legend { gap: 20px; padding: 0 30px 16px; color: var(--bp-muted); font-size: 12px; font-weight: 800; }
.bp-dot { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; }
.bp-dot-free { background: var(--bp-secondary); }
.bp-dot-premium { background: var(--bp-accent); }

.bp-track-viewport {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--bp-primary) transparent;
  scrollbar-width: thin;
}
.bp-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  padding: 0 30px 30px;
}
.bp-tier {
  position: relative;
  display: grid;
  grid-template-rows: 72px minmax(152px, auto) minmax(152px, auto);
  width: 178px;
  min-width: 178px;
  overflow: hidden;
  border: 1px solid var(--bp-line);
  border-right: 0;
  background: var(--bp-panel);
  scroll-snap-align: start;
}
.bp-tier:first-child { border-radius: 18px 0 0 18px; }
.bp-tier:last-child { border-right: 1px solid var(--bp-line); border-radius: 0 18px 18px 0; }
.bp-tier.is-milestone {
  width: 194px;
  min-width: 194px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--bp-primary) 14%, var(--bp-panel)), var(--bp-panel));
}
.bp-tier.is-major { box-shadow: inset 0 3px var(--bp-accent); }
.bp-tier.is-final {
  width: 222px;
  min-width: 222px;
  background: linear-gradient(180deg, color-mix(in srgb, #ef4444 18%, var(--bp-panel)), var(--bp-panel));
}
.bp-tier[hidden] { display: none; }
.bp-tier-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  padding: 12px 14px;
  border-bottom: 1px solid var(--bp-line);
}
.bp-tier-head span { color: var(--bp-muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.bp-tier-head strong { grid-row: span 2; color: inherit; font-size: 30px; line-height: 1; }
.bp-tier-head small { color: var(--bp-muted); font-size: 10px; font-weight: 800; }
.bp-tier.is-major .bp-tier-head strong { color: var(--bp-accent); }

.bp-lane {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
}
.bp-lane-free { border-bottom: 1px solid var(--bp-line); }
.bp-lane-premium { background: color-mix(in srgb, var(--bp-accent) 6%, transparent); }

.bp-reward {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bp-line);
  border-radius: 13px;
  background: var(--bp-panel-strong);
}
.bp-reward::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #94a3b8;
}
.bp-rarity-rare::before { background: #3b82f6; }
.bp-rarity-epic::before { background: #a855f7; }
.bp-rarity-legendary::before { background: #f59e0b; }
.bp-rarity-mythic::before { background: #ef4444; box-shadow: 0 0 18px #ef4444; }
.bp-reward-open {
  display: grid;
  grid-template-columns: 38px 1fr;
  width: 100%;
  min-height: 76px;
  align-items: center;
  gap: 8px;
  padding: 9px 8px 8px 11px;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.bp-reward-icon {
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--bp-line);
  border-radius: 11px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--bp-primary) 28%, transparent), color-mix(in srgb, var(--bp-secondary) 20%, transparent));
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.bp-reward-quantity {
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 2px 5px;
  border-radius: 6px;
  background: var(--bp-primary);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}
.bp-reward-copy strong,
.bp-reward-copy small { display: block; }
.bp-reward-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  font-size: 11px;
  line-height: 1.15;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bp-reward-copy small { margin-top: 4px; color: var(--bp-muted); font-size: 9px; text-transform: uppercase; }
.bp-reward-action {
  width: 100%;
  min-height: 28px;
  border-top: 1px solid var(--bp-line);
  border-radius: 0;
  background: transparent;
  color: var(--bp-muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.bp-reward-action:not(:disabled) { background: color-mix(in srgb, var(--bp-secondary) 14%, transparent); color: var(--bp-text); cursor: pointer; }
.bp-reward.is-claimed { opacity: .62; }
.bp-reward.is-claimed .bp-reward-icon::after {
  content: "✓";
  position: absolute;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #20c77a;
  color: #fff;
  font-size: 11px;
  transform: translate(15px, 14px);
}
.bp-reward.is-locked,
.bp-reward.is-premium_required { filter: saturate(.48); }
.bp-reward.is-locked .bp-reward-icon,
.bp-reward.is-premium_required .bp-reward-icon { opacity: .55; }

.bp-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.bp-offer {
  padding: 22px;
  border: 1px solid var(--bp-line);
  border-radius: 22px;
  background: linear-gradient(135deg, var(--bp-panel), color-mix(in srgb, var(--bp-primary) 10%, var(--bp-panel)));
  box-shadow: var(--bp-shadow);
}
.bp-offer-plus { background: linear-gradient(135deg, var(--bp-panel), color-mix(in srgb, var(--bp-accent) 13%, var(--bp-panel))); }
.bp-offer > div { justify-content: space-between; gap: 20px; }
.bp-offer span { color: var(--bp-muted); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.bp-offer strong { color: inherit; font-size: 30px; }
.bp-offer p { min-height: 42px; margin: 9px 0 17px; color: var(--bp-muted); font-size: 14px; line-height: 1.5; }
.bp-offer button {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--bp-line);
  border-radius: 11px;
  background: transparent;
  color: var(--bp-muted);
  cursor: not-allowed;
}

.bp-modal-backdrop {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  padding: 18px;
  place-items: center;
  background: rgba(3, 5, 14, .76);
  backdrop-filter: blur(10px);
}
.bp-modal-backdrop[hidden] { display: none; }
.bp-modal {
  position: relative;
  width: min(560px, 100%);
  max-height: min(720px, calc(100vh - 36px));
  overflow-y: auto;
  padding: 30px;
  border: 1px solid var(--bp-line);
  border-radius: 24px;
  background: var(--bp-panel-strong);
  color: var(--bp-text);
  box-shadow: 0 30px 100px rgba(0,0,0,.55);
}
.bp-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bp-line);
  border-radius: 50%;
  background: transparent;
  color: inherit;
  font-size: 25px;
  cursor: pointer;
}
.bp-modal .bp-eyebrow { color: var(--bp-secondary); }
.bp-modal h3 { margin: 8px 48px 0 0; color: inherit; font-size: 30px; }
.bp-modal-description { margin-top: 10px; color: var(--bp-muted); line-height: 1.55; }
.bp-modal dl { display: grid; gap: 10px; margin: 22px 0; }
.bp-modal dl div { padding: 13px 14px; border: 1px solid var(--bp-line); border-radius: 13px; background: var(--bp-panel); }
.bp-modal dt { color: var(--bp-muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.bp-modal dd { margin: 5px 0 0; color: var(--bp-text); font-size: 14px; line-height: 1.45; }
.bp-modal-actions { flex-wrap: wrap; gap: 10px; }

.bp-toast {
  position: fixed;
  z-index: 10100;
  right: 20px;
  bottom: 20px;
  max-width: min(420px, calc(100vw - 40px));
  padding: 13px 16px;
  border: 1px solid var(--bp-line);
  border-radius: 13px;
  background: #11162d;
  color: #fff;
  box-shadow: 0 20px 55px rgba(0,0,0,.45);
  font-weight: 800;
}

.bp-theme-toggle:focus-visible,
.bp-button:focus-visible,
.bp-filter:focus-visible,
.bp-nav-button:focus-visible,
.bp-reward-open:focus-visible,
.bp-reward-action:focus-visible,
.bp-modal-close:focus-visible,
.bp-track-viewport:focus-visible {
  outline: 3px solid var(--bp-accent);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .bp-shell { width: min(100% - 24px, 1000px); margin-top: 24px; }
  .bp-hero { grid-template-columns: 1.08fr .92fr; min-height: 510px; }
  .bp-hero-copy { padding: 46px 34px 160px; }
  .bp-hero-art { min-height: 510px; }
  .bp-player-panel { left: 22px; width: min(650px, calc(64% - 30px)); }
  .bp-track-header { align-items: flex-end; padding-inline: 22px; }
  .bp-track, .bp-lane-legend { padding-inline: 22px; }
}

@media (max-width: 768px) {
  .bp-shell { width: calc(100% - 20px); margin-bottom: 54px; }
  .bp-hero { grid-template-columns: 1fr; min-height: auto; }
  .bp-hero-copy { padding: 34px 26px 18px; }
  .bp-hero-copy h2 { font-size: clamp(48px, 13vw, 72px); }
  .bp-hero-art { min-height: 390px; }
  .bp-hero-art img { width: min(74vw, 350px); }
  .bp-art-halo { width: min(78vw, 390px); }
  .bp-headline { right: 20px; bottom: 16px; left: 20px; }
  .bp-player-panel {
    position: relative;
    bottom: auto;
    left: auto;
    grid-column: 1;
    width: auto;
    margin: 0 20px 22px;
  }
  .bp-track-header { align-items: flex-start; flex-direction: column; }
  .bp-track-tools { justify-content: flex-start; }
  .bp-offers { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .bp-shell { width: calc(100% - 12px); margin-top: 12px; }
  .bp-hero { border-radius: 24px; }
  .bp-hero-copy { padding: 24px 18px 12px; }
  .bp-hero-topline { align-items: flex-start; }
  .bp-theme-toggle span:last-child { display: none; }
  .bp-tagline { font-size: 16px; }
  .bp-season-meta { display: grid; }
  .bp-hero-art { min-height: 320px; }
  .bp-headline strong { font-size: 15px; }
  .bp-player-panel { grid-template-columns: 74px 1fr; margin-inline: 12px; padding: 12px; }
  .bp-level-ring { width: 62px; }
  .bp-progress-copy { grid-template-columns: 1fr 1fr; }
  .bp-progress-copy div:last-child { display: none; }
  .bp-track-section { border-radius: 22px; }
  .bp-track-header { padding: 22px 16px 16px; }
  .bp-track-header h3 { font-size: 23px; }
  .bp-lane-legend { padding-inline: 16px; }
  .bp-track { padding: 0 16px 22px; }
  .bp-tier { width: 164px; min-width: 164px; }
  .bp-tier.is-milestone { width: 178px; min-width: 178px; }
  .bp-tier.is-final { width: 200px; min-width: 200px; }
  .bp-nav-button { display: none; }
  .bp-modal { padding: 24px 18px; border-radius: 20px; }
  .bp-modal-actions .bp-button { width: 100%; }
}

@media (prefers-reduced-motion: no-preference) {
  .bp-art-halo { animation: bp-halo 14s linear infinite; }
  .bp-reward { transition: transform .18s ease, border-color .18s ease; }
  .bp-reward:hover { z-index: 2; transform: translateY(-2px); border-color: color-mix(in srgb, var(--bp-secondary) 55%, var(--bp-line)); }
  .bp-button { transition: transform .18s ease, box-shadow .18s ease; }
  .bp-button:not(:disabled):hover { transform: translateY(-2px); }
}

@keyframes bp-halo { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .bp-shell *, .bp-shell *::before, .bp-shell *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

