/* Nested translations and currency spans must not receive receipt-card borders. */
.reward-receipt > span span { border:0; border-radius:0; padding:0; background:none; color:inherit; font-size:inherit; }
#stripe-checkout { display:flex; align-items:center; justify-content:space-between; gap:12px; text-align:start; }
#stripe-checkout > span { float:none; }
#stripe-checkout .checkout-amount { white-space:nowrap; flex-shrink:0; font-variant-numeric:tabular-nums; }
.daily-ready { text-align:center; }
.daily-ready-badge { display:inline-flex; align-items:center; gap:6px; color:#ffe6a3; background:#dcb96219; border:1px solid #e0bc6666; border-radius:30px; padding:6px 12px; font-size:12px; }
.daily-ready h2 { margin:12px 0 0; font-size:clamp(25px,6vw,34px); line-height:1.15; color:#fff0bd; }
.daily-treasure-stage { position:relative; isolation:isolate; width:min(240px,100%); height:186px; display:grid; place-items:center; margin:0 auto; }
.daily-treasure-stage::before { content:""; position:absolute; inset:5% -10%; z-index:-1; border-radius:50%; background:radial-gradient(ellipse,#e6bf6550 0%,#b585d72b 35%,transparent 70%); animation:daily-glow 3.5s ease-in-out infinite alternate; }
.daily-treasure-stage .chest-art { width:180px; height:170px; margin:0; object-fit:contain; filter:drop-shadow(0 7px 15px #bba45544); }
.daily-treasure-sparks { position:absolute; inset:10px; text-align:start; color:#ffe4a3; font-size:22px; text-shadow:173px 45px 0 #f5ce8b,18px 130px 0 #dcb777; pointer-events:none; animation:daily-spark 3s ease-in-out infinite alternate; }
.daily-ready .daily-ready-rewards { font-size:14px; color:#eee0b7; line-height:1.45; margin:0 0 16px; }
.daily-ready .streak-days { gap:6px; }
.daily-ready .streak-days .today { background:linear-gradient(140deg,#f1d58c,#bda35e); border-color:#f4dda1; color:#29382d; font-weight:700; box-shadow:0 0 14px #f3cf6533; }
.daily-reward-details { margin:12px 0 0; font-size:12px; color:#b7c5bb; }
.daily-reward-details summary { cursor:pointer; min-height:36px; padding:9px 0; }
.daily-reward-details p { text-align:start; font-size:12px; margin:8px 0; }
#modal-actions .daily-open-button { background:linear-gradient(115deg,#ffeba8,#ddbd6d 65%,#f2d98e); color:#243c31; border-color:#fff0c3; box-shadow:0 0 20px #e0bc6033,inset 0 1px #fff6d3; font-weight:700; }
.daily-open-button > span { float:none; }
@keyframes daily-glow { to { opacity:.65; transform:scale(.93); } }
@keyframes daily-spark { to { opacity:.4; } }
@media(prefers-reduced-motion:reduce) { .daily-treasure-stage::before,.daily-treasure-sparks { animation:none; } }
body.reduced-motion .daily-treasure-stage::before,body.reduced-motion .daily-treasure-sparks { animation:none; }
@media(max-height:650px) { .daily-treasure-stage { height:148px; } .daily-treasure-stage .chest-art { width:150px; height:142px; } .daily-treasure-sparks { text-shadow:155px 40px 0 #f5ce8b,18px 100px 0 #dcb777; } }
