/* ============ 积分商城（会员端真实兑换页） ============ */
.redeem-banner{ background:linear-gradient(135deg,#2a1d0e,#3a2913); color:#f3e6cf; border-radius:14px; padding:14px 16px; margin-top:10px; font-size:14px; line-height:1.5; }
.redeem-banner b{ color:var(--gold); font-size:20px; margin:0 2px; }
.redeem-banner a{ font-weight:700; }
.redeem-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:14px; }
.redeem-card{ background:var(--card); border-radius:14px; overflow:hidden; border:1px solid var(--line); display:flex; flex-direction:column; }
.redeem-thumb{ width:100%; height:112px; background:#f3ecdd; display:flex; align-items:center; justify-content:center; }
.redeem-thumb__emoji{ font-size:42px; }
.redeem-body{ padding:10px 12px 12px; display:flex; flex-direction:column; gap:4px; }
.redeem-title{ font-weight:700; font-size:15px; color:#1a1208; }
.redeem-desc{ font-size:12px; color:#8a7c63; min-height:16px; line-height:1.4; }
.redeem-foot{ display:flex; align-items:center; justify-content:space-between; margin-top:6px; gap:8px; }
.redeem-pts{ color:var(--gold); font-weight:800; font-size:14px; }
.redeem-card .btn.sm{ padding:7px 14px; font-size:13px; white-space:nowrap; }
.redeem-card .btn[disabled]{ opacity:.45; }
@media(max-width:360px){ .redeem-grid{ grid-template-columns:1fr; } }
