:root{--blue:#118cff;--cyan:#6eeaff;--pink:#ff2fb3;--hot:#ff5ad6;--navy:#050b36;--text:#f7fbff;--muted:#bcd7ff;--speed:1;font-family:Inter,system-ui,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;color:var(--text);background:radial-gradient(circle at 15% 5%,#ff2fb342,transparent 30%),radial-gradient(circle at 85% 8%,#118cff44,transparent 32%),linear-gradient(135deg,#02030c,#07103c 50%,#12001d);overflow-x:hidden}button,select,input{font:inherit}button{cursor:pointer}button:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid var(--cyan);outline-offset:3px}#fx{position:fixed;inset:0;width:100%;height:100%;pointer-events:none}.shell{position:relative;z-index:1;width:min(1200px,calc(100% - 20px));margin:10px auto 32px;padding:clamp(10px,2vw,22px);border:1px solid #6eeaff70;border-radius:30px;background:linear-gradient(145deg,#040823f2,#12062ae0);box-shadow:0 24px 80px #000c,inset 0 0 45px #118cff22}.banner{overflow:hidden;border-radius:24px;margin-bottom:16px;border:2px solid #ff2fb37a;box-shadow:0 0 30px #ff2fb399;background:#050014}.banner img{display:block;width:100%;height:clamp(150px,24vw,330px);object-fit:cover}.top,.stats,.controls{display:grid;gap:14px;align-items:center}.top{grid-template-columns:1fr auto auto}.brand{display:flex;gap:14px;align-items:center}.brand b{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;font-size:2rem;background:radial-gradient(circle at 30% 30%,#fff,var(--cyan),var(--blue));box-shadow:0 0 28px #118cff85}h1,h2,p{margin:0}h1{font-size:clamp(1.7rem,4vw,3.2rem);letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(90deg,#fff,var(--cyan),var(--hot),#fff);-webkit-background-clip:text;color:transparent;text-shadow:0 0 24px #ff2fb3b8}.jackpot,.stats>div{border:1px solid #6eeaff70;border-radius:20px;background:linear-gradient(180deg,#118cff38,#ff2fb31f),#0006;box-shadow:inset 0 0 18px #fff2,0 0 28px #118cff85}.jackpot{min-width:310px;padding:14px 20px;text-align:center;position:relative;overflow:hidden}.jackpot:before,.win:before{content:"";position:absolute;inset:-40%;background:conic-gradient(transparent,#ffffff59,transparent,#ff2fb366,transparent);animation:sweep calc(2.8s * var(--speed)) linear infinite}@keyframes sweep{to{transform:rotate(360deg)}}.jackpot>*,.win>*{position:relative;z-index:1}.jackpot span,.stats span,aside span,label span{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.13em;font-size:.72rem}.jackpot strong{display:block;color:#fff;font-size:clamp(2.1rem,4.6vw,3.8rem);line-height:1;text-shadow:0 0 8px #fff,0 0 22px var(--cyan),0 0 34px var(--hot);animation:pulse calc(1.1s * var(--speed)) ease-in-out infinite alternate}@keyframes pulse{to{transform:scale(1.035);filter:brightness(1.25)}}nav{display:flex;gap:8px}nav button,.small,button,label{border:1px solid #6eeaff99;color:var(--text);background:linear-gradient(180deg,#142a8a,#080b38 62%,#070421);box-shadow:0 8px 20px #0007,inset 0 1px #fff3;transition:.14s}nav button:hover,button:hover{transform:translateY(-2px);filter:brightness(1.18);box-shadow:0 0 28px #ff2fb394}nav button{width:44px;height:44px;border-radius:14px}.machine{position:relative;display:grid;grid-template-columns:94px 1fr 94px;gap:12px;margin:24px 0;padding:clamp(12px,2vw,22px);border:4px solid #ff2fb399;border-radius:32px;background:linear-gradient(90deg,#118cff38,transparent 12%,transparent 88%,#ff2fb338),linear-gradient(180deg,#07103c,#02030c 64%,#100027);box-shadow:inset 0 0 25px #6eeaff33,0 20px 55px #0009}.machine:before{content:"";position:absolute;inset:-12px;border-radius:40px;pointer-events:none;background:radial-gradient(circle,var(--cyan) 0 3px,transparent 5px) 0 0/42px 42px,radial-gradient(circle,var(--pink) 0 2px,transparent 5px) 21px 21px/42px 42px;opacity:.42;animation:lights calc(1.2s * var(--speed)) linear infinite}@keyframes lights{to{background-position:42px 0,63px 21px}}aside{position:relative;z-index:2;display:grid;place-items:center;gap:10px;align-content:center;border-radius:22px;background:#0006;border:1px solid #6eeaff57}aside button{width:40px;height:40px;border-radius:12px;font-size:1.2rem}aside strong{font-size:1.55rem;text-shadow:0 0 14px var(--cyan)}.window{position:relative;overflow:hidden;min-height:clamp(280px,45vw,430px);padding:clamp(8px,1.5vw,16px);border-radius:24px;background:linear-gradient(180deg,#ffffff2e,transparent 13%,transparent 87%,#ffffff21),radial-gradient(circle,#102a78,#04051c 72%);border:2px solid #6eeaff80;box-shadow:inset 0 0 70px #000d,0 0 28px #118cff85}.reels{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(6px,1vw,12px);height:100%}.reel{position:relative;display:grid;grid-template-rows:repeat(3,1fr);gap:clamp(6px,1vw,12px);overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#fff,#e9f7ff 50%,#fff);box-shadow:inset 0 10px 18px #ffffffe6,inset 0 -10px 18px #118cff1f,0 0 18px #6eeaff40;padding:6px}.reel:before,.reel:after{content:"";position:absolute;left:0;right:0;z-index:3;height:24%;pointer-events:none}.reel:before{top:0;background:linear-gradient(180deg,#ffffffe6,#fff0)}.reel:after{bottom:0;background:linear-gradient(0deg,#ffffffe6,#fff0)}.strip{display:grid;grid-template-rows:repeat(9,1fr);gap:clamp(6px,1vw,12px);grid-row:1/-1}.reel.spinning .strip{animation:reelspin calc(.34s * var(--speed)) linear infinite}@keyframes reelspin{from{transform:translateY(-66.666%)}to{transform:translateY(0)}}.symbol{position:relative;display:grid;place-items:center;min-height:82px;border-radius:clamp(14px,2vw,22px);background:radial-gradient(circle at 42% 28%,#fff,#eff9ffe6 42%,#b8e2ff6b),linear-gradient(145deg,#fff,#c7e8ffa6);border:2px solid #118cff38;box-shadow:inset 0 0 20px #ffffffb8,0 4px 14px #0003;overflow:hidden}.symbol img{width:min(76%,104px);height:min(76%,104px);object-fit:contain;filter:drop-shadow(0 0 7px #0007)}.symbol:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0 40%,#ffffff8c,transparent 60% 100%);transform:translateX(-130%)}.symbol.win{border-color:var(--hot);animation:winpulse calc(.7s * var(--speed)) ease-in-out infinite alternate}.symbol.win:after{animation:shine calc(1.1s * var(--speed)) ease-in-out infinite}@keyframes winpulse{to{transform:scale(1.055);box-shadow:0 0 38px #ff2fb3fa}}@keyframes shine{to{transform:translateX(130%)}}#overlay{position:absolute;inset:0;z-index:4;pointer-events:none}.line{position:absolute;height:6px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--cyan),var(--hot),#fff,var(--cyan),transparent);box-shadow:0 0 22px #ff2fb3e6;transform-origin:left center;animation:flash calc(1.1s * var(--speed)) ease-in-out infinite}@keyframes flash{50%{opacity:.45;filter:brightness(1.6)}}.stats{grid-template-columns:1fr 1fr 1.35fr}.stats>div{padding:14px;text-align:center;position:relative;overflow:hidden}.stats strong{display:block;margin-top:4px;color:#fff;font-size:clamp(1.35rem,3vw,2.1rem);text-shadow:0 0 16px var(--cyan)}.win{border-color:#ff2fb3b8!important;box-shadow:0 0 28px #ff2fb394!important}.win strong{font-size:clamp(2.4rem,5.4vw,4.4rem);line-height:1;text-shadow:0 0 7px #fff,0 0 22px var(--hot),0 0 40px var(--cyan);animation:pulse calc(.9s * var(--speed)) ease-in-out infinite alternate}.controls{grid-template-columns:1.35fr 1fr 150px 1fr 1.2fr;margin-top:18px}.betpair{display:grid;grid-template-columns:1fr 1fr;gap:8px}.controls button,.controls label{min-height:56px;border-radius:18px;text-transform:uppercase;letter-spacing:.06em;font-weight:900}.controls label{display:grid;place-items:center;gap:4px;padding:6px;background:#0005}.controls select{width:100%;color:var(--text);background:#07103c;border:1px solid #ff2fb38c;border-radius:10px;padding:6px}#spin{min-height:96px;border-radius:50%;background:radial-gradient(circle at 35% 25%,#fff,var(--cyan) 28%,var(--blue) 50%,var(--hot) 78%,#610047);font-size:1.35rem;text-shadow:0 0 10px #000b;box-shadow:0 0 30px #ff2fb3b3,inset 0 -8px 16px #0006}#turbo.active{background:linear-gradient(180deg,#b71586,#37004d);box-shadow:0 0 28px #ff2fb394}.paytable{margin-top:22px;padding:18px;border-radius:22px;background:#0005;border:1px solid #6eeaff47}.paytable h2{text-shadow:0 0 16px var(--hot)}#paytable{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px}.payitem{display:grid;grid-template-columns:44px 1fr;gap:8px;align-items:center;padding:8px;border-radius:14px;background:#fff1;border:1px solid #6eeaff2e}.payitem img{width:44px;height:44px}dialog{max-width:min(560px,calc(100% - 24px));color:var(--text);background:#07103c;border:1px solid var(--pink);border-radius:22px;box-shadow:0 0 28px #ff2fb394}dialog::backdrop{background:#000c}dialog form{display:grid;gap:16px;min-width:min(460px,86vw)}.hist{padding:10px;border-radius:12px;background:#fff1;color:var(--muted);margin:8px 0}.coin{position:fixed;z-index:999;pointer-events:none;width:18px;height:18px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff8c8,#f8cb62,#a86600);box-shadow:0 0 12px #f8cb62e6;animation:coinfly .9s ease-out forwards}@keyframes coinfly{to{transform:translate(var(--tx),var(--ty)) rotate(600deg) scale(.35);opacity:0}}.big{animation:big .9s ease-in-out 3}@keyframes big{50%{filter:brightness(1.8) saturate(1.5)}}@media(max-width:900px){.top{grid-template-columns:1fr}.jackpot{width:100%;min-width:0}.machine{grid-template-columns:1fr}aside{grid-auto-flow:column;min-height:70px}.controls{grid-template-columns:repeat(2,1fr)}.betpair,#spin{grid-column:1/-1}.stats{grid-template-columns:1fr}}@media(max-width:560px){.shell{width:min(100% - 10px,1200px);border-radius:20px}.banner img{height:135px}.window{min-height:310px}.reels,.strip{gap:4px}.reel{padding:4px}.symbol{min-height:92px;border-radius:12px}.controls{grid-template-columns:1fr}h1{font-size:1.55rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important}}

/* Requested update: half-height dark reel window, bigger attached icons, no boxes around icons. */
.window{
  min-height:clamp(118px,16vw,178px)!important;
  height:clamp(118px,16vw,178px)!important;
  padding:6px!important;
  background:linear-gradient(180deg,#05060d,#121428 48%,#04050b)!important;
  border:2px solid #29314a!important;
  box-shadow:inset 0 0 32px #000, inset 0 10px 28px #ffffff13, 0 0 28px #ff2fb366!important;
}
.reels{gap:6px!important;height:100%!important;}
.reel{
  display:block!important;
  gap:0!important;
  padding:2px!important;
  border-radius:12px!important;
  background:linear-gradient(90deg,#050506 0%,#181b24 12%,#070811 28%,#242837 50%,#070811 72%,#171a22 88%,#030304 100%)!important;
  box-shadow:inset 9px 0 16px #000,inset -9px 0 16px #000,inset 0 10px 18px #ffffff14,inset 0 -10px 22px #000,0 0 18px #118cff33!important;
}
.reel:before{height:27%!important;background:linear-gradient(180deg,#000d,#ffffff16,#0000)!important;}
.reel:after{height:31%!important;background:linear-gradient(0deg,#000e,#ffffff10,#0000)!important;}
.strip{
  display:grid!important;
  grid-template-rows:repeat(9,1fr)!important;
  gap:0!important;
  height:100%!important;
}
.reel.spinning .strip{animation:reelspin calc(.18s * var(--speed)) linear infinite!important;filter:blur(.55px)!important;}
.symbol{
  min-height:0!important;
  height:auto!important;
  border-radius:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.symbol:after{display:none!important;}
.symbol img{
  width:min(118%,112px)!important;
  height:min(118%,112px)!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  filter:drop-shadow(0 0 8px #ffd766cc) drop-shadow(0 3px 4px #000)!important;
  transform:scale(1.18)!important;
}
.symbol.win img{filter:drop-shadow(0 0 12px #fff) drop-shadow(0 0 20px #ff2fb3)!important;}
#paytable img,.payitem img{width:58px!important;height:58px!important;object-fit:contain!important;filter:drop-shadow(0 0 8px #ffd76699)!important;}
.payitem{grid-template-columns:62px 1fr!important;}
@media(max-width:560px){.window{min-height:118px!important;height:118px!important}.symbol img{width:126%!important;height:126%!important;transform:scale(1.24)!important}.reels{gap:3px!important}}



/* Keep the actual reels filling the forced play window */
html body .game-shell .machine .reel-window .reels,
.reel-window .reels {
  height: 100% !important;
}

/* Make each visible reel row divide evenly inside the 500px play window */
html body .game-shell .machine .reel-window .reel-strip,
.reel-window .reel-strip {
  grid-auto-rows: calc((500px - 16px) / 3) !important;
}

/* Keep symbols large inside the taller fixed play window */
html body .game-shell .machine .reel-window .symbol img,
.reel-window .symbol img {
  width: min(82%, 138px) !important;
  height: min(82%, 138px) !important;
}

/* Mobile still stays 500px as requested */
@media (max-width: 560px) {
  html body .game-shell .machine .reel-window,
  .reel-window {
    min-height: 500px !important;
    height: 500px !important;
    max-height: 500px !important;
  }
}




/* Make the reel grid fill the enlarged play area */
html body main.shell section.machine section.window .reels,
html body .shell .machine .window .reels,
.machine .window .reels,
.window .reels,
#reels {
  height: 100% !important;
  min-height: 100% !important;
}

/* Make each reel fill the full 720px window */
html body .window .reel,
.window .reel,
#reels .reel {
  height: 100% !important;
  min-height: 100% !important;
}

/* Make the 3 visible symbol rows divide evenly inside the enlarged wheel area */
html body .window .reel,
.window .reel {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

/* Current build uses .strip for the moving reel strip */
html body .window .strip,
.window .strip,
#reels .strip {
  height: 100% !important;
  min-height: 100% !important;
  grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
}

/* Bigger symbols inside the bigger play area */
html body .window .symbol,
.window .symbol,
#reels .symbol {
  min-height: 0 !important;
  height: auto !important;
  border-radius: 22px !important;
}

/* Bigger attached icon graphics */
html body .window .symbol img,
.window .symbol img,
#reels .symbol img {
  width: min(92%, 190px) !important;
  height: min(92%, 190px) !important;
  max-width: 190px !important;
  max-height: 190px !important;
}

/* Keep the dark no-box icon look if the previous build added it */
.window .symbol {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.window .symbol::after {
  display: none !important;
}

/* Tablet/mobile: still much larger, but not taller than most phone screens */
@media (max-width: 900px) {
  html body main.shell section.machine section.window,
  html body .shell .machine .window,
  .machine .window,
  .window {
    min-height: 620px !important;
    height: 620px !important;
  }

  html body .window .symbol img,
  .window .symbol img,
  #reels .symbol img {
    width: min(94%, 160px) !important;
    height: min(94%, 160px) !important;
    max-width: 160px !important;
    max-height: 160px !important;
  }
}

@media (max-width: 560px) {
  html body main.shell section.machine section.window,
  html body .shell .machine .window,
  .machine .window,
  .window {
    min-height: 560px !important;
    height: 560px !important;
  }

  html body .window .symbol img,
  .window .symbol img,
  #reels .symbol img {
    width: min(96%, 125px) !important;
    height: min(96%, 125px) !important;
    max-width: 125px !important;
    max-height: 125px !important;
  }
}



/* Latest update: 25% smaller than the 720px big-area build and exactly 5 visible horizontal rows */
html body main.shell section.machine section.window,
html body .shell .machine .window,
.machine .window,
.window,
.reel-window {
  min-height: 540px !important;
  height: 540px !important;
  max-height: 540px !important;
  overflow: hidden !important;
  display: block !important;
}

/* Keep the reel grid filling the 540px play area */
html body main.shell section.machine section.window .reels,
html body .shell .machine .window .reels,
.machine .window .reels,
.window .reels,
.reel-window .reels,
#reels {
  height: 100% !important;
  min-height: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

/* Each reel column fills the full area */
html body .window .reel,
.window .reel,
.reel-window .reel,
#reels .reel {
  height: 100% !important;
  min-height: 100% !important;
  display: grid !important;
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  gap: 4px !important;
  overflow: hidden !important;
}

/* Moving strip: 5 visible rows, extra rows for scrolling continuity */
html body .window .strip,
.window .strip,
#reels .strip,
html body .window .reel-strip,
.window .reel-strip,
#reels .reel-strip {
  height: 100% !important;
  min-height: 100% !important;
  display: grid !important;
  grid-template-rows: repeat(15, calc((540px - 20px) / 5)) !important;
  grid-auto-rows: calc((540px - 20px) / 5) !important;
  gap: 4px !important;
}

/* Symbol boxes/positions sized for 5 visible horizontal rows */
html body .window .symbol,
.window .symbol,
.reel-window .symbol,
#reels .symbol {
  min-height: 0 !important;
  height: calc((540px - 20px) / 5) !important;
  display: grid !important;
  place-items: center !important;
  padding: 4px !important;
  border-radius: 16px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Resize icons so each fits its position properly */
html body .window .symbol img,
.window .symbol img,
.reel-window .symbol img,
#reels .symbol img {
  width: min(94%, 98px) !important;
  height: min(94%, 98px) !important;
  max-width: 98px !important;
  max-height: 98px !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 0 7px rgba(255, 255, 255, 0.55))
    drop-shadow(0 0 12px rgba(255, 47, 179, 0.7))
    drop-shadow(0 4px 4px rgba(0, 0, 0, 0.65)) !important;
}

.window .symbol::after,
.reel-window .symbol::after {
  display: none !important;
}

/* Tablet: still 25% smaller proportionally */
@media (max-width: 900px) {
  html body main.shell section.machine section.window,
  html body .shell .machine .window,
  .machine .window,
  .window,
  .reel-window {
    min-height: 465px !important;
    height: 465px !important;
    max-height: 465px !important;
  }

  html body .window .strip,
  .window .strip,
  #reels .strip,
  html body .window .reel-strip,
  .window .reel-strip,
  #reels .reel-strip {
    grid-template-rows: repeat(15, calc((465px - 20px) / 5)) !important;
    grid-auto-rows: calc((465px - 20px) / 5) !important;
  }

  html body .window .symbol,
  .window .symbol,
  .reel-window .symbol,
  #reels .symbol {
    height: calc((465px - 20px) / 5) !important;
  }

  html body .window .symbol img,
  .window .symbol img,
  .reel-window .symbol img,
  #reels .symbol img {
    width: min(94%, 86px) !important;
    height: min(94%, 86px) !important;
    max-width: 86px !important;
    max-height: 86px !important;
  }
}

/* Mobile: compact but still 5 rows */
@media (max-width: 560px) {
  html body main.shell section.machine section.window,
  html body .shell .machine .window,
  .machine .window,
  .window,
  .reel-window {
    min-height: 420px !important;
    height: 420px !important;
    max-height: 420px !important;
  }

  html body .window .strip,
  .window .strip,
  #reels .strip,
  html body .window .reel-strip,
  .window .reel-strip,
  #reels .reel-strip {
    grid-template-rows: repeat(15, calc((420px - 16px) / 5)) !important;
    grid-auto-rows: calc((420px - 16px) / 5) !important;
    gap: 3px !important;
  }

  html body .window .reel,
  .window .reel,
  .reel-window .reel,
  #reels .reel {
    gap: 3px !important;
  }

  html body .window .symbol,
  .window .symbol,
  .reel-window .symbol,
  #reels .symbol {
    height: calc((420px - 16px) / 5) !important;
    padding: 2px !important;
  }

  html body .window .symbol img,
  .window .symbol img,
  .reel-window .symbol img,
  #reels .symbol img {
    width: min(96%, 72px) !important;
    height: min(96%, 72px) !important;
    max-width: 72px !important;
    max-height: 72px !important;
  }
}



/* Full upgrade: larger SPIN text, volume slider, 3D icons fill each symbol position, win burst, bottom info */
#spin{font-size:clamp(2.4rem,5vw,4.4rem)!important;font-weight:1000!important;letter-spacing:.08em!important;text-shadow:0 0 10px #fff,0 0 28px #ff2fb3,0 5px 10px #000!important;line-height:1!important}.volumeControl{min-height:56px;border-radius:18px;padding:8px 12px;display:grid;align-content:center;gap:6px;border:1px solid #ff2fb38c;background:#0006;box-shadow:0 0 18px #ff2fb33d,inset 0 1px #fff2}.volumeControl input,#volumeSettings{width:100%;accent-color:#ff5ad6}.window .symbol,#reels .symbol{padding:0!important;display:grid!important;place-items:center!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important}.window .symbol:after{display:none!important}.window .symbol img,#reels .symbol img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;transform:scale(1.2)!important;filter:drop-shadow(0 7px 7px #000e) drop-shadow(0 0 10px #fff9) drop-shadow(0 0 20px #ff2fb3cc)!important}.symbol.win{animation:megaSymbolWin .55s ease-in-out infinite alternate!important;filter:brightness(1.35) saturate(1.35)!important}@keyframes megaSymbolWin{from{transform:scale(1)}to{transform:scale(1.16)}}.line{height:8px!important;background:linear-gradient(90deg,transparent,#fff,#ff2fb3,#6eeaff,#fff,transparent)!important;box-shadow:0 0 18px #fff,0 0 34px #ff2fb3,0 0 52px #6eeaff!important}.winBurst{position:fixed;z-index:1000;pointer-events:none;left:50%;top:45%;transform:translate(-50%,-50%);padding:18px 34px;border-radius:999px;color:white;font-weight:1000;font-size:clamp(2rem,6vw,5rem);letter-spacing:.08em;text-transform:uppercase;background:radial-gradient(circle at 30% 20%,#fff,#ff2fb3 35%,#118cff 78%);text-shadow:0 0 12px #fff,0 0 34px #ff2fb3,0 6px 14px #000c;box-shadow:0 0 40px #ff2fb3,0 0 80px #6eeaffaa;animation:winBurstPop 1.35s ease-out forwards}@keyframes winBurstPop{0%{opacity:0;transform:translate(-50%,-50%) scale(.45) rotate(-5deg)}18%{opacity:1;transform:translate(-50%,-50%) scale(1.1) rotate(2deg)}70%{opacity:1;transform:translate(-50%,-58%) scale(1)}100%{opacity:0;transform:translate(-50%,-70%) scale(.9)}}.hotInfo{margin-top:26px;display:grid;grid-template-columns:1fr 1.2fr;gap:18px;align-items:stretch;padding:clamp(16px,3vw,28px);border-radius:28px;border:1px solid #ff2fb375;background:radial-gradient(circle at 18% 12%,#ff2fb33d,transparent 38%),radial-gradient(circle at 84% 0,#6eeaff38,transparent 36%),linear-gradient(145deg,#050720eb,#1b002ce0);box-shadow:0 20px 50px #0008,inset 0 0 28px #fff1}.hotText{display:grid;align-content:center;gap:12px}.hotText span{color:#6eeaff;text-transform:uppercase;font-weight:1000;letter-spacing:.18em;font-size:.78rem}.hotText h2{color:#fff;font-size:clamp(2rem,5vw,4.2rem);line-height:.95;text-shadow:0 0 22px #ff2fb3d9,0 0 36px #6eeaff7a}.hotText p{color:#d9e8ff;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.6}.hotGallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hotGallery img{width:100%;min-height:180px;height:100%;object-fit:cover;border-radius:22px;border:1px solid #6eeaff61;box-shadow:0 0 22px #ff2fb347;background:#050720}@media(max-width:900px){.hotInfo{grid-template-columns:1fr}.hotGallery{grid-template-columns:1fr}.hotGallery img{min-height:220px}}@media(max-width:560px){#spin{font-size:2.6rem!important}}



/* Latest update: faster spin, icons half-size, SPIN text fits the button */
.reel.spinning .strip,
.reel.spinning .reel-strip,
.window .reel.spinning .strip,
.window .reel.spinning .reel-strip {
  animation-duration: calc(0.10s * var(--speed)) !important;
}

.spin-btn,
#spinBtn {
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.spin-btn span,
#spinBtn span {
  font-size: clamp(1.55rem, 3.2vw, 2.45rem) !important;
  line-height: 1 !important;
  max-width: 92% !important;
  white-space: nowrap !important;
  transform: none !important;
  letter-spacing: 0.04em !important;
}

/* Icons reduced by half from the oversized build and centered inside each slot position */
.window .symbol img,
.reel-window .symbol img,
#reels .symbol img {
  width: 50% !important;
  height: 50% !important;
  max-width: 70px !important;
  max-height: 70px !important;
  object-fit: contain !important;
  transform: none !important;
  transform-origin: center !important;
  filter:
    drop-shadow(0 3px 4px rgba(0,0,0,.85))
    drop-shadow(0 0 7px rgba(255,255,255,.65))
    drop-shadow(0 0 12px rgba(255,47,179,.7)) !important;
}

@media (max-width: 900px) {
  .window .symbol img,
  .reel-window .symbol img,
  #reels .symbol img {
    max-width: 58px !important;
    max-height: 58px !important;
  }
}

@media (max-width: 560px) {
  .spin-btn span,
  #spinBtn span {
    font-size: clamp(1.35rem, 8vw, 2rem) !important;
  }

  .window .symbol img,
  .reel-window .symbol img,
  #reels .symbol img {
    max-width: 46px !important;
    max-height: 46px !important;
  }
}

