/* Dashboard Rewards V1 - Premium Weekly Rewards UI, Economy Safe Milestones & Spin Style Upgrade */
.member-v2-weekly{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,#ffffff 0%,#f8fbff 46%,#fff7e7 100%)!important;
  border:1px solid #dfe9fb!important;
  box-shadow:0 18px 46px rgba(18,38,80,.08)!important;
}
.member-v2-weekly:before{
  content:'';position:absolute;inset:-90px auto auto -90px;width:210px;height:210px;border-radius:50%;
  background:radial-gradient(circle,rgba(79,70,229,.18),rgba(79,70,229,0) 70%);pointer-events:none;
}
.member-v2-weekly .member-v2-section-head h3:before{content:'🎡 ';}
.member-v2-weekly .member-v2-section-head p{color:#33425f!important;font-weight:800!important;}
.member-v2-weekly-grid{align-items:stretch!important;}
.member-v2-week-item,.member-v2-chest{
  position:relative!important;min-height:180px!important;padding:18px 14px!important;border-radius:18px!important;
  border:1px solid #dce8ff!important;background:linear-gradient(180deg,#fff,#f7fbff)!important;
  box-shadow:0 12px 30px rgba(18,38,80,.06)!important;overflow:hidden!important;
}
.member-v2-week-item:before,.member-v2-chest:before{
  content:'';position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,#1769ff,#8b3cf6,#ff9f1a);
}
.member-v2-week-item b{
  width:54px!important;height:54px!important;font-size:26px!important;background:linear-gradient(135deg,#eef6ff,#ffffff)!important;
  border:1px solid #dce8ff!important;box-shadow:0 10px 22px rgba(18,38,80,.08)!important;
}
.member-v2-week-item strong,.member-v2-chest strong{font-size:15px!important;line-height:1.15!important;color:#071633!important;min-height:38px!important;}
.member-v2-week-item small,.member-v2-chest small{font-size:13px!important;color:#44536d!important;font-weight:900!important;}
.member-v2-week-item i{height:10px!important;background:#e8eef8!important;margin:10px 0!important;}
.member-v2-week-item em{background:linear-gradient(90deg,#18b957,#ffcf33,#1769ff)!important;}
.member-v2-week-item span{
  min-height:58px!important;padding:9px 8px!important;border-radius:12px!important;border:1px solid #dce8ff!important;
  background:linear-gradient(180deg,#f7fbff,#eef6ff)!important;color:#0b63ff!important;font-size:12px!important;font-weight:950!important;line-height:1.18!important;
}
.member-v2-week-item:nth-child(3) span{color:#7c3aed!important;background:linear-gradient(180deg,#fbf7ff,#f1eaff)!important;border-color:#e7d7ff!important;}
.member-v2-week-item:nth-child(3):after{
  content:'Approval required';position:absolute;right:10px;top:12px;font-size:10px;font-weight:950;color:#7c3aed;background:#f3e8ff;border:1px solid #e7d7ff;border-radius:999px;padding:4px 7px;
}
.member-v2-chest{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:linear-gradient(145deg,#fff7e7,#fff,#f4f8ff)!important;}
.member-v2-chest b{font-size:58px!important;filter:drop-shadow(0 8px 18px rgba(255,160,0,.25));}
.member-v2-chest small{line-height:1.35!important;}
.member-v2-wheel{background:linear-gradient(180deg,#fff,#f8fbff)!important;}
.member-v2-wheel .wheel-art{border-color:#fff6d8!important;box-shadow:0 18px 46px rgba(60,70,230,.14),0 0 0 1px rgba(255,190,0,.25)!important;}
.member-v2-wheel .wheel-art a{background:#ffb000!important;color:#071633!important;box-shadow:0 0 0 8px #fff,0 10px 30px rgba(255,176,0,.22)!important;}
@media(max-width:1180px){.member-v2-weekly-grid{grid-template-columns:repeat(2,1fr)!important}.member-v2-chest{grid-column:1/-1!important;min-height:150px!important}}
@media(max-width:760px){
  .member-v2-weekly{padding:18px!important;border-radius:18px!important;margin-top:14px!important;}
  .member-v2-weekly-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .member-v2-week-item,.member-v2-chest{min-height:150px!important;display:grid!important;grid-template-columns:58px 1fr!important;grid-template-areas:'icon title' 'icon progress' 'reward reward'!important;text-align:left!important;align-items:center!important;gap:6px 12px!important;}
  .member-v2-week-item b{grid-area:icon!important;margin:auto!important;}
  .member-v2-week-item strong{grid-area:title!important;margin:0!important;min-height:auto!important;}
  .member-v2-week-item small{grid-area:progress!important;margin:0!important;}
  .member-v2-week-item i{grid-column:1/-1!important;margin:6px 0!important;}
  .member-v2-week-item span{grid-area:reward!important;min-height:auto!important;text-align:center!important;}
  .member-v2-chest{display:flex!important;text-align:center!important;}
}
