:root {
  --domendomen-bg: #0a0f28;
  --domendomen-bg-deep: #111833;
  --domendomen-surface: #161d3a;
  --domendomen-surface-soft: #1b2550;
  --domendomen-line: rgba(120, 166, 255, 0.25);
  --domendomen-text: #ffffff;
  --domendomen-muted: #b6c4f4;
  --domendomen-blue: #3b82f6;
  --domendomen-pink: #ec4899;
  --domendomen-gold: #f8c35d;
  --domendomen-shadow: 0 24px 60px rgba(4, 8, 24, 0.45);
  --domendomen-radius: 28px;
  --domendomen-radius-sm: 18px;
  --domendomen-shell: min(1180px, calc(100% - 32px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", sans-serif;
  color: var(--domendomen-text);
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.22), transparent 32%),
    radial-gradient(circle at top right, rgba(236, 72, 153, 0.17), transparent 28%),
    linear-gradient(180deg, var(--domendomen-bg), var(--domendomen-bg-deep));
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.domendomen-page {
  position: relative;
  overflow: clip;
}

.domendomen-shell {
  width: var(--domendomen-shell);
  margin: 0 auto;
}

.domendomen-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2147483644;
  height: 4px;
  background: rgba(255, 255, 255, 0.06);
}

.domendomen-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--domendomen-pink), var(--domendomen-blue));
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.7);
}

.domendomen-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 15, 40, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.domendomen-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
}

.domendomen-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(236, 72, 153, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.domendomen-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.domendomen-nav a {
  color: #90b7ff;
  font-size: 0.96rem;
  font-weight: 600;
  transition: color 0.2s ease, transform 0.2s ease;
}

.domendomen-nav a:hover,
.domendomen-nav a:focus-visible {
  color: var(--domendomen-pink);
  transform: translateY(-1px);
}

.domendomen-burger {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--domendomen-text);
  border-radius: 999px;
  padding: 10px 14px;
  font: inherit;
  cursor: pointer;
}

.domendomen-burger span:not(.domendomen-burger-text) {
  display: block;
  width: 16px;
  height: 2px;
  margin-block: 2px;
  border-radius: 999px;
  background: var(--domendomen-text);
}

.domendomen-hero {
  position: relative;
  padding: 88px 0 54px;
  overflow: hidden;
}

.domendomen-hero-video {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.domendomen-wheel,
.domendomen-lane,
.domendomen-lights {
  position: absolute;
  inset: auto;
}

.domendomen-wheel-outer {
  width: min(78vw, 860px);
  aspect-ratio: 1;
  right: -14vw;
  top: -6vw;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 26%, transparent 27%),
    repeating-conic-gradient(from 0deg, rgba(59, 130, 246, 0.4) 0 12deg, rgba(236, 72, 153, 0.12) 12deg 24deg);
  box-shadow: 0 0 0 22px rgba(59, 130, 246, 0.06), 0 0 90px rgba(59, 130, 246, 0.2);
  animation: domendomen-spin 24s linear infinite;
}

.domendomen-wheel-inner {
  width: min(42vw, 480px);
  aspect-ratio: 1;
  right: 4vw;
  top: 8vw;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(17, 24, 51, 0.9) 0 28%, transparent 29%),
    repeating-conic-gradient(from 0deg, rgba(236, 72, 153, 0.9) 0 18deg, rgba(59, 130, 246, 0.9) 18deg 36deg);
  box-shadow: 0 0 60px rgba(236, 72, 153, 0.2);
  animation: domendomen-spin-reverse 16s linear infinite;
}

.domendomen-lane-a,
.domendomen-lane-b {
  height: 180px;
  inset-inline: -10%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.domendomen-lane-a {
  top: 22%;
  transform: rotate(-8deg);
}

.domendomen-lane-b {
  bottom: 12%;
  transform: rotate(8deg);
}

.domendomen-lights {
  inset: 12% auto auto -6%;
  width: 72%;
  height: 56%;
  background:
    radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.3), transparent 8%),
    radial-gradient(circle at 44% 10%, rgba(236, 72, 153, 0.25), transparent 9%),
    radial-gradient(circle at 75% 24%, rgba(59, 130, 246, 0.18), transparent 8%);
  animation: domendomen-float 10s ease-in-out infinite;
}

.domendomen-hero-inner {
  position: relative;
  z-index: 1;
}

.domendomen-hero-copy {
  max-width: 640px;
}

.domendomen-kicker {
  margin: 0 0 12px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #86b6ff;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.05;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.6rem, 7vw, 5.7rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
}

.domendomen-hero-text,
.domendomen-section-head p,
.domendomen-longform p,
.domendomen-card p,
.domendomen-rg-copy p {
  color: var(--domendomen-muted);
}

.domendomen-hero-text {
  margin: 20px 0 0;
  max-width: 58ch;
  font-size: 1.07rem;
}

.domendomen-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.domendomen-button,
.domendomen-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.25s ease, border-color 0.25s ease;
}

.domendomen-cta-btn,
.domendomen-button-primary {
  color: var(--domendomen-text);
  background: linear-gradient(135deg, var(--domendomen-blue), #235de4 52%, var(--domendomen-pink));
  background-size: 180% 180%;
  box-shadow: 0 16px 34px rgba(59, 130, 246, 0.28);
}

.domendomen-cta-btn:hover,
.domendomen-button-primary:hover,
.domendomen-cta-btn:focus-visible,
.domendomen-button-primary:focus-visible {
  transform: translateY(-2px) rotate(-1deg);
  background-position: 100% 0;
  box-shadow: 0 22px 42px rgba(59, 130, 246, 0.36);
}

.domendomen-button-secondary,
.domendomen-ghost-link {
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--domendomen-text);
  background: rgba(255, 255, 255, 0.03);
}

.domendomen-ghost-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 999px;
}

.domendomen-counter-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.domendomen-counter-card,
.domendomen-content-tile,
.domendomen-team-card,
.domendomen-age-panel,
.domendomen-cookie-banner,
.domendomen-legal-section,
.domendomen-legal-hero {
  background: linear-gradient(180deg, rgba(22, 29, 58, 0.96), rgba(17, 24, 51, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--domendomen-shadow);
}

.domendomen-counter-card {
  padding: 18px 20px;
  border-radius: 22px;
}

.domendomen-counter-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--domendomen-text);
}

.domendomen-counter-card span {
  display: block;
  color: var(--domendomen-muted);
}

.domendomen-section {
  padding: 38px 0 82px;
}

.domendomen-section-head {
  max-width: 860px;
  margin-bottom: 30px;
}

.domendomen-section-head p {
  margin: 14px 0 0;
  max-width: 64ch;
}

.domendomen-casino-list,
.domendomen-grid,
.domendomen-team-grid {
  display: grid;
  gap: 20px;
}

.domendomen-card {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 18px;
  padding: 24px;
  border-radius: var(--domendomen-radius);
  background: linear-gradient(180deg, rgba(22, 29, 58, 0.96), rgba(15, 22, 48, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow: var(--domendomen-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.domendomen-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, rgba(59, 130, 246, 0.75), rgba(236, 72, 153, 0.7), rgba(59, 130, 246, 0.75));
  opacity: 0.5;
  animation: domendomen-spin 8s linear infinite;
}

.domendomen-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--domendomen-radius) - 1px);
  background: linear-gradient(180deg, rgba(22, 29, 58, 0.98), rgba(15, 22, 48, 0.98));
}

.domendomen-card > * {
  position: relative;
  z-index: 1;
}

.domendomen-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 28px 68px rgba(3, 9, 29, 0.58);
}

.domendomen-card-rank {
  align-self: flex-start;
  min-width: 54px;
  min-height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.22), rgba(236, 72, 153, 0.25));
}

.domendomen-logo-wrap {
  display: grid;
  place-items: center;
  min-width: 132px;
  height: 88px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.domendomen-card-body {
  flex: 1;
  min-width: 0;
}

.domendomen-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.domendomen-card-badge,
.domendomen-card-rating,
.domendomen-pill-row span,
.domendomen-age-badge,
.domendomen-footer-age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.domendomen-card-badge {
  padding: 6px 11px;
  background: rgba(236, 72, 153, 0.16);
  color: #ffb8db;
}

.domendomen-card-rating {
  padding: 6px 10px;
  background: rgba(59, 130, 246, 0.16);
  color: #a9d2ff;
}

.domendomen-bonus-text {
  margin: 10px 0 12px;
  color: #ffffff;
  font-size: 1.07rem;
  font-weight: 700;
}

.domendomen-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.domendomen-pill-row span {
  padding: 7px 11px;
  color: var(--domendomen-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.domendomen-spotlight {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.16), rgba(236, 72, 153, 0.12));
  color: #edf3ff;
  font-size: 0.96rem;
}

.domendomen-card-side {
  width: min(220px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.domendomen-card-note {
  margin: 0;
  font-size: 0.88rem;
}

.domendomen-grid-content {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.domendomen-content-tile,
.domendomen-team-card {
  padding: 22px;
  border-radius: 24px;
}

.domendomen-content-tile p,
.domendomen-team-card p {
  margin: 12px 0 0;
}

.domendomen-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.domendomen-timeline::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.5), rgba(236, 72, 153, 0.4));
}

.domendomen-timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.domendomen-timeline-step span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--domendomen-blue), var(--domendomen-pink));
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.domendomen-timeline-step div {
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22, 29, 58, 0.98), rgba(15, 22, 48, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.domendomen-longform {
  display: grid;
  gap: 16px;
}

.domendomen-team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.domendomen-role {
  color: #8eb6ff;
  font-weight: 700;
}

.domendomen-rg-copy {
  display: grid;
  gap: 14px;
}

.domendomen-age-badge,
.domendomen-footer-age {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--domendomen-blue), var(--domendomen-pink));
  color: var(--domendomen-text);
}

.domendomen-age-badge-inline {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  vertical-align: middle;
}

.domendomen-footer {
  padding: 0 0 40px;
}

.domendomen-footer-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 26px;
  background: rgba(7, 12, 31, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.domendomen-footer-strip p {
  width: 100%;
  margin: 0;
  color: var(--domendomen-muted);
  text-align: center;
}

.domendomen-footer-strip a {
  color: #9fc2ff;
}

.domendomen-age-panel {
  border-radius: 28px;
  padding: 28px;
  text-align: center;
}

.domendomen-age-panel h2 {
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  margin-top: 16px;
}

.domendomen-age-panel p {
  margin: 14px 0 0;
  color: var(--domendomen-muted);
}

.domendomen-age-actions,
.domendomen-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.domendomen-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483645;
  width: min(100%, 100%);
  padding: 16px 18px calc(16px + env(safe-area-inset-bottom));
  border-radius: 22px 22px 0 0;
}

.domendomen-cookie-banner p {
  margin: 0 auto;
  max-width: 980px;
  color: var(--domendomen-muted);
  text-align: center;
}

.domendomen-legal-main {
  padding: 34px 0 84px;
}

.domendomen-legal-hero,
.domendomen-legal-section {
  width: var(--domendomen-shell);
  margin: 0 auto 18px;
  border-radius: 28px;
}

.domendomen-legal-hero {
  padding: 34px 32px;
}

.domendomen-legal-section {
  padding: 30px 32px;
}

.domendomen-legal-section h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-top: 16px;
}

.domendomen-legal-section h2:first-child {
  margin-top: 0;
}

.domendomen-legal-section p {
  margin: 12px 0 0;
}

@keyframes domendomen-spin {
  to { transform: rotate(360deg); }
}

@keyframes domendomen-spin-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes domendomen-float {
  50% { transform: translate3d(0, 18px, 0); }
}

@media (max-width: 1080px) {
  .domendomen-grid-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .domendomen-team-grid,
  .domendomen-counter-strip {
    grid-template-columns: 1fr;
  }

  .domendomen-card {
    flex-wrap: wrap;
  }

  .domendomen-card-side {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .domendomen-burger {
    display: inline-flex;
  }

  .domendomen-header-inner { position: relative; }

  .domendomen-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 60;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(10, 15, 40, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .domendomen-nav.domendomen-nav-open {
    display: flex;
  }

  .domendomen-hero {
    padding-top: 64px;
  }

  .domendomen-wheel-outer {
    right: -30vw;
    top: -22vw;
  }

  .domendomen-wheel-inner {
    right: -4vw;
    top: 16vw;
  }
}

@media (max-width: 700px) {
  .domendomen-grid-content,
  .domendomen-team-grid {
    grid-template-columns: 1fr;
  }

  .domendomen-card {
    padding: 18px;
  }

  .domendomen-section,
  .domendomen-legal-main {
    padding-bottom: 64px;
  }

  .domendomen-legal-hero,
  .domendomen-legal-section {
    width: min(100% - 20px, var(--domendomen-shell));
    padding-inline: 20px;
  }
}

@media (max-width: 550px) {
  html, body { overflow-x: hidden; max-width: 100%; }
  .domendomen-page * { max-width: 100%; }
  .domendomen-casino-list, .domendomen-grid { grid-template-columns: 1fr !important; }
  .domendomen-card { flex-direction: column !important; min-width: 0; }
  .domendomen-card * { min-width: 0; max-width: 100%; }
  .domendomen-card-top { flex-wrap: wrap; gap: 8px; }
  .domendomen-logo-wrap { max-width: 120px; height: 36px; }
  .domendomen-cta-btn, .domendomen-button {
    width: 100% !important; max-width: 100%;
    white-space: normal; word-break: break-word; overflow-wrap: anywhere;
  }
  h1, h2 { font-size: clamp(1.25rem, 6vw, 2rem) !important; }
  .domendomen-card:hover { transform: none !important; }
  .domendomen-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 60;
    width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box;
  }
  .domendomen-header-inner { position: relative; }
  table { table-layout: auto; width: max-content; min-width: 100%; }
  .domendomen-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  thead th { white-space: nowrap; }
  td { word-break: normal; overflow-wrap: break-word; hyphens: none; }
}
@media (max-width: 380px) {
  h1 { font-size: clamp(1.1rem, 7vw, 1.5rem) !important; }
  .domendomen-logo-wrap { max-width: 90px; height: 30px; }
  .domendomen-bonus-text { font-size: 0.85rem; }
}
