
/* neon_tech + sunset_gradient — play-best-luck.com */
:root {
  --bg: #1A0B10;
  --surface: #2A1118;
  --text: #FFF1F2;
  --muted_text: #FDA4AF;
  --primary: #FB7185;
  --secondary: #F97316;
  --accent: #FACC15;
  --border: rgba(255, 241, 242, 0.12);
  --glow-primary: 0 0 20px rgba(251, 113, 133, 0.4);
  --glow-inner: inset 0 0 20px rgba(251, 113, 133, 0.08);
  --font-sans: 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'Consolas', 'Monaco', monospace;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-sans);
  min-height: 100vh;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}

body.iew60zs {
  overflow: hidden;
  height: 100vh;
}

/* ----- Navbar ----- */
.ipkk5fy {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(26, 11, 16, 0.92);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--glow-inner);
}

.iyyxnp5 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.itx6aaf {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-mono);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.itx6aaf img {
  height: 36px;
  width: auto;
  margin-right: 0.5rem;
  object-fit: contain;
}

.icsfykg {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}

.icsfykg a {
  color: var(--muted_text);
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.5rem;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.icsfykg a:hover {
  color: var(--primary);
  border-color: var(--border);
  box-shadow: var(--glow-inner);
}

@media (max-width: 768px) {
  .icsfykg {
    display: none;
  }
}

/* ----- Hero ----- */
.ivv7kp4 {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  overflow: hidden;
}

.in0lz2a {
  position: absolute;
  inset: 0;
  background: var(--surface) url('/images/decorative/hero_bg.webp') center/cover no-repeat;
}

.in0lz2a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 11, 16, 0.85) 0%, rgba(42, 17, 24, 0.7) 100%);
}

.in0lz2a::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(251, 113, 133, 0.03) 2px,
    rgba(251, 113, 133, 0.03) 4px
  );
  pointer-events: none;
}

.iguhmbo {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
}

.ihcyljl {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary);
  margin-bottom: 0.75rem;
  text-shadow: 0 0 12px rgba(251, 113, 133, 0.5);
}

.ivv7kp4 h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.iq3ulg0 {
  color: var(--muted_text);
  font-size: 1rem;
  max-width: 480px;
  margin: 0 auto;
}

.invggj8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.ixdwyy6 {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: rgba(42, 17, 24, 0.6);
  transition: color 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
  font-family: var(--font-mono);
}

.ixdwyy6:hover {
  color: var(--primary);
  border-color: rgba(251, 113, 133, 0.5);
  background: rgba(42, 17, 24, 0.8);
  box-shadow: 0 0 12px rgba(251, 113, 133, 0.3);
}

/* ----- Offers ----- */
.ih20tpk {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.incj0mv {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.iv51k6l {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
  color: var(--text);
}

.idz72c4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.iqz9ieq {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.25rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: var(--glow-inner);
}

.iqz9ieq:hover {
  border-color: rgba(251, 113, 133, 0.35);
  box-shadow: 0 0 24px rgba(251, 113, 133, 0.2), var(--glow-inner);
}

.iqz9ieq a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.iwenkd5 {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid var(--border);
}

.izcs63f {
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
  color: var(--text);
}

.ioe40mq {
  font-size: 0.9rem;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.inrfp2v {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--primary);
  border-radius: 4px;
  transition: background 0.2s, box-shadow 0.2s;
}

.iqz9ieq:hover .inrfp2v {
  background: rgba(251, 113, 133, 0.15);
  box-shadow: 0 0 12px rgba(251, 113, 133, 0.3);
}

/* ----- Info ----- */
.isbuftj {
  padding: 3rem 1.5rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.iiv91bq {
  max-width: 1200px;
  margin: 0 auto;
}

.iobvh60 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.ipewo7g {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--glow-inner);
}

.ipewo7g h3 {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.ipewo7g p {
  font-size: 0.9rem;
  color: var(--muted_text);
}

/* ----- About Section ----- */
.iqep3oi {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.idgdtgn {
  max-width: 840px;
  margin: 0 auto;
}

.is9pe0m {
  margin-top: 1.5rem;
}

.is9pe0m p {
  font-size: 0.95rem;
  color: var(--muted_text);
  margin-bottom: 1rem;
  line-height: 1.7;
}

.is9pe0m p:last-child {
  margin-bottom: 0;
}

/* ----- How to Play Section ----- */
.ixii4p7 {
  padding: 3rem 1.5rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.ife6fe4 {
  max-width: 1200px;
  margin: 0 auto;
}

.ieafp6l {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.ioyw54x {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: var(--glow-inner);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ioyw54x:hover {
  border-color: rgba(251, 113, 133, 0.35);
  box-shadow: 0 0 20px rgba(251, 113, 133, 0.15), var(--glow-inner);
}

.ioyw54x h3 {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.ioyw54x p {
  font-size: 0.9rem;
  color: var(--muted_text);
  line-height: 1.6;
}

/* ----- FAQ Section ----- */
.ixaqxrg {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ioq772j {
  max-width: 840px;
  margin: 0 auto;
}

.iu52806 {
  margin-top: 1.5rem;
}

.iahfvza {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}

.iahfvza:last-child {
  border-bottom: none;
}

.iahfvza h3 {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.iahfvza p {
  font-size: 0.9rem;
  color: var(--muted_text);
  line-height: 1.7;
}

/* ----- News Section ----- */
.ij1tidn {
  padding: 3rem 1.5rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.ireed1j {
  max-width: 1200px;
  margin: 0 auto;
}

.ia422z3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.ipsf2b3 {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--glow-inner);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ipsf2b3:hover {
  border-color: rgba(251, 113, 133, 0.35);
  box-shadow: 0 0 24px rgba(251, 113, 133, 0.2), var(--glow-inner);
}

.ipsf2b3 h3 {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.iyhw93g {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 0.75rem;
  font-family: var(--font-mono);
}

.ipsf2b3 p:last-child {
  font-size: 0.9rem;
  color: var(--muted_text);
  line-height: 1.6;
}

/* ----- Footer ----- */
.ium450a {
  padding: 2.5rem 1.5rem 2rem;
  border-top: 1px solid var(--border);
  background: var(--bg);
}

.ianiyp8 {
  max-width: 1200px;
  margin: 0 auto;
}

.io03liy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.io03liy a {
  display: block;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.io03liy a:hover {
  opacity: 1;
}

.io03liy img {
  height: 44px;
  width: auto;
  object-fit: contain;
  filter: brightness(1.05);
}

.ii2vub7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.ii2vub7 a {
  color: var(--muted_text);
  text-decoration: none;
  font-size: 0.85rem;
}

.ii2vub7 a:hover {
  color: var(--primary);
}

.ig8dmmz {
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted_text);
  margin-bottom: 1rem;
}

.ig8dmmz a {
  color: var(--primary);
  text-decoration: none;
}

.ig8dmmz a:hover {
  text-decoration: underline;
}

.intp2h1 {
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted_text);
  opacity: 0.9;
  max-width: 720px;
  margin: 0 auto;
}

/* ----- Page container (for inner pages) ----- */
.iapzvk2 {
  max-width: 840px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

.iapzvk2 h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
  color: var(--text);
}

.iapzvk2 h2 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.iapzvk2 p,
.iapzvk2 li {
  color: var(--muted_text);
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.iapzvk2 ul {
  margin-left: 1.25rem;
  margin-bottom: 1rem;
}

.iapzvk2 a {
  color: var(--primary);
  text-decoration: none;
}

.iapzvk2 a:hover {
  text-decoration: underline;
}

/* ----- Age verify modal (required IDs/classes) ----- */
#zsk5bw {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  background: rgba(26, 11, 16, 0.9);
}

#zsk5bw.is10g3e {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.icyammn {
  position: relative;
}

.ipvk51q {
  background: var(--surface);
  padding: 1.75rem;
  border-radius: 8px;
  max-width: 400px;
  border: 1px solid var(--border);
  box-shadow: var(--glow-primary), var(--glow-inner);
}

.imj8w20 p {
  color: var(--text);
  margin-bottom: 1rem;
}

.ic5hbye {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.iwk92ec,
.izwa1f5 {
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: box-shadow 0.2s, background 0.2s;
}

.iwk92ec {
  background: var(--primary);
  color: var(--bg);
  border: 1px solid var(--primary);
}

.iwk92ec:hover {
  box-shadow: 0 0 16px rgba(251, 113, 133, 0.5);
}

.izwa1f5 {
  background: transparent;
  color: var(--muted_text);
  border: 1px solid var(--border);
}

.izwa1f5:hover {
  border-color: var(--muted_text);
}

.izq8bjl {
  display: none;
  background: var(--surface);
  padding: 1.75rem;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.izq8bjl.is10g3e {
  display: block;
}

.izq8bjl p {
  color: var(--muted_text);
}

/* ----- Cookie banner ----- */
#ed4xdg {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  background: var(--surface);
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.3);
}

#ed4xdg.is10g3e {
  display: block;
  visibility: visible;
  opacity: 1;
}

.ioxthkc p {
  color: var(--muted_text);
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.iowzdqq {
  display: flex;
  gap: 0.5rem;
}

.idymtr0,
.ibvzgdc {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: box-shadow 0.2s, background 0.2s;
}

.idymtr0 {
  background: var(--primary);
  color: var(--bg);
  border: 1px solid var(--primary);
}

.ibvzgdc {
  background: transparent;
  color: var(--muted_text);
  border: 1px solid var(--border);
}



/* HTML-only IDs */
#g1900y {}
#jzfowg {}
/* Age modal + cookie z-index and visibility */
#zsk5bw{z-index:999999!important;position:fixed!important;}
#zsk5bw.is10g3e{display:flex!important;visibility:visible!important;opacity:1!important;}
body.iew60zs{overflow:hidden!important;height:100vh!important;}
#ed4xdg{z-index:999998!important;}
