
:root {
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  color: #fff;
  background: #101116;
  font-synthesis: none;
  --page-bg: #101116;
  --surface: #1d1d23;
  --primary: #ff345c;
  --primary-light: #ff7091;
  --primary-deep: #ba183c;
  --gold: #ffcc64;
  --gold-deep: #9e6321;
  --text: #ffffff;
  --muted: #a9a9b5;
  --danger: #ff6681;
  --radius: 24px;
  --shadow: 0 20px 70px #0009;
  --glow: 0 0 38px #ff345c80;
}

* { box-sizing: border-box; }
html { min-width: 320px; }
body { min-width: 320px; margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.page-shell { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse 70% 36% at 50% 51%, #4f172b 0%, #21131d 50%, transparent 100%), radial-gradient(circle at 50% 0%, #282029 0%, transparent 45%), var(--page-bg); }
.page-shell::before { content: ""; pointer-events: none; position: absolute; inset: 0; z-index: -1; opacity: .35; background-image: radial-gradient(#ff6688 1px, transparent 1px), radial-gradient(#ffcc64 1px, transparent 1px); background-size: 157px 143px, 269px 211px; background-position: 12px 36px, 76px 94px; mask-image: linear-gradient(to bottom, transparent 5%, black 45%, transparent 95%); }
.page-shell::after { content: ""; position: absolute; left: 50%; top: 46%; width: min(95vw, 960px); aspect-ratio: 1; transform: translate(-50%, -50%); border: 1px solid #ff577014; border-radius: 50%; box-shadow: 0 0 0 95px #ff577006, 0 0 0 190px #ff577004; pointer-events: none; z-index: -1; }
.ambient { position: absolute; width: 340px; height: 340px; border-radius: 50%; filter: blur(80px); background: #f0174f25; pointer-events: none; z-index: -1; }
.ambient-left { left: -160px; top: 32%; }.ambient-right { right: -160px; top: 10%; }
.site-header { width: min(100% - 48px, 1240px); margin: auto; height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #ffffff16; }
.header-side { min-width: 0; }.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.header-region { color: #b7b4be; font-size: 10px; font-weight: 800; letter-spacing: .17em; white-space: nowrap; }.region-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 8px var(--primary); vertical-align: 2px; margin-right: 6px; }
.brand-logo { width: 160px; height: 44px;}.brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.language-label { font-size: 11px; font-weight: 800; letter-spacing: .1em; color: #d9d8dc; }.sound-toggle { width: 36px; height: 36px; border-radius: 10px; border: 1px solid #ffffff33; background: #ffffff0b; color: #f7f7f8; display: grid; place-items: center; cursor: pointer; transition: background .2s, border-color .2s; }.sound-toggle:hover { background: #ffffff1b; border-color: #ffffff80; }.sound-toggle svg { width: 18px; height: 18px; }
.hero { min-height: calc(100svh - 126px); display: grid; place-items: center; padding: 17px 16px 20px; }.hero-inner { width: min(100%, 900px); text-align: center; position: relative; }.hero-kicker { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 0 0 10px; color: #ffadc0; font-size: 11px; letter-spacing: .24em; font-weight: 900; }.kicker-line { display: block; width: 25px; height: 1px; background: #e25170; }
.counter { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 4px 5px 4px 14px; border: 1px solid #f7889d7d; border-radius: 999px; background: linear-gradient(110deg, #42212c, #281c25); box-shadow: 0 4px 18px #ff345c29, inset 0 1px #ffffff21; font-size: 12px; letter-spacing: .15em; font-weight: 900; }.counter-spark { color: var(--gold); font-size: 16px; line-height: 1; }.counter strong { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; background: var(--primary); color: #fff; box-shadow: 0 0 18px #ff345c8c; font-size: 17px; letter-spacing: 0; }
h1 { max-width: 780px; margin: 12px auto 3px; font-size: clamp(30px, 5.1vw, 66px); line-height: .99; letter-spacing: -.055em; font-weight: 1000; font-style: italic; text-transform: uppercase; text-shadow: 0 3px 25px #0008; } h1 span { display: block; color: var(--primary); }.hero-subtitle { margin: 10px 0 1px; color: #cac3ca; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.game-area { position: relative; width: min(100%, 700px); margin: 5px auto 0; display: grid; place-items: center; }.game-area::before { content: ""; position: absolute; width: 80%; height: 50%; bottom: 3%; border-radius: 50%; background: #f6275791; filter: blur(72px); opacity: .65; z-index: -1; }.side-decoration { position: absolute; top: 47%; transform: translateY(-50%); width: 105px; display: flex; flex-direction: column; align-items: center; color: #fff6; }.side-decoration-left { left: 0; }.side-decoration-right { right: 0; }.side-decoration span { color: var(--primary); font-size: 18px; }.side-decoration b { font-size: 79px; font-weight: 950; font-style: italic; line-height: .95; color: #fff1; -webkit-text-stroke: 1px #ffb6c443; }.side-decoration small { color: #d0b5bf; font-size: 9px; letter-spacing: .13em; font-weight: 800; }
.machine-wrap { width: min(100%, 440px); position: relative; filter: drop-shadow(0 18px 24px #000a); }.machine-top { height: 43px; margin: 0 35px -1px; padding: 0 24px; border: 2px solid #ba8b50; border-bottom: 0; border-radius: 24px 24px 0 0; background: linear-gradient(180deg, #4a3633, #19191d 67%, #35231f); display: flex; align-items: center; justify-content: space-between; box-shadow: inset 0 2px 3px #ffdf934d; }.machine-top-label { color: #ffdfac; font-size: 11px; font-weight: 900; letter-spacing: .24em; text-shadow: 0 0 9px #ffae53; }.top-light { width: 7px; height: 7px; border-radius: 50%; background: #ffcf72; box-shadow: 0 0 12px #ffb845; }
.machine-frame { position: relative; padding: 15px 15px 0; border: 3px solid #b7814b; border-radius: 26px; background: linear-gradient(135deg, #ffdf9b 0%, #a56738 7%, #271c20 17%, #28232a 83%, #8b5436 94%, #ffdf9b 100%); box-shadow: inset 0 0 0 2px #ffdf9a8a, inset 0 0 0 7px #150f16, 0 0 0 4px #281b21, 0 24px 35px #000b; }.frame-glint { position: absolute; top: 6px; left: 33px; right: 33px; height: 1px; background: linear-gradient(90deg, transparent, #ffe5a5a6, transparent); }.machine-screen { position: relative; overflow: hidden; border: 5px solid #171316; border-radius: 16px; background: #171319; box-shadow: 0 0 0 1px #d7a5637d, inset 0 2px 12px #000; }.reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; height: 233px; padding: 3px; }.reel { position: relative; overflow: hidden; border-radius: 7px; background: linear-gradient(90deg, #e0d7cd 0, #fffaf0 14%, #f6f1e8 50%, #fffaf0 87%, #d9cfc3 100%); box-shadow: inset 2px 0 5px #756b6b69, inset -2px 0 5px #756b6b69; }.reel-strip { height: 100%; display: grid; grid-template-rows: repeat(3, 1fr); }.reel-cell { display: grid; place-items: center; border-bottom: 1px solid #756a6033; min-height: 0; position: relative; }.reel-cell:last-child { border-bottom: 0; }.reel-cell-center { background: radial-gradient(circle, #fffef7 0%, #fff2da 82%); }.reel-moving .reel-strip { animation: reel-roll .25s linear infinite; filter: blur(1.5px); }.reel-moving:nth-child(2) .reel-strip { animation-duration: .18s; }.reel-moving:nth-child(3) .reel-strip { animation-duration: .22s; }
.payline { position: absolute; top: 50%; z-index: 3; transform: translateY(-50%); width: 15px; height: 24px; background: var(--primary); clip-path: polygon(0 0, 100% 50%, 0 100%); filter: drop-shadow(0 0 8px var(--primary)); }.payline-left { left: -1px; }.payline-right { right: -1px; transform: translateY(-50%) rotate(180deg); }.screen-shine { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(130deg, #fff7 0%, #fff2 15%, transparent 25%, transparent 70%, #fff2 100%); opacity: .3; }.frame-footer { height: 32px; display: flex; justify-content: space-around; align-items: center; color: #d6b484; font-size: 8px; font-weight: 800; letter-spacing: .23em; }.frame-footer span:first-child, .frame-footer span:last-child { color: var(--gold); font-size: 15px; }.machine-feet { display: flex; justify-content: space-between; padding: 0 30px; }.machine-feet span { width: 50px; height: 8px; background: linear-gradient(#9e6742, #23191a); border-radius: 0 0 6px 6px; }
.symbol { display: inline-flex; align-items: center; justify-content: center; line-height: 1; }.symbol-seven { font-size: clamp(45px, 8vw, 74px); font-weight: 1000; font-style: italic; letter-spacing: -.12em; padding-right: .12em; background: linear-gradient(#fff8b3 0%, #ffcb4d 34%, #be641c 64%, #ffe189 87%); color: transparent; background-clip: text; -webkit-text-stroke: 1px #8b4c1c; filter: drop-shadow(1px 3px 1px #83512375); }.symbol-wild { flex-direction: column; color: #b8274a; font-size: clamp(19px, 3.3vw, 30px); font-weight: 1000; font-style: italic; letter-spacing: -.07em; text-shadow: 1px 2px #ffb9ba; }.symbol-wild span { color: #f0ad32; font-size: 15px; line-height: .8; }.symbol-coin { width: 52px; height: 52px; border: 4px solid #b77525; border-radius: 50%; background: linear-gradient(140deg, #fff1a3, #e6a63e 50%, #ffdf70); box-shadow: inset 0 0 0 2px #ffec9d, 1px 3px 2px #a8793c88; color: #9d5f25; font-size: 31px; font-weight: 900; }.symbol-coin span { transform: translateY(-1px); }.symbol-star { color: #edab30; font-size: 52px; text-shadow: 0 2px #a66b1d, 0 4px 5px #9f6f3866; }.symbol-diamond svg, .symbol-cherry svg { width: 58px; height: 58px; filter: drop-shadow(1px 3px 2px #0004); }
.machine-wrap.is-near .reel:nth-child(-n+2) .reel-cell-center { box-shadow: inset 0 0 22px #ffbf5f; }.machine-wrap.is-winning { animation: jackpot-breathe 1s ease-in-out infinite alternate; }.machine-wrap.is-winning .reel-cell-center { box-shadow: inset 0 0 24px #ffcf57, 0 0 20px #ffca66; }.machine-wrap.is-winning .machine-screen { box-shadow: 0 0 0 2px #ffe486, 0 0 22px #ffb43f, inset 0 0 25px #ffdf85; }
.action-area { position: relative; width: min(100%, 382px); margin: -2px auto 0; }.status-message { min-height: 21px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 7px; color: #ffdbb2; font-size: 12px; font-weight: 800; letter-spacing: .04em; }.status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }.spin-button, .claim-button { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; min-height: 61px; border-radius: 16px; border: 1px solid #ff8aa0; color: #fff; background: linear-gradient(180deg, #ff456a, #e51d4c); box-shadow: 0 7px 0 #921632, 0 12px 30px #fc285d66, inset 0 1px #ffffff67; font-size: 21px; font-weight: 1000; font-style: italic; letter-spacing: .06em; text-decoration: none; cursor: pointer; transition: transform .18s, filter .18s, box-shadow .18s; animation: cta-pulse 2.8s ease-in-out infinite; }.spin-button:hover:not(:disabled), .claim-button:hover { filter: brightness(1.12); transform: translateY(-2px); }.spin-button:active:not(:disabled), .claim-button:active { transform: translateY(5px); box-shadow: 0 2px 0 #921632, 0 5px 15px #fc285d55; }.spin-button:disabled { cursor: default; animation: none; filter: saturate(.75); }.spin-button-icon { position: absolute; left: 23px; font-style: normal; font-size: 21px; color: #ffefc5; }.spin-button-arrow { position: absolute; right: 23px; font-size: 25px; font-style: normal; }.action-hint { margin: 14px 0 0; color: #bfb6be; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .2em; }
.site-footer { width: min(100% - 48px, 1240px); height: 48px; margin: auto; border-top: 1px solid #ffffff16; display: flex; justify-content: space-between; align-items: center; color: #777780; font-size: 10px; letter-spacing: .04em; }
.win-effects { position: absolute; inset: -30px; overflow: hidden; pointer-events: none; z-index: 5; }.confetti { --x: calc((var(--i) * 37% / 20) - 18%); position: absolute; top: -15%; left: calc(var(--i) * 5%); width: 9px; height: 17px; background: #ffc75d; border-radius: 2px; opacity: 0; animation: confetti-fall 1.9s ease-out infinite; animation-delay: calc(var(--i) * 75ms); }.confetti-1 { background: #ff3d68; width: 7px; }.confetti-2 { background: #fff; width: 5px; }.confetti-3 { background: #f6ad35; border-radius: 50%; width: 13px; height: 13px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 16px; background: #07070ce8; backdrop-filter: blur(10px); animation: modal-backdrop-in .3s ease-out; }.jackpot-modal { position: relative; overflow: hidden; width: min(100%, 480px); max-height: calc(100svh - 32px); overflow-y: auto; border: 1px solid #e0985b; border-radius: 28px; background: radial-gradient(circle at 50% 0%, #6c2933, transparent 45%), linear-gradient(150deg, #2b1e25, #151318 60%, #23171d); box-shadow: 0 0 0 5px #ffca6617, 0 0 55px #f52b5673, 0 30px 100px #000; padding: 34px 32px 24px; text-align: center; outline: none; animation: modal-rise .45s cubic-bezier(.2,.8,.2,1); }.modal-rays { position: absolute; width: 390px; height: 390px; left: 50%; top: -210px; transform: translateX(-50%); border-radius: 50%; background: repeating-conic-gradient(from 0deg, #ffda7814 0deg 10deg, transparent 10deg 20deg); pointer-events: none; }.modal-medal { position: relative; width: 68px; height: 68px; margin: 0 auto 13px; border-radius: 50%; display: grid; place-items: center; border: 3px solid #fff0ac; background: linear-gradient(135deg, #fce8a2, #be6e22); box-shadow: 0 0 0 7px #ffc87524, 0 0 35px #ffb750b3; color: #fff5cb; font-size: 33px; text-shadow: 0 2px #9c5626; }.modal-eyebrow { position: relative; margin: 0; color: #ffc9a7; font-size: 10px; letter-spacing: .2em; font-weight: 900; }.jackpot-modal h2 { position: relative; margin: 5px 0 12px; font-size: clamp(42px, 12vw, 67px); line-height: 1; font-weight: 1000; font-style: italic; letter-spacing: -.06em; color: var(--gold); text-shadow: 0 3px #ad4d29, 0 0 26px #ffae4c88; }.modal-reward { position: relative; display: flex; flex-direction: column; gap: 2px; margin: 0; font-size: 18px; font-weight: 900; line-height: 1.15; }.modal-reward strong { display: block; font-size: 29px; color: #fff; }.modal-reward strong:last-child { color: #ff5273; font-size: 22px; }.modal-reward > span { color: var(--gold); font-size: 21px; line-height: 1; }.countdown-label { margin-top: 22px; color: #cfc4c9; font-size: 12px; font-weight: 700; }.countdown { margin: 4px 0 17px; color: #fff; font-size: 37px; line-height: 1; font-weight: 900; letter-spacing: .08em; font-variant-numeric: tabular-nums; text-shadow: 0 0 16px #ff345c; }.claim-button { min-height: 57px; font-size: 17px; animation: cta-pulse 2.8s ease-in-out infinite; }.claim-button span { position: absolute; right: 17px; font-size: 21px; font-style: normal; }.payment-methods { margin-top: 23px; }.payment-caption { display: block; color: #b6a5ac; font-size: 9px; font-weight: 900; letter-spacing: .18em; }.payment-list { display: flex; justify-content: center; gap: 9px; margin-top: 9px; }.payment-logo { width: 112px; height: 42px; display: grid; place-items: center; padding: 6px 10px; border: 1px solid #ffffff70; border-radius: 8px; background: #fff; box-shadow: 0 2px 9px #0003; }.payment-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }.payment-logo-maya { background: #f8f8f8; }.modal-note { margin: 14px 0 0; color: #9e9298; font-size: 10px; line-height: 1.4; }
.modal-backdrop[hidden], .win-effects[hidden] { display: none; }
.claim-button.claim-expired { opacity: .55; cursor: default; animation: none; }
@keyframes reel-roll { 0% { transform: translateY(-33%); } 100% { transform: translateY(33%); } }
@keyframes cta-pulse { 0%, 100% { box-shadow: 0 7px 0 #921632, 0 12px 30px #fc285d66, inset 0 1px #ffffff67; } 50% { box-shadow: 0 7px 0 #921632, 0 12px 39px #fc285da6, inset 0 1px #ffffff67; } }
@keyframes jackpot-breathe { from { filter: drop-shadow(0 12px 28px #ffcb4969); } to { filter: drop-shadow(0 8px 39px #ffca67bd); } }
@keyframes confetti-fall { 0% { opacity: 0; transform: translate3d(0,-30px,0) rotate(0); } 10% { opacity: 1; } 100% { opacity: 0; transform: translate3d(var(--x),550px,0) rotate(720deg); } }
@keyframes modal-backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes modal-rise { from { opacity: 0; transform: translateY(30px) scale(.93); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 700px) { .site-header { width: calc(100% - 30px); height: 54px; }.header-region { font-size: 0; }.region-dot { width: 7px; height: 7px; margin: 0; vertical-align: middle; }.brand-logo { width: 132px; height: 38px; padding: 7px 9px; }.header-actions { gap: 11px; }.language-label { font-size: 10px; }.sound-toggle { width: 31px; height: 31px; border-radius: 8px; }.hero { min-height: calc(100svh - 90px); padding: 11px 14px 16px; }.hero-kicker { font-size: 8px; gap: 6px; margin-bottom: 9px; letter-spacing: .17em; }.kicker-line { width: 15px; }.counter { min-height: 37px; font-size: 10px; padding-left: 11px; }.counter strong { width: 28px; height: 28px; font-size: 15px; } h1 { font-size: clamp(28px, 8vw, 46px); margin-top: 12px; line-height: 1; } .hero-subtitle { font-size: 11px; margin-top: 7px; }.game-area { margin-top: 13px; }.side-decoration { display: none; }.machine-wrap { width: min(100%, 385px); }.machine-top { height: 36px; margin-left: 30px; margin-right: 30px; }.machine-top-label { font-size: 9px; }.machine-frame { padding: 11px 11px 0; border-radius: 21px; }.machine-screen { border-width: 4px; border-radius: 12px; }.reels { height: clamp(178px, 50vw, 216px); gap: 2px; }.symbol-seven { font-size: clamp(43px, 14vw, 65px); }.symbol-wild { font-size: clamp(19px, 6vw, 28px); }.symbol-coin { width: clamp(38px, 12vw, 49px); height: clamp(38px, 12vw, 49px); font-size: clamp(23px, 7vw, 30px); }.symbol-star { font-size: clamp(38px, 12vw, 50px); }.symbol-diamond svg, .symbol-cherry svg { width: clamp(40px, 12vw, 54px); height: clamp(40px, 12vw, 54px); }.frame-footer { height: 27px; font-size: 7px; }.action-area { width: min(100%, 360px); margin-top: 2px; }.status-message { font-size: 11px; margin-bottom: 7px; }.spin-button { min-height: 59px; font-size: 20px; }.action-hint { margin-top: 13px; }.site-footer { height: 36px; width: calc(100% - 30px); font-size: 9px; }.page-shell::after { top: 38%; } }
@media (max-width: 360px) { h1 { font-size: 27px; }.hero-subtitle { font-size: 10px; }.machine-top { height: 31px; }.reels { height: 168px; }.frame-footer { height: 23px; }.machine-feet span { height: 6px; }.game-area { margin-top: 9px; }.spin-button { min-height: 54px; }.action-hint { margin-top: 9px; }.jackpot-modal { padding: 24px 20px 18px; }.modal-medal { width: 55px; height: 55px; font-size: 28px; }.modal-reward strong { font-size: 25px; } }
@media (max-width: 360px) { .claim-button { font-size: 15px; letter-spacing: .03em; }.claim-button span { right: 11px; } }
@media (max-height: 680px) and (max-width: 700px) { .hero { padding-top: 6px; padding-bottom: 8px; }.hero-kicker { margin-bottom: 6px; }.counter { min-height: 33px; }.counter strong { height: 25px; width: 25px; }.hero-subtitle { display: none; }.game-area { margin-top: 7px; }.status-message { margin-bottom: 4px; min-height: 18px; }.action-hint { margin-top: 9px; }.site-footer { height: 25px; } }
@media (max-height: 600px) and (max-width: 700px) { h1 { margin-top: 8px; font-size: clamp(25px, 7.5vw, 34px); }.machine-top { height: 29px; }.reels { height: 158px; }.frame-footer { height: 20px; }.spin-button { min-height: 50px; }.action-hint { margin-top: 5px; }.site-footer { height: 20px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reel-moving .reel-strip { filter: none; }.confetti { display: none; } }
