/* Reuse the VIP modal and its horizontal tab strip. */
#vipDailyTab.hidden { display: none !important; }
#dailyPass { color: #e0e8f5; background: #10182a; border: 1px solid #425a80; border-radius: 12px; padding: 12px; font: 12px/1.5 'Courier New', monospace; min-width: 0; }
#dailyPass .dp-heading, #dailyPass .dp-summary { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
#dailyPass h3 { margin: 0; color: #ffe19a; font-size: 15px; }
#dailyPass button { font: inherit; color: #fff0c6; background: #64451d; border: 1px solid #c3914b; border-radius: 6px; padding: 7px 9px; min-height: 34px; cursor: pointer; }
#dailyPass button:disabled { cursor: default; opacity: .5; }
#dailyPass button:focus-visible, #dailyPass select:focus-visible { outline: 2px solid #8dccff; outline-offset: 2px; }
#dailyPass .dp-note { display: block; color: #b0c0d7; font-size: 11px; overflow-wrap: anywhere; }
#dailyPass .dp-history { display: grid; gap: 4px; margin: 10px 0; color: #bdcde3; }
#dailyPass select { width: 100%; min-width: 0; background: #1a2841; color: #f0f4ff; border: 1px solid #506684; border-radius: 5px; padding: 8px; font: inherit; }
#dailyPass .dp-error { display: grid; gap: 6px; margin: 10px 0; border: 1px solid #b5734d; border-radius: 6px; padding: 8px; background: #382820; color: #ffcfb2; }
#dailyPass .dp-tiers { display: grid; gap: 7px; margin-top: 10px; }
#dailyPass .dp-tier { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 9px; border: 1px solid #35445d; border-radius: 6px; background: #162035; overflow-wrap: anywhere; }
#dailyPass .dp-tier > .dp-note { max-width: 90px; }
#dailyPass .dp-reward { margin-top: 3px; font-size: 11px; color: #bdcde3; }
#dailyPass .dp-offer { margin: 12px 0; padding: 10px; border: 1px solid #a78543; border-radius: 6px; background: #28271e; }
#dailyPass .dp-offer > button { margin-top: 9px; }
#dailyPass .dp-owned-label { display: block; margin-top: 12px; color: #bdcde3; }
#dailyPass .dp-earned { border-color: #a78543; background: #28271e; }
#dailyPass .dp-claimed { border-color: #436958; opacity: .75; }
@media (max-width: 380px) {
  #dailyPass { padding: 8px; font-size: 11px; }
  #dailyPass .dp-tier { gap: 5px; padding: 7px; }
  #dailyPass button { padding: 6px; }
}
