: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;
  }
}



/* Latest update: speaker popup volume, bigger icons, smaller SPIN word, faster spin */
.reel.spinning .strip,
.reel.spinning .reel-strip,
.window .reel.spinning .strip,
.window .reel.spinning .reel-strip {
  animation-duration: calc(0.065s * var(--speed)) !important;
}

.spin-btn span,
#spinBtn span {
  font-size: clamp(1.1rem, 2.2vw, 1.75rem) !important;
  line-height: 1 !important;
  max-width: 86% !important;
  white-space: nowrap !important;
  letter-spacing: 0.025em !important;
  transform: none !important;
}

/* Icons bigger than previous half-size version, but still contained */
.window .symbol img,
.reel-window .symbol img,
#reels .symbol img {
  width: 76% !important;
  height: 76% !important;
  max-width: 110px !important;
  max-height: 110px !important;
  object-fit: contain !important;
  transform: none !important;
  filter:
    drop-shadow(0 4px 5px rgba(0,0,0,.88))
    drop-shadow(0 0 8px rgba(255,255,255,.72))
    drop-shadow(0 0 15px rgba(255,47,179,.76)) !important;
}

.volume-control {
  display: none !important;
}

.volume-modal label {
  display: grid;
  gap: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.volume-modal input[type="range"] {
  width: min(420px, 78vw);
  accent-color: var(--hot-pink, #ff5ad6);
}

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

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

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


/* Mobile + volume button update */
.volume-control, #volumeDialog, .volume-modal { display: none !important; }

.volume-step-btn {
  font-size: 1.35rem !important;
  font-weight: 1000 !important;
  line-height: 1 !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(0.95rem, 1.75vw, 1.38rem) !important;
  line-height: 1 !important;
  max-width: 78% !important;
  white-space: nowrap !important;
  letter-spacing: 0.02em !important;
  transform: none !important;
}

.window .symbol img, .reel-window .symbol img, #reels .symbol img {
  width: 86% !important;
  height: 86% !important;
  max-width: 128px !important;
  max-height: 128px !important;
  object-fit: contain !important;
  transform: none !important;
}

.window .symbol[data-symbol="seven"] img,
.reel-window .symbol[data-symbol="seven"] img,
#reels .symbol[data-symbol="seven"] img {
  width: 98% !important;
  height: 98% !important;
  max-width: 148px !important;
  max-height: 148px !important;
}

html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.game-shell, .shell, .machine, .window, .reel-window, .controls, .status-board, .hot-info, .hot-info-gallery {
  max-width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 700px) {
  main.game-shell, main.shell, .game-shell, .shell {
    display: flex !important;
    flex-direction: column !important;
    overflow-x: hidden !important;
  }

  .hero-header { order: 1 !important; }
  .top-bar { order: 2 !important; }
  .machine { order: 3 !important; }
  .controls {
    order: 4 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 12px !important;
  }

  .spin-btn, #spinBtn {
    order: -10 !important;
    width: min(100%, 420px) !important;
    justify-self: center !important;
    min-height: 78px !important;
    border-radius: 24px !important;
  }

  .spin-btn span, #spinBtn span {
    font-size: clamp(1.05rem, 5vw, 1.48rem) !important;
    max-width: 82% !important;
  }

  .status-board { order: 5 !important; }
  .paytable { order: 6 !important; }
  .hot-info { order: 7 !important; }
  .bet-pair { grid-column: auto !important; }
  .auto-spin, .control-btn, .bet-pair, .bet-pair .control-btn { width: 100% !important; }
  .icon-controls { flex-wrap: wrap !important; justify-content: center !important; }
}

@media (max-width: 900px) {
  .hot-info {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: hidden !important;
  }

  .hot-info-gallery {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .hot-info-gallery img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    position: static !important;
  }
}

@media (max-width: 560px) {
  .window .symbol img, .reel-window .symbol img, #reels .symbol img {
    width: 92% !important;
    height: 92% !important;
    max-width: 86px !important;
    max-height: 86px !important;
  }

  .window .symbol[data-symbol="seven"] img,
  .reel-window .symbol[data-symbol="seven"] img,
  #reels .symbol[data-symbol="seven"] img {
    width: 100% !important;
    height: 100% !important;
    max-width: 98px !important;
    max-height: 98px !important;
  }

  .hot-info {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}




/* ========= REDO FIXES THAT MATCH THIS BUILD ========= */

/* top nav volume buttons beside speaker */
.top nav{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.top nav button{
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid rgba(110,234,255,.6);
  color:var(--text);
  background:linear-gradient(180deg,#142a8a,#080b38 62%,#070421);
  box-shadow:0 8px 20px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.18);
}
#volDown,#volUp{
  font-size:1.3rem;
  font-weight:900;
  line-height:1;
}

/* ensure the old bottom volume slider is hidden if still present anywhere */
.volumeControl{display:none !important;}

/* make icons bigger */
.symbol img{
  width:min(86%,118px) !important;
  height:min(86%,118px) !important;
  object-fit:contain;
}

/* make 777 icon a little bigger than the rest */
.symbol[data-symbol="seven"] img{
  width:min(96%,132px) !important;
  height:min(96%,132px) !important;
}

/* fit the word SPIN inside the button */
#spin{
  min-height:96px;
  display:grid;
  place-items:center;
  padding:0 12px;
  font-size:clamp(1rem,2vw,1.18rem) !important;
  letter-spacing:.03em;
  line-height:1;
  overflow:hidden;
  white-space:nowrap;
  text-align:center;
}

/* mobile layout: put SPIN directly below play area */
@media (max-width:700px){
  .shell{
    display:flex !important;
    flex-direction:column !important;
    overflow-x:hidden !important;
    width:min(100% - 10px,1200px) !important;
  }

  .banner{order:1}
  .top{order:2}
  .machine{order:3}
  .controls{order:4}
  .stats{order:5}
  .paytable{order:6}
  .hotInfo{order:7}

  .controls{
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
    margin-top:12px !important;
  }

  #spin{
    order:-10 !important;
    width:min(100%,420px) !important;
    justify-self:center !important;
    border-radius:24px !important;
    min-height:78px !important;
    font-size:clamp(1rem,4.5vw,1.22rem) !important;
  }

  .betpair{
    grid-template-columns:1fr 1fr !important;
    width:100% !important;
  }

  .controls > button,
  .controls > label,
  .controls > .betpair{
    width:100% !important;
  }

  .top{grid-template-columns:1fr !important;}
  .jackpot{min-width:0 !important; width:100% !important;}
}

/* fix mobile scrolling */
html,body{
  max-width:100%;
  overflow-x:hidden !important;
  -webkit-overflow-scrolling:touch;
}
.shell,.machine,.window,.reels,.controls,.stats,.hotInfo,.hotGallery{
  max-width:100%;
  min-width:0;
}

/* fix bottom images on iPhone/mobile */
@media (max-width:900px){
  .hotInfo{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
    overflow:hidden !important;
  }
  .hotGallery{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    width:100% !important;
  }
  .hotGallery img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:16/10 !important;
    object-fit:cover !important;
    position:static !important;
    min-height:0 !important;
    max-height:none !important;
  }
}

/* slightly larger icons on smaller screens too */
@media (max-width:560px){
  .symbol img{
    width:min(92%,88px) !important;
    height:min(92%,88px) !important;
  }
  .symbol[data-symbol="seven"] img{
    width:min(100%,98px) !important;
    height:min(100%,98px) !important;
  }
}


/* ========= FAVICON / PREVIEW / BANNER / MOBILE STATS UPDATE ========= */
.banner{position:relative!important}.bannerText{position:absolute;left:clamp(14px,4vw,46px);bottom:clamp(12px,3vw,34px);width:min(620px,calc(100% - 28px));padding:clamp(10px,2vw,18px) clamp(12px,2.6vw,24px);border-radius:22px;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.34),transparent);border-left:4px solid #ff2fb3;text-shadow:0 0 14px rgba(0,0,0,.95)}.bannerText h2{margin:0 0 6px;font-size:clamp(1.65rem,5vw,4.4rem);line-height:.92;letter-spacing:.07em;color:#fff;text-transform:uppercase;text-shadow:0 0 16px #ff2fb3,0 0 30px #6eeaff,0 6px 14px rgba(0,0,0,.85)}.bannerText p{margin:0;max-width:540px;color:#eaf6ff;font-weight:800;font-size:clamp(.84rem,1.5vw,1.1rem);line-height:1.35}
#spin{font-size:clamp(1.35rem,3.4vw,2.15rem)!important;line-height:1!important;letter-spacing:.045em!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;display:grid!important;place-items:center!important;padding:0 .35em!important}.mobileStats{display:none}
@media (max-width:700px){#spin{font-size:clamp(1.55rem,8vw,2.55rem)!important;min-height:86px!important;width:min(100%,440px)!important;justify-self:center!important}.mobileStats{order:-9!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin:0 0 4px!important}.mobileStats>div{position:relative;overflow:hidden;border:1px solid rgba(110,234,255,.62);border-radius:18px;padding:12px;text-align:center;background:linear-gradient(180deg,rgba(17,140,255,.22),rgba(255,47,179,.12)),rgba(0,0,0,.45);box-shadow:inset 0 0 18px rgba(255,255,255,.08),0 0 24px rgba(17,140,255,.34)}.mobileStats span{display:block;color:var(--muted,#bcd7ff);text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;font-weight:900}.mobileStats strong{display:block;color:#fff;margin-top:3px;font-size:clamp(1.35rem,8vw,2.25rem);text-shadow:0 0 14px #6eeaff}.mobileStats .mobileWin{border-color:rgba(255,47,179,.82);box-shadow:0 0 26px rgba(255,47,179,.52)}.mobileStats .mobileWin strong{font-size:clamp(2rem,11vw,3.2rem);text-shadow:0 0 8px #fff,0 0 22px #ff2fb3,0 0 34px #6eeaff}.stats{display:none!important}.controls{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.controls #spin{order:-10!important}.betpair{order:1!important}#max{order:2!important}#turbo{order:3!important}.controls label{order:4!important}.bannerText{left:10px;right:10px;bottom:10px;width:auto;padding:10px 12px;border-radius:16px}.bannerText h2{font-size:clamp(1.45rem,9vw,2.75rem)}.bannerText p{font-size:.82rem}}
@media (max-width:900px){.hotInfo,.hot-info{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;overflow:hidden!important}.hotGallery,.hot-info-gallery{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;width:100%!important;min-width:0!important}.hotGallery img,.hot-info-gallery img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/10!important;object-fit:cover!important;position:static!important;float:none!important;clear:both!important;min-height:0!important;max-height:none!important}}


/* Banner cleanup and centered mobile header controls */
.bannerText {
  display: none !important;
}

/* Keep desktop title on one line */
@media (min-width: 701px) {
  .brand {
    min-width: 0 !important;
    flex-wrap: nowrap !important;
  }

  .brand h1 {
    white-space: nowrap !important;
    font-size: clamp(1.35rem, 2.75vw, 3rem) !important;
    line-height: 1 !important;
    letter-spacing: .045em !important;
  }

  .top {
    grid-template-columns: minmax(300px, 1fr) auto auto !important;
  }
}

/* Center diamond, title, and all top control buttons on mobile */
@media (max-width: 700px) {
  .top {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .brand {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;
  }

  .brand b {
    margin-inline: auto !important;
  }

  .brand h1 {
    width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    font-size: clamp(1.7rem, 9vw, 2.8rem) !important;
    line-height: 1.02 !important;
  }

  .top nav {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin-inline: auto !important;
  }

  .top nav button {
    flex: 0 0 44px !important;
  }

  .jackpot {
    width: min(100%, 430px) !important;
    margin-inline: auto !important;
  }
}



/* =========================================================
   FINAL LAYOUT FIXES
   ========================================================= */

/* --- Play window: properly sized to show 5 visible icon rows --- */
.window{
  min-height: clamp(420px, 43vw, 560px) !important;
  height: clamp(420px, 43vw, 560px) !important;
  padding: 8px !important;
  overflow: hidden !important;
}

.reels{
  height: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0,1fr)) !important;
  gap: clamp(4px, .75vw, 8px) !important;
}

.reel{
  display: grid !important;
  grid-template-rows: repeat(5, minmax(0,1fr)) !important;
  gap: clamp(4px, .75vw, 8px) !important;
  height: 100% !important;
  padding: 4px !important;
  overflow: hidden !important;
}

.strip{
  display: grid !important;
  grid-template-rows: repeat(15, minmax(0,1fr)) !important;
  gap: clamp(4px, .75vw, 8px) !important;
  height: 100% !important;
}

.symbol{
  min-height: 0 !important;
  height: auto !important;
  display: grid !important;
  place-items: center !important;
}

.symbol img{
  width: min(82%, 108px) !important;
  height: min(82%, 108px) !important;
  object-fit: contain !important;
}

/* Slightly bigger Lucky 777 */
.symbol[data-symbol="seven"] img{
  width: min(90%, 124px) !important;
  height: min(90%, 124px) !important;
}

/* --- Desktop top title stays on one line --- */
@media (min-width: 701px){
  .top{
    grid-template-columns: minmax(270px, 1fr) auto auto !important;
    align-items: center !important;
  }

  .brand{
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
  }

  .brand h1{
    white-space: nowrap !important;
    line-height: 1 !important;
    font-size: clamp(1.25rem, 2.45vw, 2.65rem) !important;
    text-align: left !important;
  }
}

/* --- Mobile: center top logo/title + volume control section --- */
@media (max-width: 700px){
  .top{
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 14px !important;
  }

  .brand{
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
  }

  .brand b{
    margin: 0 auto !important;
  }

  .brand h1{
    text-align: center !important;
    width: 100% !important;
    white-space: normal !important;
    font-size: clamp(1.55rem, 8vw, 2.45rem) !important;
    line-height: 1.02 !important;
  }

  .top nav{
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 auto !important;
  }

  .top nav button{
    margin: 0 !important;
  }

  .jackpot{
    width: min(100%, 430px) !important;
    min-width: 0 !important;
    margin: 0 auto !important;
  }

  /* Mobile play window also correctly fits 5 rows */
  .window{
    min-height: 380px !important;
    height: 380px !important;
  }

  .symbol img{
    width: min(86%, 82px) !important;
    height: min(86%, 82px) !important;
  }

  .symbol[data-symbol="seven"] img{
    width: min(94%, 92px) !important;
    height: min(94%, 92px) !important;
  }
}

/* --- Smaller phones --- */
@media (max-width: 560px){
  .window{
    min-height: 350px !important;
    height: 350px !important;
    padding: 6px !important;
  }

  .reels,
  .reel,
  .strip{
    gap: 4px !important;
  }

  .reel{
    padding: 3px !important;
  }

  .symbol img{
    width: min(88%, 72px) !important;
    height: min(88%, 72px) !important;
  }

  .symbol[data-symbol="seven"] img{
    width: min(96%, 82px) !important;
    height: min(96%, 82px) !important;
  }
}

/* --- Bottom 3 boxes: center content and keep text fitting properly --- */
.hotGallery{
  align-items: stretch !important;
}

.hotGallery img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Center all descriptive text in bottom section */
.hotText,
.hotText h2,
.hotText p,
.hotText span{
  text-align: center !important;
}

.hotText{
  justify-items: center !important;
}

@media (max-width: 900px){
  .hotInfo{
    text-align: center !important;
    justify-items: center !important;
  }

  .hotText{
    width: 100% !important;
  }
}


/* =========================================================
   MOBILE BONUS / CENTERING / 5-ROW FIT / FOOTER CARD FIX
   ========================================================= */

/* Proper reel geometry: a 15-symbol strip is 3x the viewport,
   so exactly 5 rows remain visible at a time. */
.window{
  min-height:clamp(432px,44vw,572px)!important;
  height:clamp(432px,44vw,572px)!important;
  padding:8px!important;
  overflow:hidden!important;
}
.reels{
  height:100%!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:clamp(4px,.75vw,8px)!important;
}
.reel{
  display:block!important;
  height:100%!important;
  padding:4px!important;
  overflow:hidden!important;
}
.strip{
  display:grid!important;
  grid-template-rows:repeat(15,minmax(0,1fr))!important;
  gap:clamp(4px,.75vw,8px)!important;
  height:300%!important;
  min-height:300%!important;
}
.symbol{
  min-height:0!important;
  height:auto!important;
  display:grid!important;
  place-items:center!important;
}
.symbol img{
  width:min(82%,108px)!important;
  height:min(82%,108px)!important;
  object-fit:contain!important;
}
.symbol[data-symbol="seven"] img{
  width:min(91%,126px)!important;
  height:min(91%,126px)!important;
}

/* Desktop: slightly smaller title, always one line. */
@media (min-width:701px){
  .top{
    grid-template-columns:minmax(245px,1fr) auto auto!important;
  }
  .brand h1{
    white-space:nowrap!important;
    font-size:clamp(1.15rem,2.15vw,2.3rem)!important;
    line-height:1!important;
    letter-spacing:.04em!important;
  }
}

/* Mobile: larger centered title; all top controls centered below jackpot. */
@media (max-width:700px){
  .top{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
    gap:14px!important;
  }
  .brand{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:8px!important;
  }
  .brand b{margin:0 auto!important}
  .brand h1{
    width:100%!important;
    text-align:center!important;
    font-size:clamp(1.85rem,9.2vw,2.9rem)!important;
    line-height:1!important;
  }
  .jackpot{
    width:min(100%,430px)!important;
    margin:0 auto!important;
  }
  .top nav{
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    margin:0 auto!important;
  }
  .top nav button{margin:0!important}

  /* Center every game control below the jackpot. */
  .controls{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
  }
  .controls>button,
  .controls>.betpair,
  .controls>label,
  .mobileStats{
    width:min(100%,440px)!important;
    justify-self:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .betpair{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    justify-content:center!important;
    gap:10px!important;
  }
  .controls label{
    display:grid!important;
    justify-items:center!important;
    text-align:center!important;
    gap:7px!important;
    padding:10px!important;
  }
  .controls label span,
  .controls label select{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  #auto{
    width:min(100%,260px)!important;
    text-align:center!important;
    text-align-last:center!important;
  }

  /* Win, Credits, Total Bet, then Free Spins and Multiplier. */
  .mobileStats{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .mobileStats .mobileBonus{
    display:grid!important;
    place-items:center!important;
    text-align:center!important;
  }

  /* Hide the desktop right-side Free Spins / Multiplier block on mobile. */
  .machine>aside:last-child{
    display:none!important;
  }

  /* Slight extension for five clean mobile rows. */
  .window{
    min-height:392px!important;
    height:392px!important;
  }
  .symbol img{
    width:min(86%,84px)!important;
    height:min(86%,84px)!important;
  }
  .symbol[data-symbol="seven"] img{
    width:min(94%,94px)!important;
    height:min(94%,94px)!important;
  }
}

@media (max-width:560px){
  .window{
    min-height:362px!important;
    height:362px!important;
    padding:6px!important;
  }
  .reel{padding:3px!important}
  .reels,.strip{gap:4px!important}
}

/* Bottom three info cards: show the entire artwork and all text. */
.hotGallery{
  align-items:stretch!important;
}
.hotGallery img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:640/420!important;
  object-fit:contain!important;
  object-position:center!important;
  overflow:visible!important;
}
.hotText,
.hotText span,
.hotText h2,
.hotText p{
  text-align:center!important;
}



/* =========================================================
   FINAL MOBILE / DESKTOP FIXES
   ========================================================= */

/* Remove the old diamond icon/circle */
.brand b{
  display:none !important;
}

/* Extend top banner vertically and show the full banner */
.banner{
  display:grid !important;
  place-items:center !important;
  background:#050014 !important;
  padding:10px !important;
}
.banner img{
  width:100% !important;
  height:clamp(220px, 31vw, 430px) !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#050014 !important;
}

/* Extend the play area a few pixels and force 5 visible rows */
.window{
  min-height:clamp(440px, 45vw, 580px) !important;
  height:clamp(440px, 45vw, 580px) !important;
  overflow:hidden !important;
  padding:10px !important;
}
.reels{
  height:100% !important;
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:clamp(5px,.85vw,9px) !important;
}
.reel{
  height:100% !important;
  display:grid !important;
  grid-template-rows:repeat(5,minmax(0,1fr)) !important;
  gap:clamp(5px,.85vw,9px) !important;
  padding:4px !important;
  overflow:hidden !important;
}
.strip{
  height:100% !important;
  display:grid !important;
  grid-template-rows:repeat(15,minmax(0,1fr)) !important;
  gap:clamp(5px,.85vw,9px) !important;
}
.symbol{
  min-height:0 !important;
  display:grid !important;
  place-items:center !important;
}
.symbol img{
  width:min(84%, 112px) !important;
  height:min(84%, 112px) !important;
  object-fit:contain !important;
}
.symbol[data-symbol="seven"] img{
  width:min(92%, 126px) !important;
  height:min(92%, 126px) !important;
}

/* Desktop title a little smaller and forced to one line */
@media (min-width: 701px){
  .top{
    grid-template-columns:minmax(260px,1fr) auto auto !important;
    align-items:center !important;
  }
  .brand{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    min-width:0 !important;
  }
  .brand h1{
    white-space:nowrap !important;
    line-height:1 !important;
    font-size:clamp(1.18rem, 2.15vw, 2.35rem) !important;
    text-align:left !important;
  }

  /* Bottom 3 boxes: show the full art/text cleanly */
  .hotGallery{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:16px !important;
    align-items:stretch !important;
  }
  .hotGallery img{
    display:block !important;
    width:100% !important;
    height:260px !important;
    min-height:260px !important;
    object-fit:contain !important;
    object-position:center !important;
    padding:8px !important;
    background:#050720 !important;
    border-radius:22px !important;
  }
}

/* Mobile top title bigger, controls centered, bonus combined, side bonus removed */
@media (max-width: 700px){
  .top{
    display:grid !important;
    grid-template-columns:1fr !important;
    justify-items:center !important;
    align-items:center !important;
    text-align:center !important;
    gap:14px !important;
  }
  .brand{
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
  }
  .brand h1{
    width:100% !important;
    text-align:center !important;
    font-size:clamp(1.75rem, 8.8vw, 2.8rem) !important;
    line-height:1.02 !important;
  }

  .top nav{
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    margin:0 auto !important;
  }
  .jackpot{
    width:min(100%, 430px) !important;
    margin:0 auto !important;
  }

  /* Hide the side free spins/multiplier under play area on mobile */
  .machine > aside:last-child{
    display:none !important;
  }

  /* Slightly extend mobile play area too */
  .window{
    min-height:395px !important;
    height:395px !important;
    padding:8px !important;
  }
  .symbol img{
    width:min(86%, 84px) !important;
    height:min(86%, 84px) !important;
  }
  .symbol[data-symbol="seven"] img{
    width:min(94%, 94px) !important;
    height:min(94%, 94px) !important;
  }

  /* Center all buttons below the progressive jackpot area */
  .controls{
    display:grid !important;
    grid-template-columns:1fr !important;
    justify-items:center !important;
    gap:10px !important;
    width:100% !important;
  }
  .controls > button,
  .controls > label,
  .controls > .betpair,
  .controls select{
    width:min(100%, 440px) !important;
    margin-inline:auto !important;
  }
  .betpair{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }

  /* Keep spin first, then mobile stat cards */
  #spin{
    order:-10 !important;
  }
  .mobileStats{
    order:-9 !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
    margin:0 0 6px !important;
  }
  .mobileStats > div{
    text-align:center !important;
  }

  /* Center Auto Spin label and select */
  .controls label{
    display:grid !important;
    justify-items:center !important;
    text-align:center !important;
  }
  .controls label span{
    text-align:center !important;
    width:100% !important;
  }
  #auto{
    text-align:center !important;
  }

  /* Bottom info cards stack cleanly on mobile */
  .hotInfo{
    grid-template-columns:1fr !important;
  }
  .hotGallery{
    grid-template-columns:1fr !important;
    gap:14px !important;
    width:100% !important;
  }
  .hotGallery img{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    object-fit:contain !important;
    object-position:center !important;
    padding:8px !important;
    background:#050720 !important;
  }
}

/* Small phones */
@media (max-width: 560px){
  .banner img{
    height:clamp(210px, 52vw, 320px) !important;
  }
  .window{
    min-height:365px !important;
    height:365px !important;
  }
  .reels,
  .reel,
  .strip{
    gap:4px !important;
  }
  .symbol img{
    width:min(88%, 74px) !important;
    height:min(88%, 74px) !important;
  }
  .symbol[data-symbol="seven"] img{
    width:min(96%, 84px) !important;
    height:min(96%, 84px) !important;
  }
}

