* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  background-image: linear-gradient(122deg, rgba(8, 15, 39, 0.92), rgba(36, 10, 38, 0.9), rgba(8, 15, 39, 0.92)), url("../../assets/backgrounds/bg.png");
  background-size: 220% 220%, cover;
  background-position: 50% 50%, center;
  background-attachment: fixed;
  color: #eef2ff;
  line-height: 1.62;
  animation: pulseSky 15s ease-in-out infinite;
}
a { color: #f97316; }
.wrap { width: min(1120px, 92%); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; }
.pulse-status {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(90deg, rgba(249, 115, 22, 0.24), rgba(139, 92, 246, 0.22), rgba(249, 115, 22, 0.24));
  background-size: 220% 100%;
  animation: pulseRibbon 9s linear infinite;
}
.pulse-status-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 0.9rem;
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  backdrop-filter: blur(8px);
  background: rgba(3, 8, 26, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.pulse-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.3px;
}
.pulse-brand svg { width: 120px; height: 36px; }
.pulse-brand rect { fill: rgba(15, 23, 42, 0.48); stroke: rgba(249, 115, 22, 0.85); stroke-width: 2; }
.pulse-brand path { fill: none; stroke: #f97316; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.pulse-nav { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.pulse-nav a {
  text-decoration: none;
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.3rem 0.72rem;
  transition: 0.25s ease;
}
.pulse-nav a:hover { border-color: rgba(249, 115, 22, 0.8); color: #fff; transform: translateY(-1px); }
.age-pill {
  border: 1px solid #f97316;
  padding: 0.2rem 0.62rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  background: rgba(15, 23, 42, 0.52);
}
.hero { padding: 34px 0 20px; }
.hero h1 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); margin: 0.2rem 0 1rem; }
.hero h1 span { font-size: 0.65em; color: #f97316; }
.kicker { text-transform: uppercase; font-size: 0.82rem; letter-spacing: 0.12em; color: #f97316; font-weight: 700; }
.disclosure { border-left: 3px solid #f97316; 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.05); 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(228px, 1fr)); gap: 16px; margin: 14px 0 24px; align-items: stretch; }
.card {
  position: relative;
  background: rgba(15, 23, 42, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 320px;
  overflow: hidden;
  isolation: isolate;
}
.card::before {
  content: "";
  position: absolute;
  inset: -120% -55%;
  background: linear-gradient(115deg, transparent 40%, rgba(249, 115, 22, 0.42) 50%, transparent 60%);
  animation: borderSweepPulse 4.6s linear infinite;
  z-index: -1;
}
.card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 13px;
  background: rgba(2, 6, 23, 0.86);
  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.58rem; font-size: 0.76rem; font-weight: 700; }
.pulse-label { background: rgba(249, 115, 22, 0.2); border: 1px solid rgba(249, 115, 22, 0.6); color: #fed7aa; }
.confidence-tag { background: rgba(129, 140, 248, 0.24); border: 1px solid rgba(129, 140, 248, 0.68); color: #e0e7ff; }
.pulse-rating { margin: 2px 0 4px; display: grid; gap: 8px; }
.pulse-track {
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: repeating-linear-gradient(90deg, rgba(248, 250, 252, 0.07) 0 8px, rgba(248, 250, 252, 0.14) 8px 12px);
  overflow: hidden;
}
.pulse-track span {
  --pulse-fill: 0%;
  display: block;
  width: var(--pulse-fill);
  height: 100%;
  background: linear-gradient(90deg, #fb923c, #f97316, #c084fc);
  position: relative;
}
.pulse-track span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 6px, rgba(255, 255, 255, 0.4) 6px 8px);
  mix-blend-mode: screen;
  animation: pulseMove 1.1s linear infinite;
}
.pulse-meta { margin: 0; display: flex; justify-content: flex-start; align-items: center; gap: 6px; font-size: 0.86rem; flex-wrap: wrap; }
.confidence-chip { border-radius: 999px; padding: 0.12rem 0.5rem; font-size: 0.74rem; font-weight: 700; }
.confidence-chip.high { background: rgba(34, 197, 94, 0.22); color: #bbf7d0; border: 1px solid rgba(34, 197, 94, 0.62); }
.confidence-chip.medium { background: rgba(250, 204, 21, 0.18); color: #fef08a; border: 1px solid rgba(250, 204, 21, 0.6); }
.confidence-chip.watch { background: rgba(244, 63, 94, 0.2); color: #fecdd3; border: 1px solid rgba(244, 63, 94, 0.64); }
.btn {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(90deg, #f97316, #ef4444);
  color: #fff;
  font-weight: 700;
  padding: 0.56rem 0.9rem;
  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.14); margin-top: 26px; padding: 22px 0 34px; font-size: 0.95rem; background: rgba(2, 6, 23, 0.66); }
.pulse-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 0.8fr; gap: 14px; }
.pulse-footer-grid section { background: rgba(30, 41, 59, 0.5); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; padding: 12px; }
.pulse-footer-grid h2 { margin: 0 0 8px; font-size: 0.98rem; color: #fdba74; }
.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: #f97316; color: #07121f; }
.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.04); 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(15, 23, 42, 0.52); 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(2, 6, 23, 0.52); 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(2, 6, 23, 0.45); 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: "+";
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(249, 115, 22, 0.72);
  color: #f97316;
  transform: rotate(0deg);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.faq-expansion details[open] summary::after { transform: rotate(135deg); background: rgba(249, 115, 22, 0.2); }
.split-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 14px; align-items: start; }
.side-note { background: rgba(2, 6, 23, 0.5); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px; padding: 12px; }
main > section { margin-bottom: 20px; }
@keyframes pulseMove { from { transform: translateX(0); } to { transform: translateX(16px); } }
@keyframes borderSweepPulse { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes pulseSky {
  0% { background-position: 0% 50%, center; }
  50% { background-position: 100% 50%, center; }
  100% { background-position: 0% 50%, center; }
}
@keyframes pulseRibbon {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
@media (max-width: 840px) {
  .header-inner { grid-template-columns: 1fr; }
  .pulse-nav { justify-content: flex-start; }
  .pulse-footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .split-layout { grid-template-columns: 1fr; }
  table { min-width: 560px; }
  .card { min-height: 0; }
}
