
/* 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.ievl6b1 {
  overflow: hidden;
  height: 100vh;
}

/* ----- Navbar ----- */
.isn6zds {
  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);
}

.ijd5kio {
  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;
}

.iipicri {
  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;
}

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

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

.ima6ht9 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;
}

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

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

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

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

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

.injv3f8::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;
}

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

.ijuxph3 {
  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);
}

.ixtdnjv 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);
}

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

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

.iofw5oc {
  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);
}

.iofw5oc: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 ----- */
.ilwenbq {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

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

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

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

.ibqvub7 {
  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);
}

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

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

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

.ifhrh38 {
  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);
}

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

.ivwq2ps {
  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;
}

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

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

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

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

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

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

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

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

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

.ic8qedw {
  margin-top: 1.5rem;
}

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

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

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

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

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

.iiveuvg {
  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;
}

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

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

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

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

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

.iyeoil1 {
  margin-top: 1.5rem;
}

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

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

.iernypy 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;
}

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

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

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

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

.ikt2pli {
  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;
}

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

.ikt2pli 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;
}

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

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

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

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

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

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

.imhww0f a:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

.ivkp7y9 {
  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) ----- */
.izr7iw3 {
  max-width: 840px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

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

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

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

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

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

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

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

#cj8whh.ipas6e5 {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.izgmvms {
  position: relative;
}

.iaz3ryd {
  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);
}

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

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

.igrkurm,
.iuzl0lp {
  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;
}

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

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

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

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

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

.iqvh6z1.ipas6e5 {
  display: block;
}

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

/* ----- Cookie banner ----- */
#smzugz {
  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);
}

#smzugz.ipas6e5 {
  display: block;
  visibility: visible;
  opacity: 1;
}

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

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

.iic9lcw,
.iugk6l5 {
  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;
}

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

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



/* HTML-only IDs */
#e558an {}
#zotihm {}
/* Age modal + cookie z-index and visibility */
#cj8whh{z-index:999999!important;position:fixed!important;}
#cj8whh.ipas6e5{display:flex!important;visibility:visible!important;opacity:1!important;}
body.ievl6b1{overflow:hidden!important;height:100vh!important;}
#smzugz{z-index:999998!important;}
