:root {
  --ink: #050a08;
  --ink-2: #07110e;
  --panel: #0a1713;
  --panel-2: #0f211b;
  --green: #0b3d2e;
  --green-2: #126048;
  --mint: #45f0ad;
  --mint-soft: #a7f6d5;
  --gold: #f0c56a;
  --cream: #f4f0e8;
  --muted: #94a69f;
  --danger: #b8394e;
  --line: rgba(132, 232, 192, 0.16);
  --line-strong: rgba(132, 232, 192, 0.34);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
  --max: 1180px;
}

/* Typography accents follow the warm gold of the LOONEY wordmark. */
.eyebrow,
.text-button,
.text-link,
.text-button:hover,
.text-link:hover,
.status-chip,
.hero h1 em,
.hero__proof strong,
.win-ticker__label,
.casino-card__bonus em,
.compare-toggle.active,
.matcher-card b,
.feature-number,
.leaderboard-table td:last-child,
.verified-badge,
.drop-wheel > span,
.reward-cards span,
.guard-status,
.form-message,
.dashboard-admin,
.dashboard-stats strong,
.mission-item > span,
.calculator-results strong {
  color: var(--gold) !important;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-color: var(--ink);
  background-image: url("assets/looney-casino-hero.png");
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  filter: saturate(1.05) contrast(1.06);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-color: rgba(2, 7, 5, 0.56);
  pointer-events: none;
}

body.age-locked {
  overflow: hidden;
}

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

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

button {
  color: inherit;
}

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

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.eyebrow {
  margin: 0 0 10px;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.button,
.icon-button,
.filter-tab,
.period-switch button,
.auth-tabs button,
.dashboard-nav button,
.matcher-steps button,
.text-button {
  cursor: pointer;
}

.button {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.icon-button:focus-visible,
.filter-tab:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible,
.text-button:focus-visible,
.matcher-steps button:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}

.button--primary {
  color: #04130d;
  background: var(--mint);
  border-color: var(--mint);
  box-shadow: 0 10px 30px rgba(69, 240, 173, 0.16);
}

.button--primary:hover {
  background: var(--mint-soft);
}

.button--ghost {
  color: var(--cream);
  background: rgba(7, 17, 14, 0.64);
  border-color: var(--line-strong);
}

.button--ghost:hover {
  border-color: var(--mint);
}

.button--light {
  color: var(--green);
  background: var(--cream);
  border-color: var(--cream);
}

.button--light:hover {
  background: #fff;
}

.button--danger {
  background: rgba(184, 57, 78, 0.16);
  border-color: rgba(229, 90, 113, 0.45);
  color: #ffacba;
}

.button--danger:hover {
  background: var(--danger);
  color: #fff;
}

.button--small {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 0.82rem;
}

.button--full {
  width: 100%;
}

.icon-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--cream);
  background: rgba(8, 24, 19, 0.88);
}

.icon-button:hover {
  color: var(--mint);
  border-color: var(--mint);
}

.text-button,
.text-link {
  padding: 0;
  color: var(--mint);
  background: none;
  border: 0;
  font-size: 0.83rem;
  font-weight: 800;
}

.text-button:hover,
.text-link:hover {
  color: var(--mint-soft);
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  isolation: isolate;
}

.age-gate[hidden] {
  display: none;
}

.age-gate__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-color: #06110e;
  background-image: url("assets/looney-casino-hero.png");
  background-size: cover;
  background-position: center;
  filter: brightness(0.54) saturate(1.04) contrast(1.05) blur(1.5px);
  transform: scale(1.02);
}

.age-gate::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(3, 10, 8, 0.43);
}

.age-card {
  width: min(100%, 660px);
  padding: 42px 48px 34px;
  text-align: center;
  background: rgba(7, 17, 14, 0.86);
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.age-card__brand {
  width: 168px;
  margin: 0 auto 22px;
}

.age-card__brand img,
.modal-brand img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 9px 18px rgba(0, 0, 0, 0.36));
}

.age-card h1 {
  max-width: 560px;
  margin: 0 auto 16px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.age-card__lead {
  max-width: 540px;
  margin: 0 auto;
  color: #c6d2cd;
  font-size: 1rem;
}

.age-card__actions {
  margin: 28px 0 22px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 12px;
}

.age-card__fine {
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.78rem;
}

.age-language {
  margin-top: 18px;
  display: inline-block;
}

.language-select {
  min-width: 58px;
  height: 36px;
  padding: 0 28px 0 10px;
  color: var(--cream);
  background-color: #0c2019;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 14px 20px 0;
  pointer-events: none;
}

.header-panel {
  width: min(100%, var(--max));
  min-height: 68px;
  margin: 0 auto;
  padding: 0 14px 0 18px;
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(5, 14, 11, 0.9);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 10px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand__logo {
  width: 98px;
  height: auto;
  display: block;
  filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.34));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  flex: 1;
}

.main-nav a {
  position: relative;
  color: #b7c5c0;
  font-size: 0.79rem;
  font-weight: 800;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--mint);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.main-nav a:hover {
  color: var(--cream);
}

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

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

.header-actions .button {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 0.78rem;
}

.header-login svg {
  width: 16px;
  height: 16px;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
  overflow: hidden;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 20px;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-color: var(--ink-2);
  background-image: url("assets/looney-casino-hero.png");
  background-size: cover;
  background-position: center;
}

.hero__floaters {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 56%;
  z-index: -1;
  content: "";
  background: rgba(4, 12, 9, 0.7);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 128px;
  z-index: 0;
  content: "";
  background: rgba(5, 12, 9, 0.48);
  pointer-events: none;
}

.hero__content {
  z-index: 3;
  padding: 106px 0 150px 68px;
  align-self: center;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--mint-soft);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.status-chip span:first-child,
.win-ticker__label > span:first-child {
  width: 8px;
  height: 8px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 16px var(--mint);
  animation: pulse 1.8s ease-in-out infinite;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.5rem, 6.2vw, 6.2rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  color: var(--mint);
  font-style: normal;
}

.hero__content > p {
  max-width: 590px;
  margin: 26px 0 0;
  color: #b8c8c1;
  font-size: 1.02rem;
}

.hero__actions {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero__proof {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  min-height: 128px;
  padding: 24px 68px;
  display: flex;
  align-items: center;
  gap: 48px;
  border-top: 1px solid var(--line);
}

.hero__proof div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.hero__proof strong {
  color: var(--mint);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.hero__proof span {
  max-width: 86px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero__character-wrap {
  position: relative;
  z-index: 2;
  align-self: end;
  height: calc(100% - 28px);
  pointer-events: none;
}

.hero__character {
  position: absolute;
  right: 2%;
  bottom: 78px;
  width: min(100%, 520px);
  max-height: calc(100% - 88px);
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.56));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 84%, rgba(0, 0, 0, 0.86) 91%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 84%, rgba(0, 0, 0, 0.86) 91%, transparent 100%);
}

.hero__character-label {
  position: absolute;
  right: 26px;
  top: 34px;
  z-index: 4;
  padding: 12px 15px;
  border-left: 2px solid var(--gold);
  background: rgba(4, 12, 9, 0.7);
  transform: rotate(2deg);
}

.hero__character-label span {
  display: block;
}

.hero__character-label span {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.hero__character-label img {
  width: 96px;
  margin-top: 4px;
  display: block;
}

.floater {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 74px;
  color: var(--gold);
  background: linear-gradient(145deg, rgba(15, 38, 29, 0.96), rgba(3, 12, 9, 0.98));
  border: 1px solid rgba(240, 197, 106, 0.72);
  border-radius: 8px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.32);
  font-family: Georgia, "Times New Roman", serif;
  animation: float 6s ease-in-out infinite;
}

.floater b {
  position: absolute;
  left: 7px;
  top: 4px;
  font-size: 0.9rem;
  line-height: 1;
}

.floater i {
  font-size: 1.55rem;
  font-style: normal;
  line-height: 1;
}

.floater--one {
  right: 41%;
  top: 20%;
  transform: rotate(-12deg);
}

.floater--two {
  right: 8%;
  top: 44%;
  width: 50px;
  height: 69px;
  transform: rotate(11deg);
  animation-delay: -2s;
}

.floater--three {
  right: 38%;
  top: 54%;
  width: 48px;
  height: 66px;
  transform: rotate(17deg);
  animation-delay: -4s;
}

.win-ticker {
  width: min(calc(100% - 40px), var(--max));
  min-height: 58px;
  margin: 12px auto 0;
  padding: 0 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  background: #0b1a15;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.win-ticker__label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mint-soft);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.win-ticker__viewport {
  overflow: hidden;
}

.win-ticker__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 32px;
  animation: ticker 28s linear infinite;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #aebdb7;
  font-size: 0.77rem;
  white-space: nowrap;
}

.ticker-item b {
  color: var(--cream);
}

.ticker-item strong {
  color: var(--gold);
}

.feedback-slider {
  width: min(calc(100% - 40px), var(--max));
  min-height: 108px;
  margin: 8px auto 0;
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  overflow: hidden;
  background: rgba(5, 14, 11, 0.94);
  border: 1px solid rgba(240, 197, 106, 0.26);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.feedback-slider__label {
  position: relative;
  z-index: 2;
  padding: 22px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(31, 24, 10, 0.9), rgba(8, 20, 15, 0.98));
  border-right: 1px solid rgba(240, 197, 106, 0.22);
}

.feedback-slider__label span {
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.09em;
}

.feedback-slider__label small {
  margin-top: 5px;
  color: #9f9a8d;
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.feedback-slider__viewport {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.feedback-slider__track {
  width: max-content;
  padding: 12px;
  display: flex;
  align-items: stretch;
  gap: 12px;
  animation: feedback-slide 118s linear infinite;
}

.feedback-slider:hover .feedback-slider__track {
  animation-play-state: paused;
}

.feedback-card {
  width: 342px;
  min-height: 82px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  background: rgba(10, 25, 19, 0.92);
  border: 1px solid rgba(240, 197, 106, 0.15);
  border-radius: 10px;
}

.feedback-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--gold);
  border-radius: 50%;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.85rem;
}

.feedback-card__copy {
  min-width: 0;
}

.feedback-card__meta {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.feedback-card__meta b {
  color: var(--cream);
  font-size: 0.72rem;
}

.feedback-card__meta span {
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 800;
}

.feedback-card p {
  max-width: 214px;
  margin: 4px 0 0;
  overflow: hidden;
  color: #aebdb7;
  font-size: 0.65rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feedback-card > strong {
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}

.casino-section,
.leaderboard-section,
.rewards-section,
.responsible-section {
  padding-top: 116px;
}

.section-heading {
  margin-bottom: 32px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
}

.section-heading h2,
.matcher-banner h2,
.drop-card h2,
.responsible-copy h2,
.final-cta h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.35rem, 4.4vw, 4.3rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.section-heading > p {
  width: min(100%, 360px);
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.casino-toolbar {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.filter-tabs,
.toolbar-actions,
.period-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-tab,
.period-switch button,
.auth-tabs button {
  min-height: 38px;
  padding: 0 14px;
  color: var(--muted);
  background: rgba(9, 23, 18, 0.75);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 800;
}

.filter-tab:hover,
.filter-tab.active,
.period-switch button:hover,
.period-switch button.active,
.auth-tabs button:hover,
.auth-tabs button.active {
  color: var(--ink);
  background: var(--mint);
  border-color: var(--mint);
}

.toolbar-actions b {
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--mint);
  font-size: 0.65rem;
}

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

.casino-card {
  position: relative;
  min-height: 355px;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background: rgba(9, 23, 18, 0.94);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.casino-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
}

.casino-card.recommended {
  border-color: var(--mint);
  box-shadow: 0 0 0 1px rgba(69, 240, 173, 0.18), var(--shadow);
}

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

.casino-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.casino-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.casino-logo {
  width: 78px;
  height: 56px;
  display: grid;
  place-items: center;
  padding: 5px;
  overflow: hidden;
  color: var(--logo-color, var(--mint));
  background: #06110e;
  border: 1px solid rgba(143, 255, 212, 0.32);
  border-radius: 11px;
}

.casino-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}

.casino-brand strong,
.casino-brand span {
  display: block;
}

.casino-brand strong {
  font-size: 1rem;
}

.casino-brand span {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.favorite-button {
  background: transparent;
}

.favorite-button.active {
  color: #ff6f8a;
  border-color: rgba(255, 111, 138, 0.4);
}

.favorite-button.active svg {
  fill: currentColor;
}

.casino-card__body {
  padding: 28px 0 22px;
}

.casino-card__rank {
  position: absolute;
  right: 19px;
  bottom: 60px;
  color: rgba(244, 240, 232, 0.035);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 7rem;
  line-height: 1;
  pointer-events: none;
}

.casino-card__bonus {
  max-width: 410px;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 500;
  line-height: 0.96;
  text-transform: uppercase;
}

.casino-card__bonus em {
  color: var(--mint);
  font-style: normal;
}

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

.casino-meta li {
  padding: 6px 9px;
  color: #b3c2bc;
  background: rgba(69, 240, 173, 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 750;
}

.casino-card__footer {
  position: relative;
  z-index: 2;
  padding-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
}

.casino-card__details {
  display: flex;
  align-items: center;
  gap: 13px;
}

.casino-card__details small {
  color: var(--muted);
  font-size: 0.64rem;
}

.compare-toggle {
  padding: 5px 0;
  color: #c0ccc7;
  background: transparent;
  border: 0;
  font-size: 0.68rem;
  font-weight: 800;
}

.compare-toggle.active {
  color: var(--mint);
}

.matcher-banner {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  margin-top: 116px;
  padding: 58px 68px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  background: #09100e;
  border: 1px solid rgba(240, 197, 106, 0.24);
  border-radius: 18px;
}

.matcher-banner::before,
.drop-card::before,
.final-cta::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: url("assets/looney-panel-noir.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.72) contrast(0.94);
}

.matcher-banner::before {
  background-position: 64% center;
}

.matcher-banner::after,
.drop-card::after,
.final-cta::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.matcher-banner::after {
  background: linear-gradient(90deg, rgba(3, 9, 7, 0.97) 0%, rgba(4, 12, 9, 0.91) 46%, rgba(4, 11, 9, 0.56) 100%);
}

.matcher-banner__copy {
  position: relative;
  z-index: 2;
}

.matcher-banner__copy .eyebrow {
  color: var(--gold);
}

.matcher-banner__copy > p:not(.eyebrow) {
  max-width: 530px;
  margin: 20px 0 26px;
  color: #cce8dd;
}

.matcher-banner__visual {
  position: relative;
  min-height: 300px;
}

.matcher-card {
  position: absolute;
  width: 210px;
  height: 286px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--cream);
  background: #081a14;
  border: 1px solid rgba(240, 197, 106, 0.5);
  border-radius: 14px;
  box-shadow: var(--shadow);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}

.matcher-card::before {
  position: absolute;
  top: 24px;
  left: 24px;
  color: var(--gold);
  content: "♠";
  font-size: 2.2rem;
}

.matcher-card b {
  margin-top: 18px;
  color: var(--mint);
  font-size: 1.15rem;
}

.matcher-card--back {
  right: 20%;
  top: 22px;
  opacity: 0.52;
  transform: rotate(-16deg) translateX(-60px);
}

.matcher-card--mid {
  right: 14%;
  top: 8px;
  opacity: 0.72;
  transform: rotate(8deg) translateX(42px);
}

.matcher-card--front {
  right: 24%;
  top: 0;
  border-color: var(--mint);
  transform: rotate(-2deg);
}

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

.feature-card {
  min-height: 260px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(9, 23, 18, 0.9);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.feature-card--wide {
  min-height: 220px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  background: #0d2f24;
}

.feature-number {
  color: var(--mint);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}

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

.feature-card--wide h3 {
  margin: 0 0 10px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.feature-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--mint);
  border: 1px solid var(--line-strong);
  border-radius: 12px;
}

.feature-icon svg {
  width: 23px;
  height: 23px;
}

.feature-card .text-button {
  margin-top: auto;
}

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

.service-strip article {
  min-height: 210px;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 16px;
  background: rgba(9, 23, 18, 0.9);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.service-strip__index {
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.service-strip h3 {
  margin: 0 0 8px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.55rem;
  font-weight: 500;
  text-transform: uppercase;
}

.service-strip p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.service-strip .icon-button {
  align-self: end;
}

.streak-line {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.streak-line span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #6b7e76;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.58rem;
  font-weight: 800;
}

.streak-line .done {
  color: var(--ink);
  background: var(--mint);
}

.streak-line .today {
  color: var(--gold);
  border-color: var(--gold);
}

.period-switch {
  flex-wrap: nowrap;
}

.leaderboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.7fr);
  gap: 16px;
}

.leaderboard-table-wrap,
.ticket-flow {
  background: rgba(9, 23, 18, 0.9);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.leaderboard-table-wrap {
  overflow: hidden;
}

.leaderboard-table {
  width: 100%;
  border-collapse: collapse;
}

.leaderboard-table th,
.leaderboard-table td {
  padding: 17px 19px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.leaderboard-table th {
  color: var(--muted);
  background: rgba(69, 240, 173, 0.025);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.leaderboard-table td {
  color: #bac8c2;
  font-size: 0.81rem;
}

.leaderboard-table td:first-child {
  width: 42px;
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.12rem;
}

.leaderboard-table td:nth-child(2) {
  color: var(--cream);
  font-weight: 800;
}

.leaderboard-table td:last-child {
  color: var(--mint);
  font-weight: 900;
  text-align: right;
}

.leaderboard-table th:last-child {
  text-align: right;
}

.player-cell {
  display: flex;
  align-items: center;
  gap: 9px;
}

.player-avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--mint-soft);
  border-radius: 50%;
  font-size: 0.67rem;
  font-weight: 900;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--mint-soft);
  font-size: 0.67rem;
}

.verified-badge svg {
  width: 13px;
  height: 13px;
}

.table-note {
  margin: 0;
  padding: 14px 19px;
  color: #71857c;
  font-size: 0.66rem;
}

.ticket-flow {
  padding: 28px;
}

.ticket-flow h3 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.ticket-flow ol {
  margin: 28px 0;
  padding: 0;
  display: grid;
  gap: 18px;
  list-style: none;
}

.ticket-flow li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ticket-flow li > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--mint);
  border-radius: 50%;
  font-size: 0.67rem;
  font-weight: 900;
}

.ticket-flow strong,
.ticket-flow small {
  display: block;
}

.ticket-flow strong {
  font-size: 0.82rem;
}

.ticket-flow small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.7rem;
}

.rewards-section {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 16px;
}

.drop-card {
  position: relative;
  isolation: isolate;
  min-height: 460px;
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  background: #09100e;
  border: 1px solid rgba(240, 197, 106, 0.24);
  border-radius: 18px;
}

.drop-card::before {
  background-position: 76% center;
  transform: scaleX(-1);
}

.drop-card::after {
  background: linear-gradient(90deg, rgba(3, 9, 7, 0.96) 0%, rgba(4, 12, 9, 0.86) 49%, rgba(4, 11, 9, 0.62) 100%);
}

.drop-card__copy {
  position: relative;
  z-index: 2;
}

.drop-card__copy > p:not(.eyebrow) {
  color: #cce8dd;
}

.drop-result {
  min-height: 42px;
  margin: 22px 0 14px;
  padding: 10px 12px;
  color: var(--gold);
  background: rgba(5, 17, 13, 0.48);
  border-left: 2px solid var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.drop-wheel {
  position: relative;
  width: min(100%, 310px);
  aspect-ratio: 1;
  margin: auto;
  border: 18px solid #071b14;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--gold), 0 30px 60px rgba(0, 0, 0, 0.38);
  transition: transform 2.4s cubic-bezier(0.12, 0.78, 0.22, 1);
}

.drop-wheel::before,
.drop-wheel::after {
  position: absolute;
  inset: 50%;
  content: "";
  background: rgba(240, 197, 106, 0.35);
  transform: translate(-50%, -50%);
}

.drop-wheel::before {
  width: 100%;
  height: 1px;
}

.drop-wheel::after {
  width: 1px;
  height: 100%;
}

.drop-wheel > span {
  position: absolute;
  color: var(--mint-soft);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.1rem;
}

.drop-wheel > span:nth-child(1) { left: 47%; top: 9%; }
.drop-wheel > span:nth-child(2) { right: 15%; top: 27%; }
.drop-wheel > span:nth-child(3) { right: 15%; bottom: 26%; }
.drop-wheel > span:nth-child(4) { left: 46%; bottom: 8%; }
.drop-wheel > span:nth-child(5) { left: 14%; bottom: 27%; }
.drop-wheel > span:nth-child(6) { left: 14%; top: 27%; }

.drop-wheel__hub {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--gold);
  border: 8px solid #0a271d;
  border-radius: 50%;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

.drop-wheel.spinning {
  transform: rotate(1440deg);
}

.reward-cards {
  display: grid;
  gap: 16px;
}

.reward-cards article {
  min-height: 140px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(9, 23, 18, 0.9);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.reward-cards article.active {
  background: #13392d;
  border-color: var(--mint);
}

.reward-cards span {
  color: var(--mint);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.reward-cards strong {
  margin: 6px 0 4px;
  font-size: 1.05rem;
}

.reward-cards small {
  color: var(--muted);
}

.responsible-section {
  padding-bottom: 116px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.65fr);
  gap: 72px;
  align-items: center;
}

.responsible-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 20px 0;
  color: var(--muted);
}

.limit-console {
  padding: 28px;
  display: grid;
  gap: 18px;
  background: rgba(9, 23, 18, 0.92);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
}

.limit-console__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.limit-console__top > svg {
  width: 28px;
  height: 28px;
  color: var(--mint);
}

.limit-console__top strong,
.limit-console__top small {
  display: block;
}

.limit-console__top small {
  color: var(--muted);
}

.guard-status {
  margin-left: auto;
  padding: 4px 7px;
  color: var(--mint);
  border: 1px solid rgba(69, 240, 173, 0.35);
  border-radius: 999px;
  font-size: 0.57rem;
  font-weight: 900;
}

.limit-console > label,
.auth-form > label,
.ticket-form > label,
.settings-form > label,
.calculator-form > label {
  display: grid;
  gap: 7px;
  color: #c4d0cb;
  font-size: 0.73rem;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  color: var(--cream);
  background-color: #07130f;
  border: 1px solid var(--line);
  border-radius: 9px;
}

input,
select {
  min-height: 44px;
  padding: 0 12px;
}

textarea {
  padding: 12px;
  resize: vertical;
}

.input-suffix {
  position: relative;
}

.input-suffix input {
  padding-right: 48px;
}

.input-suffix > span {
  position: absolute;
  right: 12px;
  top: 50%;
  color: var(--muted);
  font-size: 0.7rem;
  transform: translateY(-50%);
}

.final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 240px;
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 60px;
  background: #09100e;
  border: 1px solid rgba(240, 197, 106, 0.22);
  border-radius: 18px;
}

.final-cta::before {
  background-position: 74% 62%;
}

.final-cta::after {
  background: linear-gradient(90deg, rgba(3, 9, 7, 0.97) 0%, rgba(4, 12, 9, 0.9) 57%, rgba(4, 11, 9, 0.69) 100%);
}

.final-cta h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.final-cta > div:last-child p {
  margin: 0 0 18px;
  color: #cce8dd;
}

.site-footer {
  padding: 64px 0 34px;
  display: grid;
  grid-template-columns: 0.75fr 1.6fr 0.85fr auto;
  gap: 36px;
  align-items: start;
  color: #7f9189;
  font-size: 0.7rem;
}

.brand--footer {
  color: var(--cream);
}

.brand--footer .brand__logo {
  width: 116px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: grid;
  gap: 7px;
}

.footer-links button {
  padding: 0;
  text-align: left;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

.footer-links a:hover,
.footer-links button:hover {
  color: var(--mint);
}

.compare-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  min-width: 290px;
  padding: 10px 10px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--cream);
  background: #102a21;
  border: 1px solid var(--mint);
  border-radius: 12px;
  box-shadow: var(--shadow);
  font-size: 0.76rem;
}

.compare-dock[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal[hidden] {
  display: none;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 7, 5, 0.8);
  backdrop-filter: blur(9px);
}

.modal__panel {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  max-height: calc(100vh - 40px);
  padding: 34px;
  overflow: auto;
  background: #0a1713;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.modal__panel--compact {
  width: min(100%, 540px);
}

.modal__panel--compare {
  width: min(100%, 980px);
}

.modal__panel h2 {
  margin: 0 0 22px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 500;
  line-height: 0.98;
  text-transform: uppercase;
}

.modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
}

.auth-tabs {
  display: flex;
  gap: 7px;
  margin-bottom: 26px;
}

.auth-copy {
  text-align: center;
}

.modal-brand {
  width: 148px;
  margin: 0 auto 16px;
}

.auth-form,
.ticket-form,
.settings-form,
.calculator-form {
  display: grid;
  gap: 16px;
}

.checkbox-field {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  gap: 10px !important;
}

.checkbox-field input {
  width: 17px;
  min-height: 17px;
  margin-top: 2px;
  accent-color: var(--mint);
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--mint);
  font-size: 0.75rem;
  text-align: center;
}

.form-message.error {
  color: #ff8ca0;
}

.prototype-note {
  margin: 16px 0 0;
  color: #71857c;
  font-size: 0.67rem;
  text-align: center;
}

.modal__panel--dashboard {
  width: min(100%, 1100px);
  height: min(760px, calc(100vh - 40px));
  padding: 0;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  overflow: hidden;
}

.dashboard-nav {
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #07110e;
  border-right: 1px solid var(--line);
}

.dashboard-profile {
  margin-bottom: 26px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--mint);
  border-radius: 50%;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.2rem;
}

.dashboard-profile strong,
.dashboard-profile span {
  display: block;
}

.dashboard-profile strong {
  font-size: 0.82rem;
}

.dashboard-profile span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}

.dashboard-nav > button {
  min-height: 43px;
  padding: 0 13px;
  text-align: left;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 750;
}

.dashboard-nav > button:hover,
.dashboard-nav > button.active {
  color: var(--cream);
  background: rgba(69, 240, 173, 0.08);
  border-color: var(--line);
}

.dashboard-nav > .dashboard-logout {
  margin-top: auto;
  color: #e4778a;
}

.dashboard-admin {
  padding: 12px 13px;
  color: var(--mint);
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 800;
}

.dashboard-content {
  padding: 48px;
  overflow: auto;
}

.dashboard-pane {
  display: none;
}

.dashboard-pane.active {
  display: block;
}

.dashboard-pane h2 {
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.dashboard-stats {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.dashboard-stats article {
  padding: 20px;
  background: #0d201a;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.dashboard-stats span,
.dashboard-stats strong,
.dashboard-stats small {
  display: block;
}

.dashboard-stats span {
  color: var(--muted);
  font-size: 0.67rem;
}

.dashboard-stats strong {
  margin: 6px 0 2px;
  color: var(--mint);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.dashboard-stats small {
  color: #758980;
  font-size: 0.62rem;
}

.dashboard-columns {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.dashboard-columns h3 {
  margin: 0 0 12px;
  font-size: 0.88rem;
}

.mission-item,
.quick-action {
  min-height: 76px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #0d201a;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.mission-item > span {
  color: var(--mint);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.5rem;
}

.mission-item > div {
  flex: 1;
}

.mission-item strong,
.mission-item small {
  display: block;
}

.mission-item strong {
  font-size: 0.75rem;
}

.mission-item small {
  color: var(--muted);
  font-size: 0.58rem;
}

.progress {
  height: 4px;
  margin: 8px 0;
  overflow: hidden;
  background: #06110d;
  border-radius: 999px;
}

.progress i {
  display: block;
  height: 100%;
  background: var(--mint);
}

.quick-action {
  width: 100%;
  min-height: 48px;
  margin-bottom: 8px;
  color: var(--cream);
  cursor: pointer;
}

.quick-action:hover {
  border-color: var(--mint);
}

.quick-action svg {
  color: var(--mint);
}

.pane-heading {
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.pane-heading h2 {
  max-width: 570px;
  margin-bottom: 0;
  font-size: 2.8rem;
}

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

.ticket-empty {
  padding: 38px;
  color: var(--muted);
  text-align: center;
  border: 1px dashed var(--line-strong);
  border-radius: 12px;
}

.ticket-row {
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  background: #0d201a;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.ticket-row strong,
.ticket-row small {
  display: block;
}

.ticket-row strong {
  font-size: 0.8rem;
}

.ticket-row small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.62rem;
}

.ticket-row__amount {
  color: var(--gold);
  font-weight: 900;
}

.ticket-status {
  padding: 5px 8px;
  color: var(--gold);
  border: 1px solid rgba(240, 197, 106, 0.34);
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 850;
}

.settings-form {
  max-width: 520px;
}

.matcher-steps {
  display: grid;
  gap: 10px;
}

.matcher-steps button {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--cream);
  background: #0d201a;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-align: left;
}

.matcher-steps button:hover {
  border-color: var(--mint);
  transform: translateX(4px);
}

.matcher-steps span {
  color: var(--muted);
  font-size: 0.7rem;
}

.matcher-result {
  padding: 22px;
  background: #12382b;
  border: 1px solid var(--mint);
  border-radius: 12px;
}

.matcher-result h3 {
  margin: 0 0 6px;
  font-size: 1.3rem;
}

.matcher-result p {
  color: #bed5cc;
  font-size: 0.8rem;
}

.calculator-form {
  grid-template-columns: repeat(3, 1fr);
}

.calculator-results {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.calculator-results div {
  padding: 18px;
  background: #12382b;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.calculator-results span,
.calculator-results strong {
  display: block;
}

.calculator-results span {
  color: var(--muted);
  font-size: 0.67rem;
}

.calculator-results strong {
  margin-top: 5px;
  color: var(--mint);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.compare-table th {
  color: var(--muted);
  font-size: 0.67rem;
  text-transform: uppercase;
}

.compare-table td {
  font-size: 0.8rem;
}

.compare-table td:first-child {
  color: var(--muted);
  font-weight: 800;
}

.compare-empty {
  padding: 40px;
  color: var(--muted);
  text-align: center;
  border: 1px dashed var(--line-strong);
  border-radius: 12px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 900;
  padding: 12px 16px;
  color: var(--cream);
  background: #12382b;
  border: 1px solid var(--mint);
  border-radius: 10px;
  box-shadow: var(--shadow);
  font-size: 0.78rem;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.8); }
}

@keyframes feedback-slide {
  to { transform: translateX(-50%); }
}

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

@keyframes ticker {
  to { transform: translateX(-50%); }
}

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

@media (max-width: 1050px) {
  .main-nav {
    gap: 14px;
  }

  .main-nav a {
    font-size: 0.72rem;
  }

  .header-register {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero__content {
    padding-left: 46px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 7.2vw, 5.4rem);
  }

  .hero__character {
    right: -7%;
    bottom: 82px;
    width: 480px;
  }

  .matcher-card--front { right: 10%; }
  .matcher-card--mid { right: 1%; }
  .matcher-card--back { right: 7%; }

  .rewards-section {
    grid-template-columns: 1fr;
  }

  .reward-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .responsible-section {
    gap: 36px;
  }

  .service-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding-inline: 12px;
  }

  .header-panel {
    min-height: 62px;
  }

  .main-nav {
    position: absolute;
    top: 72px;
    right: 12px;
    left: 12px;
    padding: 14px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    background: #08130f;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
  }

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

  .main-nav a {
    padding: 9px;
  }

  .main-nav a::after {
    display: none;
  }

  .mobile-menu {
    display: grid;
  }

  .hero {
    min-height: 750px;
    grid-template-columns: 1fr;
  }

  .hero::before {
    width: 100%;
    background: rgba(4, 12, 9, 0.72);
  }

  .hero__content {
    padding: 76px 42px 370px;
    align-self: start;
  }

  .hero__content > p {
    max-width: 540px;
  }

  .hero__character-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 430px;
  }

  .hero__character {
    right: 3%;
    bottom: 86px;
    width: 390px;
  }

  .hero__character-label {
    top: 45px;
  }

  .hero__proof {
    padding-inline: 34px;
    gap: 28px;
  }

  .win-ticker {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .win-ticker > .text-button {
    display: none;
  }

  .feedback-slider {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .feedback-slider__label {
    padding-inline: 16px;
  }

  .feedback-card {
    width: 315px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .casino-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .casino-grid,
  .leaderboard-layout,
  .responsible-section {
    grid-template-columns: 1fr;
  }

  .matcher-banner {
    min-height: 700px;
    grid-template-columns: 1fr;
  }

  .matcher-banner__visual {
    min-height: 300px;
  }

  .matcher-card--front { right: 24%; }
  .matcher-card--mid { right: 18%; }
  .matcher-card--back { right: 27%; }

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

  .feature-card--wide {
    grid-column: 1 / -1;
  }

  .feature-grid .feature-card:last-child {
    grid-column: 1 / -1;
  }

  .responsible-section {
    padding-bottom: 90px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .site-footer > span {
    grid-column: 1 / -1;
  }

  .modal__panel--dashboard {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .dashboard-content {
    padding: 34px;
  }
}

@media (max-width: 640px) {
  .section-shell,
  .win-ticker {
    width: min(calc(100% - 24px), var(--max));
  }

  .age-gate {
    padding: 12px;
  }

  .age-card {
    padding: 30px 20px 24px;
  }

  .age-card__actions {
    grid-template-columns: 1fr;
  }

  .header-panel {
    padding-inline: 12px;
    gap: 10px;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-login span,
  .header-actions .language-field {
    display: none;
  }

  .header-login {
    width: 40px;
    padding: 0 !important;
  }

  .brand__logo {
    width: 82px;
  }

  .hero {
    min-height: 760px;
    margin-top: 13px;
    border-radius: 16px;
  }

  .hero__content {
    padding: 58px 24px 390px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.5rem);
  }

  .hero__content > p {
    font-size: 0.88rem;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__character {
    right: 50%;
    bottom: 92px;
    width: 350px;
    max-width: 93%;
    transform: translateX(50%);
  }

  .hero__character-label {
    display: none;
  }

  .hero__proof {
    min-height: 110px;
    padding: 18px;
    gap: 14px;
    justify-content: space-between;
  }

  .hero__proof div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .hero__proof span {
    max-width: 78px;
    font-size: 0.6rem;
  }

  .floater {
    display: none;
  }

  .win-ticker {
    min-height: 48px;
    padding-inline: 12px;
    gap: 14px;
  }

  .win-ticker__label {
    font-size: 0;
  }

  .win-ticker__label span:first-child {
    display: block;
  }

  .feedback-slider {
    min-height: 138px;
    grid-template-columns: 1fr;
  }

  .feedback-slider__label {
    padding: 10px 14px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 9px;
    border-right: 0;
    border-bottom: 1px solid rgba(240, 197, 106, 0.18);
  }

  .feedback-slider__label span {
    font-size: 1rem;
  }

  .feedback-slider__label small {
    margin-top: 0;
  }

  .feedback-card {
    width: 288px;
  }

  .casino-section,
  .leaderboard-section,
  .rewards-section,
  .responsible-section {
    padding-top: 80px;
  }

  .section-heading h2,
  .matcher-banner h2,
  .drop-card h2,
  .responsible-copy h2,
  .final-cta h2 {
    font-size: clamp(2.2rem, 11vw, 3.4rem);
  }

  .filter-tabs {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .filter-tab {
    flex: 0 0 auto;
  }

  .toolbar-actions {
    width: 100%;
  }

  .toolbar-actions .button {
    flex: 1;
  }

  .casino-grid,
  .feature-grid,
  .service-strip {
    grid-template-columns: 1fr;
  }

  .casino-card {
    min-height: 340px;
    padding: 20px;
  }

  .casino-card__bonus {
    font-size: 2.35rem;
  }

  .casino-card__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .casino-card__footer .button {
    width: 100%;
  }

  .casino-card__details {
    justify-content: space-between;
  }

  .matcher-banner {
    min-height: 650px;
    margin-top: 80px;
    padding: 40px 24px;
  }

  .matcher-banner__visual {
    transform: scale(0.78);
  }

  .matcher-card--front { right: 10%; }
  .matcher-card--mid { right: 2%; }
  .matcher-card--back { right: 12%; }

  .feature-card--wide,
  .feature-grid .feature-card:last-child {
    grid-column: auto;
  }

  .feature-card--wide {
    padding: 28px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .leaderboard-layout {
    display: block;
  }

  .leaderboard-table-wrap {
    overflow-x: auto;
  }

  .ticket-flow {
    margin-top: 16px;
  }

  .rewards-section {
    display: block;
  }

  .drop-card {
    min-height: 680px;
    padding: 40px 24px;
    grid-template-columns: 1fr;
  }

  .drop-wheel {
    width: 260px;
  }

  .reward-cards {
    margin-top: 16px;
    grid-template-columns: 1fr;
  }

  .responsible-section {
    gap: 28px;
  }

  .final-cta {
    padding: 40px 24px;
  }

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

  .site-footer > span {
    grid-column: auto;
  }

  .compare-dock {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-width: 0;
  }

  .modal {
    padding: 8px;
  }

  .modal__panel {
    max-height: calc(100vh - 16px);
    padding: 28px 20px;
    border-radius: 14px;
  }

  .modal__panel--dashboard {
    height: calc(100vh - 16px);
    padding: 0;
    display: block;
    overflow: auto;
  }

  .dashboard-nav {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .dashboard-profile,
  .dashboard-logout {
    display: none !important;
  }

  .dashboard-nav > button {
    padding-inline: 8px;
    text-align: center;
    white-space: nowrap;
    font-size: 0.62rem;
  }

  .dashboard-content {
    padding: 54px 20px 28px;
  }

  .dashboard-stats,
  .dashboard-columns,
  .calculator-form,
  .calculator-results {
    grid-template-columns: 1fr;
  }

  .pane-heading {
    flex-direction: column;
  }

  .ticket-row {
    grid-template-columns: 1fr auto;
  }

  .ticket-row__amount {
    grid-column: 2;
    grid-row: 1;
  }

  .ticket-status {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .compare-table-wrap {
    overflow-x: auto;
  }
}
