:root {
  --wine: #240506;
  --wine-dark: #100203;
  --red: #8d160f;
  --ruby: #e93525;
  --gold: #ffcf52;
  --gold-hot: #ff9d17;
  --gold-pale: #fff2a3;
  --cream: #fff6db;
  --muted: #c5a987;
  --line: rgba(255, 201, 92, 0.22);
  --panel: rgba(71, 9, 8, 0.78);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background: var(--wine-dark);
  font-family: "Montserrat", Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.topbar {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: max(12px, env(safe-area-inset-top)) 18px 0;
}
.mini-logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-family: "Cinzel", Georgia, serif; font-weight: 900; font-size: 17px; letter-spacing: .02em; }
.mini-logo > span:last-child > span { color: var(--gold); margin-left: 3px; font-size: 12px; }
.mini-gem { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,210,94,.5); border-radius: 9px; color: var(--gold); background: linear-gradient(145deg, rgba(255,191,45,.22), rgba(99,10,8,.7)); box-shadow: inset 0 0 12px rgba(255,187,31,.15), 0 5px 16px rgba(0,0,0,.25); }
.topbar-actions { display: flex; align-items: center; gap: 8px; }
.age-badge, .sound-button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,225,160,.24); border-radius: 50%; background: rgba(18,2,3,.42); color: #f5d89d; backdrop-filter: blur(10px); }
.age-badge { font-size: 10px; font-weight: 800; }
.sound-button { cursor: pointer; }
.sound-button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sound-button .sound-on { display: none; }.sound-button.active .sound-on { display: block; }.sound-button.active .sound-off { display: none; }

.hero {
  min-height: max(760px, 100svh);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-color: #160303;
  background-image: url("./assets/hero-mobile.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(9,0,0,.5) 0%, rgba(24,2,3,.04) 38%, rgba(10,0,0,.08) 72%, rgba(10,0,0,.82) 100%);
}
.hero-vignette { position: absolute; inset: 0; z-index: 1; box-shadow: inset 0 0 80px rgba(0,0,0,.65); pointer-events: none; }
.hero-content { width: min(100% - 34px, 440px); position: relative; z-index: 5; text-align: center; padding-top: max(88px, calc(env(safe-area-inset-top) + 75px)); }
.hero-kicker { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 0 0 7px; color: #e5c38d; font-size: 8px; font-weight: 700; letter-spacing: .22em; text-shadow: 0 2px 10px #000; }
.hero-kicker span { width: 20px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }.hero-kicker span:last-child { transform: scaleX(-1); }
.game-logo { filter: drop-shadow(0 7px 12px rgba(0,0,0,.8)); line-height: .82; }
.logo-top { display: block; font-family: "Cinzel", Georgia, serif; font-size: clamp(28px, 9vw, 43px); font-weight: 900; letter-spacing: -.06em; background: linear-gradient(180deg, #fff8bb 0%, #ffcb42 28%, #f08b0c 67%, #7d1905 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-stroke: .5px #8a2b05; text-shadow: 0 2px 0 #5f0d02; }
.game-logo strong { display: block; font-family: "Cinzel", Georgia, serif; font-size: clamp(60px, 20vw, 92px); letter-spacing: -.09em; background: linear-gradient(180deg, #fff6a0 5%, #ffc52c 35%, #e76b09 69%, #8c1609 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-stroke: 1px #7e1a05; text-shadow: 0 4px 0 #610803, 0 8px 18px rgba(0,0,0,.8); }
.hero h1 { font-family: "Cinzel", Georgia, serif; margin: 6px 0 4px; font-size: clamp(22px, 6.2vw, 32px); line-height: 1; text-transform: uppercase; letter-spacing: .03em; text-shadow: 0 3px 10px #000; }
.hero h1 em, .section-heading em, .fortune-copy em, .final-banner em { color: var(--gold); font-style: normal; }
.hero-copy { width: min(88%, 390px); margin: 8px auto 10px; color: #e0c3a1; font-size: 10px; line-height: 1.6; text-shadow: 0 2px 8px #000; }
.welcome-bonus { width: fit-content; margin: 9px auto 10px; display: flex; align-items: center; gap: 9px; padding: 7px 13px 7px 8px; border: 1px solid rgba(255,202,81,.34); border-radius: 999px; background: linear-gradient(90deg, rgba(68,5,4,.88), rgba(32,2,2,.5)); box-shadow: inset 0 0 18px rgba(255,174,37,.06), 0 8px 20px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.bonus-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #fff2a5; background: radial-gradient(circle at 35% 30%, #ffeb72, #dc6e0c 65%, #671005); box-shadow: 0 0 13px rgba(255,189,38,.42); font-size: 12px; }
.welcome-bonus small, .welcome-bonus strong { display: block; text-align: left; }.welcome-bonus small { color: #caaa7c; font-size: 6px; letter-spacing: .17em; }.welcome-bonus strong { margin-top: 2px; color: #ffe88e; font-size: 10px; }
.primary-cta {
  min-height: 54px;
  width: min(100%, 305px);
  position: relative;
  display: grid;
  place-content: center;
  margin: 0 auto;
  border: 1px solid #ffe59a;
  border-radius: 15px;
  color: #4a0900;
  background: linear-gradient(180deg, #fff3a4 0%, #ffc638 18%, #f28c0a 75%, #c84308 100%);
  box-shadow: inset 0 2px 0 #fff8ce, inset 0 -3px 0 rgba(112,22,0,.32), 0 0 0 4px rgba(125,27,4,.62), 0 13px 28px rgba(0,0,0,.35), 0 0 24px rgba(255,152,24,.24);
  cursor: pointer;
  transition: transform .2s, filter .2s;
}
.primary-cta::before { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(255,255,255,.38); border-radius: 10px; pointer-events: none; }
.primary-cta:hover { filter: brightness(1.08); transform: translateY(-2px); }.primary-cta:active { transform: translateY(1px) scale(.99); }
.primary-cta span { font-family: "Cinzel", Georgia, serif; font-size: 16px; font-weight: 900; letter-spacing: .06em; }.primary-cta small { margin-top: 1px; font-size: 6px; font-weight: 800; letter-spacing: .16em; opacity: .7; }
.primary-cta svg { position: absolute; right: 18px; top: 17px; width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-note { margin: 9px 0 0; display: flex; align-items: center; justify-content: center; gap: 8px; color: #a98b6e; font-size: 7px; text-transform: uppercase; letter-spacing: .12em; }.hero-note span { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-hot); }
.scroll-cue { display: none; }

.spark-field { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.spark-field i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #ffd768; box-shadow: 0 0 8px #ffb21e; animation: twinkle 2.8s infinite ease-in-out; }
.spark-field i:nth-child(1) { left: 12%; top: 28%; }.spark-field i:nth-child(2) { left: 82%; top: 19%; animation-delay: -.5s; }.spark-field i:nth-child(3) { left: 74%; top: 40%; animation-delay: -1.2s; }.spark-field i:nth-child(4) { left: 27%; top: 53%; animation-delay: -1.9s; }.spark-field i:nth-child(5) { left: 89%; top: 61%; animation-delay: -.8s; }.spark-field i:nth-child(6) { left: 18%; top: 71%; animation-delay: -2.2s; }.spark-field i:nth-child(7) { left: 56%; top: 18%; animation-delay: -1.5s; }.spark-field i:nth-child(8) { left: 40%; top: 37%; animation-delay: -.2s; }.spark-field i:nth-child(9) { left: 67%; top: 75%; animation-delay: -2.5s; }.spark-field i:nth-child(10) { left: 8%; top: 45%; animation-delay: -1s; }
@keyframes twinkle { 0%,100% { opacity: .2; transform: scale(.6); } 50% { opacity: 1; transform: scale(1.7); } }
.coin { position: absolute; z-index: 3; width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid #ffe98b; border-radius: 50%; color: #7a2603; background: radial-gradient(circle at 35% 30%, #fff2a2, #ffb91b 43%, #b23a02 100%); box-shadow: inset 0 0 0 3px rgba(128,38,0,.4), 0 4px 12px rgba(0,0,0,.36); font-size: 10px; pointer-events: none; animation: drift 5s ease-in-out infinite; }
.coin-one { left: -7px; top: 43%; transform: rotate(-20deg); }.coin-two { right: -8px; top: 28%; width: 27px; height: 27px; animation-delay: -1.8s; }.coin-three { right: 5%; top: 63%; width: 22px; height: 22px; animation-delay: -3s; }
@keyframes drift { 0%,100% { margin-top: 0; transform: rotate(-18deg); } 50% { margin-top: -13px; transform: rotate(16deg); } }

.reward-rail { margin-top: -1px; padding: 18px 14px 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; border-top: 1px solid rgba(255,207,82,.28); border-bottom: 1px solid rgba(255,207,82,.15); background: linear-gradient(180deg, #2f0707, #1b0304); box-shadow: 0 -20px 40px rgba(10,0,0,.55); }
.reward-rail article { min-width: 0; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 7px; padding: 9px 3px; border-right: 1px solid rgba(255,210,102,.12); }.reward-rail article:last-child { border: 0; }
.rail-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; font-size: 11px; }.rail-icon.ruby { color: #ffb29c; background: rgba(227,45,34,.19); }.rail-icon.gold { color: #ffe789; background: rgba(246,168,24,.16); }.rail-icon.green { color: #a6efb2; background: rgba(49,166,88,.16); }
.reward-rail small, .reward-rail strong { display: block; }.reward-rail small { color: #96765f; font-size: 5px; letter-spacing: .08em; }.reward-rail strong { margin-top: 3px; color: #efd8b1; font-family: "Cinzel", Georgia, serif; font-size: 7px; }

.section { padding: 80px 16px; }
.section-heading { max-width: 640px; margin: 0 auto 34px; text-align: center; }
.eyebrow { color: #dfa84d; font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.section-heading h2, .fortune-copy h2, .final-banner h2 { margin: 12px 0 13px; font-family: "Cinzel", Georgia, serif; font-size: clamp(34px, 10vw, 54px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p { color: #a98a72; font-size: 11px; line-height: 1.8; }
.super-section { background: radial-gradient(circle at 50% 18%, rgba(126,28,15,.36), transparent 38%), linear-gradient(180deg, #170304, #0e0203); }
.jackpot-card { max-width: 1060px; min-height: 520px; margin: 0 auto; border: 1px solid rgba(255,206,91,.48); border-radius: 24px; overflow: hidden; position: relative; box-shadow: 0 28px 70px rgba(0,0,0,.42), inset 0 0 0 4px rgba(69,10,6,.8); }
.jackpot-card::before { content: ""; position: absolute; inset: 5px; z-index: 4; border: 1px solid rgba(255,220,117,.2); border-radius: 19px; pointer-events: none; }
.jackpot-image { position: absolute; inset: 0; background: url("./assets/reference-gameplay.jpeg") center 92% / cover no-repeat; transform: scale(1.03); }
.jackpot-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,0,0,.08), rgba(10,0,0,.13) 42%, rgba(10,0,0,.92) 100%), radial-gradient(circle at center 80%, transparent, rgba(0,0,0,.35)); }
.jackpot-copy { position: absolute; z-index: 3; left: 0; right: 0; bottom: 28px; text-align: center; text-shadow: 0 3px 10px #000; }
.jackpot-copy > small { color: #ffd36a; font-size: 7px; letter-spacing: .22em; }.jackpot-copy h3 { margin: 5px 0 -2px; font-family: "Cinzel", Georgia, serif; font-size: 50px; line-height: .82; background: linear-gradient(#fff4a4, #ffbd24 50%, #d4440b 100%); color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: 1px #7a1304; }
.win-number { font-family: "Cinzel", Georgia, serif; color: #fff1a8; font-size: 28px; font-weight: 900; }.jackpot-copy > span { display: block; margin-top: 2px; color: #c99e64; font-size: 7px; letter-spacing: .22em; }
.jackpot-seal { position: absolute; z-index: 4; right: 17px; top: 17px; width: 56px; height: 56px; display: grid; place-content: center; text-align: center; border: 2px solid #ffe87a; border-radius: 50%; color: #ffdfa0; background: radial-gradient(#a22415, #4c0807); box-shadow: inset 0 0 0 3px #7b160b, 0 4px 15px #000; font: 800 8px "Cinzel", serif; transform: rotate(8deg); }.jackpot-seal strong { font-size: 17px; }

.feature-section { background: linear-gradient(180deg, #0e0203, #1a0304); overflow: hidden; }
.section-heading.compact { margin-bottom: 28px; }
.game-slider { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 -16px; padding: 0 22px 20px; scrollbar-width: none; }.game-slider::-webkit-scrollbar { display: none; }
.game-card { flex: 0 0 82vw; max-width: 350px; min-height: 455px; position: relative; border: 1px solid rgba(255,207,88,.34); border-radius: 20px; overflow: hidden; scroll-snap-align: center; background: #340706; box-shadow: 0 20px 42px rgba(0,0,0,.32); }
.game-card.featured { border-color: rgba(255,220,104,.7); box-shadow: 0 20px 50px rgba(0,0,0,.4), 0 0 25px rgba(216,75,14,.15); }
.game-shot { height: 300px; background-image: url("./assets/reference-gameplay.jpeg"); background-size: 215% auto; background-repeat: no-repeat; position: relative; }.game-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, #330706 100%); }
.shot-one { background-position: 5% 43%; }.shot-two { background-position: 49% 45%; }.shot-three { background-position: 98% 44%; }
.game-card-content { position: relative; padding: 2px 22px 24px; }.game-card-content > span { position: absolute; right: 21px; top: -1px; color: rgba(255,220,141,.15); font: 900 34px "Cinzel", serif; }.game-card-content small { color: #d79a46; font-size: 6px; letter-spacing: .18em; }.game-card-content h3 { margin: 5px 0 9px; font: 800 25px "Cinzel", Georgia, serif; }.game-card-content p { margin: 0; color: #a98870; font-size: 10px; line-height: 1.65; }
.slider-dots { display: flex; justify-content: center; gap: 7px; margin-top: 8px; }.slider-dots span { width: 5px; height: 5px; border-radius: 50%; background: #5b2923; transition: width .2s; }.slider-dots span.active { width: 22px; border-radius: 4px; background: linear-gradient(90deg, #dc5a16, #ffd358); }

.fortune-section { padding: 84px 20px; display: grid; gap: 50px; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 27%, rgba(117,21,12,.5), transparent 36%), #130203; }
.fortune-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(#ffce69 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(180deg, transparent, #000 30%, transparent); }
.fortune-wheel { width: min(78vw, 335px); aspect-ratio: 1; margin: 0 auto; border: 8px solid #d9840d; border-radius: 50%; position: relative; background: #5c0d0b; box-shadow: inset 0 0 0 5px #7e1b0c, inset 0 0 30px #2d0403, 0 0 0 4px #ffe174, 0 25px 55px rgba(0,0,0,.48), 0 0 50px rgba(204,87,11,.22); }
.wheel-face { position: absolute; inset: 13px; border: 2px solid #ffe474; border-radius: 50%; overflow: hidden; background: conic-gradient(#9f1a13 0 12.5%, #e28b0d 12.5% 25%, #236f43 25% 37.5%, #8f1411 37.5% 50%, #5f2c91 50% 62.5%, #d46a09 62.5% 75%, #14747a 75% 87.5%, #a11713 87.5%); box-shadow: inset 0 0 25px rgba(26,0,0,.55); animation: wheelGlow 4s ease-in-out infinite; }
.wheel-face::after { content: ""; position: absolute; inset: 0; background: repeating-conic-gradient(from 0deg, transparent 0 44deg, rgba(255,231,139,.65) 44deg 45deg); }
.wheel-face span { position: absolute; z-index: 2; left: 46%; top: 8%; transform-origin: 50% 420%; color: #fff2ae; font: 900 11px "Cinzel", serif; text-shadow: 0 2px 3px #4b0804; }.wheel-face span:nth-child(2) { transform: rotate(45deg); }.wheel-face span:nth-child(3) { transform: rotate(90deg); }.wheel-face span:nth-child(4) { transform: rotate(135deg); }.wheel-face span:nth-child(5) { transform: rotate(180deg); }.wheel-face span:nth-child(6) { transform: rotate(225deg); }.wheel-face span:nth-child(7) { transform: rotate(270deg); }.wheel-face span:nth-child(8) { transform: rotate(315deg); }
.wheel-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 82px; height: 82px; transform: translate(-50%,-50%); display: grid; place-content: center; text-align: center; border: 4px solid #f5b52d; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ffec84, #d96809 55%, #741207); box-shadow: inset 0 0 0 3px #8d2008, 0 6px 17px rgba(0,0,0,.5); color: #6a0b03; font: 900 22px "Cinzel", serif; }.wheel-core small { display: block; font-size: 10px; }.wheel-marker { position: absolute; z-index: 5; left: 50%; top: -26px; transform: translateX(-50%); color: #721006; font-size: 18px; filter: drop-shadow(0 3px 4px #000); }.wheel-marker::before { content: ""; position: absolute; z-index: -1; width: 40px; height: 46px; left: -11px; top: -6px; background: linear-gradient(#ffe679, #d66b08); clip-path: polygon(50% 100%, 0 0, 100% 0); }
@keyframes wheelGlow { 0%,100% { filter: brightness(.94); } 50% { filter: brightness(1.12); } }
.fortune-orbit span { position: absolute; left: 50%; top: 33%; border: 1px solid rgba(255,206,82,.08); border-radius: 50%; transform: translate(-50%,-50%); }.fortune-orbit span:nth-child(1) { width: 370px; height: 370px; }.fortune-orbit span:nth-child(2) { width: 470px; height: 470px; }.fortune-orbit span:nth-child(3) { width: 580px; height: 580px; }
.fortune-copy { position: relative; z-index: 2; text-align: center; }.fortune-copy p { color: #a88971; font-size: 11px; line-height: 1.8; }.fortune-copy ul { width: fit-content; margin: 22px auto; padding: 0; list-style: none; text-align: left; }.fortune-copy li { margin: 12px 0; color: #ddc09c; font-size: 10px; }.fortune-copy li i { width: 20px; height: 20px; margin-right: 8px; display: inline-grid; place-items: center; border-radius: 50%; background: rgba(255,184,41,.12); color: var(--gold); font-style: normal; }
.outline-cta { min-height: 48px; border: 1px solid rgba(255,213,109,.5); border-radius: 12px; padding: 0 20px; color: #ffe28a; background: rgba(70,9,7,.6); font-size: 8px; font-weight: 800; letter-spacing: .08em; cursor: pointer; box-shadow: inset 0 0 18px rgba(255,174,28,.06); }.outline-cta span { margin-left: 12px; }

.how-section { background: linear-gradient(180deg, #130203, #0c0102); }
.steps-grid { display: grid; gap: 12px; max-width: 1080px; margin: 0 auto; }.steps-grid article { min-height: 180px; position: relative; padding: 25px 22px; border: 1px solid rgba(255,210,101,.14); border-radius: 17px; background: linear-gradient(145deg, rgba(73,10,8,.58), rgba(32,3,4,.65)); overflow: hidden; }.steps-grid article > span { position: absolute; right: 17px; top: 10px; color: rgba(255,220,149,.1); font: 900 44px "Cinzel", serif; }.step-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,207,92,.3); border-radius: 12px; color: var(--gold); background: rgba(255,173,29,.08); }.steps-grid h3 { margin: 17px 0 8px; font: 700 17px "Cinzel", serif; }.steps-grid p { max-width: 300px; margin: 0; color: #9e806c; font-size: 10px; line-height: 1.7; }

.final-banner { min-height: 600px; position: relative; overflow: hidden; padding: 90px 20px 80px; text-align: center; background: linear-gradient(180deg, rgba(16,1,2,.24), rgba(14,1,2,.93)), url("./assets/hero-mobile.jpg") center 53% / cover no-repeat; border-top: 1px solid rgba(255,212,103,.22); }
.final-glow { position: absolute; left: 50%; top: 50%; width: 300px; height: 300px; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(225,83,13,.2); filter: blur(60px); }
.final-banner > *:not(.final-glow) { position: relative; z-index: 2; }.final-logo { width: 80px; height: 80px; display: grid; place-content: center; margin: 28px auto 20px; border: 2px solid #ffdc67; border-radius: 24px; transform: rotate(45deg); color: #5f0a03; background: radial-gradient(circle at 35% 30%, #fff29b, #e9890b 60%, #871805); box-shadow: inset 0 0 0 5px #9a2708, 0 12px 30px rgba(0,0,0,.45), 0 0 32px rgba(255,168,23,.22); font: 900 24px "Cinzel", serif; }.final-logo span { display: block; font-size: 10px; }.final-logo { text-shadow: 0 1px #ffec9b; }.final-logo::first-line { transform: rotate(-45deg); }
.final-banner h2 { font-size: 40px; text-shadow: 0 4px 20px #000; }.final-banner .primary-cta { margin-top: 30px; }.final-banner > p { color: #9f8066; font-size: 8px; margin-top: 17px; text-transform: uppercase; letter-spacing: .12em; }

footer { padding: 37px 20px calc(105px + env(safe-area-inset-bottom)); background: #090101; border-top: 1px solid rgba(255,207,82,.1); }.footer-top { display: flex; align-items: center; justify-content: space-between; }.footer-links { display: flex; gap: 14px; }.footer-links a { color: #9f8069; font-size: 8px; text-decoration: none; }.responsible-note { display: flex; align-items: flex-start; gap: 11px; margin: 26px 0 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); }.responsible-note strong { min-width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,211,107,.32); border-radius: 50%; color: #cfac72; font-size: 9px; }.responsible-note p { margin: 0; color: #6f5b4d; font-size: 7px; line-height: 1.7; }footer > small { color: #4d3e35; font-size: 7px; }

.sticky-play { position: fixed; z-index: 40; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 58px; display: grid; place-content: center; border: 1px solid #ffe187; border-radius: 16px; color: #4c0901; background: linear-gradient(180deg, #ffef89, #ffb518 42%, #df6407 100%); box-shadow: inset 0 2px 0 #fffbc9, inset 0 -3px 0 rgba(109,20,0,.27), 0 0 0 4px rgba(84,11,4,.75), 0 10px 26px rgba(0,0,0,.55), 0 0 24px rgba(255,150,19,.2); cursor: pointer; transition: transform .25s, opacity .25s; }.sticky-play.hidden { opacity: 0; transform: translateY(120%); pointer-events: none; }.sticky-play span { font: 900 16px "Cinzel", serif; letter-spacing: .06em; }.sticky-play small { font-size: 6px; font-weight: 800; letter-spacing: .15em; }.sticky-play b { position: absolute; right: 22px; top: 17px; font-size: 19px; }

.game-modal { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 18px; background: rgba(7,0,0,.82); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }.game-modal.open { opacity: 1; visibility: visible; }.modal-card { width: min(100%, 390px); position: relative; padding: 44px 25px 28px; text-align: center; border: 1px solid rgba(255,220,115,.55); border-radius: 23px; background: radial-gradient(circle at 50% 15%, rgba(178,47,14,.42), transparent 36%), linear-gradient(160deg, #3e0807, #170203); box-shadow: 0 30px 80px #000, inset 0 0 0 4px rgba(91,15,8,.7); transform: translateY(20px) scale(.97); transition: transform .25s; overflow: hidden; }.game-modal.open .modal-card { transform: translateY(0) scale(1); }.modal-card::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,207,88,.14); border-radius: 18px; pointer-events: none; }.modal-close { position: absolute; z-index: 2; right: 12px; top: 10px; width: 35px; height: 35px; border: 0; color: #bc9a75; background: transparent; font-size: 27px; cursor: pointer; }.modal-gem { width: 62px; height: 62px; margin: 0 auto 18px; display: grid; place-items: center; border: 2px solid #ffdf72; transform: rotate(45deg); color: #670c04; background: radial-gradient(circle at 35% 30%, #fff6a7, #ef9513 60%, #941b06); box-shadow: 0 0 30px rgba(255,160,19,.26); font-size: 23px; }.modal-gem::first-letter { transform: rotate(-45deg); }.modal-card > p { color: #d8a64d; font-size: 7px; font-weight: 800; letter-spacing: .22em; }.modal-card h2 { margin: 8px 0; font: 900 40px/1 "Cinzel", serif; }.modal-card h2 em { color: var(--gold); font-style: normal; }.modal-card > span { color: #b69779; font-size: 10px; }.modal-card .primary-cta { margin-top: 26px; }.modal-legal { display: block; margin: 20px auto 0; max-width: 280px; color: #745d4c; font-size: 7px; line-height: 1.6; }
.toast { position: fixed; z-index: 130; left: 16px; right: 16px; bottom: calc(88px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(255,215,104,.35); border-radius: 14px; background: #2f0707; box-shadow: 0 18px 40px rgba(0,0,0,.5); transform: translateY(160%); opacity: 0; pointer-events: none; transition: .35s; }.toast.show { transform: translateY(0); opacity: 1; }.toast > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; color: #6a0b03; background: linear-gradient(#ffe983, #df7c0c); }.toast strong { font-size: 11px; }.toast p { margin: 3px 0 0; color: #a98668; font-size: 8px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-one { transition-delay: .12s; }.delay-two { transition-delay: .24s; }

@media (min-width: 720px) {
  .topbar { height: 80px; padding: 0 max(28px, calc((100vw - 1220px) / 2)); }
  .hero { min-height: 760px; justify-content: flex-start; align-items: center; background-image: url("./assets/hero-desktop.jpg"); background-position: center center; }
  .hero::before { background: linear-gradient(90deg, rgba(9,0,0,.63) 0%, rgba(9,0,0,.28) 40%, transparent 66%), linear-gradient(180deg, rgba(9,0,0,.15), transparent 60%, rgba(9,0,0,.7)); }
  .hero-content { width: 48%; max-width: 570px; margin-left: max(5vw, calc((100vw - 1220px) / 2)); padding-top: 30px; text-align: left; }
  .hero-kicker { justify-content: flex-start; }.hero-kicker span:last-child { display: none; }
  .logo-top { font-size: clamp(38px, 4vw, 58px); }.game-logo strong { font-size: clamp(82px, 8vw, 118px); }
  .hero h1 { font-size: clamp(28px, 2.7vw, 39px); }.hero-copy { margin: 12px 0 15px; font-size: 12px; }.welcome-bonus { margin: 14px 0; }.hero .primary-cta { margin: 0; }.hero-note { justify-content: flex-start; margin-left: 38px; }
  .scroll-cue { position: absolute; z-index: 5; left: 50%; bottom: 25px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #9f8165; text-decoration: none; font-size: 6px; letter-spacing: .22em; }.scroll-cue i { width: 1px; height: 28px; background: linear-gradient(var(--gold), transparent); }
  .coin-one { left: 3%; }.coin-two { right: 4%; }
  .reward-rail { padding: 22px max(28px, calc((100vw - 1050px) / 2)); grid-template-columns: repeat(3, 1fr); }.reward-rail article { flex-direction: row; justify-content: center; text-align: left; gap: 12px; }.reward-rail small { font-size: 6px; }.reward-rail strong { font-size: 9px; }
  .section { padding: 110px max(30px, calc((100vw - 1180px) / 2)); }.section-heading { margin-bottom: 47px; }.section-heading h2, .fortune-copy h2, .final-banner h2 { font-size: 50px; }.section-heading p { font-size: 12px; }
  .jackpot-card { min-height: 590px; }.jackpot-image { background-position: center 89%; }.jackpot-copy { bottom: 36px; }.jackpot-copy h3 { font-size: 72px; }.win-number { font-size: 38px; }
  .game-slider { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; overflow: visible; margin: 0; padding: 0; }.game-card { width: auto; max-width: none; min-height: 480px; }.game-shot { height: 325px; }.slider-dots { display: none; }
  .fortune-section { min-height: 720px; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding: 110px max(30px, calc((100vw - 1080px) / 2)); }.fortune-copy { text-align: left; }.fortune-copy p { font-size: 12px; max-width: 480px; }.fortune-copy ul { margin-left: 0; }.fortune-wheel { width: min(38vw, 410px); }.wheel-face span { transform-origin: 50% 540%; }.wheel-face span:nth-child(2) { transform: rotate(45deg); }.wheel-face span:nth-child(3) { transform: rotate(90deg); }.wheel-face span:nth-child(4) { transform: rotate(135deg); }.wheel-face span:nth-child(5) { transform: rotate(180deg); }.wheel-face span:nth-child(6) { transform: rotate(225deg); }.wheel-face span:nth-child(7) { transform: rotate(270deg); }.wheel-face span:nth-child(8) { transform: rotate(315deg); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }.steps-grid article { min-height: 230px; padding: 32px; }
  .final-banner { min-height: 650px; padding-top: 105px; background-image: linear-gradient(180deg, rgba(16,1,2,.16), rgba(14,1,2,.9)), url("./assets/hero-desktop.jpg"); background-position: center 70%; }.final-banner h2 { font-size: 56px; }.final-banner .primary-cta { width: 320px; }
  footer { padding: 45px max(30px, calc((100vw - 1100px) / 2)) 40px; }.responsible-note p { max-width: 720px; }
  .sticky-play { display: none; }.toast { left: auto; right: 25px; bottom: 25px; width: 330px; }
}

@media (min-width: 1180px) {
  .hero { min-height: min(900px, 100vh); }.hero-content { padding-top: 5px; }.hero-copy { font-size: 13px; }.primary-cta { min-height: 60px; }.primary-cta span { font-size: 17px; }
  .jackpot-card { min-height: 640px; }
}

@media (max-height: 720px) and (max-width: 719px) {
  .hero { min-height: 720px; }.hero-content { padding-top: 74px; }.logo-top { font-size: 28px; }.game-logo strong { font-size: 62px; }.hero h1 { font-size: 21px; }.hero-copy { display: none; }.welcome-bonus { margin-top: 6px; }.hero .primary-cta { min-height: 51px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
