:root{
  --bg:#fdf6ef;
  --ink:#231a2d;
  --hot:#ff5f6d;
  --cool:#6b5bff;
  --card:#ffffff;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Verdana,sans-serif;
  color:var(--ink);
  background-image:linear-gradient(120deg, rgba(255,248,241,.86), rgba(243,240,255,.92), rgba(255,248,241,.86)),url("scenes/bg.png");
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  animation:clubAuroraShift 23s ease-in-out infinite
}
.container{width:min(1080px,92%);margin:0 auto}
.split{display:flex;justify-content:space-between;align-items:center;gap:14px}
.utility-strip{
  background:#2f1f42;
  color:#f0e6ff;
  font-size:12px;
  border-bottom:1px solid #4a3564
}
.utility-row{
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}
.utility-row a{color:#f0e6ff}
.header7377.centered-nav-header{
  background:linear-gradient(110deg,var(--hot),var(--cool));
  padding:12px 0;
  z-index:5
}
.center-nav-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px
}
.logo{
  color:#fff;
  text-decoration:none;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:9px
}
.logo-orbit{
  width:18px;
  height:18px;
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(255,255,255,.2) inset;
  animation:clubOrbitBob 3.2s ease-in-out infinite
}
.logo b{background:#fff;color:#40285f;padding:1px 7px;border-radius:14px}
nav a{color:#fff;text-decoration:none;margin:0 8px}
.hero7377{padding:34px 0 10px}
.meta7377{background:#fff;border:1px solid #f1d5dc;border-radius:10px;padding:12px}
.deck{display:grid;grid-template-columns:1fr;gap:14px;padding:20px 0}
.deck-card{display:grid;grid-template-columns:minmax(104px,130px) minmax(0,1fr) auto;gap:12px;align-items:start;min-height:174px;background:var(--card);padding:14px;border-radius:12px;border:1px solid #e7dff8;box-shadow:0 8px 22px rgba(61,35,83,.08)}
.deck-card > div{display:flex;flex-direction:column;gap:6px;min-width:0}
.casino-logo-link{display:inline-flex}
.deck-card img{width:120px;max-width:100%;height:42px;object-fit:contain}
.deck-card h3{margin:0 0 4px;line-height:1.35}
.deck-card h3 span{color:#c1121f;font-size:14px}
.deck-card p{margin:0}
.top-meta{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.rank-no{
  color:#3e2660;
  font-size:13px;
  font-weight:700;
  background:#efe6ff;
  border:1px solid #d8c4f5;
  border-radius:8px;
  padding:3px 7px
}
.heat-dots{display:inline-flex;gap:4px}
.heat-dots span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#e1d6f0
}
.heat-dots .on{background:#ff7b63}
.label-line{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}
.label-chip{
  border-radius:999px;
  padding:4px 8px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.2px
}
.label-chip.new{background:#e7f2ff;color:#2459b2}
.label-chip.popular{background:#ffeed7;color:#905703}
.label-chip.verified{background:#e8f8ec;color:#1b6e42}
.label-chip.rtp{background:#f0e8ff;color:#5330a8}
.label-chip.support{background:#ffe8ef;color:#9f3560}
.feature-badges{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-top:8px
}
.feature-badges span{
  background:#f8f0ff;
  border:1px solid #e3d4f5;
  color:#4a316e;
  border-radius:7px;
  padding:4px 7px;
  font-size:11px;
  animation:clubBadgePulse 2.5s ease-in-out infinite
}
.deck-card > a:last-child{
  text-decoration:none;
  background:var(--cool);
  color:#fff;
  padding:7px 10px;
  border-radius:8px;
  position:relative;
  overflow:hidden
}
.deck-card > a:last-child::after{
  content:"";
  position:absolute;
  top:-80%;
  left:-38%;
  width:30%;
  height:260%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.38), transparent);
  transform:rotate(16deg);
  animation:clubButtonShine 3.6s ease-in-out infinite
}
.notes7377,.help7377,.page{padding:14px 0 24px}
.focus7377{
  background:#ffffff;
  border:1px solid #e7dff8;
  border-radius:12px;
  padding:16px 18px;
  margin:0 0 14px;
  box-shadow:0 9px 24px rgba(61,35,83,.08);
}
.focus7377.alt{
  background:#fff8fc;
  border-color:#efd6ee;
}
.focus7377 h2{
  margin:0 0 10px;
}
.focus7377 p{
  margin:0 0 10px;
  line-height:1.62;
}
.faq-cluster{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:12px;
}
.faq-cluster article{
  background:#fff;
  border:1px solid #ecdff5;
  border-radius:10px;
  padding:12px;
}
.faq-cluster h3{
  margin:0 0 8px;
}
.faq-cluster p{
  margin:0;
}
.info7377{
  background:#ffffff;
  border:1px solid #e7dff8;
  border-radius:10px;
  padding:13px;
  margin-top:12px;
}
.info7377 h2{
  margin:0 0 8px;
}
.info7377 p{
  margin:0 0 9px;
  line-height:1.62;
}
.info7377 p:last-child{
  margin-bottom:0;
}
.regulator-logos{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 12px}
.regulator-logos a{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e7dff8;border-radius:10px;padding:5px}
.regulator-logos img{width:112px;height:36px;object-fit:contain}
.notes7377,.help7377,.meta7377{margin-bottom:14px}
.footer7377{margin-top:18px;background:#251a31;color:#eadff8;padding:18px 0}
.footer7377 a{color:#eadff8}
.cookie-banner{position:fixed;left:12px;right:12px;bottom:12px;background:#fff;border:1px solid #e3d5f1;border-radius:10px;padding:11px;display:none;justify-content:space-between;align-items:center;gap:8px}
.cookie-banner.show{display:flex}
.actions{display:flex;gap:8px}
button{border:0;background:var(--cool);color:#fff;padding:8px 12px;border-radius:8px;cursor:pointer}
button.ghost{background:#e6ddff;color:#241a30}
.age-gate{position:fixed;inset:0;background:rgba(25,11,41,.86);display:none;align-items:center;justify-content:center;z-index:10}
.age-gate.show{display:flex}
.gate-card{max-width:420px;background:#fff;padding:18px;border-radius:12px;margin:10px}
@keyframes clubAuroraShift{
  0%,100%{background-position:0% 0%, center}
  50%{background-position:100% 0%, center}
}
@keyframes clubOrbitBob{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-3px)}
}
@keyframes clubBadgePulse{
  0%,100%{box-shadow:0 0 0 0 rgba(109, 72, 162, .24)}
  50%{box-shadow:0 0 0 7px rgba(109, 72, 162, 0)}
}
@keyframes clubButtonShine{
  0%,20%{left:-38%}
  42%,100%{left:124%}
}
@media(max-width:760px){
  .utility-row{flex-direction:column;align-items:flex-start;justify-content:center;padding:7px 0}
  .deck-card{grid-template-columns:1fr;justify-items:start;min-height:0}
  .deck-card > a:last-child{margin-top:2px}
  nav{display:flex;flex-wrap:wrap;justify-content:center}
  .cookie-banner{flex-direction:column;align-items:flex-start}
}
