@font-face {
  font-family: "Geologica";
  src: url("/fonts/Geologica-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("/fonts/Geologica-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("/fonts/Geologica-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #171722;
  --ink-2: #20202d;
  --ink-3: #2b2a3b;
  --paper: #f6f6f1;
  --paper-2: #efefe8;
  --white: #ffffff;
  --text: #20202b;
  --muted: #686879;
  --line: rgba(23, 23, 34, 0.12);
  --line-dark: rgba(255, 255, 255, 0.13);
  --cyan: #00f0ff;
  --cyan-dark: #007d87;
  --pink: #ff006e;
  --violet: #865dff;
  --yellow: #ffe047;
  --danger: #ff3d55;
  --success: #00c99a;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow-sm: 0 12px 35px rgba(23, 23, 34, 0.09);
  --shadow-lg: 0 32px 80px rgba(0, 0, 0, 0.28);
  --container: 1180px;
  --header-height: 72px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: var(--ink);
  overflow-x: hidden;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  font-family: "Geologica", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body.menu-open {
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

[hidden] {
  display: none !important;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

p,
h1,
h2,
h3,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
strong,
b {
  font-weight: 600;
}

h1,
h2,
h3 {
  line-height: 1.1;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2rem, 8vw, 3.8rem);
  text-wrap: balance;
}

h3 {
  font-size: clamp(1.1rem, 3.7vw, 1.4rem);
}

::selection {
  background: var(--cyan);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

main,
section,
.container,
.hero-copy,
.hero-showcase,
.section-heading,
.section-heading > *,
.mobile-copy,
.faq-intro {
  min-width: 0;
}

section[id],
footer[id] {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--cyan);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.notice-bar {
  position: relative;
  z-index: 45;
  overflow: hidden;
  background: var(--pink);
  color: var(--white);
  font-size: 0.73rem;
  line-height: 1.45;
}

.notice-bar::before {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0 18px, rgba(255, 255, 255, 0.07) 18px 20px);
  content: "";
  pointer-events: none;
}

.notice-bar__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding-block: 7px;
  text-align: center;
}

.notice-bar p {
  margin: 0;
}

.notice-bar a {
  display: none;
  font-weight: 600;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(23, 23, 34, 0.92);
  color: var(--white);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
}

.site-header.is-scrolled {
  border-bottom-color: rgba(0, 240, 255, 0.16);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 44px;
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 105px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.brand > span {
  margin-left: 8px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
}

.desktop-nav {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions > .button {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.button--primary {
  background: var(--cyan);
  color: #071316;
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.2);
}

.button--outline {
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--white);
}

.button--compact {
  min-height: 42px;
  padding: 9px 16px;
  font-size: 0.78rem;
}

.button--large {
  min-height: 54px;
  padding: 15px 22px;
}

.button--text {
  justify-content: flex-start;
  padding-inline: 2px;
  color: var(--white);
  text-align: left;
}

.button--text span {
  color: var(--cyan);
  font-size: 1.2em;
}

.menu-toggle {
  display: grid;
  align-content: center;
  justify-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 2px 0;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.22s var(--ease), opacity 0.22s var(--ease);
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  width: min(90vw, 390px);
  max-width: 100%;
  height: 100dvh;
  padding: max(18px, env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 240, 255, 0.18), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(255, 0, 110, 0.15), transparent 38%),
    var(--ink);
  color: var(--white);
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.4);
}

.mobile-menu.is-open {
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  margin-bottom: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line-dark);
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-menu__head button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-right: -7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.mobile-menu > a:not(.button) {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 400;
  text-decoration: none;
}

.mobile-menu > .button {
  width: 100%;
  margin-top: 18px;
}

.menu-backdrop {
  position: fixed;
  z-index: 80;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(5, 5, 10, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
}

.menu-backdrop.is-open {
  opacity: 1;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(134, 93, 255, 0.18), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(255, 0, 110, 0.12), transparent 32%),
    var(--ink);
  color: var(--white);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: -240px;
  right: -280px;
  width: 560px;
  aspect-ratio: 1;
  border: 70px solid rgba(0, 240, 255, 0.05);
}

.hero::after {
  bottom: -200px;
  left: -200px;
  width: 440px;
  aspect-ratio: 1;
  border: 55px solid rgba(255, 0, 110, 0.05);
}

.hero-noise {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  gap: 44px;
  align-items: center;
  padding-block: 58px 70px;
}

.eyebrow,
.kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.eyebrow > span {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 2px;
  background: currentColor;
  box-shadow: 8px 0 0 var(--pink);
}

.eyebrow--dark {
  color: var(--cyan-dark);
}

.kicker {
  margin-bottom: 10px;
  color: var(--pink);
}

.hero h1 {
  max-width: 860px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.55rem, 12vw, 5.8rem);
  line-height: 0.97;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero h1 em {
  color: var(--cyan);
  font-style: normal;
  text-shadow: 0 0 38px rgba(0, 240, 255, 0.24);
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 3.8vw, 1.17rem);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
  margin-bottom: 34px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  background: var(--line-dark);
  list-style: none;
}

.hero-facts li {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 92px;
  padding: 15px 14px;
  background: rgba(23, 23, 34, 0.92);
}

.hero-facts strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.25;
}

.hero-facts span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  line-height: 1.35;
}

.hero-showcase {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 38px 12px 52px;
}

.hero-showcase::before {
  position: absolute;
  width: min(82vw, 440px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 45deg, var(--cyan), var(--violet), var(--pink), var(--cyan));
  opacity: 0.13;
  filter: blur(2px);
  content: "";
}

.hero-showcase::after {
  position: absolute;
  width: min(66vw, 350px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
}

.showcase-orbit {
  position: absolute;
  z-index: 0;
  width: min(84vw, 435px);
  aspect-ratio: 1;
  border: 1px dashed rgba(0, 240, 255, 0.22);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(0.62);
}

.showcase-orbit--two {
  width: min(69vw, 355px);
  border-color: rgba(255, 0, 110, 0.24);
  transform: rotate(34deg) scaleY(0.68);
}

.showcase-card {
  position: relative;
  z-index: 3;
  width: min(100%, 320px);
  min-height: 305px;
  padding: 23px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 29px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), transparent 42%),
    linear-gradient(160deg, #2d2c40 0%, #181823 64%);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: rotate(-3deg);
}

.showcase-card::after {
  position: absolute;
  right: -55px;
  bottom: -72px;
  width: 180px;
  aspect-ratio: 1;
  border: 28px solid rgba(0, 240, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.showcase-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.showcase-card__top span:last-child {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--white);
  letter-spacing: 0;
}

.showcase-card img {
  width: 150px;
  height: auto;
  max-height: 60px;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left center;
}

.showcase-card p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.73rem;
}

.showcase-card > strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 230px;
  margin-bottom: 17px;
  color: var(--white);
  font-size: clamp(2rem, 9vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.showcase-card strong small {
  display: block;
  margin-top: 8px;
  color: var(--cyan);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.showcase-card__tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--cyan);
  color: var(--ink);
  font-size: 0.64rem;
  font-weight: 700;
}

.showcase-note,
.showcase-coin {
  position: absolute;
  z-index: 4;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.showcase-note {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 12px;
  color: var(--ink);
  font-size: 0.67rem;
  transform: rotate(4deg);
}

.showcase-note span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 8px;
  background: rgba(23, 23, 34, 0.12);
  font-size: 0.57rem;
}

.showcase-note--pink {
  top: 10px;
  right: 0;
  background: var(--pink);
  color: var(--white);
}

.showcase-note--cyan {
  bottom: 36px;
  left: 0;
  background: var(--cyan);
  transform: rotate(-4deg);
}

.showcase-coin {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--ink);
  font-size: 1.3rem;
}

.showcase-coin--euro {
  top: 78px;
  left: 1px;
  background: var(--yellow);
  transform: rotate(-12deg);
}

.showcase-coin--star {
  right: 10px;
  bottom: 122px;
  width: 42px;
  height: 42px;
  background: var(--violet);
  color: var(--white);
  transform: rotate(10deg);
}

.showcase-caption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: -8px;
  left: 24px;
  margin: 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.61rem;
  line-height: 1.45;
  text-align: center;
}

.legal-banner {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding-block: 24px 38px;
  background: var(--ink);
  color: var(--white);
}

.legal-banner__card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 61, 85, 0.38);
  border-radius: var(--radius-md);
  background:
    linear-gradient(115deg, rgba(255, 61, 85, 0.15), transparent 54%),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 4px 0 0 var(--danger);
}

.legal-banner__badge {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--danger);
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(255, 61, 85, 0.25);
}

.legal-banner__content .kicker {
  color: #ff91a0;
}

.legal-banner h2 {
  max-width: 860px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(1.65rem, 6.6vw, 3rem);
}

.legal-banner p:not(.kicker) {
  max-width: 960px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 0.88rem;
}

.legal-banner__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 19px;
}

.legal-banner__links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 600;
}

.section {
  position: relative;
  padding-block: clamp(70px, 13vw, 122px);
}

.snapshot,
.bonuses,
.payments,
.mobile,
.support {
  background: var(--paper);
  color: var(--text);
}

.review,
.games,
.account,
.security,
.faq,
.verdict {
  background: var(--ink);
  color: var(--white);
}

.bonuses,
.mobile {
  background: var(--paper-2);
}

.payments,
.support {
  background: var(--white);
}

.section-heading {
  max-width: 850px;
  margin-bottom: clamp(32px, 7vw, 58px);
}

.section-heading h2,
.mobile-copy h2,
.faq-intro h2 {
  margin-bottom: 20px;
}

.section-heading > p:last-child,
.section-heading--split > p,
.mobile-copy > p,
.faq-intro > p {
  color: var(--muted);
}

.review .section-heading > p:last-child,
.games .section-heading > p:last-child,
.account .section-heading > p:last-child,
.security .section-heading > p:last-child,
.faq-intro > p {
  color: rgba(255, 255, 255, 0.62);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.fact-card {
  position: relative;
  min-height: 170px;
  padding: 20px 17px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.fact-card--feature {
  grid-column: 1 / -1;
  min-height: 185px;
  border-color: transparent;
  background:
    radial-gradient(circle at 90% 0, rgba(0, 240, 255, 0.16), transparent 38%),
    var(--ink);
  color: var(--white);
}

.fact-card--feature::after {
  position: absolute;
  right: -50px;
  bottom: -75px;
  width: 180px;
  aspect-ratio: 1;
  border: 25px solid rgba(255, 0, 110, 0.16);
  border-radius: 50%;
  content: "";
}

.fact-card__index {
  display: block;
  margin-bottom: 26px;
  color: var(--pink);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.fact-card p {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.73rem;
}

.fact-card--feature p {
  color: rgba(255, 255, 255, 0.56);
}

.fact-card strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: clamp(1.1rem, 4vw, 1.45rem);
  line-height: 1.25;
}

.data-table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  scrollbar-width: thin;
  scrollbar-color: var(--violet) rgba(23, 23, 34, 0.08);
  -webkit-overflow-scrolling: touch;
}

.data-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.data-table-wrap::-webkit-scrollbar-track {
  background: rgba(23, 23, 34, 0.06);
}

.data-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: var(--violet);
}

.data-table {
  width: 100%;
  min-width: 680px;
  border-spacing: 0;
  border-collapse: separate;
  color: var(--text);
  font-size: 0.83rem;
  line-height: 1.45;
}

.data-table--payments,
.data-table--bonus {
  min-width: 860px;
}

.data-table--facts {
  min-width: 610px;
}

.data-table caption {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  background: #f8f8f4;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}

.data-table th,
.data-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

.data-table thead th {
  background: var(--ink);
  color: var(--white);
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.data-table tbody th {
  font-weight: 600;
}

.data-table tbody tr:last-child > * {
  border-bottom: 0;
}

.data-table tbody tr:nth-child(even) > * {
  background: rgba(23, 23, 34, 0.018);
}

.data-table a {
  color: var(--cyan-dark);
  font-weight: 600;
}

.data-table-wrap--compact {
  margin-top: 28px;
}

.data-table-wrap--dark {
  margin-top: clamp(30px, 4vw, 44px);
  border-color: var(--line-dark);
  background: #20202d;
  box-shadow: none;
}

.data-table-wrap--dark .data-table caption,
.data-table-wrap--dark .data-table tbody > tr > * {
  border-color: var(--line-dark);
  background: #20202d;
  color: rgba(255, 255, 255, 0.76);
}

.data-table-wrap--dark .data-table tbody th {
  color: var(--white);
}

.data-table-wrap--dark .data-table thead th {
  background: #101018;
}

.review::before,
.games::before,
.security::before,
.faq::before {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: radial-gradient(rgba(255, 255, 255, 0.09) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
  content: "";
  pointer-events: none;
}

.review .container,
.games .container,
.security .container,
.faq .container {
  position: relative;
}

.review-grid {
  display: grid;
  gap: 15px;
}

.review-card {
  position: relative;
  padding: 27px 22px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.045);
}

.review-card::after {
  position: absolute;
  top: -80px;
  right: -75px;
  width: 160px;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.12;
  content: "";
}

.review-card--good::after {
  background: var(--cyan);
}

.review-card--watch::after {
  background: var(--pink);
}

.review-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: var(--cyan);
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 600;
}

.review-card--watch .review-card__icon {
  background: var(--pink);
  color: var(--white);
}

.review-card h3 {
  margin-bottom: 20px;
  color: var(--white);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 13px 0 13px 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.85rem;
}

.check-list li::before {
  position: absolute;
  top: 19px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  content: "";
}

.review-card--watch .check-list li::before {
  border-color: var(--pink);
}

.editor-note {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 24px 22px;
  border: 1px solid rgba(134, 93, 255, 0.38);
  border-radius: var(--radius-md);
  background: linear-gradient(115deg, rgba(134, 93, 255, 0.14), rgba(0, 240, 255, 0.04));
}

.editor-note > span {
  align-self: start;
  color: #bba8ff;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editor-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}

.bonus-feature {
  position: relative;
  display: grid;
  gap: 22px;
  margin-bottom: 28px;
  padding: 27px 20px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 0, 110, 0.17), transparent 40%),
    radial-gradient(circle at 0 0, rgba(0, 240, 255, 0.14), transparent 43%),
    var(--ink);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}

.bonus-feature::before {
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 280px;
  aspect-ratio: 1;
  border: 35px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  content: "";
}

.bonus-feature__label {
  position: relative;
  z-index: 1;
  justify-self: start;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bonus-feature__main {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.bonus-feature__main > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bonus-feature__main strong {
  color: var(--white);
  font-size: clamp(2.4rem, 13vw, 4.7rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.bonus-feature__main > div:last-child strong {
  color: var(--cyan);
}

.bonus-feature__main span:not(.bonus-feature__or) {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.bonus-feature__or {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--pink);
  font-size: 0.67rem;
  font-weight: 600;
}

.bonus-feature > p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.bonus-feature > p b {
  color: var(--white);
}

.table-tag {
  display: inline-flex;
  margin: 0 5px 5px 0;
  padding: 5px 8px;
  border-radius: 7px;
  color: var(--ink);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.table-tag--cyan {
  background: var(--cyan);
}

.table-tag--pink {
  background: #ff83b9;
}

.table-tag--violet {
  background: #c5b7ff;
}

.table-tag--yellow {
  background: var(--yellow);
}

.condition-grid,
.catalogue-grid,
.security-grid,
.support-grid,
.withdrawal-grid {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.condition-grid article,
.catalogue-grid article,
.security-grid article,
.support-grid article,
.withdrawal-grid article {
  position: relative;
  padding: 22px 19px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.condition-grid article > span:first-child,
.catalogue-grid article > span:first-child {
  display: block;
  margin-bottom: 24px;
  color: var(--pink);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.condition-grid h3,
.catalogue-grid h3,
.security-grid h3,
.support-grid h3 {
  margin-bottom: 10px;
}

.condition-grid p,
.catalogue-grid p,
.security-grid p,
.support-grid p,
.withdrawal-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.wager-box {
  display: grid;
  gap: 24px;
  margin-top: 28px;
  padding: 27px 21px;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--white);
}

.wager-box h3 {
  margin-bottom: 13px;
  font-size: clamp(1.45rem, 6vw, 2.3rem);
}

.wager-box p:not(.kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
}

.wager-formula {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  align-self: center;
  padding: 18px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
}

.wager-formula span {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 600;
}

.wager-formula b {
  color: var(--pink);
  font-size: 0.85rem;
}

.wager-formula strong {
  grid-column: 1 / -1;
  padding-top: 13px;
  border-top: 1px solid var(--line-dark);
  color: var(--cyan);
  font-size: clamp(2rem, 11vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.07em;
}

.filter-row {
  display: flex;
  gap: 8px;
  max-width: 100%;
  margin: -10px 0 25px;
  padding: 4px 1px 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.filter-row::-webkit-scrollbar {
  display: none;
}

.filter-button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.filter-button.is-active {
  border-color: var(--cyan);
  background: var(--cyan);
  color: var(--ink);
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.game-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.045);
  transition: transform 0.28s var(--ease), border-color 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.game-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(145deg, #302f46, #1b1b27);
}

.game-card__media::after {
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
  content: "";
  pointer-events: none;
}

.game-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}

.game-card__media > span {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  left: 8px;
  width: fit-content;
  max-width: calc(100% - 16px);
  padding: 5px 8px;
  border-radius: 7px;
  background: var(--cyan);
  color: var(--ink);
  font-size: 0.52rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.game-card > div:last-child {
  padding: 13px 12px 15px;
}

.game-card h3 {
  margin-bottom: 4px;
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: 0.88rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.game-card p {
  margin: 0;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.64rem;
  line-height: 1.35;
}

.game-card[hidden] {
  display: none !important;
}

.catalogue-grid article {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.045);
}

.catalogue-grid h3 {
  color: var(--white);
}

.catalogue-grid p {
  color: rgba(255, 255, 255, 0.57);
}

.provider-panel {
  display: grid;
  gap: 22px;
  margin-top: 28px;
  padding: 27px 21px;
  border: 1px solid rgba(134, 93, 255, 0.35);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(134, 93, 255, 0.14), rgba(0, 240, 255, 0.045));
}

.provider-panel h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 5vw, 2rem);
}

.provider-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.provider-list li {
  padding: 8px 11px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.68rem;
  line-height: 1.2;
}

.payment-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 25px;
}

.payment-logos > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(23, 23, 34, 0.14);
  border-radius: var(--radius-sm);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(23, 23, 34, 0.08), inset 0 0 0 4px rgba(23, 23, 34, 0.025);
}

.payment-logos img {
  width: auto;
  max-width: 112px;
  height: auto;
  max-height: 42px;
  opacity: 1;
  filter: none;
  object-fit: contain;
}

.payment-logo-text {
  gap: 9px;
  color: var(--ink);
}

.payment-logo-text span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 700;
}

.payment-logo-text strong {
  font-size: 0.83rem;
}

.table-note {
  margin: 13px 5px 0;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.55;
}

.withdrawal-grid article {
  min-height: 175px;
  box-shadow: var(--shadow-sm);
}

.withdrawal-grid article:nth-child(2) {
  background: var(--ink);
  color: var(--white);
}

.withdrawal-grid article:nth-child(2) p {
  color: rgba(255, 255, 255, 0.58);
}

.withdrawal-grid__label {
  display: block;
  margin-bottom: 22px;
  color: var(--cyan-dark);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.withdrawal-grid article:nth-child(2) .withdrawal-grid__label {
  color: var(--cyan);
}

.withdrawal-grid strong {
  display: block;
  margin-bottom: 7px;
  font-size: clamp(1.8rem, 8vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.warning-strip {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding: 22px 19px;
  border-left: 5px solid var(--pink);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: #fff2f7;
}

.warning-strip strong {
  color: #a60047;
  font-size: 0.82rem;
}

.warning-strip p {
  margin: 0;
  color: #5e4852;
  font-size: 0.8rem;
}

.step-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list::before {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 23px;
  width: 1px;
  background: linear-gradient(var(--cyan), var(--pink));
  content: "";
}

.step-list li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 0 0 27px;
}

.step-list li:last-child {
  padding-bottom: 0;
}

.step-list li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  background: var(--ink);
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 600;
}

.step-list li:nth-child(even) > span {
  border-color: var(--pink);
  color: #ff80b7;
}

.step-list li > div {
  padding: 4px 0 21px;
  border-bottom: 1px solid var(--line-dark);
}

.step-list h3 {
  margin-bottom: 8px;
  color: var(--white);
}

.step-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.59);
  font-size: 0.83rem;
}

.mobile-grid {
  display: grid;
  gap: 48px;
  align-items: center;
}

.mobile-copy > p {
  margin-bottom: 27px;
}

.mobile-features {
  display: grid;
  gap: 12px;
}

.mobile-features article {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.74);
}

.mobile-features article > span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 13px;
  background: var(--ink);
  color: var(--cyan);
  font-size: 1.1rem;
}

.mobile-features h3 {
  margin: 1px 0 5px;
  font-size: 1rem;
}

.mobile-features p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 530px;
  isolation: isolate;
}

.phone-stage::before {
  position: absolute;
  z-index: -1;
  width: min(95vw, 455px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 30deg, var(--cyan), var(--violet), var(--pink), var(--cyan));
  opacity: 0.18;
  filter: blur(1px);
  content: "";
}

.phone-stage::after {
  position: absolute;
  z-index: -1;
  width: min(75vw, 350px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--paper-2);
  content: "";
}

.phone {
  position: relative;
  z-index: 2;
  width: min(75vw, 275px);
  min-width: 230px;
  padding: 9px;
  overflow: hidden;
  border: 7px solid #0d0d14;
  border-radius: 40px;
  background: #20202d;
  color: var(--white);
  box-shadow: 0 34px 70px rgba(23, 23, 34, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: rotate(3deg);
}

.phone__top,
.phone__header,
.phone__nav,
.phone__dock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone__top {
  height: 25px;
  padding-inline: 8px;
  font-size: 0.47rem;
}

.phone__top i {
  width: 62px;
  height: 17px;
  border-radius: 99px;
  background: #08080c;
}

.phone__header {
  height: 45px;
  padding-inline: 9px;
  border-bottom: 1px solid var(--line-dark);
}

.phone__header img {
  width: 82px;
  height: auto;
  max-height: 30px;
  object-fit: contain;
}

.phone__hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 138px;
  margin: 9px 1px;
  padding: 18px;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 0, 110, 0.7), transparent 50%),
    linear-gradient(145deg, #4938ac, #181822 80%);
}

.phone__hero small {
  color: var(--cyan);
  font-size: 0.48rem;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.phone__hero strong {
  font-size: 2.65rem;
  line-height: 1;
  letter-spacing: -0.07em;
}

.phone__hero span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.63rem;
}

.phone__nav {
  gap: 6px;
  padding: 8px 3px;
}

.phone__nav span {
  flex: 1;
  padding: 6px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.45rem;
  text-align: center;
}

.phone__nav span:first-child {
  background: var(--cyan);
  color: var(--ink);
}

.phone__games {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 3px;
}

.phone__games i {
  aspect-ratio: 1.2;
  border-radius: 9px;
  background: linear-gradient(145deg, #865dff, #372987);
}

.phone__games i:nth-child(2) {
  background: linear-gradient(145deg, #ff006e, #6f123a);
}

.phone__games i:nth-child(3) {
  background: linear-gradient(145deg, #00f0ff, #086069);
}

.phone__games i:nth-child(4) {
  background: linear-gradient(145deg, #ffe047, #8d7410);
}

.phone__dock {
  height: 46px;
  margin-top: 8px;
  padding-inline: 11px;
  border-radius: 15px;
  background: #101018;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem;
}

.phone__dock b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--ink);
  font-size: 1.1rem;
}

.phone-sticker {
  position: absolute;
  z-index: 3;
  padding: 12px 15px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(23, 23, 34, 0.22);
  color: var(--ink);
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
}

.phone-sticker--one {
  top: 74px;
  right: max(0px, calc(50% - 175px));
  background: var(--cyan);
  transform: rotate(9deg);
}

.phone-sticker--two {
  bottom: 75px;
  left: max(0px, calc(50% - 180px));
  background: var(--pink);
  color: var(--white);
  transform: rotate(-8deg);
}

.security-grid article {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.045);
}

.security-grid__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 28px;
  border: 1px solid rgba(0, 240, 255, 0.35);
  border-radius: 15px;
  background: rgba(0, 240, 255, 0.09);
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.security-grid h3 {
  color: var(--white);
}

.security-grid p {
  color: rgba(255, 255, 255, 0.58);
}

.dormant-note {
  display: grid;
  gap: 17px;
  margin-top: 25px;
  padding: 23px 20px;
  border: 1px solid rgba(255, 0, 110, 0.34);
  border-radius: var(--radius-md);
  background: rgba(255, 0, 110, 0.08);
}

.dormant-note > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;
}

.dormant-note h3 {
  margin-bottom: 8px;
  color: var(--white);
}

.dormant-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.83rem;
}

.responsible {
  overflow: hidden;
  background: var(--cyan);
  color: var(--ink);
}

.responsible::before {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 420px;
  aspect-ratio: 1;
  border: 55px solid rgba(23, 23, 34, 0.08);
  border-radius: 50%;
  content: "";
}

.responsible-card {
  position: relative;
  display: grid;
  gap: 24px;
}

.responsible-card__mark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 600;
}

.responsible-card .kicker {
  color: #7c0035;
}

.responsible-card h2 {
  max-width: 830px;
  margin-bottom: 19px;
}

.responsible-card__copy > p:not(.kicker) {
  max-width: 900px;
  margin-bottom: 25px;
  color: rgba(23, 23, 34, 0.72);
}

.help-links {
  display: grid;
  gap: 11px;
}

.help-links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 82px;
  padding: 17px 18px;
  border: 1px solid rgba(23, 23, 34, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.58);
  text-decoration: none;
}

.help-links strong {
  margin-bottom: 3px;
  color: var(--ink);
}

.help-links span {
  color: rgba(23, 23, 34, 0.62);
  font-size: 0.68rem;
  line-height: 1.4;
}

.support-grid article {
  box-shadow: var(--shadow-sm);
}

.support-grid article > span:first-child {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--cyan);
  font-size: 1.15rem;
  font-weight: 600;
}

.support-grid small {
  display: block;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  color: var(--cyan-dark);
  font-size: 0.63rem;
  font-weight: 500;
}

.faq-grid {
  display: grid;
  gap: 36px;
}

.faq-intro > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 600;
}

.accordion {
  border-top: 1px solid var(--line-dark);
}

.accordion-item {
  border-bottom: 1px solid var(--line-dark);
}

.accordion-item h3 {
  margin: 0;
}

.accordion-item button {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 15px 0;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: clamp(0.9rem, 3.5vw, 1.06rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  text-align: left;
  cursor: pointer;
}

.accordion-item button > span {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
}

.accordion-item button > span::before,
.accordion-item button > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--cyan);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.2s var(--ease);
}

.accordion-item button > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item button[aria-expanded="true"] > span {
  border-color: var(--cyan);
  background: var(--cyan);
}

.accordion-item button[aria-expanded="true"] > span::before,
.accordion-item button[aria-expanded="true"] > span::after {
  background: var(--ink);
}

.accordion-item button[aria-expanded="true"] > span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion-panel {
  padding: 0 46px 22px 0;
}

.accordion-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.verdict {
  overflow: hidden;
  padding-top: 0;
}

.verdict::before {
  position: absolute;
  right: -200px;
  bottom: -260px;
  width: 600px;
  aspect-ratio: 1;
  border: 90px solid rgba(0, 240, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.verdict-card {
  position: relative;
  padding: clamp(28px, 7vw, 60px);
  overflow: hidden;
  border: 1px solid rgba(0, 240, 255, 0.23);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0, rgba(134, 93, 255, 0.22), transparent 40%),
    linear-gradient(145deg, rgba(0, 240, 255, 0.08), rgba(255, 0, 110, 0.06));
}

.verdict-card h2 {
  max-width: 780px;
  margin-bottom: 23px;
  color: var(--white);
}

.verdict-card > p:not(.eyebrow) {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.88rem;
}

.verdict-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 26px;
  padding-top: 19px;
  border-top: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.66rem;
}

.verdict-meta strong {
  color: var(--cyan);
}

.site-footer {
  padding-block: 70px calc(92px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line-dark);
  background: #0d0d14;
  color: var(--white);
}

.footer-top {
  display: grid;
  gap: 22px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line-dark);
}

.brand.brand--footer img {
  width: 132px;
}

.footer-top > p {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
}

.footer-grid {
  display: grid;
  gap: 30px;
  padding-block: 36px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-grid h2 {
  margin-bottom: 15px;
  color: var(--white);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  text-decoration: none;
}

.footer-phone {
  margin: 15px 0 0;
  color: var(--cyan);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.footer-phone small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.65rem;
  font-weight: 300;
}

.footer-warning {
  padding: 20px;
  border: 1px solid rgba(255, 0, 110, 0.28);
  border-radius: var(--radius-sm);
  background: rgba(255, 0, 110, 0.06);
}

.footer-warning strong {
  display: block;
  margin-bottom: 7px;
  color: #ff81b8;
  font-size: 0.75rem;
}

.footer-warning p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
}

.footer-bottom {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.62rem;
  line-height: 1.55;
}

.footer-bottom p {
  margin: 0;
}

.mobile-bottom-bar {
  position: fixed;
  z-index: 38;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(62px + env(safe-area-inset-bottom));
  padding: 9px 16px calc(9px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(13, 13, 20, 0.96);
  color: var(--white);
  box-shadow: 0 -12px 35px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.mobile-bottom-bar span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.63rem;
  line-height: 1.25;
}

.mobile-bottom-bar strong {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--white);
  font-size: 0.68rem;
}

.mobile-bottom-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--cyan);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 600;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
  }

  .button--primary:hover {
    background: #6ff7ff;
    box-shadow: 0 14px 36px rgba(0, 240, 255, 0.27);
  }

  .button--outline:hover {
    border-color: var(--cyan);
    color: var(--cyan);
  }

  .desktop-nav a:hover,
  .footer-grid a:hover,
  .faq-intro > a:hover,
  .legal-banner__links a:hover {
    color: var(--cyan);
  }

  .menu-toggle:hover,
  .mobile-menu__head button:hover {
    background: rgba(255, 255, 255, 0.13);
  }

  .game-card:hover {
    border-color: rgba(0, 240, 255, 0.48);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    transform: translateY(-5px);
  }

  .game-card:hover .game-card__media img {
    transform: scale(1.045);
  }

  .payment-logos > div:hover,
  .support-grid article:hover {
    border-color: rgba(0, 125, 135, 0.35);
  }

  .help-links a:hover {
    background: rgba(255, 255, 255, 0.78);
  }
}

@media (min-width: 520px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .notice-bar {
    font-size: 0.78rem;
  }

  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }

  .hero-actions .button--text {
    max-width: 270px;
  }

  .hero-facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-facts li {
    min-height: 103px;
  }

  .hero-showcase {
    min-height: 500px;
  }

  .legal-banner__card,
  .dormant-note {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 22px;
  }

  .legal-banner__links {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 22px;
  }

  .fact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fact-card--feature {
    grid-column: span 3;
  }

  .bonus-feature__main {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
  }

  .bonus-feature__or {
    align-self: center;
  }

  .condition-grid,
  .security-grid,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }

  .catalogue-grid,
  .withdrawal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .step-list li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
  }

  .step-list::before {
    left: 28px;
  }

  .step-list li > span {
    width: 58px;
    height: 58px;
  }

  .help-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  html {
    scrollbar-gutter: stable;
  }

  :root {
    --header-height: 78px;
  }

  body {
    font-size: 17px;
  }

  .notice-bar__inner {
    justify-content: space-between;
    text-align: left;
  }

  .notice-bar a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .header-actions > .button {
    display: inline-flex;
  }

  .hero-grid {
    padding-block: 82px 90px;
  }

  .hero h1 {
    font-size: clamp(4.1rem, 9vw, 6rem);
  }

  .hero-facts li {
    padding: 17px;
  }

  .fact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fact-card--feature {
    grid-column: span 2;
  }

  .fact-card {
    min-height: 205px;
    padding: 26px 23px;
  }

  .section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(250px, 0.7fr);
    gap: 50px;
    align-items: end;
    max-width: none;
  }

  .section-heading--split > p {
    margin-bottom: 7px;
    font-size: 0.88rem;
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-card {
    padding: 36px;
  }

  .editor-note {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 28px;
    padding: 31px 35px;
  }

  .bonus-feature {
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
    padding: 36px;
  }

  .bonus-feature__label {
    align-self: start;
  }

  .bonus-feature__main {
    grid-column: 2;
    grid-row: 1;
  }

  .bonus-feature > p {
    grid-column: 1 / -1;
  }

  .condition-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .condition-grid article,
  .catalogue-grid article,
  .security-grid article,
  .support-grid article,
  .withdrawal-grid article {
    padding: 28px 25px;
  }

  .wager-box {
    grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.7fr);
    align-items: center;
    padding: 38px;
  }

  .game-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .game-card > div:last-child {
    padding: 16px 15px 18px;
  }

  .game-card h3 {
    font-size: 0.98rem;
  }

  .catalogue-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .provider-panel {
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
    padding: 36px;
  }

  .payment-logos > div {
    min-height: 112px;
  }

  .withdrawal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .warning-strip {
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: start;
    padding: 25px 28px;
  }

  .step-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }

  .step-list::before {
    top: 29px;
    right: 9%;
    bottom: auto;
    left: 9%;
    width: auto;
    height: 1px;
  }

  .step-list li {
    display: block;
    padding: 0 18px;
  }

  .step-list li > span {
    margin: 0 auto 26px;
  }

  .step-list li > div {
    padding: 0;
    border: 0;
    text-align: center;
  }

  .step-list h3 {
    min-height: 2.4em;
    font-size: 1.02rem;
  }

  .step-list p {
    font-size: 0.74rem;
  }

  .mobile-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.8fr);
    gap: 65px;
  }

  .security-grid,
  .support-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .responsible-card {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 40px;
  }

  .responsible-card__mark {
    width: 104px;
    height: 104px;
  }

  .faq-grid {
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
    gap: 70px;
    align-items: start;
  }

  .faq-intro {
    position: sticky;
    top: calc(var(--header-height) + 30px);
  }

  .accordion-item button {
    min-height: 82px;
  }

  .footer-top {
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: center;
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom p:last-child {
    text-align: right;
  }
}

@media (min-width: 961px) {
  :root {
    --header-height: 84px;
  }

  .fact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .brand img {
    width: 118px;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.2vw, 31px);
  }

  .desktop-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.74rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s var(--ease);
  }

  .menu-toggle {
    display: none;
  }

  .mobile-menu,
  .menu-backdrop {
    display: none !important;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(390px, 0.8fr);
    gap: 42px;
    min-height: 720px;
  }

  .hero h1 {
    font-size: clamp(4.6rem, 6.9vw, 6.65rem);
  }

  .hero-showcase {
    min-height: 560px;
  }

  .showcase-note--pink {
    right: -3px;
  }

  .showcase-note--cyan {
    left: -7px;
  }

  .showcase-coin--euro {
    left: -13px;
  }

  .legal-banner {
    padding-block: 32px 48px;
  }

  .legal-banner__card {
    grid-template-columns: 65px minmax(0, 1fr);
    padding: 34px 38px;
  }

  .fact-card--feature {
    grid-column: span 1;
  }

  .fact-card {
    min-height: 225px;
  }

  .game-card__media > span {
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .mobile-bottom-bar {
    display: none;
  }

  .site-footer {
    padding-bottom: 54px;
  }
}

.error-page {
  min-height: 100dvh;
  background:
    radial-gradient(circle at 15% 15%, rgba(0, 240, 255, 0.15), transparent 32%),
    radial-gradient(circle at 88% 84%, rgba(255, 0, 110, 0.16), transparent 35%),
    var(--ink);
  color: var(--white);
}

.error-page__main {
  display: grid;
  place-items: center;
  min-height: 100dvh;
  padding: max(24px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));
}

.error-page__card {
  position: relative;
  width: min(100%, 670px);
  padding: clamp(27px, 7vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(0, 240, 255, 0.24);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(23, 23, 34, 0.88);
  box-shadow: var(--shadow-lg);
  text-align: center;
}

.error-page__card::before {
  position: absolute;
  top: -95px;
  right: -90px;
  width: 220px;
  aspect-ratio: 1;
  border: 30px solid rgba(134, 93, 255, 0.13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.brand--error {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin-bottom: 28px;
}

.brand--error img {
  width: 104px;
}

.error-page__code {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: clamp(4.6rem, 24vw, 9rem);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: -0.09em;
  text-shadow: 0 0 45px rgba(0, 240, 255, 0.2);
}

.error-page__card h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
  color: var(--white);
  font-size: clamp(1.8rem, 7vw, 3.2rem);
}

.error-page__card > p:not(.error-page__code) {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto 27px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.error-page__card > .button {
  position: relative;
  z-index: 1;
}

@media (min-width: 1260px) {
  .hero-grid {
    gap: 80px;
  }

  .showcase-note--pink {
    right: -30px;
  }

  .showcase-note--cyan {
    left: -30px;
  }

  .showcase-coin--euro {
    left: -38px;
  }

  .showcase-coin--star {
    right: -10px;
  }
}

@media (max-width: 359px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand > span {
    display: none;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero-facts li {
    padding: 13px 11px;
  }

  .hero-facts strong {
    font-size: 0.9rem;
  }

  .showcase-note {
    font-size: 0.58rem;
  }

  .showcase-note--pink {
    right: -6px;
  }

  .showcase-note--cyan {
    left: -6px;
  }

  .game-grid {
    gap: 9px;
  }

  .game-card > div:last-child {
    padding-inline: 10px;
  }

  .mobile-bottom-bar {
    padding-inline: 10px;
  }

  .mobile-bottom-bar span {
    gap: 6px;
    font-size: 0.58rem;
  }

  .mobile-bottom-bar a {
    padding-inline: 12px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .showcase-orbit--one {
    animation: orbit-drift 18s linear infinite;
  }

  .showcase-orbit--two {
    animation: orbit-drift-reverse 24s linear infinite;
  }

  .showcase-coin--euro,
  .phone-sticker--one {
    animation: float-soft 5s ease-in-out infinite;
  }

  .showcase-coin--star,
  .phone-sticker--two {
    animation: float-soft 5.8s ease-in-out -2s infinite reverse;
  }
}

@keyframes orbit-drift {
  to {
    transform: rotate(342deg) scaleY(0.62);
  }
}

@keyframes orbit-drift-reverse {
  to {
    transform: rotate(-326deg) scaleY(0.68);
  }
}

@keyframes float-soft {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .notice-bar,
  .site-header,
  .mobile-menu,
  .menu-backdrop,
  .mobile-bottom-bar,
  .hero-showcase,
  .phone-stage,
  .filter-row {
    display: none !important;
  }

  body,
  .section,
  .hero,
  .review,
  .games,
  .account,
  .security,
  .faq,
  .verdict,
  .site-footer {
    background: #fff !important;
    color: #111 !important;
  }

  .hero-grid {
    display: block;
    min-height: 0;
    padding-block: 32px;
  }

  .hero h1,
  .section h2,
  .section h3,
  .site-footer h2,
  .section p,
  .hero p,
  .site-footer p,
  .site-footer a {
    color: #111 !important;
  }

  .section {
    padding-block: 34px;
    break-inside: avoid;
  }

  .data-table-wrap {
    overflow: visible;
    box-shadow: none;
  }

  .data-table {
    min-width: 0;
    font-size: 8pt;
  }
}
