:root {
  --bg: #070711;
  --bg-2: #0b0715;
  --surface: #11111f;
  --surface-2: #17172a;
  --surface-3: #201337;
  --gold: #f8c44f;
  --gold-2: #ffe7a0;
  --pink: #ff3f9f;
  --purple: #8a4fff;
  --violet: #5d2dff;
  --cyan: #19d1c3;
  --blue: #1b72ff;
  --red: #ff4d4d;
  --green: #41f2a5;
  --text: #ffffff;
  --muted: #c9c9d4;
  --soft: #8986a3;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(248, 196, 79, 0.42);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.56);
  --radius: 8px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 63, 159, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(25, 209, 195, 0.16), transparent 26rem),
    linear-gradient(180deg, #070711 0%, #090612 48%, #05040a 100%);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 10rem, #000 72%, transparent);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 1px, transparent 1.6px);
  background-size: 29px 29px;
}

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

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

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

button {
  color: inherit;
}

code {
  padding: 0.1rem 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold-2);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  background: var(--gold);
  color: #160b02;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

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

.age-ribbon {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.35rem 1rem;
  color: #f4efff;
  background: rgba(3, 2, 8, 0.96);
  border-bottom: 1px solid rgba(248, 196, 79, 0.26);
  font-size: 0.88rem;
  text-align: center;
}

.age-ribbon strong {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 24px;
  color: var(--gold-2);
  border: 1px solid var(--gold);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(248, 196, 79, 0.24);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  min-height: 76px;
  padding: 0 28px;
  background: rgba(7, 7, 17, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(25, 209, 195, 0.55), rgba(248, 196, 79, 0.55), transparent);
  opacity: 0.7;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: max-content;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.4), transparent 40%),
    conic-gradient(from 210deg, var(--gold), var(--pink), var(--purple), var(--cyan), var(--gold));
  color: #09060e;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(138, 79, 255, 0.38), 0 0 18px rgba(248, 196, 79, 0.22);
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.2;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a,
.header-cta,
.btn,
.hero-metrics a,
.responsible-actions a,
.mobile-sticky-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
}

.main-nav a {
  min-width: max-content;
  padding: 0 0.74rem;
  color: #eee9ff;
  font-size: 0.94rem;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.header-cta {
  min-width: 150px;
  padding: 0 1rem;
  color: #100801;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 52%, #ff8f24);
  font-weight: 900;
  box-shadow: 0 0 34px rgba(248, 196, 79, 0.3);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible,
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  font-size: 4.55rem;
  max-width: 760px;
  text-wrap: balance;
}

h1 span,
h2 span {
  color: transparent;
  background: linear-gradient(100deg, var(--gold-2), var(--cyan), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
}

h2 {
  font-size: 2.68rem;
  text-wrap: balance;
}

h3 {
  font-size: 1.34rem;
}

p {
  margin: 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.77rem;
  letter-spacing: 0;
}

.premium-hero {
  position: relative;
  min-height: calc(100vh - 114px);
  padding: 5.2rem 0 1.2rem;
  overflow: hidden;
  isolation: isolate;
}

.hero-cinema {
  position: absolute;
  inset: 0;
  z-index: -5;
  background-image: url("assets/haidebonus-world.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: heroDrift 20s ease-in-out infinite alternate;
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 66% 40%, rgba(138, 79, 255, 0.22), transparent 20rem),
    linear-gradient(90deg, rgba(7, 7, 17, 0.92) 0%, rgba(7, 7, 17, 0.72) 43%, rgba(7, 7, 17, 0.2) 100%),
    linear-gradient(0deg, #070711 0%, rgba(7, 7, 17, 0.34) 42%, rgba(7, 7, 17, 0.52) 100%);
}

.hero-layout {
  min-height: calc(100vh - 230px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  align-items: center;
  gap: 2rem;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-lede {
  max-width: 660px;
  margin-top: 1.15rem;
  color: #f1ecff;
  font-size: 1.13rem;
}

.hero-actions,
.responsible-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.55rem;
}

.btn {
  padding: 0 1.05rem;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn-primary {
  min-height: 52px;
  color: #120900;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, #fb8d22);
  box-shadow: 0 0 34px rgba(248, 196, 79, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.btn-ghost,
.btn-secondary {
  min-height: 52px;
  color: #fff7e6;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

.btn-compact {
  width: 100%;
  min-height: 44px;
  margin-top: 1rem;
  color: #eaffff;
  background: linear-gradient(135deg, rgba(25, 209, 195, 0.18), rgba(138, 79, 255, 0.14));
  border-color: rgba(25, 209, 195, 0.36);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.trust-row span {
  padding: 0.42rem 0.62rem;
  color: #f3efff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(7, 7, 17, 0.58);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.03);
  font-size: 0.85rem;
}

.hero-stage {
  position: relative;
  min-height: 560px;
  perspective: 1000px;
}

.hero-character {
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.55));
}

.hero-character.cowboy {
  left: -62px;
  bottom: -28px;
  width: 250px;
  opacity: 0.92;
  animation: characterFloat 6s ease-in-out infinite;
}

.hero-character.diva {
  right: -58px;
  bottom: -18px;
  width: 230px;
  opacity: 0.82;
  animation: characterFloat 7s ease-in-out infinite reverse;
}

.glass-panel,
.hero-console,
.hunt-result,
.casino-card,
.page-card,
.notice-panel,
.faq details,
.feature-article,
.drop-card,
.code-card,
.slot-card,
.responsible-box {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(17, 17, 31, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-console {
  position: absolute;
  top: 52px;
  left: 48px;
  right: 48px;
  padding: 1.15rem;
  border-radius: var(--radius);
  overflow: hidden;
  transform: rotateY(-8deg) rotateX(3deg);
}

.hero-console::before,
.casino-card::before,
.code-card::before,
.drop-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: translateX(-130%);
  transition: transform 720ms ease;
}

.hero-console:hover::before,
.casino-card:hover::before,
.code-card:hover::before,
.drop-card:hover::before {
  transform: translateX(130%);
}

.console-top span,
.hunt-result span,
.deal-scan dt,
.casino-rank,
.reward-message,
.footer-bottom,
.eyebrow-mini {
  color: var(--muted);
  font-size: 0.84rem;
}

.console-top strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.28rem;
}

.slot-window {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  height: 112px;
  margin: 1rem 0;
}

.reel-symbol {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 112px;
  border: 1px solid rgba(248, 196, 79, 0.42);
  border-radius: var(--radius);
  color: var(--gold-2);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 63, 159, 0.22), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
    #120b1d;
  box-shadow: inset 0 0 28px rgba(138, 79, 255, 0.26), 0 0 24px rgba(138, 79, 255, 0.18);
  font-family: Georgia, serif;
  font-size: 2.45rem;
  font-weight: 900;
  text-shadow: 0 0 20px rgba(255, 63, 159, 0.72);
}

.slot-window.is-spinning .reel-symbol {
  animation: reelFlash 0.22s linear infinite;
}

.deal-scan {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.deal-scan div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.68rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.deal-scan dd {
  margin: 0;
  color: #fff7e7;
  font-weight: 900;
  text-align: right;
}

.hero-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: -0.7rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 7, 17, 0.68);
  backdrop-filter: blur(18px);
}

.hero-metrics a {
  min-height: 72px;
  display: grid;
  align-content: center;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.hero-metrics strong {
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 0.86rem;
}

.section {
  padding: 5.2rem 0;
  position: relative;
}

.section-head {
  margin-bottom: 1.8rem;
}

.section-head p:not(.eyebrow),
.daily-copy p,
.hunt-command p,
.responsible-box p,
.page-hero p,
.page-content p,
.guide-grid p,
.faq p,
.drop-card p,
.code-card p {
  color: var(--muted);
}

.split-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.4rem;
  align-items: end;
}

.link-notice {
  padding: 1rem;
  border: 1px solid rgba(255, 77, 77, 0.24);
  border-radius: var(--radius);
  color: #ffe9ee;
  background: linear-gradient(135deg, rgba(255, 77, 77, 0.12), rgba(138, 79, 255, 0.08));
}

.deal-arena {
  background:
    radial-gradient(circle at 18% 16%, rgba(25, 209, 195, 0.11), transparent 26rem),
    radial-gradient(circle at 90% 10%, rgba(248, 196, 79, 0.1), transparent 22rem);
}

.filter-dock,
.hunt-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.filter-dock {
  margin-bottom: 1.2rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
}

.hunt-filter {
  min-height: 44px;
  padding: 0 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(7, 7, 17, 0.62);
  color: #fff7e8;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hunt-filter:hover,
.hunt-filter:focus-visible,
.hunt-filter.active {
  transform: translateY(-2px);
  border-color: rgba(248, 196, 79, 0.62);
  background: linear-gradient(135deg, rgba(248, 196, 79, 0.18), rgba(255, 63, 159, 0.1));
}

.casino-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  perspective: 1200px;
}

.casino-card {
  position: relative;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: var(--radius);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.casino-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -26% -20%;
  height: 120px;
  background: radial-gradient(circle, rgba(248, 196, 79, 0.24), transparent 66%);
  pointer-events: none;
}

.casino-card:hover {
  border-color: rgba(248, 196, 79, 0.48);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.64), 0 0 30px rgba(138, 79, 255, 0.26);
}

.casino-top,
.casino-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.casino-logo {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: #070711;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), transparent 42%),
    conic-gradient(from 210deg, var(--gold), var(--pink), var(--purple), var(--cyan), var(--gold));
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(25, 209, 195, 0.28);
}

.casino-card h3 {
  font-size: 1.16rem;
}

.casino-no-deposit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 0.58rem;
  border-radius: 999px;
  background: rgba(25, 209, 195, 0.12);
  border: 1px solid rgba(25, 209, 195, 0.36);
  color: #9ffcf5;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.casino-crypto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 0.58rem;
  border-radius: 999px;
  background: rgba(255, 159, 28, 0.12);
  border: 1px solid rgba(255, 159, 28, 0.36);
  color: #ffe88a;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.rating {
  min-width: max-content;
  padding: 0.28rem 0.48rem;
  border-radius: 999px;
  color: #100801;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 0.82rem;
  font-weight: 900;
}

.bonus-jackpot,
.bonus-line {
  padding: 0.78rem;
  border: 1px solid rgba(248, 196, 79, 0.3);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 63, 159, 0.18), transparent 55%),
    rgba(248, 196, 79, 0.09);
}

.bonus-jackpot span,
.bonus-line span {
  color: var(--gold-2);
  font-size: 0.84rem;
}

.bonus-jackpot strong,
.bonus-line strong {
  display: block;
  color: #fff8e4;
  font-size: 1.08rem;
}

.deal-matrix,
.fact-list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.deal-matrix div,
.fact-list div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 0.5rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.deal-matrix dt,
.fact-list dt {
  color: var(--soft);
  font-size: 0.8rem;
}

.deal-matrix dd,
.fact-list dd {
  margin: 0;
  color: #fff7e6;
  font-size: 0.88rem;
  font-weight: 800;
}

.code-pill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem;
  border: 1px solid rgba(25, 209, 195, 0.24);
  border-radius: var(--radius);
  background: rgba(25, 209, 195, 0.08);
}

.code-pill span {
  color: var(--muted);
  font-size: 0.78rem;
}

.code-pill button,
.code-card button {
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-weight: 900;
}

.quick-verdict {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.34rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.quick-verdict li::before {
  content: "•";
  color: var(--cyan);
  margin-right: 0.34rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: auto;
}

.tag-row span {
  padding: 0.24rem 0.42rem;
  border: 1px solid rgba(25, 209, 195, 0.22);
  border-radius: 999px;
  color: #dcfcff;
  background: rgba(25, 209, 195, 0.1);
  font-size: 0.72rem;
}

.casino-actions {
  display: grid;
  gap: 0.55rem;
}

.casino-actions .btn {
  width: 100%;
}

.terms-link {
  color: var(--gold-2);
  text-align: center;
  font-size: 0.84rem;
  font-weight: 800;
}

.daily-lab {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 7, 17, 0.22), rgba(7, 7, 17, 0.96)),
    url("assets/slot-reels-world.webp") center/cover;
}

.reward-world {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 7, 17, 0.26), rgba(7, 7, 17, 0.96)),
    url("assets/slot-reels-world.webp") center/cover;
}

.daily-layout,
.reward-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 2rem;
  align-items: center;
}

.reward-copy {
  max-width: 760px;
}

.reward-track {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.reward-day {
  min-height: 104px;
  display: grid;
  align-content: space-between;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(7, 7, 17, 0.68);
}

.reward-day strong {
  color: var(--gold-2);
}

.reward-day span {
  color: var(--muted);
  font-size: 0.82rem;
}

.reward-day.today {
  border-color: rgba(248, 196, 79, 0.72);
  box-shadow: 0 0 28px rgba(248, 196, 79, 0.24);
}

.vault-grid,
.box-grid,
.code-grid,
.slot-grid,
.drop-carousel,
.guide-grid {
  display: grid;
  gap: 1rem;
}

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

.bonus-box-card {
  position: relative;
  min-height: 178px;
  padding: 1.1rem;
  border: 1px solid rgba(248, 196, 79, 0.25);
  border-radius: var(--radius);
  text-align: left;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 63, 159, 0.22), transparent 42%),
    linear-gradient(150deg, rgba(248, 196, 79, 0.14), rgba(138, 79, 255, 0.1)),
    rgba(17, 17, 31, 0.86);
  box-shadow: var(--shadow);
  overflow: hidden;
  cursor: pointer;
}

.bonus-box-card strong {
  display: block;
  margin-top: 3.8rem;
  font-family: Georgia, serif;
  font-size: 1.3rem;
}

.bonus-box-card small,
.bonus-box-card em {
  display: block;
  color: var(--muted);
  font-style: normal;
}

.bonus-box-card em {
  max-height: 0;
  margin-top: 0.48rem;
  overflow: hidden;
  color: #ffe8a8;
  transition: max-height 240ms ease;
}

.bonus-box-card:hover em,
.bonus-box-card.is-open em {
  max-height: 5rem;
}

.box-lid {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 86px;
  height: 52px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 42%),
    linear-gradient(135deg, var(--gold), var(--purple));
  box-shadow: 0 0 24px rgba(248, 196, 79, 0.35);
  transform-origin: left bottom;
  transition: transform 240ms ease;
}

.bonus-box-card:hover .box-lid,
.bonus-box-card.is-open .box-lid {
  transform: rotate(-9deg) translateY(-5px);
}

.featured-vault {
  min-height: 260px;
}

.featured-vault img {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 210px;
  opacity: 0.78;
  filter: drop-shadow(0 24px 44px rgba(248, 196, 79, 0.34));
  animation: boxHover 5s ease-in-out infinite;
}

.reward-box-stage {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 196, 79, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 10%, rgba(248, 196, 79, 0.18), transparent 46%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(17, 17, 31, 0.76);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.reward-box-stage img {
  width: min(330px, 84%);
  filter: drop-shadow(0 24px 54px rgba(248, 196, 79, 0.36));
  animation: boxHover 5s ease-in-out infinite;
}

.box-trigger {
  position: absolute;
  left: 50%;
  bottom: 3.8rem;
  transform: translateX(-50%);
  min-width: 210px;
  min-height: 46px;
  border: 0;
  border-radius: var(--radius);
  color: #120900;
  background: linear-gradient(135deg, var(--gold-2), var(--gold), #ff8a20);
  font-weight: 900;
  cursor: pointer;
}

.reward-message {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: var(--muted);
  text-align: center;
  font-size: 0.9rem;
}

.featured-vault strong,
.featured-vault small,
.featured-vault em {
  position: relative;
  z-index: 2;
  max-width: 260px;
}

.hunt-zone {
  overflow: hidden;
}

.hunt-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.9;
  background:
    linear-gradient(90deg, rgba(7, 7, 17, 0.96), rgba(7, 7, 17, 0.58)),
    url("assets/slot-reels-world.webp") right center/cover;
}

.hunt-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 2rem;
  align-items: end;
}

.event-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.2rem 0;
}

.event-metrics div {
  min-height: 92px;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.event-metrics strong {
  display: block;
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.event-metrics span {
  color: var(--muted);
  font-size: 0.85rem;
}

.hunt-result {
  padding: 1.15rem;
  border-radius: var(--radius);
}

.hunt-result strong {
  display: block;
  margin: 0.2rem 0 0.5rem;
  font-family: Georgia, serif;
  font-size: 1.45rem;
}

.progress-line {
  height: 10px;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.progress-line span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--gold), var(--pink));
  transition: width 280ms ease;
}

.hunt-timeline {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.hunt-timeline li {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.hunt-timeline span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

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

.drop-card,
.code-card,
.slot-card,
.feature-article {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.1rem;
  border-radius: var(--radius);
  overflow: hidden;
}

.drop-card span,
.code-card span,
.feature-article span,
.slot-card span {
  width: max-content;
  padding: 0.28rem 0.5rem;
  border: 1px solid rgba(25, 209, 195, 0.28);
  border-radius: 999px;
  color: #dffcff;
  background: rgba(25, 209, 195, 0.11);
  font-size: 0.78rem;
  font-weight: 900;
}

.drop-card a,
.feature-article a,
.page-content a {
  margin-top: auto;
  color: var(--gold-2);
  font-weight: 900;
}

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

.code-card button {
  width: max-content;
  padding: 0 0.75rem;
  color: #100801;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

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

.slot-card {
  min-height: 210px;
  background:
    radial-gradient(circle at 50% 0%, rgba(138, 79, 255, 0.28), transparent 56%),
    rgba(17, 17, 31, 0.78);
}

.slot-card strong {
  margin-top: auto;
  font-family: Georgia, serif;
  font-size: 1.4rem;
}

.slot-card small {
  color: var(--muted);
}

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

.feature-article {
  min-height: 280px;
}

.responsible-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(25, 209, 195, 0.1), rgba(248, 196, 79, 0.08)),
    rgba(17, 17, 31, 0.76);
}

.responsible-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.responsible-actions a {
  padding: 0 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
}

.faq {
  padding-top: 2rem;
}

.faq details {
  margin-top: 0.8rem;
  padding: 1rem;
  border-radius: var(--radius);
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  margin-top: 0.8rem;
}

.site-footer {
  padding: 3.5rem 0 1.4rem;
  background: #05040a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr;
  gap: 2rem;
}

.footer-brand {
  margin-bottom: 0.9rem;
}

.site-footer p {
  max-width: 520px;
  color: var(--muted);
}

.site-footer nav {
  display: grid;
  gap: 0.55rem;
}

.site-footer nav a {
  color: #efe7ff;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--gold-2);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 3.2rem;
  background:
    linear-gradient(90deg, rgba(7, 7, 17, 0.95), rgba(7, 7, 17, 0.52)),
    url("assets/slot-reels-world.webp") center/cover;
}

.page-hero .shell {
  max-width: 940px;
}

.page-hero h1 {
  font-size: 3.45rem;
}

.page-hero p {
  margin-top: 1rem;
  font-size: 1.08rem;
}

.page-content {
  padding: 4.2rem 0;
}

.content-grid,
.category-grid,
.payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.page-card {
  padding: 1.2rem;
  border-radius: var(--radius);
}

.page-card h2,
.page-card h3 {
  margin-bottom: 0.7rem;
}

.page-card ul,
.page-card ol {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.page-card li + li {
  margin-top: 0.35rem;
}

.full-span {
  grid-column: 1 / -1;
}

.bonus-category-card,
.payment-method-card {
  min-height: 210px;
}

.sticky-mobile-cta,
.mobile-sticky-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 80;
  min-height: 54px;
  color: #110800;
  background: linear-gradient(135deg, var(--gold-2), var(--gold), #ff8a20);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-weight: 950;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.56), 0 0 28px rgba(248, 196, 79, 0.34);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.09) translate3d(-1.3%, -0.8%, 0); }
}

@keyframes characterFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}

@keyframes reelFlash {
  0% { transform: translateY(-3px); color: var(--gold); }
  50% { transform: translateY(3px); color: var(--cyan); }
  100% { transform: translateY(-3px); color: var(--pink); }
}

@keyframes boxHover {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@media (min-width: 681px) {
  .mobile-sticky-cta,
  .sticky-mobile-cta {
    display: none;
  }
}

@media (max-width: 1180px) {
  .casino-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: auto;
    padding: 0.75rem 20px;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-bottom: 0.15rem;
  }

  .hero-layout,
  .daily-layout,
  .reward-layout,
  .hunt-layout,
  .responsible-box,
  .split-head,
  .footer-grid,
  .content-grid,
  .category-grid,
  .payment-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.12rem;
  }

  .premium-hero {
    padding-top: 4rem;
  }

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

  .hero-console {
    left: 0;
    right: 0;
    top: 40px;
    max-width: 520px;
    margin-inline: auto;
  }

  .hero-character.cowboy {
    left: 0;
    width: 190px;
  }

  .hero-character.diva {
    right: 0;
    width: 180px;
  }

  .hero-metrics,
  .reward-track,
  .event-metrics,
  .drop-carousel,
  .code-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .responsible-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 76px;
  }

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

  .age-ribbon {
    align-items: flex-start;
    font-size: 0.78rem;
  }

  .header-cta {
    display: none;
  }

  .premium-hero {
    min-height: auto;
    padding: 3.1rem 0 1rem;
  }

  .hero-cinema {
    animation: none;
    transform: none;
    background-position: 58% center;
  }

  .hero-noise {
    background:
      linear-gradient(180deg, rgba(7, 7, 17, 0.62), rgba(7, 7, 17, 0.84) 38%, #070711 100%),
      linear-gradient(90deg, rgba(7, 7, 17, 0.88), rgba(7, 7, 17, 0.42));
  }

  h1 {
    font-size: 2.48rem;
  }

  h2,
  .page-hero h1 {
    font-size: 1.92rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .hero-lede,
  .page-hero p {
    font-size: 1rem;
  }

  .hero-copy,
  .hero-lede,
  .trust-row {
    max-width: 348px;
  }

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

  .hero-character {
    display: none;
  }

  .hero-console {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin-top: 1.4rem;
  }

  .slot-window,
  .reel-symbol {
    height: 84px;
  }

  .hero-metrics,
  .casino-grid,
  .guide-grid,
  .slot-grid,
  .drop-carousel,
  .code-grid,
  .reward-track,
  .event-metrics {
    grid-template-columns: 1fr;
  }

  .casino-card {
    min-height: auto;
  }

  .deal-matrix div,
  .fact-list div {
    grid-template-columns: 92px 1fr;
  }

  .section {
    padding: 3.5rem 0;
  }

  .page-hero {
    padding: 4rem 0 2.4rem;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

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

/* Compact HaideBonus dashboard */
.compact-dashboard {
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 63, 159, 0.14), transparent 30rem),
    radial-gradient(circle at 78% 18%, rgba(25, 209, 195, 0.12), transparent 28rem),
    linear-gradient(180deg, #050713 0%, #060816 46%, #03040b 100%);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.compact-dashboard .shell {
  width: min(1390px, calc(100% - 72px));
}

.dash-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 88px;
  display: grid;
  grid-template-columns: 356px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 0 34px;
  background:
    linear-gradient(90deg, rgba(3, 4, 12, 0.98), rgba(7, 8, 22, 0.92) 42%, rgba(3, 4, 12, 0.98)),
    rgba(3, 4, 12, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.dash-logo {
  display: inline-flex;
  align-items: center;
  width: 346px;
  height: 88px;
  overflow: visible;
}

.dash-logo img {
  width: 338px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 8px rgba(28, 200, 255, 0.32))
    drop-shadow(0 0 12px rgba(255, 63, 159, 0.18));
}

.dash-nav {
  display: flex;
  justify-content: center;
  gap: 1.08rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.dash-nav::-webkit-scrollbar {
  display: none;
}

.dash-nav a {
  min-width: max-content;
  color: #f7f3ff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.7);
}

.dash-actions {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}

.icon-button,
.age-badge {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 63, 159, 0.6);
  background: rgba(255, 63, 159, 0.08);
  color: #fff;
  box-shadow: inset 0 0 18px rgba(255, 63, 159, 0.08);
}

.icon-button {
  cursor: pointer;
  font-size: 1.35rem;
}

.dash-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, #ff1a8d 0%, #ff3f9f 48%, #ff9f1c 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 28px rgba(255, 63, 159, 0.45);
}

.dash-cta.secondary {
  background: rgba(12, 9, 25, 0.82);
  color: #ffe065;
  border-color: rgba(248, 196, 79, 0.7);
  box-shadow: inset 0 0 18px rgba(248, 196, 79, 0.08);
}

.casino-affiliate-rail {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 182px 1fr;
  gap: 0.82rem;
  align-items: stretch;
  margin-top: 0.58rem;
  margin-bottom: 0.58rem;
}

.rail-title {
  min-height: 124px;
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 159, 28, 0.34);
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 159, 28, 0.18), transparent 9rem),
    rgba(9, 8, 22, 0.92);
  box-shadow: inset 0 0 32px rgba(255, 63, 159, 0.07), 0 18px 44px rgba(0, 0, 0, 0.32);
}

.rail-title span {
  color: #ff9f1c;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.rail-title strong {
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.12;
  text-transform: uppercase;
}

.affiliate-card-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(154px, 1fr));
  gap: 0.68rem;
}

.affiliate-strip-card {
  position: relative;
  min-height: 124px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 0.22rem;
  padding: 0.7rem 0.64rem 0.64rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 50% 12%, rgba(255, 63, 159, 0.14), transparent 6rem),
    #080a16;
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 0 26px rgba(28, 200, 255, 0.045);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.affiliate-strip-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 159, 28, 0.78);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42), 0 0 30px rgba(255, 63, 159, 0.2);
}

.strip-rank,
.strip-badge {
  position: absolute;
  top: 0.42rem;
  font-weight: 950;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.strip-rank {
  left: 0.45rem;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe88a, #ff9f1c);
  color: #1a0c00;
}

.strip-badge {
  right: 0.45rem;
  padding: 0.22rem 0.38rem;
  border-radius: 999px;
  background: rgba(255, 63, 159, 0.16);
  color: #ffceef;
  border: 1px solid rgba(255, 63, 159, 0.32);
}

.affiliate-strip-card img {
  width: 76px;
  height: 36px;
  object-fit: contain;
  margin-top: 0.05rem;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.2));
}

.affiliate-strip-card strong {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.12;
  text-align: center;
}

.affiliate-strip-card small {
  color: #ffd35d;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
}

.affiliate-strip-card em {
  color: #d8d4ef;
  font-size: 0.7rem;
  font-style: normal;
}

.strip-no-deposit {
  max-width: 100%;
  padding: 0.18rem 0.42rem;
  border-radius: 999px;
  background: rgba(25, 209, 195, 0.12);
  border: 1px solid rgba(25, 209, 195, 0.38);
  color: #9ffcf5;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.strip-crypto {
  max-width: 100%;
  padding: 0.18rem 0.42rem;
  border-radius: 999px;
  background: rgba(255, 159, 28, 0.12);
  border: 1px solid rgba(255, 159, 28, 0.4);
  color: #ffe88a;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.strip-stars {
  color: #ffd35d;
  font-size: 0.68rem;
  white-space: nowrap;
}

.strip-cta {
  align-self: end;
  width: 100%;
  min-height: 32px;
  display: grid;
  place-items: center;
  margin-top: auto;
  border-radius: 6px;
  background: linear-gradient(135deg, #ff1a8d, #ff9f1c);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 63, 159, 0.34);
}

.top-sparten-strip {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  margin-top: 0;
  margin-bottom: 0.68rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.top-sparten-strip::-webkit-scrollbar {
  display: none;
}

.top-sparten-strip strong,
.top-sparten-strip a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  border-radius: 999px;
  text-transform: uppercase;
}

.top-sparten-strip strong {
  padding: 0 0.78rem;
  color: #ff9f1c;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
}

.top-sparten-strip a {
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 8, 22, 0.82);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 950;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.025);
}

.top-sparten-strip a.active {
  border-color: rgba(255, 159, 28, 0.74);
  background: linear-gradient(135deg, rgba(255, 26, 141, 0.32), rgba(255, 159, 28, 0.26));
  color: #ffe88a;
  box-shadow: 0 0 22px rgba(255, 63, 159, 0.24), inset 0 0 18px rgba(255, 232, 138, 0.08);
}

.dash-hero {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 63, 159, 0.18);
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -5;
  background-image: url("assets/haidebonus-world.webp");
  background-size: cover;
  background-position: center;
  filter: saturate(1.28) contrast(1.1) brightness(0.92);
  transform: scale(1.04);
}

.dash-hero::before,
.dash-hero::after {
  content: "";
  position: absolute;
  bottom: -28px;
  z-index: -2;
  width: min(30vw, 380px);
  height: 84%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  filter: drop-shadow(0 20px 42px rgba(0, 0, 0, 0.65));
}

.dash-hero::before {
  left: 5.4vw;
  background-image: url("assets/neon-cowboy.webp");
}

.dash-hero::after {
  right: 5.4vw;
  background-image: url("assets/luck-diva.webp");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(ellipse at 50% 72%, rgba(255, 63, 159, 0.22), transparent 23rem),
    radial-gradient(ellipse at 50% 22%, rgba(28, 200, 255, 0.16), transparent 25rem),
    linear-gradient(90deg, rgba(5, 7, 19, 0.78), rgba(5, 7, 19, 0.12) 48%, rgba(5, 7, 19, 0.78)),
    linear-gradient(0deg, rgba(5, 7, 19, 0.98), rgba(5, 7, 19, 0.08) 60%, rgba(5, 7, 19, 0.6));
}

.hero-slot-stage {
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: -1;
  width: min(720px, 62vw);
  height: 150px;
  transform: translateX(-50%) perspective(800px) rotateX(9deg);
  border: 1px solid rgba(248, 196, 79, 0.42);
  border-radius: 18px 18px 0 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 19, 0.05), rgba(5, 7, 19, 0.55)),
    url("assets/slot-reels-world.webp") center 48% / cover;
  box-shadow:
    0 -18px 70px rgba(255, 63, 159, 0.26),
    0 0 45px rgba(248, 196, 79, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  opacity: 0.92;
}

.hero-slot-stage::before {
  content: "";
  position: absolute;
  inset: -22px 34px auto;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(248, 196, 79, 0.28), transparent 65%);
  filter: blur(4px);
}

.dash-hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 32px));
  margin-inline: auto;
  text-align: center;
  padding: 0.75rem 0 2.7rem;
}

.dash-hero h1 {
  margin: 0;
  padding-bottom: 0.08em;
  font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 4.28rem;
  line-height: 1.06;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.75);
  text-wrap: balance;
}

.dash-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #fff4b8 0%, #f8c44f 50%, #ff9f1c 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.dash-hero p {
  width: min(540px, 100%);
  margin: 0.9rem auto 0;
  color: #f0ecff;
  font-size: 1rem;
  line-height: 1.55;
}

.dash-hero .hero-actions {
  justify-content: center;
  margin-top: 1.05rem;
}

.trust-strip {
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.35);
}

.trust-strip a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.62rem 0.82rem;
  background: rgba(9, 8, 22, 0.85);
  color: #fff;
}

.trust-strip span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #f8c44f;
}

.trust-strip strong {
  font-size: 0.72rem;
  text-transform: uppercase;
  line-height: 1.15;
}

.bonus-sparten {
  display: grid;
  grid-template-columns: 0.92fr 2.55fr;
  gap: 0.72rem;
  margin-top: 0.72rem;
}

.sparten-head {
  min-height: 164px;
  display: grid;
  align-content: center;
  gap: 0.45rem;
  padding: 0.95rem;
  border: 1px solid rgba(255, 159, 28, 0.36);
  border-radius: 10px;
  background:
    linear-gradient(140deg, rgba(255, 63, 159, 0.14), rgba(28, 200, 255, 0.06)),
    rgba(9, 8, 22, 0.92);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34), inset 0 0 34px rgba(255, 159, 28, 0.05);
}

.sparten-head span {
  color: #ff9f1c;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.sparten-head h2 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1.7rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.sparten-head p {
  margin: 0;
  color: #cfc9e8;
  font-size: 0.9rem;
  line-height: 1.48;
}

.sparten-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.sparten-card {
  position: relative;
  min-height: 88px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  grid-template-areas:
    "icon title cta"
    "icon copy cta";
  align-items: center;
  column-gap: 0.62rem;
  padding: 0.74rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 63, 159, 0.13), transparent 8rem),
    rgba(10, 8, 22, 0.92);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28), inset 0 0 24px rgba(28, 200, 255, 0.04);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sparten-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 159, 28, 0.75);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.36), 0 0 24px rgba(255, 63, 159, 0.18);
}

.sparten-card.is-featured {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 232, 138, 0.22), transparent 8rem),
    linear-gradient(135deg, rgba(255, 63, 159, 0.2), rgba(255, 159, 28, 0.14)),
    rgba(11, 8, 22, 0.96);
  border-color: rgba(255, 159, 28, 0.72);
}

.sparten-card span {
  grid-area: icon;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 26, 141, 0.3), rgba(255, 159, 28, 0.22));
  color: #ffe88a;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.06), 0 0 18px rgba(255, 63, 159, 0.2);
}

.sparten-card strong {
  grid-area: title;
  align-self: end;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.16;
  text-transform: uppercase;
}

.sparten-card small {
  grid-area: copy;
  align-self: start;
  color: #bdb7d4;
  font-size: 0.75rem;
  line-height: 1.32;
}

.sparten-card em {
  grid-area: cta;
  align-self: center;
  min-width: 62px;
  min-height: 28px;
  display: grid;
  place-items: center;
  padding: 0 0.55rem;
  border-radius: 6px;
  background: rgba(255, 159, 28, 0.12);
  border: 1px solid rgba(255, 159, 28, 0.38);
  color: #ffd35d;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.no-deposit-casinos {
  display: grid;
  grid-template-columns: 0.92fr 2.55fr;
  gap: 0.72rem;
  margin-top: 0.72rem;
}

.no-deposit-head {
  min-height: 158px;
  display: grid;
  align-content: center;
  gap: 0.45rem;
  padding: 0.95rem;
  border: 1px solid rgba(25, 209, 195, 0.36);
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 209, 195, 0.16), transparent 10rem),
    linear-gradient(140deg, rgba(255, 63, 159, 0.12), rgba(25, 209, 195, 0.08)),
    rgba(9, 8, 22, 0.94);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34), inset 0 0 34px rgba(25, 209, 195, 0.05);
}

.no-deposit-head span {
  color: #19d1c3;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.no-deposit-head h2 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1.62rem;
  line-height: 1.06;
  text-transform: uppercase;
}

.no-deposit-head p {
  margin: 0;
  color: #cfc9e8;
  font-size: 0.9rem;
  line-height: 1.48;
}

.no-deposit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.no-deposit-card {
  min-height: 158px;
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-rows: 1fr auto;
  gap: 0.62rem;
  align-items: center;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background:
    radial-gradient(circle at 0% 0%, rgba(25, 209, 195, 0.13), transparent 9rem),
    radial-gradient(circle at 100% 100%, rgba(255, 63, 159, 0.12), transparent 9rem),
    rgba(10, 8, 22, 0.94);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28), inset 0 0 24px rgba(25, 209, 195, 0.035);
}

.no-deposit-card img {
  width: 76px;
  height: 54px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  filter: drop-shadow(0 0 14px rgba(25, 209, 195, 0.18));
}

.no-deposit-card strong,
.no-deposit-card span,
.no-deposit-card small,
.no-deposit-card em {
  display: block;
}

.no-deposit-card strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.18;
}

.no-deposit-card span {
  color: #9ffcf5;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.no-deposit-card small {
  margin-top: 0.14rem;
  color: #ffd35d;
  font-size: 0.82rem;
  font-weight: 900;
}

.no-deposit-card em {
  margin-top: 0.28rem;
  color: #bdb7d4;
  font-size: 0.74rem;
  font-style: normal;
  line-height: 1.34;
}

.no-deposit-card a {
  grid-column: 1 / -1;
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: linear-gradient(135deg, #19d1c3, #ff3f9f);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(25, 209, 195, 0.22);
}

.crypto-casinos {
  display: grid;
  grid-template-columns: 0.92fr 2.55fr;
  gap: 0.72rem;
  margin-top: 0.72rem;
}

.crypto-head {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 0.45rem;
  padding: 0.95rem;
  border: 1px solid rgba(255, 159, 28, 0.4);
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 159, 28, 0.2), transparent 10rem),
    linear-gradient(140deg, rgba(255, 159, 28, 0.13), rgba(25, 209, 195, 0.06)),
    rgba(9, 8, 22, 0.94);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34), inset 0 0 34px rgba(255, 159, 28, 0.05);
}

.crypto-head span {
  color: #ff9f1c;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.crypto-head h2 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1.62rem;
  line-height: 1.06;
  text-transform: uppercase;
}

.crypto-head p {
  margin: 0;
  color: #cfc9e8;
  font-size: 0.9rem;
  line-height: 1.48;
}

.crypto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.crypto-casino-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-rows: 1fr auto;
  gap: 0.62rem;
  align-items: center;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 159, 28, 0.16), transparent 9rem),
    radial-gradient(circle at 100% 100%, rgba(25, 209, 195, 0.11), transparent 9rem),
    rgba(10, 8, 22, 0.94);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28), inset 0 0 24px rgba(255, 159, 28, 0.035);
}

.crypto-casino-card img {
  width: 76px;
  height: 54px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  filter: drop-shadow(0 0 14px rgba(255, 159, 28, 0.2));
}

.crypto-casino-card strong,
.crypto-casino-card span,
.crypto-casino-card small,
.crypto-casino-card em {
  display: block;
}

.crypto-casino-card strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.18;
}

.crypto-casino-card span {
  color: #ffe88a;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.crypto-casino-card small {
  margin-top: 0.14rem;
  color: #9ffcf5;
  font-size: 0.8rem;
  font-weight: 900;
}

.crypto-casino-card em {
  margin-top: 0.28rem;
  color: #bdb7d4;
  font-size: 0.74rem;
  font-style: normal;
  line-height: 1.34;
}

.crypto-casino-card a {
  grid-column: 1 / -1;
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: linear-gradient(135deg, #ff9f1c, #19d1c3);
  color: #061014;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(255, 159, 28, 0.22);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1fr;
  gap: 0.72rem;
  margin-top: 0.72rem;
}

.center-stack,
.side-stack {
  display: grid;
  gap: 0.72rem;
}

.panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 63, 159, 0.12), transparent 18rem),
    radial-gradient(circle at 100% 20%, rgba(28, 200, 255, 0.08), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(10, 8, 22, 0.9);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.42),
    inset 0 0 40px rgba(255, 63, 159, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, transparent 0 34%, rgba(255, 255, 255, 0.055) 45%, transparent 57%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%);
  opacity: 0.75;
}

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

.top-list::before,
.rewards-panel::before,
.hunt-panel::before,
.new-casinos::before,
.freespins-panel::before {
  content: "";
  position: absolute;
  inset: auto -10% -22% auto;
  width: 46%;
  height: 58%;
  pointer-events: none;
  background: url("assets/bonus-box-cutout.png") center / contain no-repeat;
  opacity: 0.08;
  filter: blur(0.2px) saturate(1.25);
  transform: rotate(-9deg);
}

.top-list::before {
  background-image: url("assets/slot-reels-world.webp");
  width: 62%;
  height: 48%;
  opacity: 0.11;
  filter: saturate(1.2);
}

.hunt-panel::before {
  background-image: url("assets/neon-cowboy.webp");
  width: 34%;
  height: 86%;
  inset: auto -3% -18% auto;
  opacity: 0.1;
}

.new-casinos::before {
  background-image: url("assets/luck-diva.webp");
  width: 30%;
  height: 92%;
  inset: auto -3% -24% auto;
  opacity: 0.08;
}

.panel-head {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem 0.55rem;
}

.panel-head h2 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.05rem;
  color: #fff;
  text-transform: uppercase;
}

.panel-head a,
.panel-head span {
  color: #f8c44f;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.deal-list {
  display: grid;
  padding: 0.25rem 0.95rem 0.95rem;
}

.compact-deal {
  min-height: 58px;
  display: grid;
  grid-template-columns: 28px 70px 1fr 132px 74px 78px;
  align-items: center;
  gap: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.compact-deal img {
  width: 70px;
  height: 42px;
  object-fit: contain;
  border-radius: 6px;
  background: #040610;
}

.rank-dot {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #130802;
  background: linear-gradient(135deg, #fff1a6, #ff9f1c);
  font-size: 0.78rem;
  font-weight: 950;
}

.compact-name strong,
.compact-bonus strong {
  display: block;
  font-size: 0.86rem;
  line-height: 1.1;
}

.compact-name small,
.compact-bonus small {
  color: #b9b5cf;
  font-size: 0.74rem;
}

.compact-name .no-deposit-inline {
  width: max-content;
  max-width: 190px;
  margin-top: 0.12rem;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  background: rgba(25, 209, 195, 0.11);
  border: 1px solid rgba(25, 209, 195, 0.32);
  color: #9ffcf5;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compact-bonus strong {
  color: #f8c44f;
}

.compact-rating {
  color: #ffd65a;
  font-size: 0.76rem;
  white-space: nowrap;
}

.mini-cta {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #ff1a8d, #ff3f9f);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reward-vaults {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0.5rem 1rem 1rem;
}

.reward-vaults button {
  min-height: 154px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.reward-vaults button:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 63, 159, 0.22), 0 18px 34px rgba(0, 0, 0, 0.32);
}

.vault {
  position: relative;
  display: block;
  width: 108px;
  height: 70px;
  margin: 0 auto 0.6rem;
  border-radius: 10px 10px 6px 6px;
  box-shadow: 0 0 26px currentColor;
}

.vault::before {
  content: "";
  position: absolute;
  inset: -18px 12px auto;
  height: 44px;
  border: 8px solid currentColor;
  border-bottom: 0;
  border-radius: 44px 44px 0 0;
}

.vault::after {
  content: "◆";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff8d8;
}

.vault.purple { color: #c033ff; background: linear-gradient(135deg, #5b176e, #c033ff); }
.vault.gold { color: #f8c44f; background: linear-gradient(135deg, #825206, #f8c44f); }
.vault.cyan { color: #19d1c3; background: linear-gradient(135deg, #064f55, #19d1c3); }

.reward-vaults .vault {
  display: grid;
  place-items: center;
  width: 126px;
  height: 84px;
  margin: 0 auto 0.55rem;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.reward-vaults .vault::before {
  inset: auto 16px 4px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: currentColor;
  filter: blur(16px);
  opacity: 0.82;
}

.reward-vaults .vault::after {
  content: none;
}

.reward-vaults .vault img {
  position: relative;
  z-index: 1;
  width: 128px;
  height: 104px;
  object-fit: contain;
  transform: translateY(-4px);
  filter: drop-shadow(0 0 20px currentColor);
  transition: transform 180ms ease, filter 180ms ease;
}

.reward-vaults button:hover .vault img {
  transform: translateY(-8px) scale(1.06);
  filter: drop-shadow(0 0 26px currentColor);
}

.reward-vaults .vault.purple,
.reward-vaults .vault.gold,
.reward-vaults .vault.cyan {
  background: transparent;
}

.reward-vaults strong {
  display: block;
  text-transform: uppercase;
  color: #fff;
}

.reward-vaults small {
  color: #bdb7d4;
  text-transform: uppercase;
}

.hunt-dashboard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0.4rem 1rem 0.8rem;
}

.hunt-dashboard div {
  min-height: 76px;
  display: grid;
  place-items: center;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hunt-dashboard strong {
  font-size: 1.65rem;
  line-height: 1;
  color: #fff;
}

.hunt-dashboard span {
  color: #b9b5cf;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.live-dot {
  color: #ff3fdf !important;
  text-shadow: 0 0 12px #ff3fdf;
}

.progress-ring {
  border: 6px solid rgba(248, 196, 79, 0.25);
  border-top-color: #f8c44f;
  border-radius: 50%;
}

.hunt-panel .progress-line {
  height: 12px;
  margin: 0.2rem 1rem 1rem;
}

.mini-casino-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0.45rem 1rem 1rem;
}

.mini-casino-row div {
  min-height: 145px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.25rem;
  padding: 0.55rem;
  border-radius: 7px;
  background: #050713;
}

.mini-casino-row img {
  width: 98px;
  height: 54px;
  object-fit: contain;
}

.mini-casino-row strong,
.mini-casino-row span,
.mini-casino-row small {
  display: block;
  text-align: center;
}

.mini-casino-row strong { font-size: 0.82rem; }
.mini-casino-row span { color: #f8c44f; font-size: 0.76rem; }
.mini-casino-row small { color: #ffd65a; font-size: 0.72rem; }

.freespin-list {
  display: grid;
  padding: 0.35rem 1rem 1rem;
}

.freespin-list div {
  min-height: 58px;
  display: grid;
  grid-template-columns: 40px 1fr 128px;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.freespin-list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: rgba(255, 63, 159, 0.2);
  box-shadow: 0 0 18px rgba(255, 63, 159, 0.35);
}

.freespin-list strong {
  display: block;
  color: #fff;
}

.freespin-list small {
  display: block;
  color: #b9b5cf;
}

.freespin-list button {
  min-height: 34px;
  border: 1px solid rgba(248, 196, 79, 0.65);
  border-radius: 5px;
  color: #f8c44f;
  background: rgba(248, 196, 79, 0.08);
  font-size: 0.74rem;
  font-weight: 950;
  cursor: pointer;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.quick-links a {
  min-height: 72px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  column-gap: 0.8rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(10, 8, 22, 0.92);
}

.quick-links span {
  width: 42px;
  height: 42px;
  grid-row: span 2;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #f8c44f;
  background: rgba(248, 196, 79, 0.08);
  box-shadow: inset 0 0 18px rgba(248, 196, 79, 0.08), 0 0 18px rgba(248, 196, 79, 0.18);
}

.quick-links strong {
  align-self: end;
  text-transform: uppercase;
}

.quick-links small {
  align-self: start;
  color: #b9b5cf;
}

.dash-footer {
  margin-top: 1rem;
  padding: 1rem 0 1.2rem;
  background: #03040b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  color: #9d98b6;
  font-size: 0.8rem;
  padding-bottom: 1rem;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr;
  gap: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-main img {
  width: 270px;
  max-width: 100%;
  filter: drop-shadow(0 0 16px rgba(255, 63, 159, 0.25));
}

.footer-main p,
.footer-main a {
  color: #b9b5cf;
  font-size: 0.86rem;
}

.footer-main nav {
  display: grid;
  gap: 0.35rem;
}

.footer-main strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.86rem;
}

@media (max-width: 1180px) {
  .dash-header {
    grid-template-columns: 326px 1fr;
    row-gap: 0.45rem;
    padding-inline: 28px;
  }

  .dash-logo {
    width: 318px;
    height: 86px;
  }

  .dash-logo img {
    width: 310px;
  }

  .dash-actions {
    grid-column: 2;
    justify-self: end;
  }

  .dash-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 1rem;
    padding-bottom: 0.75rem;
  }

  .dash-nav a {
    font-size: 0.76rem;
  }

  .dash-header {
    height: auto;
    min-height: 122px;
  }

  .dash-hero h1 {
    font-size: 3.78rem;
    line-height: 1.12;
  }

  .hero-slot-stage {
    width: min(720px, 82vw);
    height: 156px;
    bottom: -52px;
  }

  .bonus-sparten {
    grid-template-columns: 1fr;
  }

  .no-deposit-casinos {
    grid-template-columns: 1fr;
  }

  .crypto-casinos {
    grid-template-columns: 1fr;
  }

  .sparten-head {
    min-height: auto;
  }

  .casino-affiliate-rail {
    grid-template-columns: 1fr;
  }

  .rail-title {
    min-height: auto;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 0.75rem 0.9rem;
  }

  .affiliate-card-row {
    display: flex;
    gap: 0.72rem;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .affiliate-card-row::-webkit-scrollbar {
    display: none;
  }

  .affiliate-strip-card {
    flex: 0 0 184px;
    min-height: 136px;
    scroll-snap-align: start;
  }

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

  .quick-links,
  .trust-strip,
  .footer-trust,
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .compact-dashboard .shell {
    width: min(100% - 28px, 1440px);
  }

  .dash-header {
    grid-template-columns: 1fr auto;
    padding: 0.55rem 14px;
    min-height: 116px;
  }

  .dash-logo {
    width: 266px;
    height: 74px;
  }

  .dash-logo img {
    width: 260px;
  }

  .casino-affiliate-rail {
    width: 100%;
    margin: 0;
    padding: 0.75rem 0 0.85rem 14px;
  }

  .rail-title {
    margin-right: 14px;
    min-height: 56px;
    padding: 0.75rem;
  }

  .rail-title strong {
    font-size: 0.96rem;
  }

  .affiliate-card-row {
    display: flex;
    gap: 0.72rem;
    overflow-x: auto;
    padding: 0 14px 0.25rem 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .affiliate-card-row::-webkit-scrollbar {
    display: none;
  }

  .affiliate-strip-card {
    min-width: 178px;
    scroll-snap-align: start;
  }

  .dash-actions .dash-cta,
  .icon-button {
    display: none;
  }

  .dash-hero {
    min-height: 480px;
    place-items: start;
    padding-top: 3rem;
  }

  .hero-slot-stage {
    width: 112vw;
    height: 138px;
    bottom: -42px;
    opacity: 0.68;
  }

  .dash-hero::before,
  .dash-hero::after {
    opacity: 0.36;
    width: 56vw;
  }

  .dash-hero::before {
    left: -18vw;
  }

  .dash-hero::after {
    right: -18vw;
  }

  .dash-hero-copy {
    text-align: left;
    padding-bottom: 5.2rem;
  }

  .dash-hero h1 {
    font-size: 2.85rem;
    line-height: 1.05;
  }

  .dash-hero .hero-actions {
    justify-content: flex-start;
  }

  .trust-strip,
  .sparten-grid,
  .no-deposit-grid,
  .crypto-grid,
  .reward-vaults,
  .mini-casino-row,
  .quick-links,
  .footer-trust,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .compact-deal {
    grid-template-columns: 26px 68px 1fr 76px;
    grid-template-areas:
      "rank logo name cta"
      "rank logo bonus rating";
    min-height: 78px;
  }

  .compact-deal .rank-dot { grid-area: rank; }
  .compact-deal img { grid-area: logo; }
.compact-name { grid-area: name; }
.compact-bonus { grid-area: bonus; }
.compact-rating { grid-area: rating; }
.mini-cta { grid-area: cta; }

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

  .freespin-list div {
    grid-template-columns: 40px 1fr;
  }

  .freespin-list button {
    grid-column: 2;
    width: max-content;
    padding: 0 0.65rem;
  }

  .bonus-sparten {
    margin-top: 0.75rem;
  }

  .sparten-head h2 {
    font-size: 1.82rem;
  }

  .sparten-card {
    min-height: 86px;
    grid-template-columns: 42px 1fr;
    grid-template-areas:
      "icon title"
      "icon copy"
      "icon cta";
  }

  .sparten-card span {
    width: 42px;
    height: 42px;
  }

  .sparten-card em {
    justify-self: start;
    margin-top: 0.35rem;
  }
}
