/* MorFM Daily Reward Center — premium reward wheel */
.reward-wheel-page{
  --rw-bg:#020611;
  --rw-panel:#071126;
  --rw-panel-2:#0b1630;
  --rw-line:rgba(111,139,203,.24);
  --rw-line-purple:rgba(155,80,255,.42);
  --rw-text:#f8f9ff;
  --rw-muted:#9aa9c3;
  --rw-soft:#71819f;
  --rw-purple:#8b2cff;
  --rw-pink:#ff3f9f;
  --rw-blue:#2d70ff;
  --rw-cyan:#35d4ff;
  --rw-gold:#f5c34e;
  --rw-green:#36d399;
  position:relative;
  width:min(1480px,calc(100% - 34px));
  margin:18px auto 42px;
  color:var(--rw-text);
  font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
}
.reward-wheel-page,.reward-wheel-page *{box-sizing:border-box}
.reward-wheel-page button{font:inherit}
.reward-wheel-page:before{
  content:"";position:fixed;inset:64px 0 0;z-index:-3;pointer-events:none;
  background:
    radial-gradient(circle at 18% 12%,rgba(108,40,218,.16),transparent 28%),
    radial-gradient(circle at 84% 18%,rgba(24,92,225,.13),transparent 28%),
    linear-gradient(180deg,#020611 0%,#030817 42%,#020611 100%);
}

/* Hero */
.reward-wheel__hero{
  position:relative;min-height:270px;padding:38px 42px;overflow:hidden;
  border:1px solid rgba(116,92,224,.34);border-radius:24px;
  display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:30px;
  background:
    radial-gradient(circle at 72% 18%,rgba(255,56,168,.12),transparent 23%),
    radial-gradient(circle at 57% 100%,rgba(66,64,255,.28),transparent 42%),
    linear-gradient(110deg,#10113b 0%,#071126 48%,#09152f 73%,#26114a 100%);
  box-shadow:0 28px 78px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.04);
  isolation:isolate;
}
.reward-wheel__hero:before,.reward-wheel__hero:after{
  content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:-1
}
.reward-wheel__hero:before{width:720px;height:280px;right:7%;bottom:-192px;border:2px solid rgba(89,95,255,.35);box-shadow:0 0 100px rgba(65,66,255,.22);transform:rotate(-8deg)}
.reward-wheel__hero:after{width:640px;height:200px;right:-7%;bottom:-112px;background:linear-gradient(100deg,rgba(47,91,255,.22),rgba(140,44,255,.2),rgba(255,63,159,.17));transform:skewX(-18deg) rotate(-5deg);filter:blur(1px)}
.reward-wheel__hero-glow{position:absolute;border-radius:999px;filter:blur(64px);pointer-events:none;opacity:.6}
.reward-wheel__hero-glow--one{width:260px;height:260px;left:-100px;top:-115px;background:rgba(127,45,255,.24)}
.reward-wheel__hero-glow--two{width:330px;height:250px;right:8%;top:-160px;background:rgba(40,95,255,.18)}
.reward-wheel__hero-copy{position:relative;z-index:2;max-width:790px}
.reward-wheel__eyebrow{display:inline-flex;align-items:center;gap:10px;color:#cb8cff;font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}
.reward-wheel__eyebrow i{width:30px;height:2px;border-radius:2px;background:linear-gradient(90deg,#9b5cff,#ff4ba8);box-shadow:0 0 12px rgba(255,75,168,.5)}
.reward-wheel__hero h1{margin:15px 0 14px;color:#fff;font-size:clamp(40px,4.1vw,68px);line-height:.95;letter-spacing:-.055em;font-weight:950;text-shadow:0 12px 32px rgba(0,0,0,.42)}
.reward-wheel__hero h1 em{font-style:normal;background:linear-gradient(95deg,#b36aff,#f94aa8 54%,#ffd268);-webkit-background-clip:text;background-clip:text;color:transparent}
.reward-wheel__hero-copy>p{max-width:720px;margin:0;color:#b8c3d8;font-size:15px;line-height:1.7}
.reward-wheel__hero-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.reward-wheel__hero-chips span{min-height:36px;padding:0 13px;border:1px solid rgba(132,157,210,.28);border-radius:11px;display:inline-flex;align-items:center;color:#dce6f8;background:rgba(5,14,34,.52);font-size:12px;font-weight:760;backdrop-filter:blur(12px)}
.reward-wheel__hero-rarity{position:relative;z-index:2;width:270px;display:grid;grid-template-columns:1fr 1fr;gap:8px;align-self:center}
.reward-wheel__hero-rarity span{min-height:35px;padding:0 12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(4,12,29,.66);font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.reward-wheel__hero-rarity .common{color:#aebbd0}.reward-wheel__hero-rarity .uncommon{color:#5ee49a}.reward-wheel__hero-rarity .rare{color:#62b5ff}.reward-wheel__hero-rarity .epic{color:#d984ff}.reward-wheel__hero-rarity .legendary{grid-column:1/-1;color:#ffd768;border-color:rgba(245,195,78,.25);background:rgba(74,48,6,.26)}

/* shell & status */
.reward-wheel__shell{margin-top:16px}
.reward-wheel__status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.reward-wheel__status-grid article{min-height:112px;padding:18px 20px;border:1px solid var(--rw-line);border-radius:17px;background:linear-gradient(145deg,rgba(8,19,42,.94),rgba(5,13,30,.92));box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 14px 40px rgba(0,0,0,.18)}
.reward-wheel__status-grid article:nth-child(1){border-color:rgba(172,80,255,.34)}
.reward-wheel__status-grid article:nth-child(2){border-color:rgba(45,112,255,.32)}
.reward-wheel__status-grid article:nth-child(3){border-color:rgba(53,212,255,.28)}
.reward-wheel__status-grid article:nth-child(4){border-color:rgba(245,195,78,.3)}
.reward-wheel__status-grid span{display:block;color:#8494af;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.reward-wheel__status-grid strong{display:block;margin-top:7px;color:#fff;font-size:25px;line-height:1;font-weight:950;letter-spacing:-.04em}
.reward-wheel__status-grid small{display:block;margin-top:8px;color:#72829d;font-size:10px}

/* main */
.reward-wheel__main{display:grid;grid-template-columns:minmax(520px,1.15fr) minmax(360px,.85fr);gap:16px;margin-top:16px}
.reward-wheel__stage,.reward-wheel__control-panel{min-height:590px;border:1px solid var(--rw-line);border-radius:22px;background:linear-gradient(155deg,rgba(8,18,40,.95),rgba(4,12,29,.95));box-shadow:0 24px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.03)}
.reward-wheel__stage{position:relative;display:grid;place-items:center;overflow:hidden;isolation:isolate}
.reward-wheel__stage:before{content:"";position:absolute;width:660px;height:660px;border-radius:50%;background:radial-gradient(circle,rgba(116,48,250,.22),rgba(44,54,198,.08) 40%,transparent 68%);filter:blur(14px);z-index:-1}
.reward-wheel__stage-aura{position:absolute;width:530px;height:530px;border-radius:50%;border:1px solid rgba(120,87,255,.18);box-shadow:0 0 80px rgba(86,47,255,.14),inset 0 0 70px rgba(44,88,255,.08);pointer-events:none}
.reward-wheel__disc{--wheel-size:min(500px,78vw);position:relative;width:var(--wheel-size);height:var(--wheel-size);border-radius:50%;background:var(--wheel-gradient);border:12px solid #111d3a;box-shadow:0 0 0 2px rgba(142,100,255,.4),0 0 45px rgba(108,50,255,.24),0 28px 70px rgba(0,0,0,.42);transition:transform 4.2s cubic-bezier(.08,.66,.08,1);overflow:hidden}
.reward-wheel__disc:before{content:"";position:absolute;inset:0;border-radius:50%;background:repeating-conic-gradient(from -90deg,transparent 0 calc((360deg / 9) - .75deg),rgba(255,255,255,.24) calc((360deg / 9) - .75deg) calc(360deg / 9));mix-blend-mode:screen;opacity:.62;pointer-events:none}
.reward-wheel__disc:after{content:"";position:absolute;inset:8px;border-radius:50%;box-shadow:inset 0 0 50px rgba(4,7,18,.62),inset 0 0 0 1px rgba(255,255,255,.1);pointer-events:none}
.reward-wheel__disc-ring{position:absolute;inset:16px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:inset 0 0 28px rgba(255,255,255,.04)}
.reward-wheel__segment-label{position:absolute;left:50%;top:50%;width:76px;height:76px;margin:-38px 0 0 -38px;display:grid;place-items:center;transform:rotate(var(--angle)) translateY(calc(var(--wheel-size) * -.37));transform-origin:center;color:#fff;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.55);z-index:2}
.reward-wheel__segment-label span{transform:rotate(calc(0deg - var(--angle)));display:flex;flex-direction:column;align-items:center;line-height:1}
.reward-wheel__segment-label b{font-size:21px;font-weight:950}.reward-wheel__segment-label small{margin-top:4px;font-size:8px;font-weight:900;letter-spacing:.12em;opacity:.9}
.reward-wheel__segment-label.legendary span{color:#fff6bd;filter:drop-shadow(0 0 8px rgba(255,215,90,.55))}
.reward-wheel__hub{position:absolute;left:50%;top:50%;width:126px;height:126px;margin:-63px 0 0 -63px;border:9px solid #121d3d;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 36% 28%,#323d88 0%,#111a45 48%,#070d24 100%);box-shadow:0 0 0 2px rgba(151,106,255,.64),0 0 38px rgba(127,49,255,.42),inset 0 1px 0 rgba(255,255,255,.16);z-index:5}
.reward-wheel__hub span{color:#fff;font-size:18px;font-weight:950;letter-spacing:-.05em}.reward-wheel__hub span b{color:#d35cff}.reward-wheel__hub small{margin-top:3px;color:#8795b7;font-size:8px;font-weight:900;letter-spacing:.22em}
.reward-wheel__pointer{position:absolute;top:29px;left:50%;width:50px;height:65px;transform:translateX(-50%);z-index:10;filter:drop-shadow(0 8px 14px rgba(0,0,0,.45))}
.reward-wheel__pointer span{display:block;width:100%;height:100%;clip-path:polygon(50% 100%,0 17%,17% 0,83% 0,100% 17%);background:linear-gradient(180deg,#ff65bb,#ff326f 58%,#e11967);border-radius:10px;box-shadow:0 0 24px rgba(255,51,124,.55)}
.reward-wheel__disc.is-spinning{filter:saturate(1.08);box-shadow:0 0 0 2px rgba(174,112,255,.65),0 0 70px rgba(114,48,255,.4),0 28px 70px rgba(0,0,0,.42)}

/* control panel */
.reward-wheel__control-panel{padding:34px 34px 30px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.reward-wheel__control-panel:before{content:"";position:absolute;width:290px;height:290px;right:-120px;top:-100px;border-radius:50%;background:rgba(126,42,255,.16);filter:blur(64px)}
.reward-wheel__panel-topline{position:relative;display:flex;align-items:center;justify-content:space-between;gap:15px}
.reward-wheel__panel-kicker{color:#b77cff;font-size:10px;font-weight:900;letter-spacing:.18em}
.reward-wheel__sound-toggle{min-height:36px;padding:0 12px;border:1px solid rgba(124,149,199,.28);border-radius:10px;color:#d9e3f4;background:#0a1831;display:flex;align-items:center;gap:7px;cursor:pointer;font-size:10px;font-weight:800}
.reward-wheel__sound-toggle:hover{border-color:rgba(178,99,255,.55);background:#102041}.reward-wheel__sound-toggle.is-muted{opacity:.72}
.reward-wheel__control-panel h2{position:relative;margin:20px 0 12px;font-size:clamp(32px,3vw,48px);line-height:.98;letter-spacing:-.055em;color:#fff}
.reward-wheel__control-panel>p{position:relative;margin:0;color:#9eacc3;font-size:13px;line-height:1.7}
.reward-wheel__result{position:relative;min-height:102px;margin:24px 0 14px;padding:16px;border:1px solid rgba(104,135,193,.24);border-radius:15px;display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:center;background:rgba(6,15,33,.68)}
.reward-wheel__result-icon{width:50px;height:50px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(128,53,255,.28),rgba(46,84,210,.2));color:#e5c7ff;font-size:22px;box-shadow:inset 0 0 0 1px rgba(164,93,255,.18)}
.reward-wheel__result>div:last-child{min-width:0;display:flex;flex-direction:column}.reward-wheel__result small{color:#7f8fac;font-size:8px;font-weight:900;letter-spacing:.16em}.reward-wheel__result strong{margin-top:4px;color:#fff;font-size:14px}.reward-wheel__result span{margin-top:5px;color:#8191aa;font-size:10px}
.reward-wheel__result.is-win{border-color:rgba(51,211,153,.35);background:linear-gradient(135deg,rgba(11,73,67,.24),rgba(7,18,38,.8))}.reward-wheel__result.is-win .reward-wheel__result-icon{color:#8ff0c7;background:rgba(27,171,123,.16)}
.reward-wheel__result.legendary{border-color:rgba(245,195,78,.45);box-shadow:0 0 30px rgba(245,195,78,.08)}.reward-wheel__result.legendary .reward-wheel__result-icon{color:#ffe7a1;background:rgba(190,128,21,.18)}
.reward-wheel__result.is-error{border-color:rgba(255,65,111,.38)}
.reward-wheel__spin-btn{position:relative;min-height:58px;padding:0 20px;border:1px solid rgba(255,255,255,.14);border-radius:15px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:linear-gradient(110deg,#7128e6 0%,#b62de9 48%,#ff3f93 100%);box-shadow:0 16px 38px rgba(174,42,221,.26),inset 0 1px 0 rgba(255,255,255,.2);cursor:pointer;font-weight:900}
.reward-wheel__spin-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 46px rgba(202,48,231,.35)}.reward-wheel__spin-btn:disabled{cursor:not-allowed;filter:saturate(.45);opacity:.55;box-shadow:none}.reward-wheel__spin-btn b{font-size:22px}
.reward-wheel__secure-note{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;margin-top:15px;padding:12px 13px;border:1px solid rgba(71,175,146,.18);border-radius:12px;background:rgba(7,38,37,.22)}
.reward-wheel__secure-note>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:rgba(41,190,143,.12)}.reward-wheel__secure-note p{margin:0;display:flex;flex-direction:column}.reward-wheel__secure-note b{color:#c8f4e5;font-size:10px}.reward-wheel__secure-note small{margin-top:2px;color:#6e9d93;font-size:9px;line-height:1.45}

/* lower cards */
.reward-wheel__lower-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;margin-top:16px}
.reward-wheel__catalog-card,.reward-wheel__winners-card{padding:22px;border:1px solid var(--rw-line);border-radius:20px;background:linear-gradient(150deg,rgba(8,19,42,.95),rgba(5,13,30,.94));box-shadow:0 20px 60px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.025)}
.reward-wheel__catalog-card>header,.reward-wheel__winners-card>header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:17px}
.reward-wheel__catalog-card header span,.reward-wheel__winners-card header span{color:#a869ff;font-size:9px;font-weight:900;letter-spacing:.16em}.reward-wheel__catalog-card h2,.reward-wheel__winners-card h2{margin:4px 0 0;font-size:20px;letter-spacing:-.035em}.reward-wheel__catalog-card header>small{color:#72819d;font-size:9px}
.reward-wheel__winners-card header>i{width:9px;height:9px;border-radius:50%;background:#38d39f;box-shadow:0 0 14px rgba(56,211,159,.7)}
.reward-wheel__catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.reward-wheel__prize{min-height:76px;padding:12px;border:1px solid rgba(109,135,183,.18);border-radius:13px;display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;background:rgba(8,18,38,.72)}
.reward-wheel__prize-coin{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#3b2e0a,#846218);box-shadow:inset 0 0 0 1px rgba(255,215,82,.18);font-size:16px}.reward-wheel__prize>div:nth-child(2){min-width:0;display:flex;flex-direction:column}.reward-wheel__prize strong{font-size:11px}.reward-wheel__prize>small{color:#72839d;font-size:9px}.reward-wheel__rarity{margin-top:4px;font-size:8px;font-weight:850;text-transform:uppercase}.reward-wheel__rarity.common{color:#9ca9bc}.reward-wheel__rarity.uncommon{color:#53dc91}.reward-wheel__rarity.rare{color:#53a9ff}.reward-wheel__rarity.epic{color:#d575ff}.reward-wheel__rarity.legendary{color:#ffd05e}
.reward-wheel__prize.legendary{border-color:rgba(245,195,78,.28);background:linear-gradient(145deg,rgba(78,55,7,.22),rgba(8,18,38,.8))}.reward-wheel__prize.epic{border-color:rgba(193,77,255,.23)}
.reward-wheel__winners{display:grid;gap:7px}.reward-wheel__winner{min-height:58px;padding:8px 10px;border-bottom:1px solid rgba(100,124,165,.12);display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center}.reward-wheel__winner:last-child{border-bottom:0}.reward-wheel__winner-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#17335f,#782dcc);color:#fff;font-size:10px;font-weight:900}.reward-wheel__winner>div{min-width:0;display:flex;flex-direction:column}.reward-wheel__winner strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.reward-wheel__winner small{margin-top:3px;color:#7485a0;font-size:8px}.reward-wheel__winner>b{font-size:11px}.reward-wheel__winner>b.common{color:#a2aec1}.reward-wheel__winner>b.uncommon{color:#5be19a}.reward-wheel__winner>b.rare{color:#58adff}.reward-wheel__winner>b.epic{color:#d17aff}.reward-wheel__winner>b.legendary{color:#ffd365}.reward-wheel__winner-empty{padding:30px 10px;color:#74839e;text-align:center;font-size:11px}

/* reward broadcast */
.reward-wheel-broadcast{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;pointer-events:none;opacity:0;transition:opacity .25s ease}
.reward-wheel-broadcast.is-visible{pointer-events:auto;opacity:1}.reward-wheel-broadcast__backdrop{position:absolute;inset:0;background:rgba(1,5,14,.78);backdrop-filter:blur(14px)}
.reward-wheel-broadcast__beam{position:absolute;width:40vw;height:120vh;top:-10vh;background:linear-gradient(90deg,transparent,rgba(124,48,255,.18),transparent);filter:blur(18px)}.reward-wheel-broadcast__beam--one{left:9%;transform:rotate(22deg)}.reward-wheel-broadcast__beam--two{right:9%;transform:rotate(-22deg)}
.reward-wheel-broadcast__card{position:relative;width:min(520px,calc(100% - 32px));padding:34px 28px;border:1px solid rgba(152,100,255,.45);border-radius:24px;text-align:center;background:linear-gradient(145deg,#0b1633,#11123d 58%,#251047);box-shadow:0 40px 120px rgba(0,0,0,.58),0 0 70px rgba(126,47,255,.22);overflow:hidden}
.reward-wheel-broadcast__station{display:flex;align-items:center;justify-content:center;gap:12px}.reward-wheel-broadcast__station span{font-size:18px;font-weight:950}.reward-wheel-broadcast__station span b{color:#d35cff}.reward-wheel-broadcast__station i{color:#9aabc7;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.16em}
.reward-wheel-broadcast__wave{height:32px;margin:15px auto;display:flex;align-items:center;justify-content:center;gap:4px}.reward-wheel-broadcast__wave i{width:3px;height:9px;border-radius:4px;background:linear-gradient(#f044b5,#694dff);animation:rwWave .7s ease-in-out infinite alternate}.reward-wheel-broadcast__wave i:nth-child(2n){height:24px}.reward-wheel-broadcast__wave i:nth-child(3n){height:16px}
.reward-wheel-broadcast__rarity{display:inline-flex;padding:7px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#d4c1ff;background:rgba(124,53,255,.12);font-size:8px;font-weight:950;letter-spacing:.14em}.reward-wheel-broadcast__value{display:block;margin:14px 0 5px;font-size:64px;line-height:1;color:#fff;letter-spacing:-.06em;text-shadow:0 0 30px rgba(190,104,255,.35)}.reward-wheel-broadcast__card h3{margin:0;font-size:21px}.reward-wheel-broadcast__card p{margin:8px auto 0;max-width:390px;color:#9dabc1;font-size:11px;line-height:1.55}.reward-wheel-broadcast__onair{margin-top:20px;color:#9ca9bf;font-size:8px;font-weight:900;letter-spacing:.14em}.reward-wheel-broadcast__onair i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#ff3f73;box-shadow:0 0 10px rgba(255,63,115,.8)}
.broadcast--legendary .reward-wheel-broadcast__card{border-color:rgba(245,195,78,.55);box-shadow:0 40px 120px rgba(0,0,0,.58),0 0 80px rgba(245,195,78,.18)}.broadcast--legendary .reward-wheel-broadcast__rarity{color:#ffe49a;border-color:rgba(245,195,78,.3);background:rgba(114,77,8,.22)}

@keyframes rwWave{from{transform:scaleY(.55);opacity:.65}to{transform:scaleY(1.16);opacity:1}}

@media(max-width:1180px){
  .reward-wheel__hero{grid-template-columns:1fr}.reward-wheel__hero-rarity{width:100%;grid-template-columns:repeat(5,1fr)}.reward-wheel__hero-rarity .legendary{grid-column:auto}
  .reward-wheel__main{grid-template-columns:1fr}.reward-wheel__stage,.reward-wheel__control-panel{min-height:560px}.reward-wheel__control-panel{min-height:0}
  .reward-wheel__lower-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
  .reward-wheel-page{width:min(100% - 20px,1480px);margin-top:10px}.reward-wheel__hero{padding:28px 24px;border-radius:18px}.reward-wheel__hero h1{font-size:clamp(38px,10vw,58px)}.reward-wheel__hero-rarity{grid-template-columns:repeat(2,1fr)}.reward-wheel__hero-rarity .legendary{grid-column:1/-1}
  .reward-wheel__status-grid{grid-template-columns:1fr 1fr}.reward-wheel__stage{min-height:510px}.reward-wheel__disc{--wheel-size:min(430px,78vw)}.reward-wheel__stage-aura{width:460px;height:460px}.reward-wheel__pointer{top:22px}
  .reward-wheel__catalog{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .reward-wheel-page{width:calc(100% - 12px);margin-bottom:24px}.reward-wheel__hero{padding:23px 18px}.reward-wheel__hero-copy>p{font-size:12px}.reward-wheel__hero-chips{display:grid;grid-template-columns:1fr}.reward-wheel__hero-chips span{width:100%}
  .reward-wheel__status-grid{grid-template-columns:1fr 1fr;gap:8px}.reward-wheel__status-grid article{min-height:96px;padding:14px}.reward-wheel__status-grid strong{font-size:20px}
  .reward-wheel__stage{min-height:390px;border-radius:17px}.reward-wheel__disc{--wheel-size:min(315px,82vw);border-width:8px}.reward-wheel__hub{width:88px;height:88px;margin:-44px 0 0 -44px;border-width:6px}.reward-wheel__hub span{font-size:14px}.reward-wheel__segment-label{width:58px;height:58px;margin:-29px 0 0 -29px;transform:rotate(var(--angle)) translateY(calc(var(--wheel-size) * -.36))}.reward-wheel__segment-label b{font-size:14px}.reward-wheel__segment-label small{font-size:6px}.reward-wheel__pointer{width:38px;height:50px;top:18px}.reward-wheel__stage-aura{width:330px;height:330px}
  .reward-wheel__control-panel{padding:24px 18px}.reward-wheel__panel-topline{align-items:flex-start}.reward-wheel__control-panel h2{font-size:34px}.reward-wheel__result{grid-template-columns:42px 1fr;padding:13px}.reward-wheel__result-icon{width:40px;height:40px}
  .reward-wheel__catalog-card,.reward-wheel__winners-card{padding:16px}.reward-wheel__catalog{grid-template-columns:1fr}.reward-wheel__catalog-card>header,.reward-wheel__winners-card>header{align-items:flex-start}.reward-wheel__catalog-card header>small{display:none}
}
