html { line-height: 1.15; }
body { margin: 0px; }
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0px; }
hr { box-sizing: content-box; height: 0px; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: medium; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0px; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0px; }
button:focus-visible, [type="button"]:focus-visible, [type="reset"]:focus-visible, [type="submit"]:focus-visible { outline: buttontext dotted 1px; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0px; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0px; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }
:root { --light-color: #fff; --dark-color: #000; --main-font: "Aeonik", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --wheel-font: "SF Pro Display", sans-serif; }
@font-face { font-family: SF Pro Display; src: url("") format("woff2"), url("") format("woff"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: SF Pro Display; src: url("") format("woff2"), url("") format("woff"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: SF Pro Display; src: url("") format("woff2"), url("") format("woff"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: SF Pro Display; src: url("") format("woff2"), url("") format("woff"); font-style: normal; font-weight: 900; font-display: swap; }
body { font-family: var(--main-font); -moz-osx-font-smoothing: grayscale; background-color: var(--dark-color); }
/* Wheel area and bonus boxes keep SF Pro Display (do not use Aeonik) */
.main[data-v-8b0f2fb2] { font-family: var(--wheel-font); }
/* Inner page (casino list): use Aeonik like rest of /wheel page */
.cl-page { font-family: var(--main-font); }
*, ::before, ::after { box-sizing: border-box; }
.have-an-account[data-v-abdfa5b0] { display: flex; align-items: center; gap: 15px; margin: 0px; cursor: pointer; text-align: left; backdrop-filter: blur(5px) brightness(1.4); padding: 12px 20px; border-radius: 12px; }
@media (min-width: 768px) {
  .have-an-account[data-v-abdfa5b0] { align-items: flex-start; }
}

.input-password,
.input-email{
  position:relative;
}

.have-an-account__group[data-v-abdfa5b0] { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; margin: 0px; }
.have-an-account__question[data-v-abdfa5b0] { font-size: 12px; font-weight: 400; line-height: 1.3; letter-spacing: 0.01px; color: rgba(255, 255, 255, 0.5); }
.have-an-account__link[data-v-abdfa5b0] { color: rgb(255, 255, 255); text-align: center; text-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px; font-size: 14px; font-weight: 500; line-height: 1; text-decoration: none; }
.have-an-account__icon[data-v-abdfa5b0] { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; box-shadow: rgba(10, 101, 249, 0.6) 0px 5px 20px -5px; background-image: linear-gradient(154deg, rgb(24, 133, 236) -76%, rgb(19, 124, 249) 42%, rgb(1, 82, 249) 152%); }
/* Casino ticker marquee */
.casino-ticker {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 6px 0;
}
.casino-ticker__track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 50s linear infinite;
}
.casino-ticker:hover .casino-ticker__track {
  animation-play-state: paused;
}
.casino-ticker__item {
  flex: 0 0 auto;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.casino-ticker__item:hover {
  color: rgba(255, 255, 255, 0.9);
}
/* Track is 8 repeated segments; move by one segment for seamless loop */
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-12.5%); }
}

.header[data-v-6fcbb1e4] { padding: 20px 15px 0px; margin-bottom: 24px; display: flex; justify-content: center; }
@media (min-width: 1024px) {
  .header[data-v-6fcbb1e4] { padding: 45px 100px 0px; }
}
.header__logo[data-v-6fcbb1e4] { width: 178px; height: auto; }
.header__have-an-account[data-v-6fcbb1e4] { display: none; position: absolute; top: 24px; right: 24px; }
@media (min-width: 768px) {
  .header__have-an-account[data-v-6fcbb1e4] { display: flex; }
}
.dropdown[data-v-8594c61d] { position: relative; }
.dropdown__header[data-v-8594c61d] { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 10px; border: medium; background-color: rgba(255, 255, 255, 0.1); backdrop-filter: blur(13.6px); color: rgb(255, 255, 255); font-size: 14px; font-weight: 500; line-height: 1.29; text-transform: uppercase; cursor: pointer; transition-property: background-color; transition-timing-function: ease-in-out; transition-duration: 0.2s; }
.dropdown__header[data-v-8594c61d]:hover, .dropdown__header[data-v-8594c61d]:active { background-color: rgba(255, 255, 255, 0.16); }
.dropdown__header[data-v-8594c61d]:focus { outline: 1px solid var(--color-action); background-color: rgba(255, 255, 255, 0.16); box-shadow: rgba(0, 117, 255, 0.25) 0px 0px 0px 2px; }
.dropdown__arrow-icon[data-v-8594c61d] { opacity: 0.5; transition-property: rotate; transition-timing-function: ease-in-out; transition-duration: 0.3s; }
.dropdown__arrow-icon_is_turn[data-v-8594c61d] { rotate: 180deg; }
.dropdown__flag[data-v-8594c61d] { border-radius: 100%; }
.footer[data-v-af08fb3d] { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 16px; margin-top: auto; }
@media (min-width: 768px) {
  .footer[data-v-af08fb3d] { padding: 0px 60px 40px; }
}
.footer__have-an-account[data-v-af08fb3d] { margin-bottom: 40px; }
@media (min-width: 768px) {
  .footer__have-an-account[data-v-af08fb3d] { display: none; }
}
.footer__main[data-v-af08fb3d] { display: flex; align-items: center; gap: 16px; }
@media (min-width: 768px) {
  .footer__main[data-v-af08fb3d] { width: 100%; align-items: flex-start; justify-content: space-between; }
}
.footer__copyright[data-v-af08fb3d] { max-width: 400px; font-size: 12px; font-weight: 400; line-height: 1.42; text-align: left; display: flex; flex-direction: column; gap: 10px; color: rgba(255, 255, 255, 0.5); margin: 0px; }
.footer__link[data-v-af08fb3d] { color: inherit; text-decoration: none; }
.footer__link[data-v-af08fb3d]:hover { text-decoration: underline; }
.bonus-value[data-v-208a18d3] { display: flex; flex-direction: column; align-items: center; gap: 2px; padding-top: 10px; margin: 0px; }
@media (min-width: 768px) {
  .bonus-value[data-v-208a18d3] { padding-top: 60px; }
}
.bonus-value__text[data-v-208a18d3] { display: inline-flex; flex-direction: column; align-items: center; color: rgb(255, 255, 255); text-align: center; font-size: 10px; font-style: normal; font-weight: 500; line-height: 1.3; text-transform: uppercase; max-width: 33px; margin: 0px; }
@media (min-width: 768px) {
  .bonus-value__text[data-v-208a18d3] { font-size: 18px; max-width: 66px; }
  .bonus-value__text[data-v-208a18d3]:lang(sw) { font-size: 15px; }
}
.bonus-value__text[data-v-208a18d3]:lang(ms) { font-size: 8px; }
@media (min-width: 768px) {
  .bonus-value__text[data-v-208a18d3]:lang(ms) { font-size: 15px; }
}
.wheel[data-v-7e6a7549] { position: relative; width: 300px; height: 300px; margin: 0px auto; overflow: hidden; }
@media (min-width: 768px) {
  .wheel[data-v-7e6a7549] { width: 585px; height: 585px; }
}
.wheel__circle[data-v-7e6a7549] { position: absolute; inset: 0px; background-size: 100% 100%; background-image: url("/fortunewheel/v3/fortunewheel-assets/wheel-circle-ab41779f.avif"); z-index: 1; }
.wheel__bg[data-v-7e6a7549] { position: absolute; top: 3px; left: -3px; width: 101%; height: 101%; background-size: 100% 100%; background-image: url("/fortunewheel/v3/fortunewheel-assets/wheel-bg-c9026479.avif"); --default-angle: -23deg; --changed-angle: -29deg; }
.wheel__bonuses[data-v-7e6a7549] { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; padding: 0px; margin: 0px; transform: rotate(23deg); transform-origin: center center 0px; list-style: none; }
.wheel__bonuses_shake-1[data-v-7e6a7549] { animation-name: wheel-shake-1-7e6a7549; animation-duration: 2.4s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; }
.wheel__bonuses_first-turn[data-v-7e6a7549] { animation-name: first-turn-7e6a7549; animation-duration: 3.4s; animation-iteration-count: 1; animation-fill-mode: both; animation-timing-function: ease-in-out; }
.wheel__bonuses_shake-2[data-v-7e6a7549] { animation-name: wheel-shake-2-7e6a7549; animation-duration: 2.4s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; }
.wheel__bonuses_second-turn[data-v-7e6a7549] { animation-name: second-turn-7e6a7549; animation-duration: 3.4s; animation-iteration-count: 1; animation-fill-mode: both; animation-timing-function: ease-in-out; }
.wheel__bonus-item[data-v-7e6a7549] { position: absolute; top: 28px; left: 50%; transform: translate(-50%); width: 100%; height: 122px; transform-origin: left bottom 0px; will-change: transform; text-shadow: rgba(123, 172, 255, 0.8) 0px 2px 35px; }
@media (min-width: 768px) {
  .wheel__bonus-item[data-v-7e6a7549] { height: 268px; }
}
.wheel__bonus-item[data-v-7e6a7549]:nth-child(2) { rotate: 45deg; }
.wheel__bonus-item[data-v-7e6a7549]:nth-child(3) { rotate: 90deg; }
.wheel__bonus-item[data-v-7e6a7549]:nth-child(4) { rotate: 135deg; }
.wheel__bonus-item[data-v-7e6a7549]:nth-child(5) { rotate: 180deg; }
.wheel__bonus-item[data-v-7e6a7549]:nth-child(6) { rotate: 225deg; }
.wheel__bonus-item[data-v-7e6a7549]:nth-child(7) { rotate: 270deg; }
.wheel__bonus-item[data-v-7e6a7549]:nth-child(8) { rotate: 315deg; }
.wheel__text-bold[data-v-7e6a7549] { color: rgb(255, 255, 255); text-align: center; font-size: 12px; font-weight: 800; line-height: normal; }
@media (min-width: 768px) {
  .wheel__text-bold[data-v-7e6a7549] { font-size: 22px; }
}
.wheel__text-yellow[data-v-7e6a7549] { text-align: center; text-shadow: rgba(123, 172, 255, 0.8) 0px 2px 35px; font-size: 8px; font-weight: 700; line-height: normal; background-image: linear-gradient(122deg, rgb(255, 235, 170) -31%, rgb(255, 172, 45) 115%); background-clip: text; -webkit-text-fill-color: transparent; }
@media (min-width: 768px) {
  .wheel__text-yellow[data-v-7e6a7549] { font-size: 16px; }
}
.wheel__button[data-v-7e6a7549] { position: absolute; padding: 0px; width: 80px; height: 80px; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: transparent; border: medium; cursor: pointer; font-size: 12px; font-weight: 800; line-height: 1.08; letter-spacing: -0.237px; text-transform: uppercase; color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2.016px; z-index: 2; }
.wheel__button[data-v-7e6a7549]:disabled { cursor: not-allowed; }
@media (min-width: 768px) {
  .wheel__button[data-v-7e6a7549] { font-size: 18px; width: 120px; height: 120px; }
}
@keyframes wheel-shake-1-7e6a7549 {
0%, 100% { rotate: var(--default-angle); }
50% { rotate: var(--changed-angle); }
}
@keyframes wheel-shake-2-7e6a7549 {
0%, 100% { rotate: 3939deg; }
50% { rotate: 3943deg; }
}
@keyframes first-turn-7e6a7549 {
70% { rotate: 3947deg; }
80% { rotate: 3937deg; }
90% { rotate: 3943deg; }
100% { rotate: 3939deg; }
}
@keyframes second-turn-7e6a7549 {
0% { rotate: 4040deg; }
70% { rotate: 8446deg; }
80% { rotate: 8436deg; }
90% { rotate: 8442deg; }
100% { rotate: 8438deg; }
}
:lang(kk) .wheel__button[data-v-7e6a7549], :lang(ky) .wheel__button[data-v-7e6a7549], :lang(tg) .wheel__button[data-v-7e6a7549], :lang(uz) .wheel__button[data-v-7e6a7549] { font-size: 8px; }
@media (min-width: 768px) {
  :lang(kk) .wheel__button[data-v-7e6a7549], :lang(ky) .wheel__button[data-v-7e6a7549], :lang(tg) .wheel__button[data-v-7e6a7549], :lang(uz) .wheel__button[data-v-7e6a7549] { font-size: 14px; }
}
:lang(pl) .wheel__button[data-v-7e6a7549] { font-size: 10px; }
@media (min-width: 768px) {
  :lang(pl) .wheel__button[data-v-7e6a7549] { font-size: 14px; }
}
:lang(el) .wheel__text-bold[data-v-7e6a7549], :lang(ms) .wheel__text-bold[data-v-7e6a7549] { font-size: 8px; }
@media (min-width: 768px) {
  :lang(el) .wheel__text-bold[data-v-7e6a7549], :lang(ms) .wheel__text-bold[data-v-7e6a7549] { font-size: 16px; }
}
:lang(el) .wheel__button[data-v-7e6a7549], :lang(ms) .wheel__button[data-v-7e6a7549] { font-size: 8px; }
@media (min-width: 768px) {
  :lang(el) .wheel__button[data-v-7e6a7549], :lang(ms) .wheel__button[data-v-7e6a7549] { font-size: 16px; }
}
.count-of-attempts[data-v-24b45eca] { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 80px; height: 70px; border-radius: 15px; box-shadow: rgba(103, 36, 203, 0.4) 0px 2px 35px; z-index: 1; position: absolute; right: 0px; top: 5px; }
@media (min-width: 768px) {
  .count-of-attempts[data-v-24b45eca] { width: 88px; height: 78px; right: -72px; top: 40px; }
}
.count-of-attempts[data-v-24b45eca]::before, .count-of-attempts[data-v-24b45eca]::after { content: ""; position: absolute; }
.count-of-attempts[data-v-24b45eca]::before { inset: -2px; background-image: linear-gradient(144deg, rgb(191, 149, 230) -7%, rgb(153, 83, 217) 56%, rgb(87, 12, 162) 140%); z-index: -1; border-radius: 10px; }
.count-of-attempts[data-v-24b45eca]::after { inset: 0px; background-image: linear-gradient(136deg, rgb(19, 21, 91) -5%, rgb(0, 6, 33) 108%); z-index: -1; border-radius: 10px; }
.count-of-attempts__number[data-v-24b45eca] { text-align: center; font-size: 30px; font-weight: 900; line-height: 1; color: var(--light-color); }
.count-of-attempts__text[data-v-24b45eca] { font-size: 12px; font-weight: 500; line-height: 1; text-transform: capitalize; color: var(--light-color); }
.form-field {
  position: relative;
  margin-bottom: 12px;
}

.input-container {
  position: relative;
  background: linear-gradient(270deg, rgba(255,255,255,0.05), rgba(255,255,255,0.1));
  border-radius: 12px;
  transition: background 0.2s ease-in-out;
}

.input-container:focus-within {
  background: linear-gradient(270deg, rgba(255,255,255,0.12), rgba(255,255,255,0.2));
  box-shadow: 0 0 0 2px rgba(0,117,255,0.25);
}

.form-input {
  width: 100%;
  height: 48px;
  padding: 20px 16px 4px;
  background: transparent;
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.2s ease;
}

.form-input:focus {
  outline: none;
}

.form-label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  transition: all 0.2s cubic-bezier(.4,0,.2,1);
}

/* Label animation for when input is focused or has content */
.form-input:focus + .form-label,
.form-input:not(:placeholder-shown) + .form-label {
  top: 8px;
  transform: none;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

/* Error state */
.form-field.error .input-container {
  background: linear-gradient(270deg, rgba(255,0,0,0.05), rgba(255,0,0,0.1));
}

.form-field.error .form-label {
  color: rgba(255,0,0,0.7);
}

.form-message-error {
  font-size: 12px;
  color: rgb(174, 20, 37);
  margin-top: 4px;
  display: none;
}

.form-message-error.is-shown {
  display: block;
}

/* Remove old input styles */
.input-name__container,
.input-email__container,
.input-password__container {
  background: none;
}

.input-name__input,
.input-email__input,
.input-password__input {
  background: none;
}

.input-name__label,
.input-email__label,
.input-password__label {
  display: none;
}
.reg-form-button[data-v-f82ce29f] { position: relative; border-radius: 12px; box-shadow: rgba(10, 101, 249, 0.6) 0px 5px 20px -5px; background-image: linear-gradient(103deg, rgb(24, 133, 236) -66%, rgb(19, 124, 249) 38%, rgb(1, 82, 249) 133%); border: medium; color: rgb(255, 255, 255); cursor: pointer; text-align: center; padding: 0px 15px; height: 50px; overflow: hidden; font-size: 14px; font-style: normal; font-weight: 500; line-height: 50px; transition-property: opacity; transition-timing-function: ease-in-out; transition-duration: 0.3s; }
@media (min-width: 768px) {
  .reg-form-button[data-v-f82ce29f] { font-size: 20px; }
}
.reg-form-button[data-v-f82ce29f]:hover { opacity: 0.8; }
.reg-form-button[data-v-f82ce29f]:focus-visible { outline: rgb(255, 255, 255) solid 3px; }
.reg-form-button[data-v-f82ce29f]:disabled { opacity: 0.5; pointer-events: none; }
.reg-form-button__icon-loader[data-v-f82ce29f] { margin: 0px auto; width: 22px; height: 22px; animation-duration: 1s; animation-name: spin-f82ce29f; animation-timing-function: linear; animation-iteration-count: infinite; }
@keyframes spin-f82ce29f {
100% { transform: rotate(360deg); }
}
:lang(el) .reg-form-button[data-v-f82ce29f] { text-transform: lowercase; }
.select-currency-modal[data-v-c61a7fc1] { position: absolute; width: 100%; top: calc(100% + 6px); left: 0px; padding: 4px; background-image: linear-gradient(0deg, rgb(245, 245, 245), rgb(245, 245, 245)); background-color: rgb(255, 255, 255); border: 2px solid black; border-radius: 12px; z-index: 9; }
.select-currency-modal__list[data-v-c61a7fc1] { list-style: none; padding: 2px; margin: 0px; max-height: 200px; overflow-y: auto; scrollbar-color: rgb(209, 209, 209) rgb(245, 245, 245); scrollbar-width: thin; }
.select-currency-modal__list[data-v-c61a7fc1]::-webkit-scrollbar { width: 4px; background-color: rgb(245, 245, 245); overflow: hidden; border-radius: 10px; }
.select-currency-modal__list[data-v-c61a7fc1]::-webkit-scrollbar-thumb { background-color: rgb(209, 209, 209); border-radius: 10px; }
.select-currency-modal__item[data-v-c61a7fc1]:not(:last-child) { margin-bottom: 2px; }
.select-currency-modal__button[data-v-c61a7fc1] { position: relative; width: 100%; background-color: rgb(245, 245, 245); border-radius: 10px; padding: 11px 11px 11px 47px; border: medium; cursor: pointer; font-weight: 500; font-size: 14px; line-height: 1.29; color: rgb(0, 0, 0); text-align: left; display: flex; align-items: center; column-gap: 12px; transition-property: background-color, box-shadow; transition-timing-function: ease-in-out; transition-duration: 0.15s; }
.select-currency-modal__button[data-v-c61a7fc1]:hover { background-color: rgba(15, 15, 15, 0.04); }
.select-currency-modal__button[data-v-c61a7fc1]:active { box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 3px; background-color: rgb(255, 255, 255); }
.select-currency-modal__button[data-v-c61a7fc1]:focus-visible { outline: rgb(58, 137, 255) solid 1px; box-shadow: rgba(58, 137, 255, 0.24) 0px 0px 0px 2px; }
.select-currency-modal__symbol[data-v-c61a7fc1] { position: absolute; left: 24px; top: 50%; transform: translate(-50%, -50%); font-weight: 600; font-size: 16px; color: var(--color-text-dark); }
.select-currency[data-v-330b979b] { position: relative; background-color: var(--color-background-input); border-radius: 12px; min-height: 48px; }
.select-currency__button[data-v-330b979b] { width: 100%; display: flex; align-items: center; position: absolute; inset: 0px; border: medium; cursor: pointer; border-radius: 12px; padding: 0px 16px 0px 53px; background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1)); color: rgb(255, 255, 255); font-size: 16px; font-weight: 400; line-height: 1.5; background-color: transparent; }
.select-currency__button[data-v-330b979b]:hover { outline: 1px solid var(--color-action); }
.select-currency__button[data-v-330b979b]:focus { outline: 1px solid var(--color-action); box-shadow: rgba(0, 117, 255, 0.25) 0px 0px 0px 2px; }
.select-currency__symbol[data-v-330b979b] { position: absolute; top: 50%; left: 24px; transform: translate(-50%, -50%); }
.select-currency__currency-name[data-v-330b979b] { margin-right: auto; }
.select-currency__arrow[data-v-330b979b] { transition-property: rotate; transition-timing-function: ease-in-out; transition-duration: 0.2s; }
.select-currency__arrow_is_turn[data-v-330b979b] { rotate: 180deg; }
.dropdown-enter-active[data-v-330b979b], .dropdown-leave-active[data-v-330b979b] { transition: opacity 0.1s ease-in-out; }
.dropdown-enter-from[data-v-330b979b], .dropdown-leave-to[data-v-330b979b] { opacity: 0; }
.reg-form[data-v-67f8b7f9] { display: flex; flex-direction: column; gap: 12px; }
.reg-form__input-password[data-v-67f8b7f9] { margin-bottom: 12px; }
.reg-form__privacy[data-v-67f8b7f9] { display: flex; flex-direction: column; margin: 0px 0px 8px; font-size: 10px; font-weight: 300; line-height: 1.4; text-align: center; color: rgba(255, 255, 255, 0.4); }
.reg-form__privacy-link[data-v-67f8b7f9] { color: rgba(255, 255, 255, 0.4); }
.bonus[data-v-ce8a87b0] { position: relative; left: 50%; transform: translate(-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 16px; margin: 0px; overflow: hidden; background-image: url("/fortunewheel/v3/fortunewheel-assets/gift-bg-91b6e2d0.avif"); background-size: cover; width: 200px; height: 132px; color: rgb(255, 255, 255); text-shadow: rgba(123, 172, 255, 0.8) 0px 2px 35px; }
@media (min-width: 768px) {
  .bonus[data-v-ce8a87b0] { height: 183px; background-image: url("/fortunewheel/v3/fortunewheel-assets/gift-bg_768-6ef446d8.avif"); }
}

.error-msg{
color:rgb(174, 20, 37);
font-size:12px;
}

.label-mini{
font-size: 11px;
color: #939393;
}

@media (min-width: 1024px) {
  .bonus[data-v-ce8a87b0] { height: 245px; width: 267px; }
}
.bonus[data-v-ce8a87b0]::after { content: ""; background-image: url("/fortunewheel/v3/fortunewheel-assets/gift-decor-a2071046.avif"); background-size: 100% 100%; width: 156px; height: 84px; position: absolute; top: 24px; left: 24px; }
@media (min-width: 768px) {
  .bonus[data-v-ce8a87b0]::after { background-image: url("/fortunewheel/v3/fortunewheel-assets/gift-decor_768-7fb19b14.avif"); height: 134px; }
}
@media (min-width: 1024px) {
  .bonus[data-v-ce8a87b0]::after { top: 32px; left: 35px; width: 201px; height: 180px; }
}
.bonus { color: rgb(255, 255, 255); text-align: center; font-size: 12px; font-weight: 800; line-height: normal; text-transform: uppercase; }
.bonus__bold { color: rgb(255, 255, 255); text-align: center; font-size: 14px; font-weight: 800; line-height: normal; }
@media (min-width: 768px) {
  .bonus__bold { font-size: 22px; }
}
.bonus__yellow { text-align: center; text-shadow: rgba(123, 172, 255, 0.8) 0px 2px 35px; font-size: 12px; font-weight: 700; line-height: normal; background-image: linear-gradient(122deg, rgb(255, 235, 170) -31%, rgb(255, 172, 45) 115%); background-clip: text; -webkit-text-fill-color: transparent; }
@media (min-width: 768px) {
  .bonus__yellow { font-size: 17px; }
}
.modal-content__wrapper[data-v-f72bbf7e] { display: flex; flex-direction: column; align-items: center; width: 100%; min-height: 100%; margin: 0px auto; }
@media (min-width: 1024px) {
  .modal-content__wrapper[data-v-f72bbf7e] { justify-content: center; }
}
.modal-content__content[data-v-f72bbf7e] { margin-top:40px; position: relative; max-width: 420px; display: flex; flex-direction: column; width: 100%; padding: 30px; border-radius: 20px; box-shadow: rgba(194, 174, 92, 0.2) 0px 12px 165px; background-color: rgba(0, 10, 37, 0.95); background-image: radial-gradient(circle at 100% 74%, rgba(220, 84, 255, 0.5), rgba(112, 43, 130, 0.5) 24%, rgba(35, 14, 62, 0) 69%, rgba(15, 6, 45, 0) 106%, rgba(0, 0, 0, 0.5) 0px); }
@media (min-width: 768px) {
  .modal-content__content[data-v-f72bbf7e] { max-width: 485px; margin-top:0px; }
}
.modal-content__content[data-v-f72bbf7e]::before { display: none; }
@media (min-width: 768px) {
  .modal-content__content[data-v-f72bbf7e]::before { display: block; content: ""; position: absolute; left: -180px; top: 150px; background-image: url("/fortunewheel/v3/fortunewheel-assets/gift-9aed8d1c.avif"); background-size: 100% 100%; width: 430px; height: 318px; pointer-events: none; z-index: 1; }
}
.modal-content__content[data-v-f72bbf7e]::after { content: ""; position: absolute; top: 0px; right: 0px; background-image: url("/fortunewheel/v3/fortunewheel-assets/gift-9aed8d1c.avif"); background-size: 100% 100%; transform: scaleX(-1) rotate(30deg); pointer-events: none; z-index: 1; width: 175px; height: 130px; }
@media (min-width: 768px) {
  .modal-content__content[data-v-f72bbf7e]::after { transform: scaleX(-1) rotate(10deg); top: 160px; right: -45px; }
}
.modal-content__group[data-v-f72bbf7e] { max-width: 280px; width: 100%; margin: 0px auto; }
@media (min-width: 768px) {
  .modal-content__group[data-v-f72bbf7e] { max-width: 325px; }
}
.modal-content__header[data-v-f72bbf7e] { position: absolute; top: -60px; left: 0px; pointer-events: none; }
@media (min-width: 768px) {
  .modal-content__header[data-v-f72bbf7e] { top: -90px; left: -10px; }
}
.modal-content__grats[data-v-f72bbf7e] { color: rgb(255, 255, 255); font-size: 13px; font-weight: 400; line-height: 1; margin: 0px 0px 2px; }
@media (min-width: 768px) {
  .modal-content__grats[data-v-f72bbf7e] { text-align: center; font-size: 16px; }
}
.modal-content__winning[data-v-f72bbf7e] { color: rgb(255, 255, 255); font-size: 24px; font-weight: 700; line-height: 1; margin: 0px 0px 20px; }
@media (min-width: 768px) {
  .modal-content__winning[data-v-f72bbf7e] { text-align: center; font-size: 36px; margin-bottom: 36px; }
}
.modal-content__list-of-bonuses[data-v-f72bbf7e] { display: flex; align-items: center; justify-content: space-between; gap: 8px; list-style: none; padding: 0px; margin: 0px 0px 24px; max-width: 100%; width: 100%; height: 66px; position: relative; }
@media (min-width: 768px) {
  .modal-content__list-of-bonuses[data-v-f72bbf7e] { height: 100px; }
}
.modal-content__list-of-bonuses li[data-v-f72bbf7e] { position: absolute; top: -30px; width: 150px; }
@media (min-width: 768px) {
  .modal-content__list-of-bonuses li[data-v-f72bbf7e] { width: 50%; }
}
.modal-content__list-of-bonuses li[data-v-f72bbf7e]:nth-child(1) { left: -10px; }
.modal-content__list-of-bonuses li[data-v-f72bbf7e]:nth-child(2) { right: -10px; }
.modal-content__form[data-v-f72bbf7e] { width: 100%; margin-bottom: 16px; }
.modal-content__bonus-item[data-v-f72bbf7e] { width: 180px; height: 125px; background-size: 100% 100%; }
@media (min-width: 768px) {
  .modal-content__bonus-item[data-v-f72bbf7e] { width: 240px; height: 150px; }
}
.modal-content__bonus-item[data-v-f72bbf7e]::after { width: 134px; height: 78px; }
@media (min-width: 768px) {
  .modal-content__bonus-item[data-v-f72bbf7e]::after { width: 182px; height: 106px; top: 22px; left: 29px; }
}
.modal-content__account[data-v-f72bbf7e] { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: 10px; line-height: 1.2; color: rgba(255, 255, 255, 0.4); }
.modal-content__account-link[data-v-f72bbf7e] { font-weight: 500; font-size: 12px; line-height: 14px; color: rgb(255, 255, 255); text-decoration: none; }
.modal-content__copy[data-v-f72bbf7e] { display: flex; align-items: flex-start; justify-content: space-between; }
.modal-content__copy-text[data-v-f72bbf7e] { display: flex; flex-direction: column; padding-right: 20px; margin: 0px; color: rgba(255, 255, 255, 0.4); font-size: 12px; font-weight: 400; line-height: 1.42; }
.modal-content__copy-text span[data-v-f72bbf7e]:first-child { text-transform: uppercase; }
.modal-content__bonus-item .text-number { font-size: 18px; }
@media (min-width: 768px) {
  .modal-content__bonus-item .text-number { font-size: 20px; }
}
.list-of-bonuses[data-v-ff6b3d3e] { list-style: none; padding: 0px; margin: 0px auto; position: relative; max-width: 320px; height: 100px; display: flex; justify-content: space-between; align-items: center; }
.list-of-bonuses--empty[data-v-ff6b3d3e] { height: 0; min-height: 0; overflow: hidden; margin: 0; padding: 0; border: none; }
@media (min-width: 768px) {
  .list-of-bonuses[data-v-ff6b3d3e] { height: 200px; transform: translateY(-24px); }
  .list-of-bonuses--empty[data-v-ff6b3d3e] { height: 0; min-height: 0; }
}
@media (min-width: 1024px) {
  .list-of-bonuses[data-v-ff6b3d3e] { position: absolute; left: 50%; width: 320px; transform: translate(-50%); }
}
.list-of-bonuses__bonus_is_shown[data-v-ff6b3d3e] { opacity: 1; visibility: visible; pointer-events: visible; }
.list-of-bonuses__bonus-items[data-v-ff6b3d3e] { width: 142px; }
@media (min-width: 1024px) {
  .list-of-bonuses__bonus-items[data-v-ff6b3d3e] { position: absolute; }
}
.list-of-bonuses__bonus-items[data-v-ff6b3d3e]:first-child { top: -312px; left: -315px; }
.list-of-bonuses__bonus-items[data-v-ff6b3d3e]:last-child { top: -415px; right: -315px; }
.loader[data-v-fc53f640] { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 29px; position: fixed; inset: 0px; background-color: rgb(20, 20, 21); z-index: 999; transition-property: opacity; transition-timing-function: ease-in-out; transition-duration: 0.4s; }
@media (min-width: 768px) {
  .loader[data-v-fc53f640] { gap: 41px; }
}
@media (min-width: 1440px) {
  .loader[data-v-fc53f640] { gap: 39px; }
}
@media (min-width: 1920px) {
  .loader[data-v-fc53f640] { gap: 68px; }
}
.loader-wrapper[data-v-fc53f640] { align-items: center; display: flex; gap: 19px; }
@media (min-width: 768px) {
  .loader-wrapper[data-v-fc53f640] { gap: 35px; }
}
.loader__icon[data-v-fc53f640] { width: 50px; height: 50px; margin: 0px auto; animation-duration: 1s; animation-name: spin-fc53f640; animation-timing-function: linear; animation-iteration-count: infinite; color: rgb(0, 117, 255); }
@media (min-width: 768px) {
  .loader__icon-cross[data-v-fc53f640] { width: 44px; height: 44px; }
}
@keyframes spin-fc53f640 {
100% { transform: rotate(360deg); }
}
.modal[data-v-4b1861d7] { display: block; position: fixed; inset: 0px; z-index: 12; background-color: rgba(0, 0, 0, 0.72); backdrop-filter: blur(5px); padding: 112px 12px 24px; overflow: auto; }
@media (min-width: 768px) {
  .modal[data-v-4b1861d7] { padding-top: 192px; padding-bottom: 40px; }
}
.restrict[data-v-8a04a53b] { z-index: 11; }
.restrict__container[data-v-8a04a53b] { display: flex; flex-direction: column; align-items: center; gap: 12px; max-width: 320px; }
.restrict__text[data-v-8a04a53b] { text-align: center; }
.restrict__country[data-v-8a04a53b] { display: flex; align-items: center; gap: 10px; }
.restrict__country-key[data-v-8a04a53b] { font-weight: 500; }
.restrict__icon[data-v-8a04a53b] { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; }
.restrict__title[data-v-8a04a53b] { font-size: 24px; }
.restrict__description[data-v-8a04a53b] { max-width: 300px; margin: 0px auto; line-height: 120%; letter-spacing: -0.21px; opacity: 0.7; }
.modal-restrict[data-v-e9cdded7] { max-width: 300px; width: 100%; margin: 0px auto; background-color: rgb(255, 255, 255); padding: 40px 20px 20px; position: relative; border-radius: 16px; }
@media (min-width: 768px) {
  .modal-restrict[data-v-e9cdded7] { max-width: 390px; }
}
.modal-restrict__close[data-v-e9cdded7] { display: flex; align-items: center; justify-content: center; position: absolute; right: 20px; top: 20px; width: 24px; height: 24px; border-radius: 4px; background-color: rgb(237, 240, 247); border: medium; cursor: pointer; padding: 0px; font-size: 22px; color: rgb(153, 162, 173); }
.modal-restrict__image[data-v-e9cdded7] { display: block; margin: 0px auto; }
.modal-restrict__country[data-v-e9cdded7] { display: flex; align-items: center; justify-content: center; gap: 8px; }
.modal-restrict__country-icon[data-v-e9cdded7] { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; }
.modal-restrict__country-key[data-v-e9cdded7] { font-size: 14px; }
.modal-restrict__title[data-v-e9cdded7] { margin: 0px 0px 8px; font-size: 20px; text-align: center; }
.modal-restrict__text[data-v-e9cdded7] { font-size: 12px; line-height: 1.375; text-align: center; margin: 0px 0px 20px; }
.modal-restrict__button[data-v-e9cdded7] { border: medium; border-radius: 8px; cursor: pointer; width: 100%; background-image: linear-gradient(267.05deg, rgb(8, 158, 78) 0%, rgb(49, 188, 105) 99.28%); box-shadow: rgba(14, 161, 81, 0.3) 0px 6px 18px; text-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px; font-size: 15px; line-height: 18px; min-height: 40px; color: rgb(255, 255, 255); font-weight: 500; }
.app-body[data-v-8b0f2fb2] { display: flex; justify-content: center; align-items: center; background-color: rgb(9, 15, 30); position: fixed; inset: 0px; color: rgb(255, 255, 255); padding: 40px 15px; overflow-y: auto; }
.app-wrapper[data-v-8b0f2fb2] { display: flex; flex-direction: column; min-height: 100vh; overflow-x: hidden; overflow-y: auto; background: none; }
.app-wrapper[data-v-8b0f2fb2] > .page-section--fullbg,
.app-wrapper[data-v-8b0f2fb2] > .footer { position: relative; z-index: 1; }
@supports (min-height: 100dvh) {
  .app-wrapper[data-v-8b0f2fb2] { min-height: 100dvh; }
}
.main[data-v-8b0f2fb2] { max-width: 300px; margin: 0px auto; position: relative; width: 100%; }
@media (min-width: 768px) {
  .main[data-v-8b0f2fb2] { max-width: 585px; }
}

/* Full-width section row: background spans entire viewport width */
.page-section--fullbg {
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 6, 29, 0.35), rgba(0, 14, 62, 0.05)), url("/fortunewheel/v3/fortunewheel-assets/background-baa82c45.avif");
  background-size: 100% 60%, cover;
  background-position: center bottom, center center;
  background-repeat: no-repeat;
  padding: 40px 0 32px;
}
.page-section--fullbg:last-of-type {
  padding-bottom: 56px;
}
/* Hero block (Northbonus fordele): less vertical padding */
.page-section--hero-fox {
  padding-top: 20px !important;
  padding-bottom: 16px !important;
}
@media (min-width: 768px) {
  .page-section--hero-fox {
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }
}
/* Store bonusser: extra top padding so fox doesn’t cover heading */
.page-section--store-bonusses {
  padding-top: 56px;
}
@media (min-width: 768px) {
  .page-section--store-bonusses {
    padding-top: 140px;
  }
}
/* Footer as full-width row with same background */
.footer--fullbg {
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 6, 29, 0.35), rgba(0, 14, 62, 0.05)), url("/fortunewheel/v3/fortunewheel-assets/background-baa82c45.avif");
  background-size: 100% 60%, cover;
  background-position: center bottom, center center;
  background-repeat: no-repeat;
}

/* Centered content container, max 1120px */
.page-section__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .page-section__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.main[data-v-8b0f2fb2]::before { content: ""; position: absolute; top: -135px; left: -6px; width: 170px; height: 380px; background-image: url("/fortunewheel/v3/fortunewheel-assets/gift-9aed8d1c.avif"); background-position: 50% center; background-size: contain; background-repeat: no-repeat; pointer-events: none; z-index: 3; animation-name: gift-translate-8b0f2fb2; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; }
@media (min-width: 768px) {
  .main[data-v-8b0f2fb2]::before { width: 415px; height: 380px; left: -113px; top: 0px; }
}
.main__restrict-deny[data-v-8b0f2fb2] { position: absolute; width: 100%; height: 93%; top: 0px; left: 0px; z-index: 11; }
.main__count-of-attempts[data-v-8b0f2fb2] { margin: 0px; }
.main__wheel[data-v-8b0f2fb2] { margin-bottom: 24px; }
.without-avif .app-wrapper[data-v-8b0f2fb2] { background-image: url(""); }
.without-avif .main[data-v-8b0f2fb2]::before { background-image: url(""); }
@keyframes gift-translate-8b0f2fb2 {
0%, 100% { transform: translateY(0px); }
25% { transform: translateY(5px); }
75% { transform: translateY(-5px); }
}
.input-name__container {
  background: linear-gradient(270deg, rgba(255,255,255,0.05), rgba(255,255,255,0.1));
  border-radius: 12px;
}
.input-name__container:focus-within {
  background: linear-gradient(270deg, rgba(255,255,255,0.12), rgba(255,255,255,0.2));
  box-shadow: 0 0 0 2px rgba(0,117,255,0.18);
}
.input-name__input {
  padding: 20px 16px 4px;
  background: linear-gradient(270deg, rgba(255,255,255,0.05), rgba(255,255,255,0.1)); 
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  border-radius: 12px;
}
.input-name__input:hover {
  outline: 1px solid var(--color-action, #0075ff);
}
.input-name__input:focus {
  outline: 1px solid var(--color-action, #0075ff);
  box-shadow: 0 0 0 2px rgba(0,117,255,0.25);
}
.input-name__input:focus + .input-name__label,
.input-name__input:valid + .input-name__label {
  top: 8px;
  transform: none;
  font-size: 11px;
  color: #fff;
}
.input-name__label {
  position: absolute;
  left: 16px; 
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  transition: all 0.2s cubic-bezier(.4,0,.2,1);
}

/* Phone input with flag styling */
.country-flag.selected-flag {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 53px;
  background-position: center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

#phone.form-input {
  padding-left: 48px !important;
}

.form-label[for="phone"] {
  padding-left: 30px;
}

.bonus-fade {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s;
}
.bonus-fade.is_shown {
  opacity: 1;
  pointer-events: auto;
}
.modal-fade {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  z-index: 9999 !important;
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
}
.modal-fade.is_shown {
  opacity: 1;
  pointer-events: auto;
  display: block !important;
  background: rgba(0,0,0,0.8);
}

/* Slot games carousel */
.slot-carousel__track::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .slot-carousel__card {
    width: 180px !important;
  }
}

/* Hero block with fox: side-by-side on larger screens, fox much bigger, legs overlap next section */
@media (min-width: 768px) {
  .hero-fox {
    flex-direction: row !important;
    justify-content: space-between !important;
    text-align: left !important;
    padding: 20px 32px 0 !important;
  }
  .hero-fox > div:first-of-type {
    text-align: left !important;
    max-width: 380px;
  }
  .hero-fox__character {
    width: 520px !important;
    height: 620px !important;
    margin-bottom: -180px !important;
    background-position: bottom center !important;
  }
}

/* Big bonuses: 3 columns on desktop, vertical separators, buttons aligned to bottom */
@media (min-width: 768px) {
  .big-bonuses .big-bonuses__grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0 !important;
    align-items: stretch;
  }
  .big-bonuses .big-bonuses__article {
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    border-right: 1px solid rgba(255,255,255,0.22);
  }
  .big-bonuses .big-bonuses__article:first-child {
    padding-left: 0;
  }
  .big-bonuses .big-bonuses__article:last-child {
    border-right: none;
    padding-right: 0;
  }
}

/* Big bonuses: horizontal separators between articles on mobile only */
@media (max-width: 767px) {
  .big-bonuses .big-bonuses__article:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.22);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.big-bonuses .big-bonuses__article > p {
  margin-bottom: 28px;
}
.big-bonuses__read-more {
  margin-top: auto;
  text-decoration: none;
  padding: 10px 18px !important;
  font-size: 12px !important;
  text-align: center;
  box-sizing: border-box;
}
.big-bonuses__read-more.content-cta-btn {
  min-height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top:30px;
}

/* Shiny perimeter border animation – used by buttons on hover */
@keyframes fw-shine-rotate {
  to { transform: rotate(360deg); }
}

/* Shared shiny border setup: pseudo-element renders ONLY an outer outline ring */
.fw-btn-shiny {
  --fw-ring-size: 3px;
  position: relative;
  overflow: visible;
  isolation: isolate;
}
.fw-btn-shiny::before {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--fw-ring-size));
  padding: var(--fw-ring-size);
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  background: conic-gradient(
    from 0deg,
    transparent 0deg 80deg,
    rgba(255, 255, 255, 0.35) 100deg,
    rgba(255, 255, 255, 0.98) 140deg,
    rgba(255, 255, 255, 0.5) 180deg,
    transparent 220deg 360deg
  );
  /* Keep only ring: border-box minus content-box = the padding area only */
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  mask-clip: content-box, border-box;
  mask-composite: exclude;
}
.fw-btn-shiny:hover:not(:disabled)::before {
  opacity: 1;
  animation: fw-shine-rotate 0.9s linear infinite;
}
.fw-btn-shiny:active:not(:disabled)::before {
  animation-duration: 0.6s;
}

/* Animated angle variable for border shine */
@property --fw-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes fw-border-spin {
  to { --fw-angle: 360deg; }
}

/* Content area CTA buttons – clean, modern */
.content-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 9999px;
  border: 3px solid transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.content-cta-btn:hover {
  transform: scale(1.02);
}
.content-cta-btn:active {
  transform: scale(0.98);
}

/* Blue CTA: solid blue border, dark fill to match page bg */
.content-cta-btn--blue {
  background:
    linear-gradient(#060e24, #060e24) padding-box,
    linear-gradient(#2563eb, #2563eb) border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.content-cta-btn--blue:hover {
  background:
    linear-gradient(#060e24, #060e24) padding-box,
    conic-gradient(from var(--fw-angle, 0deg),
      #2563eb 0deg, #2563eb 70deg,
      #93b4ff 110deg, #fff 140deg, #93b4ff 170deg,
      #2563eb 210deg, #2563eb 360deg
    ) border-box;
  animation: fw-border-spin 1.2s linear infinite;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.45);
}

/* Purple CTA: solid purple border, dark fill to match page bg */
.content-cta-btn--purple {
  background:
    linear-gradient(#060e24, #060e24) padding-box,
    linear-gradient(#7c3aed, #7c3aed) border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.content-cta-btn--purple:hover {
  background:
    linear-gradient(#060e24, #060e24) padding-box,
    conic-gradient(from var(--fw-angle, 0deg),
      #7c3aed 0deg, #7c3aed 70deg,
      #c4a0ff 110deg, #fff 140deg, #c4a0ff 170deg,
      #7c3aed 210deg, #7c3aed 360deg
    ) border-box;
  animation: fw-border-spin 1.2s linear infinite;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.45);
}

/* Form submit button: same outline pill style as CTA buttons */
.reg-form-button[data-v-f82ce29f] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 3px solid transparent;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 0px 32px;
  margin-top: 8px;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background:
    linear-gradient(#060e24, #060e24) padding-box,
    linear-gradient(#2563eb, #2563eb) border-box;
  transition: box-shadow 0.2s ease;
}
.reg-form-button[data-v-f82ce29f]:hover {
  background:
    linear-gradient(#060e24, #060e24) padding-box,
    conic-gradient(from var(--fw-angle, 0deg),
      #2563eb 0deg, #2563eb 70deg,
      #93b4ff 110deg, #fff 140deg, #93b4ff 170deg,
      #2563eb 210deg, #2563eb 360deg
    ) border-box;
  animation: fw-border-spin 1.2s linear infinite;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.45);
}
.reg-form-button[data-v-f82ce29f]:focus-visible { outline: rgb(255, 255, 255) solid 3px; }
.reg-form-button[data-v-f82ce29f]:disabled { opacity: 0.5; pointer-events: none; }

/* Wheel spin button: circular outer outline, shifted down to match visual center */
.wheel__button.fw-btn-shiny,
.wheel__button[data-v-7e6a7549].fw-btn-shiny {
  border-radius: 50%;
}
.wheel__button.fw-btn-shiny::before,
.wheel__button[data-v-7e6a7549].fw-btn-shiny::before {
  border-radius: 50%;
  top: calc(-1 * var(--fw-ring-size) + 4px);
}

/* ===== Casino List Page ===== */

/* Hero background stack: clip aurora; photo + aurora + scrims are explicit siblings for correct blending */
.cl-hero-bg-layer {
  overflow: hidden;
  background-color: #030928;
}

/* Mobile: full-bleed cover; light zoom so inner “frame” / letterboxing in the art crops off */
.cl-hero-bg-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('/fortunewheel/v3/mob-shapka.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateZ(0) scale(1.08);
  transform-origin: center center;
}
@media (min-width: 768px) {
  .cl-hero-bg-photo {
    background-image: url('/fortunewheel/v3/pc-shapka.webp');
    transform: translateZ(0);
  }
}

/* Northern-lights overlay (above photo layer, under gradient scrims) */
.cl-hero-aurora { display: none; /* disabled for character bg */
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  /* Fade aurora out toward left/right so it reads strongest in the center band. */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.22) 10%,
    rgba(0, 0, 0, 0.65) 22%,
    #000 38%,
    #000 62%,
    rgba(0, 0, 0, 0.65) 78%,
    rgba(0, 0, 0, 0.22) 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.22) 10%,
    rgba(0, 0, 0, 0.65) 22%,
    #000 38%,
    #000 62%,
    rgba(0, 0, 0, 0.65) 78%,
    rgba(0, 0, 0, 0.22) 90%,
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.cl-hero-aurora__band {
  position: absolute;
  width: 170%;
  height: 58%;
  left: -35%;
  top: -12%;
  border-radius: 50% 45% 55% 48%;
  opacity: 0.72;
  filter: blur(34px);
  /* Blends against sibling .cl-hero-bg-photo (screen reads clearly on night skies & dark hero shots). */
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.cl-hero-aurora__band--1 {
  background: linear-gradient(
    102deg,
    transparent 0%,
    rgba(34, 211, 238, 0.65) 18%,
    rgba(74, 222, 128, 0.72) 40%,
    rgba(52, 211, 153, 0.5) 58%,
    rgba(129, 140, 248, 0.4) 76%,
    transparent 100%
  );
  animation: cl-aurora-drift-a 11s ease-in-out infinite alternate;
}

.cl-hero-aurora__band--2 {
  top: 2%;
  height: 52%;
  background: linear-gradient(
    92deg,
    transparent 4%,
    rgba(192, 132, 252, 0.55) 24%,
    rgba(45, 212, 191, 0.58) 44%,
    rgba(16, 185, 129, 0.48) 66%,
    transparent 94%
  );
  animation: cl-aurora-drift-b 13s ease-in-out infinite alternate;
  animation-delay: -3s;
}

.cl-hero-aurora__band--3 {
  top: 10%;
  height: 42%;
  width: 150%;
  left: -25%;
  opacity: 0.55;
  filter: blur(44px);
  background: linear-gradient(
    118deg,
    transparent 0%,
    rgba(56, 189, 248, 0.5) 32%,
    rgba(139, 92, 246, 0.42) 52%,
    rgba(52, 211, 153, 0.38) 72%,
    transparent 100%
  );
  animation: cl-aurora-drift-c 16s ease-in-out infinite alternate;
  animation-delay: -7s;
}

@keyframes cl-aurora-drift-a {
  0% {
    transform: translate3d(-14%, -8%, 0) scale(1.03) skewX(-5deg);
    opacity: 0.55;
  }
  100% {
    transform: translate3d(16%, 10%, 0) scale(1.14) skewX(4deg);
    opacity: 0.82;
  }
}

@keyframes cl-aurora-drift-b {
  0% {
    transform: translate3d(12%, 4%, 0) scale(1.06) skewX(6deg);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(-18%, -6%, 0) scale(0.97) skewX(-4deg);
    opacity: 0.78;
  }
}

@keyframes cl-aurora-drift-c {
  0% {
    transform: translate3d(-10%, 6%, 0) scale(1.04) rotate(-2deg);
    opacity: 0.42;
  }
  100% {
    transform: translate3d(14%, -10%, 0) scale(1.12) rotate(2.5deg);
    opacity: 0.62;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cl-hero-aurora__band {
    animation: none;
  }
  .cl-hero-aurora__band--1 { opacity: 0.65; transform: translate3d(0, 0, 0) scale(1.06); }
  .cl-hero-aurora__band--2 { opacity: 0.55; transform: translate3d(0, 0, 0) scale(1.03); }
  .cl-hero-aurora__band--3 { opacity: 0.48; transform: translate3d(0, 0, 0) scale(1.04); }
}

/* Hero band: min-height so the background image extends a bit further below the fold */
.cl-page__hero-wrap {
  min-height: 30vh;
}
@media (min-width: 768px) {
  .cl-page__hero-wrap {
    min-height: 62vh;
  }
}
@media (min-width: 1024px) {
  .cl-page__hero-wrap {
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    display: flex;
    flex-direction: column;
  }
  .cl-page__hero-wrap > .header {
    flex-shrink: 0;
    margin-bottom: 12px;
  }
  .cl-page__hero-wrap > .casino-ticker {
    flex-shrink: 0;
  }
  .cl-page__hero-wrap > .cl-hero {
    flex: 1;
    min-height: 0;
    padding: 28px 32px 32px;
  }
}

/* Hero: welcome left + featured casino right */
.cl-hero {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px 24px;
}
@media (min-width: 768px) {
  .cl-hero {
    flex-direction: row;
    align-items: center;
    gap: 48px;
    padding: 40px 32px 88px;
  }
}

/* Left: welcome message */
.cl-hero__welcome {
  flex: 1;
  min-width: 0;
}
.cl-hero__date {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.03em;
}
.cl-hero__title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 2px 22px rgba(0, 0, 0, 0.55);
}
@media (min-width: 768px) {
  .cl-hero__title { font-size: 40px; }
}
.cl-hero__accent {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 40%, #FF8C00 70%, #FFD700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 0.3));
}
@media (min-width: 768px) {
  .cl-hero__accent { font-size: 48px; }
}
.cl-hero__text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  max-width: 440px;
}
@media (min-width: 768px) {
  .cl-hero__text { font-size: 15px; }
}
.cl-hero__link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.8),
    0 1px 14px rgba(0, 0, 0, 0.5);
  transition: color 0.15s ease, text-shadow 0.15s ease;
}
.cl-hero__link:hover {
  color: #fff;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.9),
    0 2px 18px rgba(0, 0, 0, 0.55);
}

/* Right: featured casino card */
.cl-hero__featured {
  flex-shrink: 0;
  width: 100%;
  max-width: 280px;
}
@media (min-width: 768px) {
  .cl-hero__featured {
    width: 280px;
  }
}
.cl-hero__featured-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 40px 24px 24px;
  border-radius: 16px;
  background: linear-gradient(rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.cl-hero__featured-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--fw-angle, 0deg),
    rgba(255,255,255,0.08) 0deg, rgba(255,255,255,0.08) 70deg,
    rgba(255,255,255,0.35) 110deg, rgba(255,255,255,0.6) 140deg, rgba(255,255,255,0.35) 170deg,
    rgba(255,255,255,0.08) 210deg, rgba(255,255,255,0.08) 360deg
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: fw-border-spin 5.4s linear infinite;
  pointer-events: none;
  z-index: 1;
}
.cl-hero__featured-inner > * {
  position: relative;
  z-index: 2;
}
.cl-hero__featured-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  background: linear-gradient(135deg, #d4af37, #f4d03f);
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 0 0 12px 12px;
  white-space: nowrap;
  z-index: 3;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
}
.cl-hero__featured-logo {
  width: 120px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}
.cl-hero__featured-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cl-hero__featured-rating {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
}
.cl-hero__featured-bonus {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}
.cl-hero__featured-cta {
  margin-top: 4px;
  text-decoration: none;
  font-size: 13px;
  padding: 12px 28px;
}

/* Filters bar */
.cl-filters {
  display: flex;
  gap: 10px;
  padding: 24px 0 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cl-filters::-webkit-scrollbar { display: none; }

.cl-filters__btn {
  flex: 0 0 auto;
  padding: 8px 18px;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: transparent;
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.cl-filters__btn:hover {
  border-color: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.85);
}
.cl-filters__btn--active {
  background: linear-gradient(135deg, #0f1845, #1a2565);
  border-color: rgba(255,255,255,0.08);
  color: #fff;
  box-shadow: 0 2px 12px rgba(15,24,69,0.5);
}

/* Casino list */
.cl-casino-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0 48px;
}

/* 3-column layout for /best-online-casinos — equal-height cards per row */
.cl-casino-list--three-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .cl-casino-list--three-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cl-casino-list--three-col {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Align content inside 3-col cards: stack layout, equal height */
.cl-casino-list--three-col .cl-casino-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.cl-casino-list--three-col .cl-casino-card__layout {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
}
.cl-casino-list--three-col .cl-casino-card__logo-side {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  border-right: none;
  padding: 40px 16px;
  min-height: 100px;
}
.cl-casino-list--three-col .cl-casino-card__logo-img {
  width: auto;
  height: 64px;
  max-width: 140px;
  object-fit: contain;
  object-position: center;
}
.cl-casino-list--three-col .cl-casino-card--cover-art .cl-casino-card__logo-side {
  /* Fixed strip: image slots are explicit px so row/card height does not follow asset aspect ratio */
  min-height: 440px;
  height: 440px;
  max-height: 440px;
  padding: 28px 20px 0;
  box-sizing: border-box;
}
.cl-casino-list--three-col .cl-casino-card--cover-art .cl-casino-card__logo-img {
  max-width: 195px;
  height: 104px;
  max-height: 104px;
}
.cl-casino-list--three-col .cl-casino-card--cover-art .cl-casino-card__logo-img--png {
  max-width: 260px;
  height: 182px;
  max-height: 182px;
}
.cl-casino-list--three-col .cl-casino-card--cover-art .cl-casino-card__logo-img--lg {
  max-width: 340px;
  height: 228px;
  max-height: 228px;
}
.cl-casino-list--three-col .cl-casino-card--cover-art .cl-casino-card__cover-art {
  width: auto;
  max-width: 234px;
  height: 182px;
  max-height: 182px;
  object-fit: contain;
}
.cl-casino-list--three-col .cl-casino-card--cover-art .cl-casino-card__cover-art--lg {
  max-width: 273px;
  height: 208px;
  max-height: 208px;
}
.cl-casino-list--three-col .cl-casino-card--cover-art .cl-casino-card__cover-art--xl {
  max-width: 340px;
  height: 260px;
  max-height: 260px;
}
.cl-casino-list--three-col .cl-casino-card__content {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 0 0 12px;
  display: flex;
  flex-direction: column;
}
.cl-casino-list--three-col .cl-casino-card__main-row {
  flex: 1;
  min-height: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding: 18px 16px 0;
  display: flex;
}
.cl-casino-list--three-col .cl-casino-card__features {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  padding-left: 18px;
  padding-right: 0;
  order: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cl-casino-list--three-col .cl-casino-card__bonus-box {
  flex: 0 0 auto;
  align-self: stretch;
  min-width: 0;
  order: 2;
  padding: 12px 16px;
  text-align: center;
}
.cl-casino-list--three-col .cl-casino-card__bonus-value {
  word-break: break-word;
  font-size: 15px;
  text-align: center;
}
.cl-casino-list--three-col .cl-casino-card__cta {
  flex-shrink: 0;
  align-self: stretch;
  order: 3;
  text-align: center;
  margin-bottom: 4px;
}
.cl-casino-list--three-col .cl-casino-card__details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 14px 16px 16px;
  flex-shrink: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.12);
}
.cl-casino-list--three-col .cl-casino-card__details-heading {
  margin-bottom: 8px;
}
.cl-casino-list--three-col .cl-casino-card__payment-pill {
  font-size: 10px;
  padding: 6px 10px;
}
.cl-casino-list--three-col .cl-casino-card__footer {
  flex-shrink: 0;
  margin-top: auto;
  padding: 12px 8px 0;
}
.cl-casino-list--three-col .cl-casino-card__foot-stat {
  min-width: 0;
  padding: 10px 6px;
  font-size: 11px;
}
.cl-casino-list--three-col .cl-casino-card__foot-stat:nth-child(3),
.cl-casino-list--three-col .cl-casino-card__foot-stat:nth-child(4) {
  display: none;
}

/* Offers wrapper: gap between wheel and offers block – smaller on mobile */
.fw-offers-wrapper {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .fw-offers-wrapper {
    margin-top: 110px;
  }
}

/* Offers list (wheel page) – 3-col grid, responsive */
.offers-list-grid {
  grid-template-columns: 1fr !important;
}
@media (min-width: 640px) {
  .offers-list-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 1024px) {
  .offers-list-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.offers-list-grid .offer-block:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
}

.cl-casino-card {
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.cl-casino-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.14);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.06);
}

.cl-casino-card__tag {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  background: linear-gradient(135deg, #d4af37, #f4d03f);
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 0 0 12px 12px;
  white-space: nowrap;
  z-index: 2;
}

.cl-casino-card__rank {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.cl-casino-card__rank--gold {
  background: linear-gradient(135deg, #d4af37, #f4d03f);
  border: 1px solid rgba(180, 140, 40, 0.65);
  color: #1a1a1a;
  box-shadow: 0 2px 12px rgba(212, 175, 55, 0.35);
}
.cl-casino-card__rank--silver {
  background: linear-gradient(135deg, #a8a9ad, #d4d5d9);
  border: 1px solid rgba(168, 169, 173, 0.65);
  color: #1a1a1a;
  box-shadow: 0 2px 12px rgba(168, 169, 173, 0.35);
}
.cl-casino-card__rank--bronze {
  background: linear-gradient(135deg, #b87333, #cd8c52);
  border: 1px solid rgba(184, 115, 51, 0.65);
  color: #1a1a1a;
  box-shadow: 0 2px 12px rgba(184, 115, 51, 0.35);
}

/* Card border variants for top 3 */
.cl-casino-card--border-gold {
  border: 2px solid rgba(212, 175, 55, 0.7) !important;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.2), 0 0 0 1px rgba(212, 175, 55, 0.15) inset;
}
.cl-casino-card--border-gold:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), 0 0 24px rgba(212, 175, 55, 0.3), 0 0 0 1px rgba(212, 175, 55, 0.2) inset;
}
.cl-casino-card--border-silver {
  border: 2px solid rgba(168, 169, 173, 0.6) !important;
  box-shadow: 0 0 16px rgba(192, 192, 192, 0.15), 0 0 0 1px rgba(192, 192, 192, 0.1) inset;
}
.cl-casino-card--border-bronze {
  border: 2px solid rgba(184, 115, 51, 0.55) !important;
  box-shadow: 0 0 16px rgba(184, 115, 51, 0.15), 0 0 0 1px rgba(184, 115, 51, 0.1) inset;
}

.cl-casino-card__new-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  background: linear-gradient(135deg, #6b7280, #9ca3af);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 0 0 12px 12px;
  white-space: nowrap;
  z-index: 2;
}

/* Card two-column layout: logo side | content */
.cl-casino-card__layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cl-casino-card__layout {
    flex-direction: row;
  }
}

/* Logo side: full height left strip */
.cl-casino-card__logo-side {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: var(--cl-logo-solid, rgb(8, 12, 36));
  border-bottom: 1px solid rgba(255,255,255,0.05);
  flex-shrink: 0;
  overflow: hidden;
  /* Fallbacks; overridden by inline style from getLogoSideStyle */
  --cl-brand-r: 96;
  --cl-brand-g: 118;
  --cl-brand-b: 210;
}
.cl-casino-card__logo-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
  opacity: 0.9;
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.72) 28%,
    rgba(0, 0, 0, 0.35) 52%,
    rgba(0, 0, 0, 0.08) 72%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.72) 28%,
    rgba(0, 0, 0, 0.35) 52%,
    rgba(0, 0, 0, 0.08) 72%,
    rgba(0, 0, 0, 0) 100%
  );
}
/* 0 — fine dual grid: tiny circles + white pinpoints, tight 16px tile */
.cl-casino-card__logo-particles--0 {
  background-image:
    radial-gradient(circle, rgb(var(--cl-brand-r) var(--cl-brand-g) var(--cl-brand-b) / 0.55) 1px, transparent 1.35px),
    radial-gradient(circle, rgba(255, 255, 255, 0.4) 0.55px, transparent 1px);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  background-repeat: repeat;
}
/* 1 — medium motes: larger spaced dots, 28px tile */
.cl-casino-card__logo-particles--1 {
  background-image:
    radial-gradient(circle, rgb(var(--cl-brand-r) var(--cl-brand-g) var(--cl-brand-b) / 0.48) 1.5px, transparent 2.1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.38) 0.85px, transparent 1.35px);
  background-size: 28px 28px;
  background-position: 0 0, 14px 14px;
  background-repeat: repeat;
}
/* 2 — elongated “stardust” specks (elliptical), 22×26px staggered tile */
.cl-casino-card__logo-particles--2 {
  background-image:
    radial-gradient(ellipse 58% 168% at 50% 50%, rgb(var(--cl-brand-r) var(--cl-brand-g) var(--cl-brand-b) / 0.42) 0.65px, transparent 1.35px),
    radial-gradient(circle, rgba(255, 255, 255, 0.32) 0.55px, transparent 1.05px);
  background-size: 22px 26px, 22px 26px;
  background-position: 0 0, 11px 13px;
  background-repeat: repeat;
}
/* 3 — coarse multi-dot tile: irregular rhythm in 44×40px repeat */
.cl-casino-card__logo-particles--3 {
  background-image:
    radial-gradient(circle at 18% 28%, rgb(var(--cl-brand-r) var(--cl-brand-g) var(--cl-brand-b) / 0.52) 1px, transparent 1.6px),
    radial-gradient(circle at 72% 58%, rgba(255, 255, 255, 0.36) 0.75px, transparent 1.2px),
    radial-gradient(circle at 44% 82%, rgb(var(--cl-brand-r) var(--cl-brand-g) var(--cl-brand-b) / 0.34) 0.85px, transparent 1.35px);
  background-size: 44px 40px;
  background-position: 0 0;
  background-repeat: repeat;
}
/* veg — Fugu Casino only (/cover/veg.webp); same treatment as coins */
.cl-casino-card__logo-particles--veg {
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url("/fortunewheel/v3/cover/veg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* thunder — Betbeast only (/cover/thunder.webp) */
.cl-casino-card__logo-particles--thunder {
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 18%,
    rgba(0, 0, 0, 0.82) 38%,
    rgba(0, 0, 0, 1) 58%,
    rgba(0, 0, 0, 1) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 18%,
    rgba(0, 0, 0, 0.82) 38%,
    rgba(0, 0, 0, 1) 58%,
    rgba(0, 0, 0, 1) 100%
  );
  background-image: url("/fortunewheel/v3/cover/thunder.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* coins — SpinBetter only (/cover/coins.webp); no vertical fade mask (unlike other particle styles) */
.cl-casino-card__logo-particles--coins {
  mix-blend-mode: unset; 
  opacity: 1;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url("/fortunewheel/v3/cover/coins.webp");
  background-size: cover;
  background-position: 0 100px;
  background-repeat: no-repeat;
}
/* gems — Goatz Casino only (/cover/gems-1.webp) */
.cl-casino-card__logo-particles--gems {
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url("/fortunewheel/v3/cover/gems-1.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* bgsparta — HappySlots only (/cover/bgsparta.webp); same as coins */
.cl-casino-card__logo-particles--bgsparta {
  mix-blend-mode: exclusion;
  opacity: 1;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url("/fortunewheel/v3/cover/bgsparta.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* bgbuf — Levelup Casino only (/cover/bgbuf.webp); same as coins */
.cl-casino-card__logo-particles--bgbuf {
  mix-blend-mode: color-dodge;
  opacity: 0.7;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url("/fortunewheel/v3/cover/bgbuf.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* 4 — soft diagonal threads + micro sparkles */
.cl-casino-card__logo-particles--4 {
  background-image:
    repeating-linear-gradient(
      36deg,
      transparent 0 16px,
      rgb(var(--cl-brand-r) var(--cl-brand-g) var(--cl-brand-b) / 0.09) 16px,
      rgb(var(--cl-brand-r) var(--cl-brand-g) var(--cl-brand-b) / 0.09) 17px,
      transparent 17px 32px
    ),
    radial-gradient(circle, rgba(255, 255, 255, 0.3) 0.55px, transparent 1px);
  background-size: 100% 100%, 20px 20px;
  background-position: 0 0, 10px 5px;
  background-repeat: repeat, repeat;
}
@media (min-width: 768px) {
  .cl-casino-card__logo-side {
    width: 25%;
    min-width: 160px;
    border-bottom: none;
    border-right: 1px solid rgba(255,255,255,0.05);
    padding: 28px 24px;
  }
}
.cl-casino-card--cover-art .cl-casino-card__logo-side {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 28px 24px 0;
  min-height: 420px;
}
@media (min-width: 768px) {
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    min-width: 200px;
    padding: 28px 18px 0;
    /* Floor height from fixed logo/cover slots; strip still stretches if the right column is taller */
    min-height: 275px;
    box-sizing: border-box;
    align-self: stretch;
  }
  .cl-casino-card--cover-art .cl-casino-card__logo-img {
    max-width: 138px;
    height: 82px;
    max-height: 82px;
    object-fit: contain;
  }
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png {
    max-width: 180px;
    height: 120px;
    max-height: 120px;
  }
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg {
    max-width: 234px;
    height: 156px;
    max-height: 156px;
  }
  .cl-casino-card--cover-art .cl-casino-card__cover-art {
    width: auto;
    max-width: min(158px, 100%);
    height: 108px;
    max-height: 108px;
    object-fit: contain;
  }
  .cl-casino-card--cover-art .cl-casino-card__cover-art--lg {
    max-width: min(190px, 100%);
    height: 130px;
    max-height: 130px;
  }
  .cl-casino-card--cover-art .cl-casino-card__cover-art--xl {
    max-width: min(260px, 100%);
    height: 185px;
    max-height: 185px;
  }
}
.cl-casino-card__logo-img {
  width: auto;
  max-width: 340px;
  height: 195px;
  object-fit: contain;
  filter: brightness(1.08) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 14px rgba(255, 255, 255, 0.12));
}
.cl-casino-card__logo-img--png {
  max-width: 307px;
  height: 307px;
}
.cl-casino-card__logo-img--lg {
  max-width: 400px;
  height: 400px;
}

.cl-casino-card__logo-stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
}
.cl-casino-card--cover-art .cl-casino-card__logo-stack {
  flex: 1 1 auto;
  min-height: 0;
  justify-content: flex-start;
  gap: 12px;
}
.cl-casino-card__cover-art {
  display: block;
  width: auto;
  max-width: min(260px, 100%);
  height: 195px;
  max-height: 195px;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  object-fit: contain;
  object-position: center bottom;
  flex-shrink: 0;
  align-self: center;
  transform-origin: bottom center;
  transition: transform 0.35s ease;
}
.cl-casino-card__cover-art--lg {
  max-width: min(310px, 100%);
  height: 220px;
  max-height: 220px;
}
.cl-casino-card__cover-art--xl {
  max-width: min(390px, 100%);
  height: 286px;
  max-height: 286px;
}
.cl-casino-card:hover .cl-casino-card__cover-art {
  transform: scale(1.08);
}
/* Right content area */
.cl-casino-card__content {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* Fixed height for consistency across all cards */
  .cl-casino-card {
    height: 260px;
  }
  .cl-casino-card__content {
    justify-content: space-between;
    height: 100%;
  }
  /* Footer flush against the spotlight row (no auto margin gap on desktop) */
  .cl-casino-card--cover-art .cl-casino-card__footer {
    margin-top: 0;
  }
  /* Override the 275px min-height on logo-side so card height stays 260px */
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    min-height: 0;
    height: 100%;
  }
}

/* Main row: bonus block + play now CTA — centered, balanced, no empty gap */
.cl-casino-card__main-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px 20px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  /* Desktop — Spotlight Hero: CTA first (primary focus), then bonus box.
     Gold-tinted feature strip flush against the stats bar below. */
  .cl-casino-card__main-row {
    position: relative;
    flex-direction: row-reverse; /* CTA on left, bonus on right */
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 22px 36px 22px;
    margin: 0;
    background:
      radial-gradient(ellipse 80% 100% at 50% 0%, rgba(255, 215, 0, 0.06) 0%, transparent 70%),
      linear-gradient(180deg, rgba(255, 215, 0, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  /* Subtle glow line under the spotlight */
  .cl-casino-card__main-row::after {
    content: '';
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 215, 0, 0.35) 50%, transparent 100%);
    pointer-events: none;
  }
  /* Details toggle inline on the right of the footer stats — no empty row */
  .cl-casino-card__details-toggle {
    position: absolute;
    right: 18px;
    bottom: 10px;
    margin: 0;
    padding: 7px 16px;
    font-size: 11px;
    z-index: 2;
  }
  /* Give footer room for the absolute toggle */
  .cl-casino-card--cover-art .cl-casino-card__footer {
    position: relative;
    padding-right: 120px;
  }
}

/* FIRST: features list */
.cl-casino-card__features {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
  list-style: disc;
}
.cl-casino-card__features li::marker {
  color: rgba(255,255,255,0.25);
  font-size: 0.65em;
}
.cl-casino-card__features li {
  padding-left: 4px;
}

/* SECOND: bonus block — prominent gold-accented, balanced with CTA */
.cl-casino-card__bonus-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 18px 28px;
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 0, 0.25);
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 4px 16px -6px rgba(255, 215, 0, 0.15);
  flex-shrink: 0;
  align-self: center;
  min-height: 72px;
  justify-content: center;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cl-casino-card__bonus-box {
    min-width: 200px;
    min-height: 80px;
    padding: 20px 32px;
  }
}
.cl-casino-card__bonus-label {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 215, 0, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cl-casino-card__bonus-value {
  font-size: 20px;
  font-weight: 900;
  color: #FFD700;
  letter-spacing: 0.01em;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 768px) {
  .cl-casino-card__bonus-value {
    font-size: 22px;
  }
}

/* Detail grid: third row — same surface treatment as stats footer */
.cl-casino-card__details {
  display: grid;
  gap: 22px;
  padding: 18px 20px 22px;
  margin-top: 0;
  flex-shrink: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .cl-casino-card__details {
    grid-template-columns: 1fr 1fr;
    gap: 28px 36px;
    padding: 18px 28px 24px;
  }
}
.cl-casino-card__details-col {
  min-width: 0;
}
.cl-casino-card__details-heading {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.cl-casino-card__detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}
.cl-casino-card__detail-list li {
  position: relative;
  padding-left: 22px;
}
.cl-casino-card__detail-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 7px;
  height: 12px;
  border: solid #4ade80;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
  border-radius: 1px;
}
.cl-casino-card__payment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cl-casino-card__payment-pill {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}

/* "View all" / "Show less" toggle for key features */
.cl-casino-card__view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  padding: 0;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s;
}
.cl-casino-card__view-all-btn:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* "+N" overflow pill for payment methods */
.cl-casino-card__payment-pill--more {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  font-weight: 700;
  min-width: 40px;
  text-align: center;
  transition: background 0.2s, border-color 0.2s;
}
.cl-casino-card__payment-pill--more:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
}

/* THIRD: play now button — primary CTA, dominant over all other buttons */
.cl-casino-card__cta {
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 20px 40px !important;
  min-width: 220px;
  align-self: stretch;
  justify-content: center;
  /* Override any blue/purple parent gradient with solid green shine */
  background:
    linear-gradient(180deg, #2ee86a 0%, #1bb34d 55%, #149339 100%) padding-box !important;
  border: 3px solid #7cff9f !important;
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0, 50, 0, 0.45), 0 0 14px rgba(124, 255, 159, 0.35);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.25) inset,
    0 6px 26px -4px rgba(46, 232, 106, 0.62),
    0 2px 0 rgba(0, 60, 0, 0.35),
    0 0 32px rgba(46, 232, 106, 0.3);
  animation: cl-cta-pulse 2.4s ease-in-out infinite;
}
.cl-casino-card__cta:hover {
  transform: scale(1.04) translateY(-1px) !important;
  background:
    linear-gradient(180deg, #3bff78 0%, #1fc756 55%, #15a33f 100%) padding-box !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.4) inset,
    0 10px 34px -4px rgba(46, 232, 106, 0.85),
    0 2px 0 rgba(0, 60, 0, 0.35),
    0 0 42px rgba(46, 232, 106, 0.5);
  animation: none;
}
@media (min-width: 768px) {
  .cl-casino-card__cta {
    align-self: center;
    flex-shrink: 0;
    min-width: 240px;
    font-size: 19px !important;
  }
}
@keyframes cl-cta-pulse {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.25) inset,
      0 6px 26px -4px rgba(46, 232, 106, 0.6),
      0 2px 0 rgba(0, 60, 0, 0.35),
      0 0 28px rgba(46, 232, 106, 0.28);
    transform: scale(1);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(255, 255, 255, 0.5) inset,
      0 12px 44px -4px rgba(46, 232, 106, 1),
      0 2px 0 rgba(0, 60, 0, 0.35),
      0 0 64px rgba(124, 255, 159, 0.85),
      0 0 100px rgba(46, 232, 106, 0.45);
    transform: scale(1.035);
  }
}

/* Cards always visible — no scroll-reveal animation */
.cl-casino-card {
  opacity: 1;
  transform: none;
}

/* Footer stats bar — margin-top: auto pins stats to bottom when logo strip is taller */
.cl-casino-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: auto;
  flex-shrink: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.12);
}
.cl-casino-card__foot-stat {
  flex: 1 1 0;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 10px;
  border-right: 1px solid rgba(255,255,255,0.05);
}
.cl-casino-card__foot-stat:last-child {
  border-right: none;
}
.cl-casino-card__foot-label {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cl-casino-card__foot-val {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}
.cl-casino-card__stat-value--green {
  color: #4ade80;
}

/* Mobile polish for casino list page */

/* Star rating */
.cl-stars {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #fbbf24;
  letter-spacing: 1px;
  line-height: 1;
}
.cl-stars__half {
  color: #fbbf24;
  opacity: 0.45;
}
.cl-stars__empty {
  color: rgba(255,255,255,0.15);
}

/* Features section */
.cl-features-heading {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 768px) {
  .cl-features-heading { font-size: 36px; }
}

.cl-features-subtitle {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  max-width: 600px;
}

.cl-features-table {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}

.cl-features-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.cl-features-row:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .cl-features-row {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}

.cl-features-row__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  min-width: 220px;
  flex-shrink: 0;
}

.cl-features-row__icon {
  font-size: 16px;
  flex-shrink: 0;
}

.cl-features-row__value {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}

/* ─── Card details collapse toggle — secondary, subordinate to primary CTA ── */
.cl-casino-card__details-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  max-width: 220px;
  margin: 4px auto 14px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.cl-casino-card__details-toggle:hover {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.24);
}
@media (min-width: 768px) {
  .cl-casino-card__details-toggle {
    margin: 6px auto 16px;
    padding: 9px 20px;
    font-size: 12px;
  }
}
.cl-casino-card__details-toggle-chevron {
  transition: transform 0.25s ease;
}
.cl-casino-card__details-toggle.is-expanded .cl-casino-card__details-toggle-chevron {
  transform: rotate(180deg);
}

/* ─── Mobile: smaller cover art + tighter logo side padding ────────────────── */
/* ─── MOBILE COMPACT REDESIGN — ~40% shorter, scannable, click-optimized ──── */


/* ============================================================
   TASK 1: DESKTOP CARD COLLAPSE — OPTION G STYLE
   Appended override block. All rules scoped to min-width:1024px.
   DO NOT modify above this line.
   ============================================================ */

@media (min-width: 1024px) {

  /* ----------------------------------------------------------
     2-column page layout: casino list left, sidebar right
     ---------------------------------------------------------- */
  .cl-page__casino-list-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 24px !important;
  }

  /* Casino list column takes remaining space */
  .cl-page__casino-list-wrap .cl-casino-list {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  /* Sidebar stays fixed width */
  .cl-page__casino-list-wrap .cl-page__sidebar,
  .cl-page__casino-list-wrap aside {
    flex: 0 0 280px !important;
    width: 280px !important;
  }

  /* ----------------------------------------------------------
     Override 3-col grid → single-column with 12px gap
     ---------------------------------------------------------- */
  .cl-casino-list,
  .cl-casino-list--three-col {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  /* ----------------------------------------------------------
     Compact card shell — 100px collapsed rows
     ---------------------------------------------------------- */
  .cl-casino-card,
  .cl-casino-card--cover-art {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    /* Disable hover lift on desktop */
    transform: none !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease !important;
  }

  /* Disable hover translateY effect */
  .cl-casino-card:hover,
  .cl-casino-card--cover-art:hover {
    transform: none !important;
  }

  /* ----------------------------------------------------------
     Expanded state — allow full height + accent styling
     ---------------------------------------------------------- */
  .cl-casino-card.is-expanded,
  .cl-casino-card--cover-art.is-expanded {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    background: linear-gradient(135deg, #0a2a0a 0%, #1a3a1a 60%, #2a4a10 100%) !important;
    border: 2px solid #2ecc71 !important;
    box-shadow: 0 0 18px rgba(46, 204, 113, 0.25) !important;
  }

  /* ----------------------------------------------------------
     Hide decorative elements — cover art & particles
     ---------------------------------------------------------- */
  .cl-casino-card__cover-art,
  .cl-casino-card__logo-particles {
    display: none !important;
  }

  /* ----------------------------------------------------------
     Card layout — flat horizontal row
     ---------------------------------------------------------- */
  .cl-casino-card__layout {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: 100% !important;
    height: 100px !important;
    padding: 0 16px 0 0 !important;
    gap: 0 !important;
  }

  /* ----------------------------------------------------------
     Logo side — fixed 150px width
     ---------------------------------------------------------- */
  .cl-casino-card__logo-side,
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    flex: 0 0 150px !important;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    overflow: hidden !important;
    padding: 0 12px !important;
  }

  /* Logo stack — just the logo, no character overflow */
  .cl-casino-card__logo-stack {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Logo image — constrained to compact size */
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img {
    max-width: 120px !important;
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    position: relative !important;
    z-index: 2 !important;
  }

  /* ----------------------------------------------------------
     Content area — flex row with bonus + CTA inline
     ---------------------------------------------------------- */
  .cl-casino-card__content {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .cl-casino-card__main-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: nowrap !important;
    padding: 0 !important;
    min-height: unset !important;
    height: auto !important;
  }

  /* ----------------------------------------------------------
     Hide features column in compact row
     ---------------------------------------------------------- */
  .cl-casino-card__features {
    display: none !important;
  }

  /* ----------------------------------------------------------
     Bonus box — inline, compact
     ---------------------------------------------------------- */
  .cl-casino-card__bonus-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    gap: 2px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* Hide bonus label ("BONUS" text) */
  .cl-casino-card__bonus-label {
    display: none !important;
  }

  /* Bonus value — main big number */
  .cl-casino-card__bonus-value {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #FFD700 !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
  }

  /* Bonus desc — small subtitle */
  .cl-casino-card__bonus-desc {
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: #c8a000 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* ----------------------------------------------------------
     CTA button — keep green style, remove pulse animation
     ---------------------------------------------------------- */
  .cl-casino-card__cta,
  .cl-casino-card__cta.cl-cta-pulse {
    flex: 0 0 auto !important;
    align-self: center !important;
    animation: none !important;
    white-space: nowrap !important;
    padding: 10px 24px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    /* Keep green background — just override animation */
  }

  /* ----------------------------------------------------------
     Rank badge — vertically centered on the card
     ---------------------------------------------------------- */
  .cl-casino-card__rank {
    position: absolute !important;
    top: 50% !important;
    left: 8px !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
  }

  /* ----------------------------------------------------------
     Tag ribbon — keep in position, small
     ---------------------------------------------------------- */
  .cl-casino-card__tag {
    /* No changes needed — stays top-right via existing absolute */
  }

  /* ----------------------------------------------------------
     Footer stats — hidden by default, shown on expand
     ---------------------------------------------------------- */
  .cl-casino-card__footer {
    display: none !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    padding: 10px 16px 14px !important;
  }

  /* Show all 5 stat columns when expanded */
  .cl-casino-card.is-expanded .cl-casino-card__footer,
  .cl-casino-card--cover-art.is-expanded .cl-casino-card__footer {
    display: flex !important;
  }

  /* Show stats that are normally hidden on smaller breakpoints */
  .cl-casino-card.is-expanded .cl-casino-card__foot-stat,
  .cl-casino-card--cover-art.is-expanded .cl-casino-card__foot-stat {
    display: flex !important;
    flex: 1 1 0 !important;
  }

  /* ----------------------------------------------------------
     Details toggle — hidden (JS handles expand via card click)
     ---------------------------------------------------------- */
  .cl-casino-card__details-toggle {
    display: none !important;
  }

  /* ----------------------------------------------------------
     Expanded details panel — show normally
     ---------------------------------------------------------- */
  .cl-casino-card.is-expanded .cl-casino-card__details,
  .cl-casino-card--cover-art.is-expanded .cl-casino-card__details {
    display: block !important;
  }

  /* Reset layout height when expanded so content area breathes */
  .cl-casino-card.is-expanded .cl-casino-card__layout,
  .cl-casino-card--cover-art.is-expanded .cl-casino-card__layout {
    height: auto !important;
    min-height: 100px !important;
  }

} /* end @media (min-width: 1024px) — Task 1: Desktop Card Collapse */

/* ═══════ DESKTOP SIDEBAR — Task 3 ═══════ */
@media (min-width: 1024px) {
  .cl-sidebar {
    width: 300px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    background: linear-gradient(180deg, #0d1a32 0%, #0a1430 100%);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    padding: 16px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
  .cl-sidebar::-webkit-scrollbar { width: 4px; }
  .cl-sidebar::-webkit-scrollbar-track { background: transparent; }
  .cl-sidebar::-webkit-scrollbar-thumb { background: rgba(255,215,0,0.25); border-radius: 2px; }

  .cl-sidebar__hdr {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .cl-sidebar__hdr-emoji { font-size: 18px; }
  .cl-sidebar__hdr-sm { font-size: 11px; font-weight: 600; color: #FFD700; text-transform: uppercase; letter-spacing: 1px; }
  .cl-sidebar__hdr-lg { font-size: 15px; font-weight: 800; color: #fff; line-height: 1.2; }

  .cl-sidebar__card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 10px;
    transition: transform 0.2s, border-color 0.2s, background 0.2s;
  }
  .cl-sidebar__card:hover {
    border-color: rgba(255,215,0,0.35);
    background: rgba(255,215,0,0.04);
    transform: translateY(-2px);
  }
  .cl-sidebar__card-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .cl-sidebar__avatar {
    width: 32px; height: 32px; border-radius: 50%;
    border: 2px solid rgba(255,215,0,0.4);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; color: #FFD700;
    flex-shrink: 0;
  }
  .cl-sidebar__user {
    flex: 1; min-width: 0;
    font-size: 13px; font-weight: 600; color: #fff;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .cl-sidebar__time {
    font-size: 11px; color: rgba(255,255,255,0.4);
    white-space: nowrap; flex-shrink: 0;
  }
  .cl-sidebar__card-body {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .cl-sidebar__gift { width: 52px; height: 52px; object-fit: contain; flex-shrink: 0; }
  .cl-sidebar__info { flex: 1; min-width: 0; }
  .cl-sidebar__bonus {
    font-size: 13px; font-weight: 700; color: #fff; line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .cl-sidebar__casino { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 2px; }
  .cl-sidebar__cta {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFD700 0%, #b8960f 100%);
    color: #000;
    font-size: 11px; font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    flex-shrink: 0;
    transition: filter 0.2s;
    cursor: pointer;
  }
  .cl-sidebar__cta:hover { filter: brightness(1.15); }
}

/* ═══════ DESIGN POLISH — Task 6 ═══════ */
@media (min-width: 1024px) {

  /* ── Card row: tighter height, better inner spacing ── */
  .cl-casino-card {
    height: 88px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    background: rgba(255,255,255,0.025) !important;
  }
  .cl-casino-card:hover {
    border-color: rgba(255,255,255,0.12) !important;
    background: rgba(255,255,255,0.04) !important;
  }

  /* ── Layout row height sync ── */
  .cl-casino-card__layout {
    height: 88px !important;
  }
  .cl-casino-card.is-expanded .cl-casino-card__layout {
    height: auto !important;
  }

  /* ── Logo side: more breathing room, subtle right divider ── */
  .cl-casino-card__logo-side,
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    width: 170px !important;
    min-width: 170px !important;
    height: 88px !important;
    padding: 14px 20px !important;
    border-right: 1px solid rgba(255,255,255,0.06) !important;
    background: rgba(0,0,0,0.15) !important;
  }

  /* ── Logo: crisp sizing ── */
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg {
    max-width: 130px !important;
    height: 44px !important;
    max-height: 44px !important;
    filter: brightness(1.05) drop-shadow(0 1px 4px rgba(0,0,0,0.3)) !important;
  }

  /* ── Main row: balanced spacing ── */
  .cl-casino-card__main-row {
    gap: 16px !important;
    padding: 0 24px !important;
    height: 88px !important;
  }

  /* ── Bonus text: refined typography ── */
  .cl-casino-card__bonus-value {
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
  }
  .cl-casino-card__bonus-desc {
    font-size: 10px !important;
    margin-top: 2px !important;
    opacity: 0.7 !important;
  }

  /* ── CTA: refined, not overpowering ── */
  .cl-casino-card__cta {
    min-width: 140px !important;
    max-width: 160px !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    border-radius: 10px !important;
  }

  /* ── "Leggi di più" mini-button (injected by JS) ── */
  .cl-card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 12px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.45);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .cl-card-readmore:hover {
    border-color: rgba(255,215,0,0.3);
    color: rgba(255,215,0,0.8);
    background: rgba(255,215,0,0.06);
  }
  .cl-card-readmore svg {
    transition: transform 0.25s ease;
  }
  .cl-casino-card.is-expanded .cl-card-readmore svg {
    transform: rotate(180deg);
  }
  .cl-casino-card.is-expanded .cl-card-readmore {
    border-color: rgba(46,232,106,0.25);
    color: rgba(46,232,106,0.7);
    background: rgba(46,232,106,0.06);
  }

  /* ── Expanded state: refined ── */
  .cl-casino-card.is-expanded {
    height: auto !important;
    background: linear-gradient(160deg, rgba(46,232,106,0.03) 0%, rgba(255,215,0,0.025) 100%) !important;
    border-color: rgba(46,232,106,0.2) !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.04) !important;
  }

  /* ── Footer stats: cleaner when expanded ── */
  .cl-casino-card.is-expanded .cl-casino-card__footer {
    padding: 10px 24px 10px 194px !important;
    border-top: 1px solid rgba(255,255,255,0.05) !important;
    background: rgba(0,0,0,0.1) !important;
  }
  .cl-casino-card__foot-stat {
    font-size: 11px !important;
  }

  /* ── Details section padding when expanded ── */
  .cl-casino-card.is-expanded .cl-casino-card__details {
    padding: 12px 24px 16px 194px !important;
  }

  /* ── Card list gap ── */
  .cl-casino-list,
  .cl-casino-list--three-col {
    gap: 8px !important;
  }

  /* ── Rank badge: refined ── */
  .cl-casino-card__rank {
    left: 14px !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
  }

  /* ── Tag: subtle inline pill ── */
  .cl-casino-card__tag {
    position: absolute !important;
    top: -1px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 8px !important;
    padding: 3px 10px !important;
    border-radius: 0 0 8px 8px !important;
    z-index: 2 !important;
  }

  /* ── Sidebar: stretch to match list ── */
  .cl-page__casino-list-wrap {
    align-items: stretch !important;
  }
  .cl-sidebar {
    max-height: none !important;
    height: auto !important;
    position: sticky !important;
    top: 12px !important;
    align-self: flex-start !important;
    width: 280px !important;
    padding: 14px !important;
    border-radius: 14px !important;
    max-height: calc(100vh - 24px) !important;
    overflow-y: auto !important;
  }

  /* ── Sidebar cards: tighter ── */
  .cl-sidebar__card {
    padding: 10px !important;
    margin-bottom: 8px !important;
    border-radius: 10px !important;
  }
  .cl-sidebar__gift {
    width: 44px !important;
    height: 44px !important;
  }
  .cl-sidebar__avatar {
    width: 28px !important;
    height: 28px !important;
    font-size: 11px !important;
  }
  .cl-sidebar__bonus {
    font-size: 12px !important;
  }
  .cl-sidebar__cta {
    padding: 6px 10px !important;
    font-size: 10px !important;
    border-radius: 6px !important;
  }

  /* ── Wrapper gap ── */
  .cl-page__casino-list-wrap {
    gap: 16px !important;
  }
}

/* POLISH FIX — expanded card CTA + stats alignment */
@media (min-width: 1024px) {
  .cl-casino-card.is-expanded .cl-casino-card__cta {
    min-width: auto !important;
    max-width: none !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
  }
  .cl-casino-card.is-expanded .cl-casino-card__footer {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    flex-wrap: nowrap !important;
  }
  .cl-casino-card.is-expanded .cl-casino-card__foot-stat {
    flex: 1 !important;
    display: flex !important;
    min-width: 0 !important;
    font-size: 10px !important;
    padding: 8px 8px !important;
  }
}

/* LOGO SIZE FIX — 30% bigger, uniform across all cards */
@media (min-width: 1024px) {
  .cl-casino-card__logo-side,
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    width: 200px !important;
    min-width: 200px !important;
    padding: 14px 24px !important;
  }
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg,
  .cl-casino-card__logo-img--png,
  .cl-casino-card__logo-img--lg {
    max-width: 160px !important;
    width: auto !important;
    height: 58px !important;
    max-height: 58px !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  /* Expanded stats/details: shift right to match wider logo */
  .cl-casino-card.is-expanded .cl-casino-card__footer {
    padding-left: 224px !important;
  }
  .cl-casino-card.is-expanded .cl-casino-card__details {
    padding-left: 224px !important;
  }
}

/* EXPANDED SECTION DESIGN POLISH */
@media (min-width: 1024px) {
  /* Rank badge: hide in expanded (already visible in collapsed row) */
  .cl-casino-card.is-expanded .cl-casino-card__rank {
    display: none !important;
  }

  /* Footer stats row: full width, no left offset, clean grid */
  .cl-casino-card.is-expanded .cl-casino-card__footer {
    padding: 12px 24px !important;
    margin: 0 !important;
    background: rgba(0,0,0,0.12) !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    gap: 0 !important;
  }
  .cl-casino-card.is-expanded .cl-casino-card__foot-stat {
    flex: 1 1 0 !important;
    text-align: center !important;
    padding: 8px 6px !important;
    font-size: 11px !important;
    border-right: 1px solid rgba(255,255,255,0.05) !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
  }
  .cl-casino-card.is-expanded .cl-casino-card__foot-stat:last-child {
    border-right: none !important;
  }

  /* Details section: full width, proper padding, no left offset */
  .cl-casino-card.is-expanded .cl-casino-card__details {
    padding: 16px 28px 20px !important;
    border-top: 1px solid rgba(255,255,255,0.04) !important;
  }

  /* Features heading: tighter */
  .cl-casino-card__details-heading {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: rgba(255,255,255,0.5) !important;
    margin-bottom: 10px !important;
  }

  /* Feature list items: tighter spacing */
  .cl-casino-card__detail-feature {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
    padding-left: 0 !important;
  }

  /* Payment pills: smaller, refined */
  .cl-casino-card__payment-pill {
    font-size: 11px !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    color: rgba(255,255,255,0.7) !important;
  }

  /* Smooth expand animation */
  .cl-casino-card {
    transition: height 0.35s cubic-bezier(0.22, 0.9, 0.3, 1.05),
                background 0.3s ease,
                border-color 0.3s ease,
                box-shadow 0.3s ease !important;
  }
}

/* LOGO OVERFLOW FIX — ensure logos stay within bounds, rank on top */
@media (min-width: 1024px) {
  .cl-casino-card__logo-side,
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    overflow: hidden !important;
  }
  .cl-casino-card__logo-stack {
    max-width: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg,
  .cl-casino-card__logo-img--png,
  .cl-casino-card__logo-img--lg {
    max-width: 130px !important;
    height: 48px !important;
    max-height: 48px !important;
  }
  /* Rank badge always on top of logo */
  .cl-casino-card__rank {
    z-index: 5 !important;
  }
}

/* LOGO FINAL SIZE — all logos 65px height, OnlySpins capped */
@media (min-width: 1024px) {
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg,
  .cl-casino-card__logo-img--png,
  .cl-casino-card__logo-img--lg {
    max-width: 145px !important;
    height: 65px !important;
    max-height: 65px !important;
  }
  /* OnlySpins is very wide aspect ratio — cap its width more */
  .cl-casino-card__logo-img[src*="onlyspins"] {
    max-width: 120px !important;
    height: 55px !important;
    max-height: 55px !important;
  }
}

/* ALL LOGOS UNIFORM — same box, same visual weight */
@media (min-width: 1024px) {
  .cl-casino-card .cl-casino-card__logo-img,
  .cl-casino-card .cl-casino-card__logo-img.cl-casino-card__logo-img--png,
  .cl-casino-card .cl-casino-card__logo-img.cl-casino-card__logo-img--lg {
    width: 124px !important;
    max-width: 124px !important;
    height: 65px !important;
    max-height: 65px !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  /* OnlySpins: 50% smaller than others */
  .cl-casino-card .cl-casino-card__logo-img[src*="onlyspins"],
  .cl-casino-card .cl-casino-card__logo-img.cl-casino-card__logo-img--png[src*="onlyspins"],
  .cl-casino-card .cl-casino-card__logo-img.cl-casino-card__logo-img--lg[src*="onlyspins"],
  .cl-casino-card .cl-casino-card__logo-stack img[src*="onlyspins"] {
    width: 65px !important;
    max-width: 65px !important;
    height: 32px !important;
    max-height: 32px !important;
  }
}

/* NEW DESKTOP BG + HERO HEIGHT REDUCTION */
@media (min-width: 768px) {
  .cl-hero-bg-photo {
    background-image: url('/fortunewheel/v3/pc-shapka-2.webp') !important;
  }
}
@media (min-width: 1024px) {
  /* Hero block: 18% shorter */
  .cl-hero {
    min-height: 0 !important;
    max-height: none !important;
  }
  .cl-page__hero-wrap,
  .cl-page__hero-wrap > .cl-hero-bg-layer {
    height: auto !important;
    min-height: 0 !important;
  }
  .cl-hero-bg-layer {
    max-height: 340px !important;
    overflow: hidden !important;
  }
  .cl-hero {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/* HERO FIX — remove black gap, show faces */
@media (min-width: 1024px) {
  /* Background image: position lower to show faces */
  .cl-hero-bg-photo {
    background-position: center 30% !important;
  }

  /* Remove black gap between hero and casino list */
  .cl-hero-bg-layer {
    margin-bottom: 0 !important;
  }
  .cl-page__hero-wrap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Casino list section: pull up to close the gap */
  .cl-page__tabs-wrap,
  .cl-page__casino-section {
    margin-top: 0 !important;
    padding-top: 12px !important;
  }
  /* If there's a spacer or padding element between hero and content */
  .cl-hero-bg-layer + *,
  .cl-page__hero-wrap + * {
    margin-top: 0 !important;
  }
}

/* HERO GAP FIX — seamless transition, no dark strip */
@media (min-width: 1024px) {
  .cl-hero-bg-layer {
    max-height: none !important;
    background-color: #0a0e2a !important;
  }
  .cl-hero-bg-photo {
    background-position: center 20% !important;
    background-size: cover !important;
  }
  /* Reduce hero padding to shrink overall height */
  .cl-hero {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 220px !important;
    max-height: 280px !important;
  }
  /* Featured card: tighter */
  .cl-hero__featured {
    max-width: 260px !important;
  }
  .cl-hero__title {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }
}

/* HERO BG — shift image down more to show faces better */
@media (min-width: 1024px) {
  .cl-hero-bg-photo {
    background-position: center 35% !important;
  }
}

/* HERO BG — show tops of heads/hats */
@media (min-width: 1024px) {
  .cl-hero-bg-photo {
    background-position: center 15% !important;
  }
}

/* CTA PULSE GLOW — randomized per card */
@media (min-width: 1024px) {
  .cl-casino-card__cta {
    animation: cl-cta-pulse-desktop 2.4s ease-in-out infinite !important;
  }
  .cl-casino-card__cta:hover {
    animation: none !important;
    transform: scale(1.04) translateY(-1px) !important;
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.4) inset,
      0 10px 34px -4px rgba(46,232,106,0.85),
      0 2px 0 rgba(0,60,0,0.35),
      0 0 42px rgba(46,232,106,0.5) !important;
  }
}
@keyframes cl-cta-pulse-desktop {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.25) inset,
      0 6px 26px -4px rgba(46,232,106,0.6),
      0 2px 0 rgba(0,60,0,0.35),
      0 0 28px rgba(46,232,106,0.28);
    transform: scale(1);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(255,255,255,0.5) inset,
      0 12px 44px -4px rgba(46,232,106,1),
      0 2px 0 rgba(0,60,0,0.35),
      0 0 64px rgba(124,255,159,0.85),
      0 0 100px rgba(46,232,106,0.45);
    transform: scale(1.035);
  }
}

/* MOBILE HERO — 30% shorter so offers visible above fold */

/* MOBILE HERO — aggressive compact, offers must be visible */

/* MOBILE — show grandfather face + ultra compact featured card */

/* MOBILE FEATURED CARD FIX — clean vertical compact layout */

/* MOBILE — hide featured card entirely, offers visible immediately */

/* MOBILE — show hero text (compact), 2 offers visible above fold */

/* MOBILE — more compact first card, 2nd card must peek */

/* ═══════ MOBILE CONSOLIDATED — clean single block ═══════ */
@media (max-width: 767px) {
  /* Hero: compact, featured card visible, no stars */
  .cl-hero-bg-photo { background-position: center top !important; }
  .cl-hero { padding: 6px 16px 8px !important; min-height: 0 !important; }
  .cl-hero__title { font-size: 24px !important; line-height: 1.15 !important; }
  .cl-hero__link { display: none !important; }
  .cl-hero__welcome, .cl-hero__date { display: none !important; }

  /* Featured card: show, compact, NO stars */
  .cl-hero__featured { display: block !important; max-width: 220px !important; margin: 4px auto !important; }
  .cl-hero__featured-inner { padding: 10px 14px !important; gap: 4px !important; }
  .cl-hero__featured-rating { display: none !important; }
  .cl-hero__featured-logo { height: 28px !important; }
  .cl-hero__featured-bonus { font-size: 12px !important; line-height: 1.2 !important; }
  .cl-hero__featured-cta { padding: 6px 14px !important; font-size: 12px !important; }
  .cl-hero__featured-badge { font-size: 8px !important; padding: 2px 8px !important; }

  /* Hide Dettagli on mobile */
  .cl-card-readmore { display: none !important; }

  /* Bonus + CTA: full width */
  .cl-casino-card__main-row { flex-wrap: wrap !important; }
  .cl-casino-card__bonus-box { width: 100% !important; flex: none !important; }
  .cl-casino-card__cta { width: 100% !important; flex: none !important; text-align: center !important; }
}

/* MOBILE — hide stars in featured card */
@media (max-width: 767px) {
  .cl-hero__featured .cl-stars,
  .cl-hero__featured .cl-hero__featured-rating,
  .cl-hero__featured-info > span:first-child {
    display: none !important;
  }
}

/* MOBILE FIXES — hide licenza, taller hero bg, smaller cover art */
@media (max-width: 767px) {
  /* Hide Licenza stat (4th column) from footer */
  .cl-casino-card__foot-stat:nth-child(4) {
    display: none !important;
  }

  /* Hero bg: 12% taller */
  .cl-hero {
    padding: 12px 16px 16px !important;
  }

  /* Cover art: back to reasonable size */
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    min-height: 140px !important;
    height: auto !important;
    max-height: 160px !important;
    padding: 14px 16px 0 !important;
  }
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg {
    height: 60px !important;
    max-height: 60px !important;
    max-width: 200px !important;
  }
  .cl-casino-card--cover-art .cl-casino-card__cover-art,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--lg,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--xl {
    height: 80px !important;
    max-height: 80px !important;
    max-width: 130px !important;
  }
}

/* MOBILE — bigger logos + characters on cards */
@media (max-width: 767px) {
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg {
    height: 80px !important;
    max-height: 80px !important;
    max-width: 240px !important;
  }
  .cl-casino-card--cover-art .cl-casino-card__cover-art,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--lg,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--xl {
    height: 110px !important;
    max-height: 110px !important;
    max-width: 170px !important;
  }
}

/* MOBILE — taller card logo area, characters fully visible */
@media (max-width: 767px) {
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    min-height: 200px !important;
    height: auto !important;
    max-height: none !important;
    padding: 16px 16px 0 !important;
  }
  /* Characters: show from center, not cropped at bottom */
  .cl-casino-card--cover-art .cl-casino-card__cover-art,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--lg,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--xl {
    height: 120px !important;
    max-height: 120px !important;
    max-width: 180px !important;
    object-position: center center !important;
    margin-bottom: 0 !important;
  }
  /* Logo stack: let it breathe */
  .cl-casino-card--cover-art .cl-casino-card__logo-stack {
    gap: 8px !important;
  }
}

/* MOBILE — hide sidebar completely */
@media (max-width: 1023px) {
  .cl-sidebar {
    display: none !important;
  }
  .cl-page__casino-list-wrap {
    display: block !important;
  }
}

/* MOBILE — card logo area 12% smaller */
@media (max-width: 767px) {
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    min-height: 170px !important;
    padding: 12px 14px 0 !important;
  }
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg {
    height: 70px !important;
    max-height: 70px !important;
    max-width: 210px !important;
  }
  .cl-casino-card--cover-art .cl-casino-card__cover-art,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--lg,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--xl {
    height: 100px !important;
    max-height: 100px !important;
    max-width: 160px !important;
  }
}

/* MOBILE — card 12% smaller but logo stays big */
@media (max-width: 767px) {
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    min-height: 165px !important;
    padding: 10px 14px 0 !important;
  }
  /* Logo: KEEP original big size */
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg {
    height: 80px !important;
    max-height: 80px !important;
    max-width: 240px !important;
  }
  /* Character: smaller to save space */
  .cl-casino-card--cover-art .cl-casino-card__cover-art,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--lg,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--xl {
    height: 85px !important;
    max-height: 85px !important;
    max-width: 140px !important;
  }
  .cl-casino-card--cover-art .cl-casino-card__logo-stack {
    gap: 4px !important;
  }
}

/* MOBILE — bigger characters, smaller bonus+CTA */
@media (max-width: 767px) {
  /* Characters: bigger and more prominent */
  .cl-casino-card--cover-art .cl-casino-card__cover-art,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--lg,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--xl {
    height: 110px !important;
    max-height: 110px !important;
    max-width: 180px !important;
    transform: scale(1.15) !important;
    transform-origin: center bottom !important;
  }
  /* Logo area: bit taller to fit bigger characters */
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    min-height: 180px !important;
  }

  /* Bonus box: 10% shorter */
  .cl-casino-card__bonus-box {
    padding: 8px 16px !important;
  }
  .cl-casino-card__bonus-label {
    font-size: 9px !important;
    margin-bottom: 0 !important;
  }
  .cl-casino-card__bonus-value {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  /* CTA: 10% shorter */
  .cl-casino-card__cta {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
}

/* MOBILE FINAL — bigger logos, definitive override */
@media (max-width: 767px) {
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg,
  .cl-casino-card__logo-img--png,
  .cl-casino-card__logo-img--lg {
    height: 55px !important;
    max-height: 55px !important;
    max-width: 200px !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  /* OnlySpins logo is very wide — cap it smaller on mobile */
  .cl-casino-card__logo-img[src*="onlyspins"],
  .cl-casino-card--cover-art .cl-casino-card__logo-img[src*="onlyspins"],
  img.cl-casino-card__logo-img[src*="onlyspins"],
  img.cl-casino-card__logo-img--png[src*="onlyspins"],
  img.cl-casino-card__logo-img--lg[src*="onlyspins"] {
    height: 45px !important;
    max-height: 45px !important;
    max-width: 130px !important;
  }
  /* Mobile cards: smaller logo area */
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    min-height: 115px !important;
    max-height: 130px !important;
    padding: 8px 12px 0 !important;
  }
  .cl-casino-card--cover-art .cl-casino-card__cover-art,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--lg,
  .cl-casino-card--cover-art .cl-casino-card__cover-art--xl {
    height: 70px !important;
    max-height: 70px !important;
    max-width: 120px !important;
    transform: scale(1) !important;
  }
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg {
    height: 55px !important;
    max-height: 55px !important;
  }
  /* Hero featured logo: bigger on mobile */
  .cl-hero__featured-logo {
    height: 50px !important;
    width: auto !important;
    max-width: 160px !important;
  }
  /* Mobile: hide BONUS label above bonus amount */
  .cl-casino-card__bonus-label {
    display: none !important;
  }
  /* Mobile: stats footer as single row */
  .cl-casino-card__footer {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 4px !important;
    padding: 8px 12px !important;
  }
  .cl-casino-card__foot-stat {
    flex: 1 !important;
    min-width: 0 !important;
    text-align: center !important;
  }
  .cl-casino-card__foot-stat-label {
    font-size: 8px !important;
    white-space: nowrap !important;
  }
  .cl-casino-card__foot-stat-value {
    font-size: 12px !important;
    white-space: nowrap !important;
  }
  /* Mobile: bonus box compact — same size as CTA button */
  .cl-casino-card__bonus-box {
    padding: 8px 16px !important;
    margin: 4px 16px !important;
    border-radius: 12px !important;
  }
  .cl-casino-card__bonus-value {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
}

/* DESKTOP — OnlySpins logo 50% smaller than others (max specificity) */
@media (min-width: 1024px) {
  .cl-casino-card .cl-casino-card__logo-img[src*="onlyspins"],
  .cl-casino-card .cl-casino-card__logo-img.cl-casino-card__logo-img--png[src*="onlyspins"],
  .cl-casino-card .cl-casino-card__logo-img.cl-casino-card__logo-img--lg[src*="onlyspins"],
  .cl-casino-card .cl-casino-card__logo-stack img[src*="onlyspins"],
  .cl-casino-card--cover-art .cl-casino-card__logo-img[src*="onlyspins"] {
    width: 70px !important;
    max-width: 70px !important;
    height: 30px !important;
    max-height: 30px !important;
    object-fit: contain !important;
  }
  /* Hero featured logo: bigger on desktop */
  .cl-hero__featured-logo {
    height: auto !important;
    width: 160px !important;
    max-height: 100px !important;
  }
}

/* ============================================================
   MOBILE FINAL v4 — Hero accent + logo-only cards (no cartoon)
   + compact bonus + gold/silver/bronze borders
   ============================================================ */
@media (max-width: 767px) {
  /* Hero: show welcome + link, hide old featured card */
  .cl-hero__welcome { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; }
  .cl-hero__link { display: inline-block !important; margin-top: 8px !important; }
  .cl-hero__accent { font-size: 35px !important; line-height: 1.1 !important; text-align: center !important; }
  .cl-hero__featured { display: none !important; }
  .cl-hero { padding: 24px 20px 28px !important; justify-content: center !important; align-items: center !important; }

  /* Card: hide cartoon character, logo only */
  .cl-casino-card__cover-art,
  .cl-casino-card__cover-art--lg,
  .cl-casino-card__cover-art--xl {
    display: none !important;
  }

  /* Logo-side: compact strip, centered logo */
  .cl-casino-card--cover-art .cl-casino-card__logo-side {
    min-height: 100px !important;
    max-height: 120px !important;
    height: auto !important;
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Logo: big, fills the strip */
  .cl-casino-card__logo-img,
  .cl-casino-card--cover-art .cl-casino-card__logo-img {
    height: 80px !important;
    max-height: 80px !important;
    max-width: 90% !important;
  }
  .cl-casino-card--cover-art .cl-casino-card__logo-img--png,
  .cl-casino-card--cover-art .cl-casino-card__logo-img--lg {
    height: 100px !important;
    max-height: 100px !important;
    max-width: 90% !important;
  }

  /* Logo stack: centered */
  .cl-casino-card--cover-art .cl-casino-card__logo-stack {
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
  }

  /* Main row: bonus + CTA side by side */
  .cl-casino-card__main-row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    padding: 12px 12px !important;
    align-items: center !important;
  }

  /* Bonus box: compact, same height as CTA */
  .cl-casino-card__bonus-box {
    padding: 8px 12px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    min-height: unset !important;
    max-width: none !important;
    width: auto !important;
    flex: 1 1 auto !important;
    align-self: stretch !important;
  }
  .cl-casino-card__bonus-label {
    font-size: 8px !important;
  }
  .cl-casino-card__bonus-value {
    font-size: 13px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  /* CTA: compact, same row */
  .cl-casino-card__cta {
    padding: 12px 16px !important;
    font-size: 13px !important;
    min-width: unset !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }

  /* Card list: tighter gap so next card peeks */
  .cl-casino-list {
    gap: 12px !important;
  }

  /* Footer: ensure it's compact */
  .cl-casino-card__footer {
    padding: 8px 6px 0 !important;
  }
  .cl-casino-card__foot-stat {
    padding: 8px 6px !important;
    font-size: 10px !important;
  }
}

/* ═══════ CARD LOGO-AREA BACKGROUND UPGRADE — v2 — 2026-04-15 ═══════ */
@media (max-width: 767px) {
  .cl-casino-card--cover-art .cl-casino-card__logo-side,
  .cl-casino-card .cl-casino-card__logo-side {
    background: none !important;
    background-color: transparent !important;
    background-image: url('/fortunewheel/v3/card-bg-velvet.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .cl-casino-card--cover-art .cl-casino-card__logo-side::after,
  .cl-casino-card .cl-casino-card__logo-side::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center,
      transparent 35%,
      rgba(var(--cl-brand-r, 255), var(--cl-brand-g, 107), var(--cl-brand-b, 53), 0.32) 100%);
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 0;
  }
  .cl-casino-card--cover-art .cl-casino-card__logo-side > *,
  .cl-casino-card .cl-casino-card__logo-side > * { position: relative; z-index: 1; }
}

/* ═══════ PER-CARD DISTINCT TINT PALETTE — 2026-04-15 ═══════ */
@media (max-width: 767px) {
  /* Stronger tint + distinct hue per rank so no two adjacent cards look alike */
  .cl-casino-list .cl-casino-card:nth-child(1) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(255,107,53,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(2) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(168,85,247,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(3) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(251,146,60,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(4) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(124,58,237,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(5) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(59,130,246,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(6) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(245,158,11,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(7) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(236,72,153,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(8) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(239,68,68,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(9) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(20,184,166,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(10) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(34,197,94,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(11) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(14,165,233,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(12) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(217,70,239,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(13) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(234,179,8,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(14) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(132,204,22,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(15) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(99,102,241,0.52) 100%) !important; }
  .cl-casino-list .cl-casino-card:nth-child(16) .cl-casino-card__logo-side::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(244,63,94,0.52) 100%) !important; }
}
/* END PALETTE */

/* ═══════ HERO + CARD SUBTITLE UPGRADE — 2026-04-15 ═══════ */
/* 1. Hero heading text → WHITE (override gold gradient) */
.cl-hero__accent {
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: #ffffff !important;
  background-clip: initial !important;
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.9), 0 1px 3px rgba(0,0,0,.95) !important;
  filter: drop-shadow(0 0 18px rgba(255,215,0,.25)) !important;
}

/* 2. Luxury gold sparkle overlay on top of hero image */
.cl-hero { position: relative; }
.cl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/fortunewheel/v3/hero-overlay-gold.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .35;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}
.cl-hero > * { position: relative; z-index: 2; }

/* 3. Subtitle under logo: 'Deposita €20 e ottieni giri gratis' — mobile only */
@media (max-width: 767px) {
  .cl-casino-card__logo-side {
    padding-bottom: 22px !important;
  }
  .cl-casino-card__logo-side::before {
    content: "Deposita €20 · Ottieni Giri Gratis";
    position: absolute;
    bottom: 5px;
    left: 8px;
    right: 8px;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.92);
    text-shadow: 0 1px 3px rgba(0,0,0,.95), 0 0 10px rgba(0,0,0,.5);
    z-index: 3;
    pointer-events: none;
  }
}
/* END HERO-SUBTITLE */

/* ═══════ HERO BG FIX — force bg-photo visibility — 2026-04-15 ═══════ */
.cl-hero-bg-photo {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  display: block !important;
}
.cl-hero-bg-layer, .cl-page__hero-wrap {
  min-height: 220px !important;
}

/* DE locale override: replace Italian 'Deposita …' subtitle with German equivalent */
@media (max-width: 767px) {
  body.lang-de .cl-casino-card__logo-side::before {
    content: "Einzahlung €20 · Erhalte Freispiele";
  }
}
