:root {
  --bg: #08030e;
  --bg-soft: #11071b;
  --surface: #170b24;
  --surface-2: #211033;
  --line: rgba(222, 190, 255, 0.14);
  --ink: #fffaff;
  --muted: #c4b2cf;
  --orchid: #d7a1ff;
  --orchid-strong: #9439e8;
  --violet: #7623c7;
  --violet-bright: #b954f2;
  --pink: #e460d0;
  --gold: #f1c56d;
  --gold-soft: #ffe3a4;
  --green: #80e2a8;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 14px 44px rgba(0, 0, 0, 0.24);
  --radius: 26px;
  --shell: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, rgba(148, 57, 232, 0.27), transparent 30rem),
    radial-gradient(circle at 8% 30%, rgba(180, 68, 242, 0.12), transparent 32rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.announcement-open {
  overflow: hidden;
}

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

h1,
h2,
h3 {
  text-transform: capitalize;
  text-wrap: balance;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.material-image {
  object-fit: contain !important;
  object-position: center !important;
}

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

button,
summary {
  color: inherit;
  font: inherit;
  cursor: pointer;
}

button {
  border: 0;
}

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  border-radius: 12px;
  color: #fff;
  background: var(--violet);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 200;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 6, 11, 0.88);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

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

.brand {
  display: block;
  flex: 0 0 auto;
}

.brand img {
  width: 156px;
  height: 52px;
  object-fit: contain;
}

.desktop-nav {
  --header-menu-font-size: 0.75rem;
  display: flex;
  min-width: 0;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(10px, 0.85vw, 15px);
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  flex: 0 0 auto;
  color: var(--muted);
  font-size: var(--header-menu-font-size);
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.desktop-nav > a,
.desktop-nav > .nav-dropdown > .nav-dropdown-trigger {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding-inline: 1px;
  font-size: var(--header-menu-font-size);
  font-weight: 800;
  line-height: 1.15;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--violet-bright), var(--pink));
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover {
  color: var(--ink);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions .header-referral {
  min-height: 36px;
  padding: 7px 12px;
  font-size: 0.67rem;
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown::after {
  position: absolute;
  z-index: 319;
  top: 100%;
  left: -18px;
  width: 320px;
  height: 22px;
  content: "";
  pointer-events: none;
}

.nav-dropdown:hover::after,
.nav-dropdown:focus-within::after,
.nav-dropdown.is-menu-open::after {
  pointer-events: auto;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-dropdown-trigger > span:last-child {
  color: var(--orchid);
  font-size: 0.68rem;
  transition: transform 180ms ease;
}

.nav-submenu {
  position: absolute;
  z-index: 320;
  top: calc(100% + 17px);
  left: -18px;
  display: grid;
  width: 260px;
  gap: 3px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(20, 14, 27, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  visibility: hidden;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.nav-submenu-wide {
  width: 320px;
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu,
.nav-dropdown.is-menu-open .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

.nav-dropdown:hover .nav-dropdown-trigger > span:last-child,
.nav-dropdown:focus-within .nav-dropdown-trigger > span:last-child,
.nav-dropdown.is-menu-open .nav-dropdown-trigger > span:last-child {
  transform: rotate(180deg);
}

.nav-dropdown:hover > .nav-dropdown-trigger,
.nav-dropdown:focus-within > .nav-dropdown-trigger,
.nav-dropdown.is-menu-open > .nav-dropdown-trigger {
  color: var(--ink);
}

.nav-dropdown:hover > .nav-dropdown-trigger::after,
.nav-dropdown:focus-within > .nav-dropdown-trigger::after,
.nav-dropdown.is-menu-open > .nav-dropdown-trigger::after {
  transform: scaleX(1);
}

.desktop-nav .nav-submenu a {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 11px;
  color: var(--muted);
  font-size: var(--header-menu-font-size);
  font-weight: 800;
  line-height: 1.2;
}

.desktop-nav .nav-submenu a::after {
  display: none;
}

.desktop-nav .nav-submenu a:hover,
.desktop-nav .nav-submenu a.is-current {
  color: var(--ink);
  background: var(--surface-2);
}

.game-menu-icon {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border: 1px solid rgba(215, 161, 255, 0.18);
  border-radius: 9px;
  color: var(--orchid);
  background: rgba(215, 161, 255, 0.07);
  font-size: 0.72rem;
  font-weight: 900;
}

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

.header-actions {
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.language-picker {
  position: relative;
}

.language-trigger {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  font-size: 0.72rem;
  font-weight: 900;
}

.language-menu {
  position: absolute;
  z-index: 300;
  top: calc(100% + 12px);
  right: 0;
  width: 260px;
  overflow: hidden;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(20, 14, 27, 0.98);
  box-shadow: var(--shadow);
}

.language-menu a {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 780;
}

.language-menu a:hover,
.language-menu a.is-current {
  color: var(--ink);
  background: var(--surface-2);
}

.language-menu small {
  color: var(--orchid);
  font-size: 0.6rem;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet-bright), var(--violet));
  box-shadow: 0 12px 34px rgba(148, 57, 232, 0.3);
  font-size: 0.78rem;
  font-weight: 900;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  box-shadow: 0 18px 44px rgba(185, 84, 242, 0.38);
  transform: translateY(-2px);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.button-ghost:hover {
  border-color: var(--orchid);
  box-shadow: none;
}

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 40px;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(215, 161, 255, 0.24);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(45, 22, 61, 0.82), rgba(18, 11, 25, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: #f8effc;
  transform-origin: center;
  transition: opacity 160ms ease, transform 180ms ease;
}

.menu-toggle span:first-child {
  transform: translate(-50%, -7px);
}

.menu-toggle span:nth-child(2) {
  transform: translate(-50%, -1px);
}

.menu-toggle span:last-child {
  transform: translate(-50%, 5px);
}

.menu-toggle:hover,
.menu-toggle:focus-visible,
.menu-toggle[aria-expanded="true"] {
  border-color: rgba(215, 161, 255, 0.58);
  background: linear-gradient(145deg, rgba(80, 34, 111, 0.88), rgba(28, 12, 41, 0.97));
  box-shadow: 0 10px 26px rgba(130, 52, 192, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translate(-50%, -1px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -1px) scaleX(0.35);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translate(-50%, -1px) rotate(-45deg);
}

.mobile-menu {
  --mobile-header-menu-font-size: 0.88rem;
  position: fixed;
  z-index: 190;
  inset: 70px 12px auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(15, 10, 21, 0.98);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.mobile-menu > a {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 12px 8px;
  border-bottom: 1px solid var(--line);
  font-size: var(--mobile-header-menu-font-size);
  font-weight: 800;
  line-height: 1.2;
  transition: color 160ms ease, background 160ms ease, padding 160ms ease;
}

.mobile-menu > a:hover,
.mobile-menu > a:focus-visible,
.mobile-menu > a.is-active {
  padding-left: 14px;
  color: var(--ink);
  background: rgba(215, 161, 255, 0.07);
}

.mobile-nav-group {
  border-bottom: 1px solid var(--line);
}

.mobile-nav-group summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8px;
  list-style: none;
  font-size: var(--mobile-header-menu-font-size);
  font-weight: 850;
  line-height: 1.2;
  transition: color 160ms ease, background 160ms ease;
}

.mobile-nav-group summary::-webkit-details-marker {
  display: none;
}

.mobile-nav-group summary > span:last-child {
  color: var(--orchid);
  transition: transform 180ms ease;
}

.mobile-nav-group[open] summary > span:last-child {
  transform: rotate(180deg);
}

.mobile-nav-group summary:hover,
.mobile-nav-group summary:focus-visible,
.mobile-nav-group[open] > summary {
  color: var(--ink);
  background: rgba(215, 161, 255, 0.07);
}

.mobile-nav-submenu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 2px 4px 13px;
}

.mobile-nav-submenu-list {
  grid-template-columns: 1fr;
}

.mobile-nav-submenu a {
  display: flex;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: var(--mobile-header-menu-font-size);
  font-weight: 800;
  line-height: 1.2;
}

.mobile-nav-submenu a.is-current {
  border-color: rgba(215, 161, 255, 0.44);
  color: var(--ink);
  background: rgba(185, 84, 242, 0.12);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orchid);
  font-size: 0.67rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  padding-bottom: clamp(60px, 8vw, 110px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 40%, rgba(143, 46, 231, 0.16), transparent 34rem),
    #08030e;
}

.hero-stage {
  position: relative;
  display: grid;
  min-height: clamp(560px, 43vw, 780px);
  align-items: center;
  margin-inline: auto;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #07020c;
  isolation: isolate;
}

.hero-stage::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 2, 12, 0.97) 0%, rgba(9, 3, 16, 0.86) 32%, rgba(10, 3, 19, 0.24) 67%, rgba(7, 2, 12, 0.12) 100%),
    linear-gradient(0deg, rgba(7, 2, 12, 0.7), transparent 35%);
  content: "";
}

.hero-brand-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-block: clamp(82px, 10vw, 150px);
}

.hero-copy-content {
  max-width: 720px;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.65rem, 4.8vw, 5.3rem);
  line-height: 0.97;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-shadow: 0 12px 42px rgba(0, 0, 0, 0.45);
}

.hero-copy-content > p:not(.eyebrow) {
  max-width: 630px;
  margin: 26px 0 30px;
  color: #d9cbe2;
  font-size: clamp(0.96rem, 1.5vw, 1.13rem);
}

.text-link {
  padding: 10px 6px;
  color: var(--orchid);
  font-size: 0.76rem;
  font-weight: 900;
}

.hero-campaigns {
  padding-top: clamp(34px, 5vw, 64px);
}

.campaign-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.campaign-heading h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  letter-spacing: -0.045em;
}

.hero-campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hero-campaign-carousel {
  position: relative;
}

.campaign-carousel-button {
  display: none;
}

.campaign-carousel-status {
  display: none;
}

.hero-campaign-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #050108;
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, transform 180ms ease;
}

.hero-campaign-card:hover {
  border-color: var(--violet-bright);
  transform: translateY(-4px);
}

.hero-campaign-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #050108;
}

.hero-campaign-card span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(19, 6, 31, 0.84);
  font-size: 0.55rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: clamp(28px, 4vw, 50px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow-soft);
}

.hero-highlights article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 24px;
  background: var(--surface);
}

.hero-highlights article > span {
  color: var(--orchid);
  font-size: 0.7rem;
  font-weight: 950;
}

.hero-highlights h2 {
  margin: 0 0 4px;
  font-size: 1rem;
}

.hero-highlights p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.announcement-bar {
  overflow: hidden;
  border-bottom: 1px solid rgba(215, 161, 255, 0.18);
  color: #fff;
  background:
    linear-gradient(100deg, #3117a9, #7623c7 38%, #2f0e7e 72%, #8d31dc) top / 100% 4px no-repeat,
    #252329;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.025);
}

.announcement-inner {
  display: grid;
  min-height: 56px;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
}

.announcement-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(215, 161, 255, 0.32);
  border-radius: 50%;
  color: var(--orchid);
  background: rgba(185, 84, 242, 0.1);
  font-size: 0.66rem;
  box-shadow: 0 0 22px rgba(185, 84, 242, 0.2);
}

.announcement-viewport {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.announcement-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: announcement-scroll 36s linear infinite;
}

.announcement-track > span {
  display: flex;
  flex: none;
  align-items: center;
  gap: 50px;
  padding-right: 50px;
  color: #e8e3eb;
  font-size: clamp(0.68rem, 1vw, 0.78rem);
  font-weight: 550;
  white-space: nowrap;
}

.announcement-track i {
  color: var(--violet-bright);
  font-size: 0.5rem;
  font-style: normal;
}

.announcement-bar:hover .announcement-track,
.announcement-bar:focus-within .announcement-track {
  animation-play-state: paused;
}

.announcement-more {
  min-width: max-content;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(215, 161, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(185, 84, 242, 0.86), rgba(118, 35, 199, 0.92));
  box-shadow: 0 8px 20px rgba(148, 57, 232, 0.24);
  font-size: 0.72rem;
  font-weight: 950;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.announcement-more:hover,
.announcement-more:focus-visible {
  border-color: var(--orchid);
  box-shadow: 0 10px 26px rgba(185, 84, 242, 0.4);
  transform: translateY(-1px);
}

.announcement-dialog {
  width: min(calc(100% - 32px), 620px);
  max-height: min(86vh, 720px);
  overflow: visible;
  padding: 0;
  border: 1px solid rgba(215, 161, 255, 0.34);
  border-radius: 26px;
  color: var(--ink);
  background: linear-gradient(145deg, rgba(34, 14, 49, 0.99), rgba(10, 5, 15, 0.99));
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.72), 0 0 70px rgba(148, 57, 232, 0.18);
}

.announcement-dialog::backdrop {
  background: rgba(3, 1, 6, 0.78);
  backdrop-filter: blur(9px);
}

.announcement-dialog[open] {
  animation: announcement-dialog-in 180ms ease-out both;
}

.announcement-dialog-panel {
  position: relative;
  overflow-y: auto;
  max-height: min(86vh, 720px);
  padding: clamp(30px, 6vw, 54px);
  border-radius: inherit;
}

.announcement-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 1.2rem;
  cursor: pointer;
}

.announcement-dialog-close:hover,
.announcement-dialog-close:focus-visible {
  border-color: rgba(215, 161, 255, 0.5);
  color: #fff;
}

.announcement-dialog-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(215, 161, 255, 0.38);
  border-radius: 15px;
  color: var(--orchid);
  background: rgba(185, 84, 242, 0.11);
  box-shadow: 0 0 32px rgba(185, 84, 242, 0.16);
}

.announcement-dialog h2 {
  max-width: 500px;
  margin: 10px 0 18px;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
}

.announcement-dialog #announcement-dialog-message {
  margin: 0;
  color: #f4eafa;
  font-size: clamp(0.9rem, 2vw, 1.02rem);
  font-weight: 720;
}

.announcement-dialog-details {
  margin: 18px 0 28px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.82rem;
}

.announcement-dialog-dismiss {
  min-width: 132px;
}

@keyframes announcement-dialog-in {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

@keyframes announcement-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section {
  padding: clamp(74px, 9vw, 132px) 0;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.72fr);
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.section-heading h2,
.faq-layout h2,
.market-layout h2,
.member-cta h2,
.portal-layout h2,
.auth-steps-section h2,
.security-section h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.2vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-heading > p,
.market-layout > div:first-child > p,
.faq-layout > div:first-child > p,
.portal-layout > div:first-child > p {
  margin: 0;
  color: var(--muted);
}

.trending-section {
  background: linear-gradient(180deg, var(--bg-soft), var(--bg));
}

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

.trending-grid a {
  min-width: 0;
  color: var(--muted);
  font-size: 0.67rem;
  text-align: center;
}

.trending-grid img {
  width: 100%;
  aspect-ratio: 1;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: border 180ms ease, transform 180ms ease;
}

.trending-grid a:hover img {
  border-color: var(--orchid);
  transform: translateY(-5px);
}

.trending-grid strong {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.games-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(199, 119, 255, 0.1), transparent 28rem),
    var(--bg);
}

.game-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 30px;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.game-tabs button {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface);
  font-size: 0.72rem;
  font-weight: 900;
}

.tab-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid rgba(215, 161, 255, 0.16);
  border-radius: 50%;
  color: var(--orchid);
  background: rgba(215, 161, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.tab-icon-slots {
  border-radius: 10px;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 0.53rem;
  letter-spacing: -0.08em;
}

.tab-icon-sports {
  font-family: "Arial Unicode MS", Arial, sans-serif;
  font-size: 0.92rem;
}

.game-tabs button.is-active {
  border-color: var(--orchid);
  color: #13091a;
  background: linear-gradient(135deg, var(--orchid), #e6b5ff);
}

.game-tabs button.is-active .tab-icon {
  border-color: rgba(19, 9, 26, 0.18);
  color: #fff;
  background: #6f20b6;
  box-shadow: 0 6px 16px rgba(72, 14, 118, 0.26);
}

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

.game-card {
  min-width: 0;
  padding: 7px 7px 13px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow-soft);
  transition: border 180ms ease, transform 180ms ease;
}

.game-card:hover {
  border-color: var(--orchid);
  transform: translateY(-5px);
}

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

.game-art {
  display: grid;
  width: 100%;
  aspect-ratio: 0.705;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: #0a070e;
}

.game-art img {
  width: 100%;
  height: 100%;
}

.game-card strong,
.game-card small {
  display: block;
  overflow: hidden;
  padding-inline: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-card strong {
  margin-top: 10px;
  font-size: 0.72rem;
}

.game-card small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.61rem;
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.promotions-section {
  background: linear-gradient(180deg, var(--bg), #0f0915);
}

.notice {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding: 16px 18px;
  border: 1px solid rgba(241, 197, 109, 0.3);
  border-radius: 16px;
  background: rgba(241, 197, 109, 0.07);
}

.notice > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #140a1b;
  background: var(--gold);
  font-weight: 950;
}

.notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.notice-purple {
  border-color: rgba(199, 119, 255, 0.3);
  background: rgba(199, 119, 255, 0.07);
}

.notice-purple > span {
  background: var(--orchid);
}

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

.promotion-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.promotion-card:hover {
  border-color: rgba(215, 161, 255, 0.66);
  box-shadow:
    0 24px 70px rgba(83, 23, 131, 0.38),
    0 0 0 1px rgba(185, 84, 242, 0.14);
  transform: translateY(-8px);
}

.promotion-card img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid var(--line);
  background: #050307;
  transition: filter 220ms ease, transform 320ms ease;
}

.promotion-card:hover img {
  filter: brightness(1.05) saturate(1.08);
  transform: scale(1.018);
}

.promotion-card > div {
  padding: 20px 22px 23px;
}

.promotion-card h3 {
  margin: 12px 0 0;
  font-size: 1.05rem;
}

.promotion-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.status {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  color: #06120b;
  background: var(--green);
  font-size: 0.59rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.status-archive,
.status-results {
  color: #160e02;
  background: var(--gold);
}

.long-artwork-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.artwork-details,
.guide-details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}

.artwork-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  list-style: none;
}

.artwork-details summary::-webkit-details-marker,
.guide-details summary::-webkit-details-marker {
  display: none;
}

.artwork-details summary > span:first-child {
  display: flex;
  align-items: center;
  gap: 13px;
}

.artwork-details summary > span:last-child {
  color: var(--orchid);
  font-size: 0.72rem;
  font-weight: 900;
}

.artwork-details strong {
  font-size: 0.88rem;
}

.full-artwork,
.guide-details > div {
  padding: 10px;
  border-top: 1px solid var(--line);
  background: #040205;
}

.promotion-artwork-link {
  display: block;
}

.full-artwork img,
.guide-details > div img {
  width: min(100%, 1100px);
  height: auto;
  margin-inline: auto;
}

.guides-section {
  background:
    radial-gradient(circle at 80% 10%, rgba(199, 119, 255, 0.11), transparent 28rem),
    var(--bg-soft);
}

.guide-list {
  display: grid;
  gap: 12px;
}

.guide-details summary {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  list-style: none;
}

.guide-details summary > span {
  color: var(--orchid);
  font-size: 0.72rem;
  font-weight: 950;
}

.guide-details summary strong {
  font-size: 0.88rem;
}

.guide-details summary small {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
}

.markets-section {
  background: linear-gradient(135deg, #0d0812, #160c1f);
}

.market-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 8vw, 120px);
}

.market-layout h2 {
  max-width: 660px;
  margin-bottom: 22px;
}

.language-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.language-pills a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface);
  font-size: 0.66rem;
  font-weight: 850;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.language-pills a:hover,
.language-pills a:focus-visible {
  border-color: rgba(215, 161, 255, 0.55);
  color: var(--ink);
  background: rgba(185, 84, 242, 0.13);
  box-shadow: 0 10px 28px rgba(99, 29, 157, 0.24);
  transform: translateY(-3px);
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.market-grid article {
  display: grid;
  min-height: 130px;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    var(--surface);
  box-shadow: var(--shadow-soft);
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease, transform 200ms ease;
}

.market-grid article:hover {
  border-color: rgba(241, 197, 109, 0.48);
  background:
    linear-gradient(145deg, rgba(215, 161, 255, 0.16), rgba(241, 197, 109, 0.055)),
    var(--surface-2);
  box-shadow: 0 20px 46px rgba(84, 24, 132, 0.33);
  transform: translateY(-6px) scale(1.015);
}

.market-grid span {
  font-size: 2.3rem;
  line-height: 1;
  transition: transform 200ms ease;
}

.market-grid article:hover span {
  transform: scale(1.1);
}

.market-grid strong {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.agent-section {
  overflow: hidden;
  border-block: 1px solid rgba(215, 161, 255, 0.12);
  background:
    radial-gradient(circle at 10% 50%, rgba(185, 84, 242, 0.2), transparent 30rem),
    radial-gradient(circle at 90% 10%, rgba(228, 96, 208, 0.12), transparent 25rem),
    #0c0513;
}

.agent-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
}

.agent-intro {
  position: relative;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(215, 161, 255, 0.2);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(185, 84, 242, 0.16), transparent 48%),
    rgba(19, 9, 30, 0.84);
  box-shadow: var(--shadow);
}

.agent-intro::after {
  position: absolute;
  width: 120px;
  height: 120px;
  right: -40px;
  bottom: -50px;
  border: 1px solid rgba(241, 197, 109, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 55px rgba(185, 84, 242, 0.24);
  content: "";
}

.agent-intro h2 {
  max-width: 700px;
  margin: 12px 0 18px;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.agent-intro > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--muted);
}

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

.agent-benefit-card {
  min-height: 230px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(215, 161, 255, 0.09), transparent 50%),
    var(--surface);
  box-shadow: var(--shadow-soft);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.agent-benefit-card:hover {
  border-color: rgba(215, 161, 255, 0.5);
  box-shadow: 0 22px 58px rgba(82, 22, 132, 0.28);
  transform: translateY(-5px);
}

.agent-benefit-card > span,
.agent-step-grid article > span {
  display: inline-grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid rgba(241, 197, 109, 0.28);
  border-radius: 12px;
  color: var(--gold);
  background: rgba(241, 197, 109, 0.07);
  font-size: 0.7rem;
  font-weight: 950;
}

.agent-benefit-card h2,
.agent-benefit-card h3 {
  margin: 22px 0 10px;
  font-size: 1.04rem;
  line-height: 1.25;
}

.agent-benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.agent-page-overview {
  display: grid;
  gap: 34px;
}

.agent-page-lead {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(215, 161, 255, 0.2);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(185, 84, 242, 0.12), rgba(19, 9, 30, 0.72));
}

.agent-page-lead > span {
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  border: 1px solid rgba(241, 197, 109, 0.28);
  border-radius: 30px;
  color: var(--gold-soft);
  background: linear-gradient(145deg, var(--violet-bright), #4a1679);
  box-shadow: 0 18px 48px rgba(115, 35, 191, 0.32);
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.agent-page-lead p {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.32rem);
  line-height: 1.7;
}

.agent-page-benefits {
  margin-top: 2px;
}

.agent-terms {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 26px;
  border: 1px solid rgba(128, 226, 168, 0.25);
  border-radius: 22px;
  background: rgba(128, 226, 168, 0.055);
}

.agent-terms > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: #06160d;
  background: var(--green);
  font-weight: 950;
}

.agent-terms h2 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.agent-terms p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.agent-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.agent-step-grid article {
  min-height: 235px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.agent-step-grid h3 {
  margin: 38px 0 10px;
  font-size: 1.06rem;
}

.agent-step-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.agent-final-cta {
  background:
    linear-gradient(120deg, rgba(63, 17, 99, 0.96), rgba(21, 8, 32, 0.98)),
    var(--surface);
}

.why-section {
  background: var(--bg);
}

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

.feature-grid article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(199, 119, 255, 0.09), transparent 45%),
    var(--surface);
  box-shadow: var(--shadow-soft);
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease, transform 220ms ease;
}

.feature-grid article:hover {
  border-color: rgba(215, 161, 255, 0.54);
  background:
    linear-gradient(145deg, rgba(199, 119, 255, 0.18), rgba(241, 197, 109, 0.04) 72%),
    var(--surface-2);
  box-shadow: 0 24px 62px rgba(84, 24, 132, 0.32);
  transform: translateY(-7px);
}

.feature-grid article > span {
  color: var(--orchid);
  font-size: 0.72rem;
  font-weight: 950;
  transition: color 220ms ease, transform 220ms ease;
}

.feature-grid article:hover > span {
  color: var(--gold-soft);
  transform: translateX(5px);
}

.feature-grid h3 {
  margin: 72px 0 8px;
  font-size: 1.18rem;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.faq-section {
  background: var(--bg-soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.faq-layout h2 {
  margin-bottom: 20px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  list-style: none;
  font-size: 0.85rem;
  font-weight: 850;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--orchid);
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 0.82rem;
}

.faq-all-link {
  display: inline-flex;
  margin-top: 22px;
}

.faq-directory-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(185, 84, 242, 0.13), transparent 27rem),
    var(--bg);
}

.faq-directory-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(34px, 7vw, 100px);
}

.faq-directory-intro {
  position: sticky;
  top: 110px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(215, 161, 255, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(185, 84, 242, 0.14), transparent 54%),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.faq-count {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(241, 197, 109, 0.3);
  border-radius: 24px;
  color: var(--gold-soft);
  background: linear-gradient(145deg, var(--violet-bright), #4b157c);
  box-shadow: 0 16px 40px rgba(92, 27, 145, 0.34);
  font-size: 1.35rem;
  font-weight: 950;
}

.faq-directory-intro h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.faq-directory-intro > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.faq-topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
}

.faq-topic-pills span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--orchid);
  background: rgba(215, 161, 255, 0.055);
  font-size: 0.64rem;
  font-weight: 850;
}

.faq-page-list {
  gap: 12px;
}

.faq-page-list details {
  border-radius: 20px;
  transition: border-color 190ms ease, box-shadow 190ms ease, background 190ms ease, transform 190ms ease;
}

.faq-page-list details:hover,
.faq-page-list details[open] {
  border-color: rgba(215, 161, 255, 0.44);
  background: var(--surface-2);
  box-shadow: 0 16px 38px rgba(69, 19, 108, 0.22);
  transform: translateY(-2px);
}

.faq-page-list summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  padding: 20px 22px;
}

.faq-page-list summary strong {
  align-self: center;
  color: var(--ink);
  font-size: 0.87rem;
}

.faq-page-list summary .faq-index {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(215, 161, 255, 0.22);
  border-radius: 11px;
  color: var(--orchid);
  background: rgba(215, 161, 255, 0.06);
  font-size: 0.62rem;
  font-weight: 950;
}

.faq-page-list summary > span:last-child {
  align-self: center;
  transition: transform 190ms ease;
}

.faq-page-list details[open] summary > span:last-child {
  transform: rotate(45deg);
}

.faq-page-list details p {
  padding: 0 24px 24px 64px;
  font-size: 0.84rem;
  line-height: 1.75;
}

.faq-final-cta {
  background:
    linear-gradient(120deg, rgba(63, 17, 99, 0.96), rgba(21, 8, 32, 0.98)),
    var(--surface);
}

.member-cta {
  padding: clamp(62px, 8vw, 110px) 0;
  background:
    radial-gradient(circle at 85% 50%, rgba(255, 255, 255, 0.14), transparent 28rem),
    linear-gradient(110deg, #7d2fc1, #b747d5 50%, #e59e69);
}

.member-cta > .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.member-cta h2 {
  max-width: 760px;
}

.member-cta p {
  max-width: 660px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.member-cta .eyebrow {
  color: #fff0bd;
}

.member-cta .button-ghost {
  border-color: rgba(255, 255, 255, 0.4);
}

.seo-copy-section {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 86% 16%, rgba(148, 57, 232, 0.14), transparent 28rem),
    #08030e;
}

.seo-copy {
  max-width: 980px;
}

.seo-copy h2 {
  max-width: 880px;
  margin: 0 0 30px;
  font-size: clamp(1.9rem, 3.4vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.seo-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.4vw, 1.04rem);
  line-height: 1.85;
}

.seo-copy > p:not(.eyebrow) + p {
  margin-top: 18px;
}

.seo-copy h2 + p {
  color: #e6d9ee;
  font-size: clamp(1rem, 1.6vw, 1.14rem);
}

.site-footer {
  position: relative;
  padding: 42px 0 26px;
  border-top: 1px solid rgba(215, 161, 255, 0.12);
  background:
    radial-gradient(circle at 12% 18%, rgba(148, 57, 232, 0.2), transparent 32rem),
    radial-gradient(circle at 88% 72%, rgba(103, 31, 174, 0.16), transparent 28rem),
    #050208;
}

.footer-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(17, 7, 27, 0.78);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

.footer-spotlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 27px 30px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(110deg, rgba(120, 35, 199, 0.34), rgba(53, 14, 83, 0.14)),
    var(--surface);
}

.footer-spotlight-brand {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-spotlight-brand img {
  width: 188px;
  height: 58px;
  object-fit: contain;
}

.footer-spotlight-brand span {
  color: var(--orchid);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.footer-spotlight-brand p {
  margin: 3px 0 0;
  color: #f1e6f7;
  font-size: 0.86rem;
  font-weight: 780;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(130px, 1fr));
  gap: clamp(28px, 4vw, 62px);
  padding: 44px 30px 42px;
}

.footer-brand h2,
.footer-grid nav h2,
.footer-discovery h2 {
  margin: 0 0 16px;
  color: #f8effc;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 380px;
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.footer-brand strong {
  display: block;
  margin-top: 18px;
  color: var(--orchid);
  font-size: 0.68rem;
}

.footer-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.footer-metrics span {
  display: grid;
  min-width: 68px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.55rem;
  line-height: 1.25;
}

.footer-metrics b {
  color: #fff;
  font-size: 0.92rem;
}

.footer-grid nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.footer-grid nav a {
  color: var(--muted);
  font-size: 0.73rem;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-grid nav a:hover {
  color: var(--orchid);
  transform: translateX(4px);
}

.footer-grid nav .footer-referral-link {
  color: #f4e7fb;
  font-weight: 850;
}

.footer-discovery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  padding: 26px 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.12);
}

.footer-discovery h2 {
  margin-bottom: 12px;
}

.footer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.footer-pills a,
.footer-pills > span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.62rem;
  font-weight: 780;
}

.footer-pills a:hover {
  border-color: rgba(215, 161, 255, 0.55);
  color: #fff;
}

.footer-currency-pills i {
  color: var(--orchid);
  font-style: normal;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 30px;
  color: var(--muted);
  font-size: 0.64rem;
}

.mobile-dock {
  display: none;
}

.kissdiamond-mascot {
  position: fixed;
  z-index: 85;
  right: 8px;
  bottom: 18px;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 38%;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.48));
  transition: filter 180ms ease, transform 180ms ease;
}

.kissdiamond-mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: kissdiamond-mascot-float 3.8s ease-in-out infinite;
}

.kissdiamond-mascot:hover,
.kissdiamond-mascot:focus-visible {
  filter:
    drop-shadow(0 18px 23px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 15px rgba(185, 84, 242, 0.34));
  transform: translateY(-4px) scale(1.035);
}

.kissdiamond-mascot:focus-visible {
  outline: 3px solid var(--orchid);
  outline-offset: 3px;
}

@keyframes kissdiamond-mascot-float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

.back-to-top {
  position: fixed;
  z-index: 80;
  right: 168px;
  bottom: 24px;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(20, 14, 27, 0.9);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(12px);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

/* Login and register */

.auth-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 120px) 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 75% 20%, rgba(199, 119, 255, 0.16), transparent 28rem),
    linear-gradient(150deg, var(--bg), var(--bg-soft));
  isolation: isolate;
}

.auth-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 2, 14, 0.97) 0%, rgba(15, 4, 26, 0.84) 46%, rgba(8, 2, 14, 0.34) 100%),
    linear-gradient(0deg, rgba(8, 2, 14, 0.72), transparent 60%);
  content: "";
}

.auth-hero-background {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  opacity: 0.78;
  filter: saturate(1.18) contrast(1.06);
  transform: scale(1.015);
}

.auth-hero-register {
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 204, 107, 0.14), transparent 25rem),
    linear-gradient(150deg, var(--bg), var(--bg-soft));
}

.auth-hero-register .auth-hero-background {
  object-position: 76% 38%;
  opacity: 0.68;
}

.auth-hero-layout {
  display: grid;
  min-height: clamp(270px, 31vw, 410px);
  grid-template-columns: minmax(0, 820px);
  align-content: center;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 36px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
}

.breadcrumbs a {
  color: var(--gold);
}

.auth-hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 4.5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.auth-hero > .shell > div:first-child > p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.portal-section {
  background: var(--bg);
}

.portal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.74fr);
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
}

.portal-layout h2 {
  max-width: 720px;
  margin-bottom: 20px;
}

.security-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 28px;
  padding: 17px;
  border: 1px solid rgba(128, 226, 168, 0.23);
  border-radius: 16px;
  background: rgba(128, 226, 168, 0.05);
}

.security-note span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #041109;
  background: var(--green);
  font-weight: 950;
}

.security-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.portal-card {
  display: grid;
  place-items: center;
  padding: 42px 32px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at top, rgba(199, 119, 255, 0.18), transparent 18rem),
    var(--surface);
  box-shadow: var(--shadow);
  text-align: center;
}

.portal-card > img {
  width: 86px;
  height: 86px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #000;
}

.portal-card > span {
  margin-top: 17px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portal-card h2 {
  margin: 12px 0 24px;
  font-size: 1.6rem;
  line-height: 1.15;
}

.portal-card .button {
  width: 100%;
}

.portal-card small {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.66rem;
}

.auth-steps-section {
  background: var(--bg-soft);
}

.auth-step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.auth-step-grid article {
  min-height: 240px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.auth-step-grid span {
  color: var(--orchid);
  font-size: 0.72rem;
  font-weight: 950;
}

.auth-step-grid h3 {
  margin: 70px 0 8px;
  font-size: 1rem;
}

.auth-step-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.register-benefits-section {
  background:
    radial-gradient(circle at 84% 18%, rgba(167, 65, 235, 0.16), transparent 28rem),
    var(--bg);
}

.register-benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.register-benefit-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(155, 65, 224, 0.13), transparent 62%), var(--surface);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.register-benefit-grid article:hover {
  border-color: rgba(215, 161, 255, 0.52);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.3);
  transform: translateY(-6px);
}

.register-benefit-grid article > span {
  color: var(--orchid);
  font-size: 0.7rem;
  font-weight: 950;
}

.register-benefit-grid h3 {
  margin: 58px 0 10px;
  font-size: 1.02rem;
}

.register-benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.security-section {
  padding: clamp(56px, 8vw, 96px) 0;
  background: linear-gradient(110deg, #6f28aa, #a840c5);
}

.security-section > .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.security-section h2 {
  max-width: 760px;
  font-size: clamp(1.75rem, 3vw, 3.25rem);
}

.security-section p {
  max-width: 690px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.security-section > .shell > div:last-child {
  display: grid;
  min-width: 230px;
  gap: 12px;
  text-align: center;
}

.security-section > .shell > div:last-child > span {
  font-size: 0.72rem;
  font-weight: 850;
}

.auth-explore-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 24px;
}

.auth-explore-links span {
  width: 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-explore-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
}

.auth-explore-links a:hover,
.auth-explore-links a:focus-visible {
  border-color: #fff;
}

/* Multilingual content pages */

.desktop-nav a.is-active {
  color: var(--ink);
}

.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.content-page main {
  min-height: 60vh;
}

.content-hero {
  --hero-accent: 199, 119, 255;
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 126px) 0 clamp(58px, 8vw, 104px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 12%, rgba(var(--hero-accent), 0.25), transparent 29rem),
    linear-gradient(145deg, #0b0412, var(--surface));
  isolation: isolate;
}

.content-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 2, 12, 0.97) 0%, rgba(10, 3, 18, 0.88) 42%, rgba(11, 3, 20, 0.48) 76%, rgba(8, 2, 14, 0.24) 100%),
    linear-gradient(0deg, rgba(7, 2, 12, 0.78), transparent 58%);
  content: "";
}

.content-hero-background {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  opacity: 0.76;
  filter: saturate(1.18) contrast(1.08);
  transform: scale(1.015);
}

.content-hero .shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 920px);
  min-height: clamp(270px, 31vw, 410px);
  align-content: center;
}

.content-hero-copy {
  min-width: 0;
}

.content-hero h1 {
  max-width: 920px;
  margin: 10px 0 20px;
  font-size: clamp(2.2rem, 4.2vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.042em;
}

.content-hero-copy > p:last-child {
  max-width: 780px;
  margin: 0;
  color: rgba(245, 235, 250, 0.82);
  font-size: clamp(0.95rem, 1.7vw, 1.14rem);
}

.content-hero-games { --hero-accent: 184, 101, 255; }
.content-hero-promotions { --hero-accent: 255, 205, 111; }
.content-hero-tutorials { --hero-accent: 119, 190, 255; }
.content-hero-results { --hero-accent: 255, 190, 80; }
.content-hero-about { --hero-accent: 217, 161, 255; }
.content-hero-agent { --hero-accent: 111, 239, 184; }
.content-hero-faq { --hero-accent: 211, 144, 255; }
.content-hero-support { --hero-accent: 104, 211, 255; }

.content-page .breadcrumbs {
  margin-bottom: 30px;
}

.category-nav {
  position: relative;
  z-index: 1;
  top: auto;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 14px max(20px, calc((100vw - var(--shell)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(15, 10, 21, 0.94);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.category-nav a {
  flex: 0 0 auto;
  padding: 8px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface);
  font-size: 0.72rem;
  font-weight: 850;
}

.category-nav a:hover,
.category-nav a.is-active {
  border-color: var(--orchid);
  color: #180b20;
  background: var(--orchid);
}

.content-page .page-section {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.content-page .page-section.section-tint {
  width: 100%;
  padding-inline: max(20px, calc((100vw - var(--shell)) / 2));
}

.game-hub-overview-section {
  padding-bottom: 26px;
}

.game-hub-overview-card {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
  padding: clamp(30px, 5vw, 68px);
  border: 1px solid rgba(215, 161, 255, 0.28);
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 20%, rgba(185, 84, 242, 0.22), transparent 24rem),
    linear-gradient(145deg, rgba(42, 18, 59, 0.92), rgba(15, 9, 22, 0.98));
  box-shadow: var(--shadow);
}

.game-hub-overview-card::after {
  position: absolute;
  right: -80px;
  bottom: -140px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(215, 161, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(215, 161, 255, 0.025), 0 0 0 90px rgba(215, 161, 255, 0.018);
  content: "";
  pointer-events: none;
}

.game-hub-overview-copy {
  position: relative;
  z-index: 1;
}

.game-hub-overview-copy h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.042em;
}

.game-hub-overview-copy > p:last-child {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.35vw, 1.04rem);
}

.game-hub-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.game-hub-stats article {
  display: grid;
  min-height: 142px;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(215, 161, 255, 0.18);
  border-radius: 20px;
  background: rgba(7, 3, 12, 0.5);
  text-align: center;
  backdrop-filter: blur(12px);
}

.game-hub-stats strong {
  color: var(--orchid);
  font-family: "Georgia", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
}

.game-hub-stats span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
}

.game-hub-featured-section {
  padding-top: 54px;
}

.game-hub-featured-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.game-hub-feature-card {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 10px 10px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(155deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.game-hub-feature-card:hover {
  border-color: rgba(215, 161, 255, 0.58);
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.game-hub-feature-index {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: grid;
  min-width: 34px;
  height: 28px;
  place-items: center;
  padding-inline: 7px;
  border: 1px solid rgba(215, 161, 255, 0.28);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(12, 6, 18, 0.82);
  font-size: 0.62rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.game-hub-feature-card > img {
  width: 100%;
  aspect-ratio: 0.705;
  border-radius: 14px;
  background: #07040a;
  object-fit: contain;
}

.game-hub-feature-card > div {
  padding: 14px 5px 0;
}

.game-hub-feature-card small {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-hub-feature-card h3 {
  overflow: hidden;
  margin: 5px 0 10px;
  font-size: 0.86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-hub-feature-card p {
  min-height: 4.8em;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.6;
}

.game-hub-feature-card > div > span {
  color: var(--orchid);
  font-size: 0.68rem;
  font-weight: 900;
}

.game-hub-directory-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 14% 18%, rgba(185, 84, 242, 0.12), transparent 26rem),
    rgba(26, 16, 35, 0.42);
}

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

.game-hub-step-grid article {
  display: grid;
  min-height: 230px;
  grid-template-rows: auto 1fr;
  gap: 34px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(40, 24, 52, 0.72), rgba(18, 11, 25, 0.96));
  box-shadow: var(--shadow-soft);
}

.game-hub-step-grid article > span {
  color: var(--orchid);
  font-family: "Georgia", serif;
  font-size: 1.35rem;
}

.game-hub-step-grid h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
}

.game-hub-step-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.game-hub-final-cta {
  margin-top: 0;
}

.content-hero-actions {
  margin-top: 28px;
}

.game-hub-final-cta .button-row {
  max-width: 430px;
  justify-content: flex-end;
}

.game-hub-security-note {
  max-width: 820px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
}

.game-hub-security-note strong {
  color: #fff;
}

.category-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.category-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(155deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-card:hover {
  border-color: rgba(215, 161, 255, 0.58);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.category-card img {
  width: 140px;
  height: 198px;
  border-radius: 15px;
  background: #07040a;
  object-fit: contain;
}

.category-card h3 {
  margin: 0;
  font-size: 1.08rem;
}

.category-card-count {
  margin: 7px 0 16px;
  color: var(--muted);
  font-size: 0.76rem;
}

.category-card .category-card-description {
  margin: -7px 0 14px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.category-card span {
  color: var(--orchid);
  font-size: 0.72rem;
  font-weight: 900;
}

.category-security-section {
  padding-bottom: 28px;
}

.category-provider-section {
  padding-top: 34px;
}

.category-detail-section {
  border-top: 1px solid var(--line);
}

.category-detail-section.section-tint {
  width: 100%;
  padding-inline: max(20px, calc((100vw - var(--shell)) / 2));
}

.category-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.category-detail-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(43, 24, 57, 0.78), rgba(17, 10, 24, 0.96));
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-detail-grid article:hover {
  border-color: rgba(215, 161, 255, 0.56);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.category-detail-grid article > span {
  color: var(--orchid);
  font-size: 0.7rem;
  font-weight: 950;
}

.category-detail-grid h3 {
  margin: 64px 0 12px;
  font-size: 1.05rem;
}

.category-detail-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.category-table-section {
  background:
    radial-gradient(circle at 12% 24%, rgba(185, 84, 242, 0.12), transparent 28rem),
    rgba(26, 16, 35, 0.42);
}

.category-final-cta .button-row {
  max-width: 430px;
  justify-content: flex-end;
}

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

.content-page .catalog-grid .game-card {
  display: block;
}

.content-page .catalog-grid .game-card > img {
  width: 100%;
  aspect-ratio: 0.705;
  border-radius: 13px;
  background: #07040a;
  object-fit: contain;
}

.content-page .catalog-grid .game-card > span,
.content-page .catalog-grid .game-card > small {
  display: block;
  overflow: hidden;
  padding-inline: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-page .catalog-grid .game-card > span {
  margin-top: 10px;
  font-size: 0.72rem;
  font-weight: 850;
}

.notice-panel {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
  padding: 22px 24px;
  border: 1px solid rgba(241, 197, 109, 0.34);
  border-radius: 18px;
  background: rgba(241, 197, 109, 0.07);
}

.notice-panel strong {
  color: var(--gold-soft);
  font-size: 0.86rem;
}

.notice-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.notice-security {
  border-color: rgba(215, 161, 255, 0.3);
  background: rgba(185, 84, 242, 0.07);
}

.notice-security strong {
  color: var(--orchid);
}

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

.campaign-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.campaign-card:hover {
  border-color: rgba(215, 161, 255, 0.58);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.campaign-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 2.25;
  border-bottom: 1px solid var(--line);
  background: #07040a;
  object-fit: contain;
}

.campaign-card > div {
  padding: 22px 24px 25px;
}

.campaign-card h3 {
  margin: 12px 0 7px;
  font-size: 1.15rem;
}

.campaign-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.8rem;
}

.campaign-card strong:last-child {
  color: var(--orchid);
  font-size: 0.74rem;
}

.campaign-status {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  color: #06120b;
  background: var(--green);
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.campaign-status-archive,
.campaign-status-results {
  color: #160e02;
  background: var(--gold);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(290px, 0.8fr);
  align-items: start;
  gap: 28px;
}

.detail-hero-image {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #07040a;
  object-fit: contain;
  box-shadow: var(--shadow);
}

.detail-summary {
  position: sticky;
  top: 100px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.detail-summary h2 {
  margin: 18px 0 10px;
  font-size: 1.55rem;
}

.detail-summary p {
  color: var(--muted);
  font-size: 0.84rem;
}

.detail-summary .button {
  width: 100%;
  margin-top: 10px;
}

.long-artwork {
  max-width: 980px;
  margin: 54px auto 0;
}

.long-artwork img,
.guide-full-image img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.guide-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, transform 180ms ease;
}

.guide-card:hover {
  border-color: rgba(215, 161, 255, 0.58);
  transform: translateY(-5px);
}

.guide-card img {
  width: 100%;
  aspect-ratio: 0.82;
  border-bottom: 1px solid var(--line);
  background: #07040a;
  object-fit: contain;
}

.guide-card > div {
  padding: 18px;
}

.guide-card > div > span {
  color: var(--orchid);
  font-size: 0.66rem;
  font-weight: 950;
}

.guide-card h3 {
  margin: 8px 0;
  font-size: 0.94rem;
}

.guide-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.guide-detail-actions {
  display: flex;
  max-width: 1100px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto 28px;
}

.guide-detail-actions > a:first-child {
  color: var(--orchid);
  font-size: 0.8rem;
  font-weight: 900;
}

.guide-full-image {
  max-width: 1100px;
  margin: 0 auto;
}

.guide-full-image figcaption {
  padding: 14px 4px 0;
  color: var(--muted);
  font-size: 0.74rem;
  text-align: center;
}

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

.help-grid > a {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, transform 180ms ease;
}

.help-grid > a:hover {
  border-color: var(--orchid);
  transform: translateY(-5px);
}

.help-grid > a > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet-bright), var(--violet));
  font-weight: 900;
}

.help-grid h2 {
  margin: 34px 0 8px;
  font-size: 1.3rem;
}

.help-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.customer-support-heading {
  align-items: start;
}

.support-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.support-channel-card {
  display: flex;
  min-height: 350px;
  align-items: flex-start;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(34, 16, 49, 0.96), rgba(12, 6, 17, 0.98));
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.support-channel-card:hover,
.support-channel-card:focus-visible {
  border-color: rgba(215, 161, 255, 0.58);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38), 0 0 38px rgba(148, 57, 232, 0.1);
  transform: translateY(-7px);
}

.support-channel-card-top {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.support-channel-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet-bright), var(--violet));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  font-size: 1rem;
  font-weight: 950;
}

.support-channel-facebook .support-channel-icon {
  background: linear-gradient(145deg, #377be7, #1551a7);
  font-family: Arial, sans-serif;
  font-size: 1.55rem;
}

.support-channel-instagram .support-channel-icon {
  background: linear-gradient(145deg, #8b39c7, #d83d86 55%, #f3a447);
  font-size: 1.45rem;
}

.support-channel-whatsapp .support-channel-icon {
  background: linear-gradient(145deg, #42d77d, #119346);
  font-size: 0.78rem;
}

.support-channel-live-chat .support-channel-icon {
  background: linear-gradient(145deg, #b954f2, #6f20bd);
  letter-spacing: 0.08em;
}

.support-channel-status {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.52rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.support-channel-status.is-official {
  border-color: rgba(128, 226, 168, 0.3);
  color: #b9f4d0;
  background: rgba(128, 226, 168, 0.08);
}

.support-channel-status.needs-verification {
  border-color: rgba(241, 197, 109, 0.3);
  color: var(--gold-soft);
  background: rgba(241, 197, 109, 0.07);
}

.support-channel-card h3 {
  margin: 34px 0 10px;
  font-size: 1.28rem;
}

.support-channel-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.76rem;
}

.support-channel-card strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--orchid);
  font-size: 0.7rem;
}

.support-channel-card strong span {
  transition: transform 180ms ease;
}

.support-channel-card:hover strong span,
.support-channel-card:focus-visible strong span {
  transform: translate(2px, -2px);
}

.support-safety-panel {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(215, 161, 255, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(64, 20, 91, 0.34), rgba(20, 8, 29, 0.88));
}

.support-safety-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(215, 161, 255, 0.35);
  border-radius: 18px;
  color: var(--orchid);
  background: rgba(185, 84, 242, 0.1);
  font-size: 1.15rem;
  font-weight: 950;
}

.support-safety-panel h2 {
  margin: 8px 0 12px;
}

.support-safety-panel > div > p:last-child {
  max-width: 900px;
  margin: 0;
  color: var(--muted);
}

@media (max-width: 1100px) {
  .support-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-channel-card {
    min-height: 310px;
  }
}

@media (max-width: 620px) {
  .support-channel-grid {
    grid-template-columns: 1fr;
  }

  .support-channel-card {
    min-height: 290px;
  }

  .support-safety-panel {
    grid-template-columns: 1fr;
  }
}

.content-page .responsible-section {
  display: flex;
  width: min(calc(100% - 40px), var(--shell));
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto clamp(70px, 9vw, 120px);
  padding: clamp(30px, 5vw, 60px);
  border-radius: var(--radius);
  background: linear-gradient(120deg, #6d23a9, #a93ec7);
}

.content-page .responsible-section h2 {
  margin: 0;
}

.content-page .responsible-section p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.about-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.about-copy h2 {
  max-width: 700px;
  margin-bottom: 20px;
}

.about-copy > p:last-of-type {
  color: var(--muted);
}

.about-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #07040a;
  box-shadow: var(--shadow);
}

.about-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-visual figcaption,
.fourd-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(8, 3, 14, 0.84);
  font-size: 0.62rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.about-stats span {
  display: grid;
  gap: 3px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.62rem;
}

.about-stats b {
  color: var(--orchid);
  font-size: 1.22rem;
}

.about-values-heading,
.fourd-check-heading {
  margin-top: clamp(70px, 9vw, 120px);
}

.about-value-grid,
.fourd-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-value-grid article,
.fourd-check-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(155deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow-soft);
}

.about-value-grid span,
.fourd-check-grid span {
  color: var(--orchid);
  font-size: 0.68rem;
  font-weight: 950;
}

.about-value-grid h3,
.fourd-check-grid h3 {
  margin: 58px 0 10px;
  font-size: 1.05rem;
}

.about-value-grid p,
.fourd-check-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.about-cta .button-ghost {
  border-color: rgba(255, 255, 255, 0.4);
}

.fourd-access-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: clamp(28px, 6vw, 80px);
}

.fourd-visual {
  position: relative;
  display: grid;
  min-height: 480px;
  place-items: center;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 20%, rgba(185, 84, 242, 0.18), transparent 18rem),
    #07040a;
  box-shadow: var(--shadow);
}

.fourd-visual img {
  width: min(100%, 390px);
  height: 100%;
  object-fit: contain;
}

.fourd-access-card {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--surface-2), var(--surface));
}

.fourd-access-card h2 {
  max-width: 640px;
  margin: 18px 0 14px;
}

.fourd-access-card p {
  max-width: 680px;
  margin: 0 0 28px;
  color: var(--muted);
}

.fourd-results-heading {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.fourd-embed-shell {
  overflow: hidden;
  border: 1px solid rgba(205, 139, 255, 0.34);
  border-radius: 24px;
  background: #101318;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38), 0 0 52px rgba(158, 67, 231, 0.09);
}

.fourd-embed-bar {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(135deg, #220b36, #100717 58%, #09060c);
}

.fourd-live-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: #73e7a0;
  box-shadow: 0 0 0 6px rgba(115, 231, 160, 0.11), 0 0 22px rgba(115, 231, 160, 0.45);
}

.fourd-embed-bar strong {
  color: var(--text);
  font-size: 0.86rem;
  letter-spacing: 0.035em;
}

.fourd-embed-bar a {
  margin-left: auto;
  color: var(--orchid);
  font-size: 0.75rem;
  font-weight: 850;
}

.fourd-embed-bar a:hover {
  color: var(--gold-soft);
}

.fourd-embed-shell iframe {
  display: block;
  width: 100%;
  height: 720px;
  border: 0;
  background: #111419;
}

.fourd-source-note {
  display: flex;
  max-width: 940px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.65;
  text-align: center;
}

.fourd-source-note > span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border: 1px solid rgba(205, 139, 255, 0.38);
  border-radius: 50%;
  color: var(--orchid);
  font-family: Georgia, serif;
  font-weight: 800;
}

.fourd-editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(42px, 8vw, 112px);
}

.fourd-editorial-intro h2 {
  margin: 12px 0 18px;
}

.fourd-editorial-intro > p:last-child,
.fourd-text-list p {
  color: var(--muted);
}

.fourd-text-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.fourd-text-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.fourd-text-list article > span {
  color: var(--orchid);
  font-size: 0.72rem;
  font-weight: 900;
}

.fourd-text-list h3 {
  margin: 0 0 7px;
  font-size: 1rem;
}

.fourd-text-list p {
  margin: 0;
  font-size: 0.8rem;
}

.fourd-text-notice {
  margin-top: clamp(42px, 7vw, 78px);
}

@media (max-width: 980px) {
  .fourd-embed-shell iframe {
    height: 840px;
  }

  .fourd-editorial-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 620px) {
  .fourd-embed-bar {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 14px 16px;
  }

  .fourd-embed-bar a {
    width: 100%;
    margin-left: 22px;
  }

  .fourd-embed-shell iframe {
    height: 980px;
  }

  .fourd-source-note {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 1320px) {
  html {
    scroll-padding-top: 82px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .header-actions {
    gap: 8px;
    margin-left: auto;
  }

  .header-actions .header-referral {
    display: inline-flex;
  }

  .mobile-menu {
    inset: 76px 12px auto;
    max-height: calc(100vh - 96px);
  }

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

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

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

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

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

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

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

@media (max-width: 900px) {
  .section-heading,
  .market-layout,
  .agent-showcase,
  .faq-directory-layout,
  .faq-layout,
  .auth-hero-layout,
  .portal-layout {
    grid-template-columns: 1fr;
  }

  .faq-directory-intro {
    position: static;
  }

  .footer-spotlight {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-discovery {
    grid-template-columns: 1fr;
  }

  .content-hero .shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .content-hero-copy {
    max-width: 760px;
  }

  .hero-stage {
    min-height: 650px;
  }

  .hero-stage::after {
    background:
      linear-gradient(90deg, rgba(6, 2, 12, 0.98) 0%, rgba(9, 3, 16, 0.87) 47%, rgba(10, 3, 19, 0.28) 100%),
      linear-gradient(0deg, rgba(7, 2, 12, 0.78), transparent 45%);
  }

  .hero-brand-image {
    object-position: 63% center;
  }

  .hero-campaign-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    padding: 2px 0 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .hero-campaign-grid::-webkit-scrollbar {
    display: none;
  }

  .hero-campaign-card {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .campaign-carousel-button {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    color: #fff;
    background: rgba(54, 15, 84, 0.9);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.42);
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .campaign-carousel-button:hover,
  .campaign-carousel-button:focus-visible {
    border-color: var(--orchid);
    background: var(--violet);
    transform: translateY(-50%) scale(1.08);
  }

  .campaign-carousel-previous {
    left: 10px;
  }

  .campaign-carousel-next {
    right: 10px;
  }

  .campaign-carousel-status {
    position: absolute;
    z-index: 3;
    left: 12px;
    bottom: 20px;
    display: block;
    min-width: 46px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    background: rgba(19, 6, 31, 0.84);
    font-size: 0.62rem;
    font-weight: 900;
    text-align: center;
    backdrop-filter: blur(10px);
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

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

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

  .member-cta > .shell,
  .security-section > .shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth-hero-layout {
    gap: 46px;
  }

  .category-nav {
    top: auto;
  }

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

  .game-hub-overview-card {
    grid-template-columns: 1fr;
  }

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

  .game-hub-step-grid {
    grid-template-columns: 1fr;
  }

  .game-hub-step-grid article {
    min-height: auto;
    grid-template-columns: 54px 1fr;
    grid-template-rows: none;
    gap: 18px;
  }

  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-summary {
    position: static;
  }

  .about-overview,
  .fourd-access-layout {
    grid-template-columns: 1fr;
  }

  .about-visual {
    max-width: 840px;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 74px;
  }

  body {
    padding-bottom: 86px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .footer-spotlight,
  .footer-grid,
  .footer-discovery,
  .footer-bottom {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-spotlight-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .footer-spotlight .button-row {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .header-inner {
    min-height: 68px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions .header-referral {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 0.64rem;
  }

  .mobile-menu {
    inset: 68px 10px auto;
    max-height: calc(100vh - 88px);
  }

  .brand img {
    width: 142px;
    height: 48px;
  }

  .language-trigger {
    min-height: 39px;
  }

  .hero-copy {
    padding-block: 74px;
  }

  .hero-copy h1,
  .auth-hero h1 {
    font-size: clamp(2.05rem, 10vw, 3.3rem);
    line-height: 1.02;
    letter-spacing: -0.042em;
  }

  .hero-highlights article {
    padding: 20px;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading {
    gap: 20px;
    margin-bottom: 30px;
  }

  .section-heading h2,
  .faq-layout h2,
  .market-layout h2,
  .member-cta h2,
  .portal-layout h2 {
    font-size: clamp(1.7rem, 8vw, 2.65rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

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

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

  .promotion-grid,
  .feature-grid,
  .agent-benefit-grid,
  .agent-step-grid {
    grid-template-columns: 1fr;
  }

  .agent-page-lead {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
  }

  .agent-page-lead > span {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }

  .faq-page-list summary {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 18px;
  }

  .faq-page-list details p {
    padding: 0 18px 20px;
  }

  .artwork-details summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-details summary {
    grid-template-columns: 38px 1fr;
  }

  .guide-details summary small {
    grid-column: 2;
  }

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

  .market-grid article {
    min-height: 110px;
  }

  .feature-grid article {
    min-height: 210px;
  }

  .feature-grid h3 {
    margin-top: 46px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-dock {
    position: fixed;
    z-index: 180;
    right: 10px;
    bottom: 8px;
    left: 10px;
    display: grid;
    height: 70px;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    padding: 5px 7px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(15, 10, 21, 0.92);
    box-shadow: var(--shadow);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .mobile-dock > a:not(.dock-brand) {
    display: grid;
    place-items: center;
    color: var(--muted);
    line-height: 1.1;
  }

  .mobile-dock > a:not(.dock-brand) > span {
    color: var(--orchid);
    font-size: 1.02rem;
    font-weight: 900;
  }

  .mobile-dock small {
    margin-top: 4px;
    font-size: 0.58rem;
    font-weight: 850;
  }

  .dock-brand {
    display: grid;
    min-width: 72px;
    min-height: 72px;
    place-items: center;
  }

  .dock-brand img {
    width: 68px;
    height: 68px;
    margin-top: -32px;
    padding: 5px;
    border: 5px solid var(--surface);
    border-radius: 50%;
    background: #000;
    box-shadow: 0 14px 34px rgba(148, 57, 232, 0.42);
  }

  .back-to-top {
    right: 122px;
    bottom: 122px;
  }

  .kissdiamond-mascot {
    right: 4px;
    bottom: 108px;
    width: 108px;
    height: 108px;
  }

  .auth-hero {
    padding: 54px 0 72px;
  }

  .auth-step-grid {
    grid-template-columns: 1fr;
  }

  .auth-step-grid article {
    min-height: 190px;
  }

  .auth-step-grid h3 {
    margin-top: 45px;
  }

  .content-hero {
    padding: 50px 0 60px;
  }

  .content-hero .shell,
  .auth-hero-layout {
    min-height: 260px;
  }

  .content-hero-background,
  .auth-hero-background {
    object-position: 66% center;
    opacity: 0.66;
  }

  .content-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.038em;
  }

  .content-page .page-section,
  .content-page .responsible-section {
    width: min(calc(100% - 28px), var(--shell));
  }

  .game-hub-overview-card {
    gap: 28px;
    padding: 26px 20px;
    border-radius: 24px;
  }

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

  .game-hub-step-grid article {
    padding: 24px 20px;
  }

  .category-nav {
    top: auto;
    padding-inline: 14px;
  }

  .category-page-grid,
  .campaign-grid,
  .help-grid {
    grid-template-columns: 1fr;
  }

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

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

  .content-page .catalog-grid .game-card {
    padding: 5px 5px 9px;
    border-radius: 14px;
  }

  .content-page .catalog-grid .game-card > img {
    border-radius: 10px;
  }

  .content-page .catalog-grid .game-card > span {
    margin-top: 7px;
    font-size: 0.64rem;
  }

  .content-page .catalog-grid .game-card > small {
    font-size: 0.54rem;
  }

  .notice-panel {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .guide-detail-actions,
  .content-page .responsible-section {
    align-items: stretch;
    flex-direction: column;
  }

  .about-value-grid,
  .fourd-check-grid {
    grid-template-columns: 1fr;
  }

  .about-value-grid article,
  .fourd-check-grid article {
    min-height: 190px;
  }

  .about-value-grid h3,
  .fourd-check-grid h3 {
    margin-top: 42px;
  }

  .fourd-visual {
    min-height: 390px;
  }
}

@media (max-width: 430px) {
  .header-inner {
    gap: 6px;
  }

  .brand img {
    width: 100px;
  }

  .language-trigger {
    min-height: 36px;
    gap: 4px;
    padding-inline: 7px;
    font-size: 0.64rem;
  }

  .header-actions {
    gap: 4px;
  }

  .header-actions .header-referral {
    min-height: 34px;
    padding: 5px 7px;
    font-size: 0.58rem;
  }

  .menu-toggle {
    width: 40px;
    height: 38px;
  }

  .hero-copy .button-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-stage {
    min-height: 620px;
  }

  .hero-brand-image {
    opacity: 0.76;
    object-position: 66% center;
  }

  .campaign-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .hero-campaign-grid {
    gap: 0;
  }

  .kissdiamond-mascot {
    right: 2px;
    bottom: 103px;
    width: 92px;
    height: 92px;
  }

  .back-to-top {
    right: 101px;
    bottom: 111px;
  }

  .hero-copy .text-link {
    grid-column: 1 / -1;
    text-align: center;
  }

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

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

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .category-card {
    grid-template-columns: 108px 1fr;
    gap: 14px;
  }

  .category-card img {
    width: 108px;
    height: 152px;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 78px;
  }

  .header-actions {
    gap: 3px;
  }

  .language-trigger {
    min-height: 34px;
    padding-inline: 6px;
  }

  .header-actions .header-referral {
    min-height: 32px;
    padding-inline: 5px;
    font-size: 0.54rem;
  }

  .menu-toggle {
    width: 38px;
    height: 36px;
  }
}

@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;
  }
}
