* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  background-image: linear-gradient(160deg, rgba(20, 8, 43, 0.94), rgba(31, 14, 75, 0.92), rgba(59, 25, 103, 0.9)), url("../scenes/bg.png");
  background-size: 240% 240%, cover;
  background-position: 50% 50%, center;
  background-attachment: fixed;
  color: #f1f5f9;
  line-height: 1.62;
  animation: bonusGlow 18s ease infinite;
}
a { color: #facc15; }
.wrap { width: min(1120px, 92%); margin: 0 auto; }
.bonus-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  background: rgba(14, 9, 31, 0.78);
}
.bonus-topline {
  padding: 8px 0 6px;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fde68a;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 12px 0 14px;
}
.bonus-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.35px;
}
.bonus-brand svg { width: 40px; height: 40px; }
.bonus-brand circle:first-child { fill: rgba(168, 85, 247, 0.36); stroke: rgba(234, 179, 8, 0.95); stroke-width: 1.8; }
.bonus-brand circle:nth-child(2) { fill: rgba(217, 70, 239, 0.32); stroke: rgba(234, 179, 8, 0.95); stroke-width: 1.8; }
.bonus-brand circle:last-child { fill: rgba(109, 40, 217, 0.35); stroke: rgba(234, 179, 8, 0.95); stroke-width: 1.8; }
.bonus-nav { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.bonus-nav a {
  text-decoration: none;
  color: #e2e8f0;
  padding: 0.33rem 0.66rem;
  border-radius: 8px;
  background: rgba(148, 163, 184, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: 0.24s ease;
}
.bonus-nav a:hover { background: rgba(250, 204, 21, 0.22); color: #fff; border-color: rgba(250, 204, 21, 0.75); }
.age-pill {
  border: 1px solid #facc15;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  font-size: 0.84rem;
  background: rgba(30, 41, 59, 0.45);
  color: #fef08a;
  font-weight: 700;
}
.hero { padding: 32px 0 20px; }
.hero h1 { font-size: clamp(1.85rem, 3.7vw, 2.85rem); margin: 0.2rem 0 1rem; }
.hero h1 span { font-size: 0.65em; color: #facc15; }
.kicker { text-transform: uppercase; font-size: 0.84rem; letter-spacing: 0.1em; color: #facc15; font-weight: 700; }
.disclosure { border-left: 3px solid #facc15; padding-left: 12px; }
.notice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 24px 0; }
.notice-grid > div { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px; padding: 14px; }
.regulator-strip { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.regulator-strip a { display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.96); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 10px; padding: 6px; }
.regulator-strip img { width: 112px; height: 36px; object-fit: contain; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin: 14px 0 24px; align-items: stretch; }
.card {
  position: relative;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 336px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(30, 27, 75, 0.74);
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  inset: -140% -55%;
  background: linear-gradient(130deg, transparent 42%, rgba(250, 204, 21, 0.5) 50%, transparent 58%);
  animation: borderSweepBonus 5.2s linear infinite;
}
.card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 14px;
  background: rgba(24, 24, 54, 0.9);
}
.card > * { position: relative; z-index: 1; }
.casino-logo-link { display: inline-flex; width: fit-content; }
.card img { width: 120px; max-width: 100%; height: 44px; object-fit: contain; background: #fff; border-radius: 8px; padding: 4px; }
.card-labels { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.label { border-radius: 999px; padding: 0.14rem 0.54rem; font-size: 0.76rem; font-weight: 700; }
.bonus-label { background: rgba(167, 139, 250, 0.26); border: 1px solid rgba(167, 139, 250, 0.74); color: #e9d5ff; }
.risk-label { background: rgba(250, 204, 21, 0.2); border: 1px solid rgba(250, 204, 21, 0.74); color: #fef08a; }
.bonus-index { display: grid; gap: 8px; margin: 2px 0 4px; }
.index-head {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.86rem;
  gap: 8px;
}
.index-tier {
  border-radius: 999px;
  padding: 0.1rem 0.5rem;
  background: rgba(79, 70, 229, 0.3);
  border: 1px solid rgba(129, 140, 248, 0.75);
  color: #c7d2fe;
  font-size: 0.74rem;
  font-weight: 700;
}
.index-scale {
  border-radius: 10px;
  height: 11px;
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.2), rgba(168, 85, 247, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.24);
  overflow: hidden;
}
.index-scale span {
  --bonus-fill: 0%;
  display: block;
  width: var(--bonus-fill);
  height: 100%;
  background: linear-gradient(90deg, #facc15, #eab308, #a855f7);
  animation: scaleShift 3s ease-in-out infinite;
}
.coin-stack-bar { display: flex; gap: 6px; align-items: flex-end; }
.coin {
  width: 14px;
  height: 7px;
  border-radius: 999px;
  border: 1px solid rgba(254, 240, 138, 0.65);
  background: rgba(51, 65, 85, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.coin.active {
  background: linear-gradient(180deg, #fde047, #eab308);
  border-color: rgba(250, 204, 21, 0.95);
  box-shadow: 0 0 8px rgba(250, 204, 21, 0.45);
}
.btn {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(90deg, #facc15, #eab308);
  color: #1f2937;
  font-weight: 700;
  padding: 0.55rem 0.88rem;
  border-radius: 10px;
  margin-top: auto;
  transition: 0.2s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 24px;
  padding: 20px 0 34px;
  font-size: 0.95rem;
  background: rgba(10, 8, 26, 0.66);
}
.bonus-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.9fr;
  gap: 14px;
}
.bonus-footer-grid section {
  background: rgba(30, 27, 75, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 12px;
}
.bonus-footer-grid h2 { margin: 0 0 8px; font-size: 0.98rem; color: #fde68a; }
.cookie-banner { position: fixed; bottom: 14px; left: 50%; transform: translateX(-50%); width: min(760px, 92%); background: #0b0f19; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 12px; padding: 12px; display: none; z-index: 30; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
button, .secondary { border: none; border-radius: 8px; padding: 0.55rem 0.9rem; cursor: pointer; font-weight: 700; }
button { background: #facc15; color: #1f2937; }
.secondary { background: #334155; color: #fff; }
.age-gate { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.72); display: none; place-items: center; z-index: 40; }
.age-gate .modal { width: min(480px, 92%); background: #111827; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 14px; padding: 18px; }
.age-gate.show, .cookie-banner.show { display: grid; }
.cookie-banner.show { display: block; }
.content-block,
.editorial-process,
.risk-indicators,
.payment-notes,
.regulator-cards,
.checklist,
.faq-expansion,
.glossary-snippets,
.bonus-flags { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 14px; padding: 16px; margin: 0 0 18px; }
.mini-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.mini-grid article { background: rgba(76, 29, 149, 0.24); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px; padding: 12px; }
.process-steps { margin: 10px 0 0; padding-left: 20px; }
.process-steps li { margin: 0 0 8px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
th, td { text-align: left; padding: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.14); vertical-align: top; }
th { color: #fff; font-size: 0.95rem; }
.checklist-list { padding-left: 0; margin: 0; list-style: none; display: grid; gap: 8px; }
.checklist-list li { background: rgba(30, 27, 75, 0.62); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 10px; padding: 10px 12px; }
.faq-expansion details { border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 10px; padding: 10px 12px; background: rgba(30, 27, 75, 0.58); margin: 0 0 10px; }
.faq-expansion summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-expansion summary::-webkit-details-marker { display: none; }
.faq-expansion summary::after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-right: 2px solid #facc15;
  border-bottom: 2px solid #facc15;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.faq-expansion details[open] summary::after {
  transform: rotate(-135deg);
  border-color: #fef08a;
}
.split-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 14px; align-items: start; }
.side-note { background: rgba(30, 27, 75, 0.58); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; padding: 12px; }
main > section { margin-bottom: 20px; }
@keyframes borderSweepBonus { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes bonusGlow {
  0% { background-position: 0% 50%, center; }
  50% { background-position: 100% 50%, center; }
  100% { background-position: 0% 50%, center; }
}
@keyframes scaleShift {
  0% { filter: saturate(1); }
  50% { filter: saturate(1.2); }
  100% { filter: saturate(1); }
}
@media (max-width: 880px) {
  .header-inner { flex-direction: column; align-items: flex-start; }
  .bonus-nav { justify-content: flex-start; }
  .bonus-footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .split-layout { grid-template-columns: 1fr; }
  table { min-width: 560px; }
  .card { min-height: 0; }
}
