.daily-wheel-page { color: #fff; padding-bottom: 35px; }
.daily-wheel-page .wheel-subtitle { margin: 5px 0 15px; color: #f1f1f1; }
.wheel-status { max-width: 650px; margin: 0 auto 12px; text-align: center; }
.wheel-status .streak-count { font-size: 22px; font-weight: bold; }
.wheel-status .bonus-note { color: #ffd76a; font-weight: bold; }
.wheel-shell {
  position: relative; width: min(86vw, 620px); height: min(86vw, 620px);
  margin: 22px auto 15px; border-radius: 50%; touch-action: manipulation;
}
.wheel-stage {
  position: absolute; inset: 0; border-radius: 50%; overflow: hidden;
  transform-origin: 50% 50%; will-change: transform;
  box-shadow: 0 0 0 9px #202434, 0 0 0 13px #8791aa, 0 12px 35px rgba(0,0,0,.65);
}
.bonus-wheel .wheel-stage {
  box-shadow: 0 0 0 8px #69420a, 0 0 0 14px #ffd86b, 0 0 30px 8px rgba(255,192,42,.55), 0 14px 38px rgba(0,0,0,.7);
}
#reward-wheel-canvas { display: block; width: 100%; height: 100%; }
.wheel-pointer {
  position: absolute; z-index: 5; left: 50%; top: -18px; transform: translateX(-50%);
  transform-origin: 0 -55px; will-change: transform;
  width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent;
  border-top: 68px solid #f4f5f7; filter: drop-shadow(0 3px 3px rgba(0,0,0,.75)); pointer-events: none;
}
.wheel-pointer-flick { animation: wheel-pointer-flick 125ms ease-out; }
@keyframes wheel-pointer-flick {
  0% { transform: translateX(-50%) rotate(0deg); }
  34% { transform: translateX(-50%) rotate(-11deg); }
  72% { transform: translateX(-50%) rotate(5deg); }
  100% { transform: translateX(-50%) rotate(0deg); }
}
.bonus-wheel .wheel-pointer { border-top-color: #ffe494; }
.wheel-hub {
  position: absolute; z-index: 4; left: 50%; top: 50%; width: 18%; height: 18%;
  transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #b8c3d8 18%, #3c455b 70%);
  border: 5px solid #202434; box-shadow: 0 3px 10px rgba(0,0,0,.75); pointer-events: none;
}
.bonus-wheel .wheel-hub { background: radial-gradient(circle at 35% 30%, #fff8ca, #ffc83e 25%, #7f4c06 72%); border-color: #ffe083; }
.wheel-actions { text-align: center; margin: 18px 0; }
.spin-wheel { min-width: 235px; font-size: 22px; font-weight: bold; padding: 12px 24px; }
.bonus-wheel-button { color: #3c2600; background: linear-gradient(#ffe99a,#e9a91f); border-color: #fff0ae; }
.wheel-help { max-width: 720px; margin: 18px auto; }
.wheel-help li { margin-bottom: 6px; }
.wheel-config-error { max-width: 650px; margin: 30px auto; padding: 18px; background: #7b2020; border: 1px solid #ff8a8a; text-align: center; }
.wheel-hover-popup {
  display: none; position: fixed; z-index: 1040; width: min(390px, 88vw); max-height: 72vh;
  overflow: auto; padding: 10px; background: rgba(20,23,31,.97); border: 2px solid #aeb9d0;
  border-radius: 7px; box-shadow: 0 8px 28px rgba(0,0,0,.7); pointer-events: none;
}
.wheel-popup-quantity { text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 8px; }
.wheel-popup-resource { max-width: 180px; max-height: 180px; }
.recent-spins { max-width: 650px; margin: 10px auto; text-align: center; }
.wheel-reward-list { max-width: 960px; margin: 35px auto 10px; }
.wheel-rewards-grid { display: flex; flex-wrap: wrap; align-items: stretch; }
.wheel-reward-column { display: flex; float: none; margin-bottom: 22px; }
.wheel-reward-tile {
  display: flex; flex: 1; flex-direction: column; justify-content: space-between;
  width: 100%; padding: 14px 8px 12px; overflow: hidden;
  background: rgba(10,24,48,.72); border: 1px solid rgba(190,211,241,.55); border-radius: 7px;
}
.wheel-reward-full-display { flex: 1; min-width: 0; text-align: center; }
.wheel-reward-full-display .weaponCard { display: inline-block; float: none; margin-left: auto; margin-right: auto; text-align: left; }
.wheel-reward-full-display .itemBox { max-width: 100%; margin-left: auto; margin-right: auto; text-align: left; }
.wheel-reward-chance {
  margin-top: 12px; padding-top: 9px; text-align: center; white-space: nowrap;
  color: #ffe083; border-top: 1px solid rgba(190,211,241,.35); font-size: 24px; font-weight: bold;
}
.wheel-reward-chance span { color: #fff; font-size: 15px; font-weight: normal; }
@media (max-width: 480px) {
  .wheel-shell { width: 92vw; height: 92vw; }
  .wheel-pointer { top: -11px; border-left-width: 18px; border-right-width: 18px; border-top-width: 52px; }
  .wheel-stage { box-shadow: 0 0 0 5px #202434, 0 0 0 8px #8791aa, 0 8px 24px rgba(0,0,0,.65); }
  .bonus-wheel .wheel-stage { box-shadow: 0 0 0 5px #69420a, 0 0 0 9px #ffd86b, 0 0 20px 5px rgba(255,192,42,.5); }
  .wheel-reward-column { padding-left: 5px; padding-right: 5px; margin-bottom: 10px; }
  .wheel-reward-tile { padding-left: 3px; padding-right: 3px; }
  .wheel-popup-resource { width: 100%; height: auto; }
  .wheel-reward-chance { font-size: 19px; }
  .wheel-reward-chance span { display: block; font-size: 13px; }
}
@media (max-width: 420px) {
  .wheel-reward-full-display .weaponCard { zoom: .82; }
}
@media (max-width: 350px) {
  .wheel-reward-full-display .weaponCard { zoom: .68; }
}
