/* Scoped to the seasonal panel; legacy rewards retain their existing controls. */
#bpLegacyPanel { display: flex; flex-direction: column; gap: 10px; }
#bpLegacyPanel.hidden { display: none; }
#vipTabBp .bp-legacy-label { margin-top: 14px; padding-top: 14px; border-top: 1px solid #39465e; color: #b3c4db; font-size: 12px; font-weight: bold; }
#battlePassV2 { color: #e0e8f5; background: #10182a; border: 1px solid #425a80; border-radius: 12px; padding: 12px; font: 12px/1.5 'Courier New', monospace; min-width: 0; }
#battlePassV2.hidden { display: none; }
#battlePassV2 .bp-v2-heading, #battlePassV2 .bp-v2-summary, #battlePassV2 .bp-v2-premium { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
#battlePassV2 h3 { font-size: 15px; color: #ffe19a; margin: 0; }
#battlePassV2 button { font: inherit; color: #fff0c6; background: #64451d; border: 1px solid #c3914b; border-radius: 6px; padding: 7px 9px; cursor: pointer; min-height: 34px; }
#battlePassV2 button:disabled { cursor: default; opacity: .5; }
#battlePassV2 button:focus-visible, #battlePassV2 select:focus-visible { outline: 2px solid #8dccff; outline-offset: 2px; }
#battlePassV2 .bp-v2-season { display: grid; gap: 4px; margin: 12px 0; color: #bdcde3; }
#battlePassV2 select { width: 100%; min-width: 0; background: #1a2841; color: #f0f4ff; border: 1px solid #506684; border-radius: 5px; padding: 8px; font: inherit; }
#battlePassV2 progress { display: block; width: 100%; height: 10px; margin: 7px 0; accent-color: #e2b858; }
#battlePassV2 .bp-v2-note { color: #b0c0d7; font-size: 11px; overflow-wrap: anywhere; }
#battlePassV2 .bp-v2-error { margin: 10px 0; border: 1px solid #b5734d; border-radius: 6px; padding: 8px; background: #382820; color: #ffcfb2; }
#battlePassV2 .bp-v2-premium { margin-top: 10px; color: #ffe19a; }
#battlePassV2 .bp-v2-tracks, #battlePassV2 .bp-v2-row { display: grid; grid-template-columns: 24px minmax(0, 1fr) minmax(0, 1fr); gap: 6px; }
#battlePassV2 .bp-v2-tracks { margin: 14px 0 7px; color: #ffe19a; }
#battlePassV2 .bp-v2-row { margin: 6px 0; align-items: stretch; }
#battlePassV2 .bp-v2-level { align-self: center; text-align: center; color: #b8cbe4; }
#battlePassV2 .bp-v2-cell { padding: 7px; border: 1px solid #35445d; border-radius: 6px; background: #162035; overflow-wrap: anywhere; display: flex; flex-direction: column; justify-content: space-between; gap: 7px; }
#battlePassV2 .bp-v2-earned { border-color: #a78543; background: #28271e; }
#battlePassV2 .bp-v2-claimed { border-color: #436958; color: #9eb7ad; }
@media (max-width: 380px) {
  #battlePassV2 { padding: 8px; font-size: 11px; }
  #battlePassV2 .bp-v2-tracks, #battlePassV2 .bp-v2-row { grid-template-columns: 20px minmax(0, 1fr) minmax(0, 1fr); gap: 4px; }
  #battlePassV2 .bp-v2-cell { padding: 5px; }
  #battlePassV2 button { padding: 6px; }
}
