  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; scroll-padding-top: 106px; }
  body { background: #000619; color: #fff; font-family: 'Nunito Sans', sans-serif; font-weight: 300; overflow-x: hidden; line-height: 1.6; }
  img { display: block; max-width: 100%; }
  ::-webkit-scrollbar { width: 5px; }
  ::-webkit-scrollbar-track { background: #000619; }
  ::-webkit-scrollbar-thumb { background: #052F3B; border-radius: 3px; }

  @keyframes bubbleRise {
    0%   { transform: translateY(0) scale(0.8); opacity: 0; }
    8%   { opacity: 0.5; }
    92%  { opacity: 0.15; }
    100% { transform: translateY(-110vh) scale(1.2); opacity: 0; }
  }
  @keyframes winPulse {
    0%, 100% { box-shadow: 0 0 8px rgba(0,229,204,0.3); }
    50%       { box-shadow: 0 0 28px rgba(0,229,204,0.85), 0 0 52px rgba(0,229,204,0.2); }
  }
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes glowDot {
    0%, 100% { box-shadow: 0 0 4px #00E5CC; }
    50%       { box-shadow: 0 0 14px #00E5CC, 0 0 24px rgba(0,229,204,0.38); }
  }
  @keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
  }
  @keyframes scaleIn {
    from { transform: scale(0.92); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
  }

  .cr-navlink { color: rgba(255,255,255,0.68); text-decoration: none; font-size: 14px; font-weight: 400; transition: color 0.18s; white-space: nowrap; }
  .cr-navlink:hover { color: #00E5CC; }

  .cr-btn-teal { display: inline-flex; align-items: center; justify-content: center; padding: 11px 26px; background: linear-gradient(135deg,#052F3B,#00B4CC); border: none; border-radius: 100px; font-size: 14px; font-weight: 700; color: #fff; cursor: pointer; text-decoration: none; transition: transform 0.18s, box-shadow 0.18s; box-shadow: 0 4px 18px rgba(0,180,204,0.26); font-family: 'Nunito Sans', sans-serif; letter-spacing: 0.03em; }
  .cr-btn-teal:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,180,204,0.44); }

  .cr-btn-outline { display: inline-flex; align-items: center; justify-content: center; padding: 11px 26px; background: transparent; border: 1.5px solid rgba(0,229,204,0.36); border-radius: 100px; font-size: 14px; font-weight: 700; color: #fff; cursor: pointer; text-decoration: none; transition: all 0.18s; font-family: 'Nunito Sans', sans-serif; }
  .cr-btn-outline:hover { border-color: #00E5CC; color: #00E5CC; background: rgba(0,229,204,0.06); }

  .cr-card { background: rgba(5,47,59,0.42); border: 1px solid rgba(0,229,204,0.13); border-radius: 20px; overflow: hidden; transition: transform 0.28s, box-shadow 0.28s, border-color 0.28s; }
  .cr-card:hover { transform: translateY(-6px); box-shadow: 0 18px 52px rgba(0,229,204,0.12); border-color: rgba(0,229,204,0.3); }

  .cr-feature-card { background: rgba(5,47,59,0.35); border: 1px solid rgba(0,229,204,0.11); border-radius: 16px; padding: 28px; transition: border-color 0.2s, background 0.2s; }
  .cr-feature-card:hover { border-color: rgba(0,229,204,0.28); background: rgba(5,47,59,0.55); }

  .cr-faq-btn { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; background: rgba(5,47,59,0.42); border: none; color: #fff; cursor: pointer; text-align: left; font-family: 'Nunito Sans', sans-serif; font-size: 15px; font-weight: 600; transition: background 0.18s; }
  .cr-faq-btn:hover { background: rgba(5,47,59,0.72); }

  .cr-input { width: 100%; padding: 13px 16px; background: rgba(5,47,59,0.5); border: 1px solid rgba(0,229,204,0.2); border-radius: 12px; color: #fff; font-size: 14px; font-weight: 300; font-family: 'Nunito Sans', sans-serif; outline: none; transition: border-color 0.18s; resize: vertical; }
  .cr-input:focus { border-color: rgba(0,229,204,0.55); }
  .cr-input::placeholder { color: rgba(255,255,255,0.32); }

  .cr-hamburger { display: none !important; }
  .cr-desk-nav  { display: flex; align-items: center; gap: 24px; }
  .cr-hero-h1   { font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 18px; }
  .cr-about-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .cr-features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
  .cr-games-grid    { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
  .cr-steps-row     { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
  .cr-form-grid     { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .cr-paytable      { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
  .cr-section { padding: 96px 40px; max-width: 1200px; margin: 0 auto; }
  .cr-stats { display: flex; gap: 36px; flex-wrap: wrap; margin-top: 36px; align-items: center; }
  .cr-divider { width: 1px; background: rgba(255,255,255,0.08); align-self: stretch; }

  .cr-contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; }
  @media (max-width: 900px) { .cr-contact-grid { grid-template-columns: 1fr; gap: 40px; } }

  @media (max-width: 1024px) {
    .cr-features-grid { grid-template-columns: repeat(2,1fr); }
    .cr-steps-row { grid-template-columns: repeat(2,1fr); }
    .cr-hero-h1 { font-size: 38px; }
  }
  @media (max-width: 768px) {
    .cr-hamburger { display: flex !important; }
    .cr-desk-nav  { display: none !important; }
    .cr-about-grid    { grid-template-columns: 1fr; gap: 32px; }
    .cr-features-grid { grid-template-columns: 1fr; }
    .cr-games-grid    { grid-template-columns: 1fr; }
    .cr-steps-row     { grid-template-columns: 1fr; }
    .cr-form-grid     { grid-template-columns: 1fr; }
    .cr-paytable      { grid-template-columns: repeat(2,1fr); }
    .cr-hero-h1   { font-size: 30px !important; }
    .cr-section   { padding: 60px 20px; }
    .cr-about-img { order: -1; }
  }
  @media (max-width: 480px) {
    .cr-hero-h1 { font-size: 25px !important; }
    .cr-stats { gap: 20px; }
    .cr-paytable { grid-template-columns: 1fr; }
  }

/* ---- shared boilerplate (header/footer/gates/banners) extracted from inline styles ---- */
.bg-bubbles { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.bubble { position: absolute; bottom: 0; border-radius: 50%; }

.age-gate-ov { position: fixed; inset: 0; z-index: 400; background: rgba(0,3,14,0.98); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); display: flex; align-items: center; justify-content: center; padding: 20px; }
.age-gate-card { background: linear-gradient(158deg,#052F3B 0%,#000d1e 60%,#000619 100%); border: 1px solid rgba(0,229,204,0.28); border-radius: 24px; padding: 44px 36px; max-width: 420px; width: 100%; text-align: center; animation: scaleIn 0.35s ease-out; }
.age-gate-icon { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg,rgba(0,229,204,0.15),rgba(0,180,204,0.08)); border: 1.5px solid rgba(0,229,204,0.35); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; font-size: 30px; font-weight: 800; color: #00E5CC; }
.age-gate-h2 { font-size: 26px; font-weight: 700; margin-bottom: 12px; }
.age-gate-desc { font-size: 14px; color: rgba(255,255,255,0.62); line-height: 1.75; margin-bottom: 28px; }
.age-gate-strong { color: #fff; }
.age-gate-btn { width: 100%; padding: 14px; font-size: 15px; margin-bottom: 12px; }
.age-gate-exit { display: block; font-size: 13px; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.18s; }
.age-gate-note { font-size: 11px; color: rgba(255,255,255,0.22); margin-top: 20px; line-height: 1.5; }

.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; padding: 16px 24px; background: rgba(5,20,40,0.97); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-top: 1px solid rgba(0,229,204,0.15); animation: slideUp 0.4s ease-out; }
.cookie-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: space-between; }
.cookie-textwrap { flex: 1; min-width: 260px; }
.cookie-text { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.65; }
.cookie-link { color: #00E5CC; text-decoration: none; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.cookie-accept-btn { padding: 9px 22px; font-size: 13px; }
.cookie-decline-btn { padding: 9px 22px; font-size: 13px; background: transparent; border: 1px solid rgba(255,255,255,0.18); border-radius: 100px; color: rgba(255,255,255,0.6); cursor: pointer; font-family: 'Nunito Sans', sans-serif; transition: border-color 0.18s; }

.age-strip { position: fixed; top: 0; left: 0; right: 0; z-index: 101; height: 36px; background: rgba(0,2,10,0.97); border-bottom: 1px solid rgba(255,60,60,0.14); display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; flex-wrap: wrap; }
.age-strip-tag { font-size: 11px; font-weight: 800; color: #ff6b6b; letter-spacing: 0.12em; flex-shrink: 0; }
.age-strip-sep { font-size: 11px; color: rgba(255,255,255,0.2); flex-shrink: 0; }
.age-strip-text { font-size: 11px; color: rgba(255,255,255,0.42); letter-spacing: 0.02em; text-align: center; }

.site-head { position: fixed; top: 36px; left: 0; right: 0; z-index: 100; height: 70px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; background: rgba(0,6,25,0.88); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); border-bottom: 1px solid rgba(0,229,204,0.07); }
.brand-link { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; flex-shrink: 0; }
.brand-dot-a { opacity: 0.65; }
.brand-dot-b { opacity: 0.6; }
.brand-name { font-size: 16px; font-weight: 800; letter-spacing: 0.09em; }
.hdr-play-btn { padding: 9px 20px; font-size: 13px; }
.hburger-btn { background: none; border: 1.5px solid rgba(0,229,204,0.3); border-radius: 8px; padding: 7px 12px; color: #00E5CC; cursor: pointer; font-size: 18px; align-items: center; justify-content: center; }
.cr-navlink-active { color: #00E5CC; }

.mm-ov { position: fixed; inset: 0; z-index: 99; background: rgba(0,4,18,0.97); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
.mm-close { position: absolute; top: 22px; right: 26px; background: none; border: none; color: rgba(255,255,255,0.45); font-size: 34px; cursor: pointer; line-height: 1; padding: 0; }
.mm-link { font-size: 22px; font-weight: 700; color: #fff; text-decoration: none; }
.mm-play-btn { font-size: 16px; padding: 14px 42px; margin-top: 8px; }

.site-foot { background: #000619; border-top: 1px solid rgba(0,229,204,0.07); padding: 52px 40px 28px; }
.foot-inner { max-width: 1200px; margin: 0 auto; }
.foot-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 36px; flex-wrap: wrap; gap: 32px; }
.foot-brand { max-width: 260px; }
.foot-brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.foot-brand-name { font-size: 14px; font-weight: 800; letter-spacing: 0.09em; }
.foot-tagline { font-size: 12px; color: rgba(255,255,255,0.34); line-height: 1.75; margin-bottom: 12px; }
.foot-addr { font-size: 12px; color: rgba(255,255,255,0.3); line-height: 1.9; }
.foot-acn { margin-top: 4px; }
.foot-links-row { display: flex; gap: 48px; flex-wrap: wrap; padding-top: 4px; }
.foot-col-label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: rgba(255,255,255,0.3); margin-bottom: 14px; }
.foot-col-links { display: flex; flex-direction: column; gap: 10px; }
.foot-link { font-size: 13px; }
.age-badge { display: flex; align-items: center; padding: 14px 20px; background: rgba(255,60,60,0.05); border: 1px solid rgba(255,60,60,0.14); border-radius: 12px; margin-bottom: 20px; flex-wrap: wrap; gap: 12px; }
.age-badge-icon { width: 38px; height: 38px; border-radius: 8px; background: rgba(255,60,60,0.12); border: 1.5px solid rgba(255,80,80,0.28); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: #ff7070; flex-shrink: 0; }
.age-badge-text { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.65; flex: 1; min-width: 200px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 20px; }
.foot-copy { font-size: 11px; color: rgba(255,255,255,0.22); line-height: 1.7; }

/* ---- mobile polish pass - tightening things up on narrow phones ---- */
.age-strip-text-short { display: none; }
@media (max-width: 640px) {
  /* full disclaimer sentence is long enough to wrap to 2-3 lines on a phone,
     and this bar has a fixed height - swap to the shorter version so it
     never grows past 36px and pushes into the header below it */
  .age-strip-text-full { display: none; }
  .age-strip-text-short { display: inline; }
}
.mm-ov { padding: 32px 16px; overflow-y: auto; }
@media (max-width: 768px) {
  .site-head { padding: 0 20px; }
}
@media (max-width: 480px) {
  .site-head { padding: 0 16px; }
  .age-strip { padding: 0 12px; gap: 6px; }
  .age-gate-card { padding: 30px 20px; }
  .age-gate-icon { width: 60px; height: 60px; font-size: 24px; }
  .foot-links-row { gap: 28px; }
  .site-foot { padding: 44px 20px 24px; }
}

/* ---- accessibility pass ---- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 1000;
  background: #00E5CC; color: #00030e; padding: 12px 20px;
  border-radius: 0 0 8px 0; font-weight: 700; font-size: 14px;
  text-decoration: none; font-family: 'Nunito Sans', sans-serif;
}
.skip-link:focus { left: 0; }

a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid #00E5CC;
  outline-offset: 2px;
}

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