/* TCGBros Collector Rewards */
.tcgcr-dashboard{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0}
.tcgcr-mini-card,.tcgcr-panel,.tcgcr-hero,.tcgcr-badge{background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.14);border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.25);color:#fff}
.tcgcr-mini-card{display:block;padding:22px;text-decoration:none!important}
.tcgcr-mini-card span,.tcgcr-panel span,.tcgcr-kicker{color:#ffe95d;text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:12px}
.tcgcr-mini-card strong{display:block;font-size:24px;margin:8px 0;color:#fff}
.tcgcr-mini-card small,.tcgcr-panel small,.tcgcr-hero p,.tcgcr-badge small{color:#cbd3ff}
.tcgcr-page{display:grid;gap:22px;max-width:100%}
.tcgcr-hero{padding:28px}
.tcgcr-hero h2{font-size:36px;margin:8px 0;color:#fff}
.tcgcr-progress{height:13px;background:rgba(255,255,255,.12);border-radius:999px;overflow:hidden;margin-top:20px}
.tcgcr-progress span{display:block;height:100%;background:linear-gradient(90deg,#ffe95d,#b16cff,#64d6ff);border-radius:999px}
.tcgcr-progress-meta{display:flex;justify-content:space-between;gap:16px;margin-top:12px;color:#fff}
.tcgcr-badges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.tcgcr-badge{padding:20px;position:relative;overflow:hidden;min-height:260px}
.tcgcr-badge.is-locked{filter:grayscale(1);opacity:.55}
.tcgcr-badge-icon{font-size:38px;width:68px;height:68px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:rgba(255,255,255,.08);overflow:hidden}
.tcgcr-badge-icon img{width:100%;height:100%;object-fit:contain}
.tcgcr-badge-icon span{font-size:38px}
.tcgcr-badge p{margin:12px 0 2px;color:#cbd3ff;font-weight:800}
.tcgcr-badge h3{margin:0 0 8px;color:#fff}
.tcgcr-badge small{display:flex;align-items:center;gap:8px;white-space:nowrap}
.tcgcr-price{display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap;background:rgba(255,255,255,.12);border-radius:999px;padding:9px 13px;color:#fff!important;font-weight:900!important;line-height:1!important;min-width:82px}
.tcgcr-badge > span{display:inline-flex;margin-top:14px;border-radius:999px;padding:7px 11px;background:rgba(255,233,93,.14);color:#ffe95d;font-weight:900}
.tcgcr-ref-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}
.tcgcr-panel{padding:24px}
.tcgcr-panel h3{color:#fff;margin-top:0}
.tcgcr-panel strong{display:block;font-size:34px;margin:10px 0;color:#fff}
.tcgcr-code{letter-spacing:.08em}
.tcgcr-panel input{width:100%;margin:12px 0;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.22);color:#fff}
.tcgcr-coupon-list{display:flex;flex-wrap:wrap;gap:10px}
.tcgcr-coupon-list code{padding:10px 14px;border-radius:999px;background:#ffe95d;color:#111;font-weight:900}
@media(max-width:900px){.tcgcr-dashboard,.tcgcr-ref-grid{grid-template-columns:1fr}.tcgcr-badges{grid-template-columns:repeat(2,minmax(0,1fr))}.tcgcr-hero h2{font-size:28px}}
@media(max-width:520px){.tcgcr-badges{grid-template-columns:1fr}.tcgcr-progress-meta{flex-direction:column}}
