/* ===== DUDESPIN v2 — distinct casino template ===== */
:root {
  --bg:        #090e0c;
  --bg-2:      #0f1613;
  --panel:     #141c19;
  --panel-2:   #1c2622;
  --line:      rgba(255,255,255,0.07);
  --line-2:    rgba(255,255,255,0.13);
  --text:      #f4f3f9;
  --muted:     #9c98ae;
  --muted-2:   #6c6880;
  /* gold primary + violet secondary */
  --gold:      #25d091;
  --gold-2:    #139a69;
  --gold-ink:  #04140e;
  --violet:    #e8b430;
  --violet-2:  #d39d12;
  --radius:    14px;
  --radius-lg: 22px;
  --maxw:      1600px;
  --shadow:    0 26px 64px -26px rgba(0,0,0,0.8);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background:
    radial-gradient(1000px 560px at 82% -10%, color-mix(in oklab, var(--violet) 20%, transparent), transparent 60%),
    radial-gradient(820px 480px at 6% 0%, color-mix(in oklab, var(--gold) 8%, transparent), transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: 'Manrope', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; letter-spacing: -0.01em;
}
._6hvq7ty4 { font-family: 'Sora', system-ui, sans-serif; letter-spacing: -0.025em; font-weight: 700; }
::selection { background: var(--gold); color: var(--gold-ink); }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img { display: block; max-width: 100%; }
._9e94t2u5 { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }

/* ===== Header (horizontal nav like the reference) ===== */
._lchy76ri {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(18px);
  background: color-mix(in oklab, var(--bg) 80%, transparent);
  border-bottom: 1px solid var(--line);
}
._lchy76ri ._9e94t2u5 { display: flex; align-items: center; gap: 30px; height: 72px; }
._l2k5kaxj { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 21px; letter-spacing: -0.03em; }
._9to86bfh {
  width: 36px; height: 36px; border-radius: 10px; position: relative; overflow: hidden;
  background: linear-gradient(145deg, var(--gold), var(--gold-2));
  display: grid; place-items: center; color: var(--gold-ink);
  box-shadow: 0 8px 22px -8px var(--gold);
}
._9to86bfh::before { content:""; position:absolute; inset:-40%; background: conic-gradient(from 0deg, transparent 0 62%, rgba(255,255,255,.55) 76%, transparent 86%); animation: spin 5s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce){ ._9to86bfh::before{ animation:none; } }
._9to86bfh svg { position: relative; z-index: 1; }
._l2k5kaxj b { color: var(--gold); }
._8qa135rw { display: flex; gap: 4px; }
._8qa135rw a {
  padding: 9px 15px; border-radius: 10px; font-weight: 600; font-size: 14.5px; color: var(--muted);
  display: inline-flex; align-items: center; gap: 7px; transition: .15s;
}
._8qa135rw a:hover { color: var(--text); }
._8qa135rw a._le3td0jt { color: var(--text); background: var(--panel); }
._8qa135rw a._jei1iv64 { color: var(--gold); }
._8qa135rw a._jei1iv64:hover { color: var(--gold); }
._dqedczon { flex: 1; }
._9ur6maqz { display: flex; align-items: center; gap: 10px; }

._3d353jit {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 14.5px; border-radius: 11px; padding: 11px 18px; transition: .15s;
  white-space: nowrap; border: 1px solid transparent;
}
._3d353jit:active { transform: translateY(1px); }
._u8f0r8h4 { color: var(--text); border-color: var(--line-2); }
._u8f0r8h4:hover { background: var(--panel); }
._4007j4jz { background: linear-gradient(145deg, var(--gold), var(--gold-2)); color: var(--gold-ink); box-shadow: 0 12px 28px -12px var(--gold); }
._4007j4jz:hover { filter: brightness(1.05); }
._yd09fkpb { background: linear-gradient(145deg, var(--violet), var(--violet-2)); color: #fff; box-shadow: 0 12px 28px -12px var(--violet); }
._yd09fkpb:hover { filter: brightness(1.06); }
._5f5d7zd5 { padding: 15px 26px; font-size: 16px; border-radius: 13px; }
._do5sopft { padding: 8px 14px; font-size: 13px; border-radius: 9px; }
._fedlx663 { width: 100%; }
._taib7tdp { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line-2); place-items: center; }

/* ===== Hero carousel ===== */
._rbvfz19x { padding: 28px 0 8px; }
._gu7lstjg {
  position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--line);
  min-height: 340px; display: flex; align-items: center; box-shadow: var(--shadow);
}
._jyvuu3f8 { position: absolute; inset: 0; transition: opacity .5s; }
._jyvuu3f8 ._wr6ia3xd { position: absolute; inset: 0; background-image: repeating-linear-gradient(125deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 22px); }
._jyvuu3f8 ._q5ahkmha { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,4,10,0.9) 0%, rgba(5,4,10,0.55) 45%, transparent 80%); }
._hf6756e4 { position: relative; z-index: 2; padding: 48px; max-width: 560px; }
._c88gmy09 { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-ink); background: var(--gold); padding: 6px 12px; border-radius: 999px; }
._hf6756e4 h1 { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.0; margin: 18px 0 12px; }
._hf6756e4 h1 em { font-style: normal; color: var(--gold); }
._hf6756e4 p { color: #d7d4e2; font-size: 17px; margin: 0 0 24px; max-width: 440px; }
._i1ig6chg { display: flex; gap: 12px; flex-wrap: wrap; }
._6njcgq3a { position: absolute; z-index: 3; bottom: 22px; right: 28px; display: flex; gap: 8px; }
._6njcgq3a i { width: 24px; height: 5px; border-radius: 99px; background: rgba(255,255,255,0.25); cursor: pointer; transition: .2s; }
._6njcgq3a i._9nigofb1 { background: var(--gold); width: 34px; }

/* static two-column hero: text box + image */
._4jk5c09r { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 20px; align-items: stretch; }
._4gh9h267 { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 46px; background: linear-gradient(160deg, var(--panel-2), var(--panel)); display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow); }
._4gh9h267::after { content:""; position:absolute; right:-60px; top:-60px; width:240px; height:240px; border-radius:50%; background: radial-gradient(circle, color-mix(in oklab, var(--gold) 18%, transparent), transparent 70%); }
._y3h3p53p { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; font-size: 12.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); border: 1px solid color-mix(in oklab, var(--gold) 35%, transparent); background: color-mix(in oklab, var(--gold) 10%, transparent); padding: 6px 12px; border-radius: 999px; }
._4gh9h267 h1 { position: relative; z-index: 1; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.0; margin: 18px 0 12px; }
._4gh9h267 h1 em { font-style: normal; color: var(--gold); }
._4gh9h267 p { position: relative; z-index: 1; color: #d7d4e2; font-size: 17px; margin: 0 0 26px; max-width: 440px; }
._4gh9h267 ._i1ig6chg { position: relative; z-index: 1; }
._en52a2mz { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); min-height: 360px; box-shadow: var(--shadow); }
._en52a2mz ._q4u1ff3z { position: absolute; inset: 0; aspect-ratio: auto !important; }

/* ===== Category icon tiles (Slots / Live / Table ...) ===== */
._cjndsdxu { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
._broxvq6d {
  position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px; min-height: 132px; display: flex; flex-direction: column; justify-content: space-between;
  background: linear-gradient(165deg, var(--panel-2), var(--panel)); transition: .16s; cursor: pointer;
}
._broxvq6d::after { content:""; position:absolute; right:-30px; top:-30px; width:140px; height:140px; border-radius:50%; background: radial-gradient(circle, color-mix(in oklab, var(--accentT) 30%, transparent), transparent 70%); transition:.16s; }
._broxvq6d:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
._broxvq6d:hover::after { transform: scale(1.25); }
._broxvq6d ._55dfhrde { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; position: relative; z-index: 1; color: #fff; background: linear-gradient(145deg, var(--accentT), color-mix(in oklab, var(--accentT) 60%, black)); box-shadow: 0 10px 24px -10px var(--accentT); }
._broxvq6d ._j0p2xsex { position: relative; z-index: 1; }
._broxvq6d h3 { margin: 0; font-size: 21px; }
._broxvq6d span { font-size: 13.5px; color: var(--muted); }
._broxvq6d ._rdgj0xii { position: absolute; right: 22px; bottom: 22px; z-index: 1; color: var(--muted-2); transition: .16s; }
._broxvq6d:hover ._rdgj0xii { color: var(--text); transform: translateX(3px); }
._6v61o7hl { --accentT: #17b9c6; }
._oijil0em  { --accentT: #f5c451; }
._a405zt85 { --accentT: #34d399; }
._phggwsm1  { --accentT: #fb7185; }

/* ===== Section heads ===== */
._6phaz9w1 { padding: 40px 0; }
._seyvl802 { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 20px; gap: 16px; }
._seyvl802 h2 { font-size: 25px; margin: 0; display: flex; align-items: center; gap: 12px; }
._seyvl802 p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
._seyvl802 ._sn6r1j2r { font-size: 13.5px; font-weight: 700; color: var(--gold); }

/* ===== Big bonus cards ===== */
._60njz835 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
._60njz835._nraa0auf { grid-template-columns: repeat(3, 1fr); }
._annjwciu {
  position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg);
  min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px;
  cursor: pointer; transition: .16s;
}
._annjwciu:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
._annjwciu ._knzukxyd { position: absolute; inset: 0; }
._annjwciu ._knzukxyd ._wr6ia3xd { position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 16px); }
._annjwciu ._knzukxyd ._q5ahkmha { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,4,10,0.92) 0%, rgba(5,4,10,0.35) 55%, transparent 100%); }
._annjwciu ._4c12uilz { position: relative; z-index: 1; align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; background: rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.16); backdrop-filter: blur(6px); margin-bottom: auto; }
._annjwciu ._tgwjxh98 { position: relative; z-index: 1; font-size: 40px; line-height: 0.95; margin-top: 14px; }
._annjwciu ._tgwjxh98 small { display: block; font-size: 15px; color: #d7d4e2; font-weight: 700; margin-bottom: 4px; }
._annjwciu p { position: relative; z-index: 1; color: #cfccdd; font-size: 14px; margin: 8px 0 16px; max-width: 360px; }
._annjwciu ._s7r4cx77 { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; font-weight: 800; font-size: 14px; color: var(--gold-ink); background: var(--gold); padding: 11px 18px; border-radius: 11px; transition: .15s; white-space: nowrap; }
._annjwciu:hover ._s7r4cx77 { filter: brightness(1.06); gap: 11px; }
._annjwciu._4nitzvto { grid-column: span 2; min-height: 280px; }
._60njz835._nraa0auf ._annjwciu._4nitzvto { grid-column: span 3; }

/* ===== Game rail / grid ===== */
._1pyggfsr { display: grid; grid-auto-flow: column; grid-auto-columns: 168px; gap: 14px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
._1pyggfsr::-webkit-scrollbar { display: none; }
._7v0o6gug { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
._8kv49mdr { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; border: 1px solid var(--line); aspect-ratio: 3/4; transition: .16s; }
._8kv49mdr:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
._7vhekmx7 { position: absolute; inset: 0; }
._7vhekmx7 ._wr6ia3xd { position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 12px); opacity: .5; }
._deuqh2ks { position: absolute; top: 9px; left: 9px; z-index: 2; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 3px 8px; border-radius: 6px; color: #fff; background: rgba(0,0,0,0.5); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.12); }
._deuqh2ks._5ab4s3uh { background: #f5455a; border-color: transparent; }
._deuqh2ks._k30tqsp7 { background: var(--gold); color: var(--gold-ink); border-color: transparent; }
._qfonwb4t { position:absolute; top: 9px; right: 9px; z-index: 2; font-family:'Sora'; font-weight:700; font-size:12px; color: var(--gold); background: rgba(0,0,0,0.55); padding: 3px 8px; border-radius: 7px; }
._i4s3um84 { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 11px; background: linear-gradient(to top, rgba(0,0,0,0.88), transparent); }
._i4s3um84 b { display: block; font-size: 13px; font-weight: 700; }
._i4s3um84 span { font-size: 11px; color: var(--muted); }
._jwmdroug { position: absolute; inset: 0; z-index: 3; display: grid; place-items: center; opacity: 0; background: rgba(6,4,12,0.5); transition: .16s; }
._8kv49mdr:hover ._jwmdroug { opacity: 1; }
._dgazxxc8 { width: 52px; height: 52px; border-radius: 50%; background: var(--gold); color: var(--gold-ink); display:grid; place-items:center; box-shadow: 0 10px 26px -6px var(--gold); transform: scale(.85); transition:.16s; }
._8kv49mdr:hover ._dgazxxc8 { transform: scale(1); }

/* ===== App balance bar ===== */
._rjdqlk62 { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line-2); border-radius: 11px; padding: 8px 14px; background: var(--panel); }
._rjdqlk62 span { color: var(--gold); display: grid; place-items: center; }
._rjdqlk62 b { font-size: 15px; white-space: nowrap; }
._jq4n2sty { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; margin: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: radial-gradient(500px 240px at 100% 0%, color-mix(in oklab, var(--violet) 24%, transparent), transparent 60%), linear-gradient(160deg, var(--panel-2), var(--panel)); }
._jq4n2sty ._elwsg0ud span { font-size: 13px; color: var(--muted); }
._jq4n2sty ._elwsg0ud b { font-size: 36px; display: block; line-height: 1.1; }
._jq4n2sty ._elwsg0ud ._1nvxvjeg { font-size: 13px; color: var(--gold); margin-top: 4px; }
._jq4n2sty ._3mdnnh1z { display: flex; gap: 10px; }

/* guest join CTA inside banner */
._wegnxp34 { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
._q3vn8phx { text-align: right; }
._z6ny08ot { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--gold-ink); background: var(--gold); padding: 4px 10px; border-radius: 999px; }
._q3vn8phx b { display: block; font-size: 17px; margin-top: 8px; max-width: 280px; }

/* live wins ticker */
._jzczntxe { display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); padding: 0 4px 0 16px; height: 46px; overflow: hidden; margin-bottom: 24px; }
._w95t6cjn { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--gold); flex: none; }
._baqfgqd3 { position: relative; flex: 1; overflow: hidden; height: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
._f76keyp1 { position: absolute; top: 0; left: 0; height: 100%; display: flex; align-items: center; gap: 32px; white-space: nowrap; animation: marquee 40s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { ._f76keyp1 { animation: none; } }
._ka1ku4zh { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); }
._ka1ku4zh b { color: var(--text); font-weight: 700; }
._ka1ku4zh em { font-style: normal; color: var(--gold); font-weight: 800; font-family: 'Sora'; }
._ka1ku4zh ._k5zadc6m { width: 6px; height: 6px; border-radius: 50%; background: #34d399; box-shadow: 0 0 8px #34d399; flex: none; }

@media (max-width: 640px) {
  ._wegnxp34 { width: 100%; justify-content: space-between; }
  ._q3vn8phx { text-align: left; }
}

/* ===== chips / search ===== */
._o801btv2 { position: relative; flex: 1; max-width: 320px; }
._o801btv2 input { width: 100%; background: var(--panel); border: 1px solid var(--line); border-radius: 11px; padding: 11px 14px 11px 40px; color: var(--text); font-size: 14px; font-family: inherit; outline: none; transition:.15s; }
._o801btv2 input:focus { border-color: color-mix(in oklab, var(--gold) 55%, transparent); box-shadow: 0 0 0 3px color-mix(in oklab, var(--gold) 14%, transparent); }
._o801btv2 svg { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--muted-2); }
._0uzxgnt9 { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
._683jwrcz { padding: 9px 15px; border-radius: 999px; border: 1px solid var(--line); background: var(--panel); font-size: 13.5px; font-weight: 600; color: var(--muted); cursor: pointer; transition:.14s; }
._683jwrcz:hover { color: var(--text); border-color: var(--line-2); }
._683jwrcz._9nigofb1 { background: var(--gold); color: var(--gold-ink); border-color: transparent; }

/* ===== Register ===== */
._0phql7je { padding: 40px 0 70px; }
._7j66wgt0 { max-width: 460px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--panel); box-shadow: var(--shadow); overflow: hidden; }
._xfaab5d6 { position: relative; padding: 30px 32px 26px; overflow: hidden; }
._xfaab5d6 ._knzukxyd { position: absolute; inset: 0; background: radial-gradient(380px 200px at 90% -20%, color-mix(in oklab, var(--violet) 40%, transparent), transparent 60%), radial-gradient(300px 200px at 0% 120%, color-mix(in oklab, var(--gold) 22%, transparent), transparent 60%), linear-gradient(160deg, var(--panel-2), var(--panel)); }
._xfaab5d6 ._g7wlzdfe { position: relative; z-index: 1; }
._xfaab5d6 ._pcd4m9o3 { display: inline-flex; align-items:center; gap:8px; font-size:12px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:var(--gold-ink); background:var(--gold); padding:5px 11px; border-radius:999px; }
._xfaab5d6 h2 { font-size: 26px; margin: 14px 0 4px; }
._xfaab5d6 p { margin: 0; color: var(--muted); font-size: 14px; }
._3gp2xafi { display: flex; gap: 6px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 5px; margin: 22px 32px 0; }
._3gp2xafi button { flex: 1; padding: 11px; border-radius: 8px; font-weight: 700; font-size: 14.5px; color: var(--muted); }
._3gp2xafi button._9nigofb1 { background: var(--panel-2); color: var(--text); box-shadow: inset 0 0 0 1px var(--line-2); }
._xu46iuye { padding: 22px 32px 30px; display: flex; flex-direction: column; gap: 14px; }
._jb98a7xi label { display: block; font-size: 12.5px; font-weight: 700; color: var(--muted); margin-bottom: 7px; }
._jb98a7xi input { width: 100%; background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 11px; padding: 13px 14px; color: var(--text); font-size: 15px; font-family: inherit; outline: none; transition:.15s; }
._jb98a7xi input:focus { border-color: color-mix(in oklab, var(--gold) 55%, transparent); box-shadow: 0 0 0 3px color-mix(in oklab, var(--gold) 14%, transparent); }
._jb98a7xi ._n68jc2dj { color: #ff6b5e; font-size: 12px; margin-top: 6px; }
._9mq9sawt { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
._upvus8cy { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
._upvus8cy input { margin-top: 3px; accent-color: var(--gold); width: 16px; height: 16px; }
._upvus8cy a { color: var(--gold); }
._z7zw3pix { font-size: 12px; color: var(--muted-2); text-align: center; }
._z7zw3pix a { color: var(--gold); }
._eq4xrp51 { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; max-width: 760px; margin: 22px auto 0; }

/* register: form left + hero image right */
._qmvuii5p { display: grid; grid-template-columns: 460px 1fr; gap: 20px; align-items: stretch; }
._kq3owrt2 ._7j66wgt0 { max-width: none; margin: 0; }
._nrcqi2n4 { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); min-height: 440px; box-shadow: var(--shadow); }
._nrcqi2n4 ._q4u1ff3z { position: absolute; inset: 0; aspect-ratio: auto !important; }
@media (max-width: 860px) {
  ._qmvuii5p { grid-template-columns: 1fr; }
  ._nrcqi2n4 { min-height: 220px; }
}
._9vjwwmzh { border: 1px solid var(--line); border-radius: 14px; background: var(--panel); padding: 16px; text-align: center; }
._9vjwwmzh ._5842h3fx { width: 40px; height: 40px; border-radius: 11px; display:grid; place-items:center; margin: 0 auto 10px; background: color-mix(in oklab, var(--violet) 16%, transparent); color: var(--violet); }
._9vjwwmzh b { display: block; font-size: 14px; }
._9vjwwmzh span { font-size: 12px; color: var(--muted-2); }

/* ===== how / promo extras ===== */
._iwyb3rjk { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
._t7dyhf5c { text-align: center; padding: 8px; }
._t7dyhf5c ._ilf3fbzr { width: 48px; height: 48px; border-radius: 14px; margin: 0 auto 14px; display: grid; place-items: center; background: color-mix(in oklab, var(--violet) 14%, transparent); color: var(--violet); font-family: 'Sora'; font-weight: 700; font-size: 18px; }
._t7dyhf5c b { display: block; font-size: 15px; margin-bottom: 6px; }
._t7dyhf5c span { color: var(--muted); font-size: 13.5px; }

/* ===== Trust + footer ===== */
._qptu6ivq { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(0,0,0,0.22); }
._qptu6ivq ._9e94t2u5 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 28px 26px; }
._qptu6ivq ._r4s3qvej { display: flex; gap: 13px; align-items: flex-start; }
._qptu6ivq ._r4s3qvej ._8ax48tqi { width: 42px; height: 42px; border-radius: 11px; display:grid; place-items:center; flex:none; background: var(--panel); border:1px solid var(--line-2); color: var(--gold); }
._qptu6ivq ._r4s3qvej b { display: block; font-size: 14px; }
._qptu6ivq ._r4s3qvej span { font-size: 12.5px; color: var(--muted-2); }
._xjvad8gd { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line-2); border-radius: 999px; padding: 3px 10px; color: var(--muted); font-weight: 700; font-size: 11px; }
._fytlthpi { padding: 50px 0 40px; border-top: 1px solid var(--line); margin-top: 16px; }
._uqmzk7dy { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
._r0daz2ke h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); margin: 0 0 14px; }
._r0daz2ke a { display: block; color: var(--muted); font-size: 14px; padding: 5px 0; }
._r0daz2ke a:hover { color: var(--text); }
._ivom83wq p { color: var(--muted); font-size: 14px; max-width: 320px; }
._4jc4ff0k { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
._bj2rjpbe { border: 1px solid var(--line-2); border-radius: 9px; padding: 8px 12px; font-size: 11px; font-weight: 700; color: var(--muted); display: flex; align-items: center; gap: 8px; }
._u382yp58 { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); flex-wrap: wrap; }
._u382yp58 p { color: var(--muted-2); font-size: 12.5px; margin: 0; max-width: 740px; }

/* ===== Modal ===== */
._ti02hxpq { position: fixed; inset: 0; z-index: 100; background: rgba(4,3,8,0.72); backdrop-filter: blur(6px); display: grid; place-items: center; padding: 20px; animation: fade .2s; }
@keyframes fade { from { opacity: 0; } }
._qkgc1kgv { width: 100%; max-width: 520px; background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; animation: pop .2s; position: relative; }
@keyframes pop { from { transform: translateY(12px) scale(.98); opacity: 0; } }
._xijmpx9m { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 9px; display:grid; place-items:center; color: var(--muted); background: rgba(0,0,0,0.4); }
._xijmpx9m:hover { color: var(--text); }
._dguw5x4o { padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 14px; }
._hlo5is8o { font-size: 12px; color: var(--muted-2); text-align: center; }

/* ===== Toast ===== */
._cs1uzvf8 { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 200; background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 12px; padding: 13px 18px; font-size: 14px; font-weight: 600; box-shadow: var(--shadow); display: flex; align-items: center; gap: 10px; animation: pop .2s; }
._cs1uzvf8 ._h63qez1u { color: var(--gold); }

/* ===== Page hero (sub) ===== */
._wzv8qtzd { padding: 38px 0 6px; text-align: center; }
._wzv8qtzd h1 { font-size: clamp(30px, 4vw, 46px); margin: 14px 0 12px; }
._wzv8qtzd h1 em { font-style: normal; color: var(--gold); }
._wzv8qtzd p { color: var(--muted); font-size: 17px; max-width: 560px; margin: 0 auto; }
._ji9mdpol { display: flex; gap: 8px; align-items: center; justify-content: center; font-size: 13px; color: var(--muted-2); }
._ji9mdpol a:hover { color: var(--text); }

/* ===== CSV-driven prose / text block ===== */
._pq9c1vy9 { margin-bottom: 26px; }
._pq9c1vy9:last-child { margin-bottom: 0; }
._7lu086wr h2 { font-size: 26px; margin: 0 0 14px; }
._7lu086wr p { color: var(--muted); font-size: 15.5px; line-height: 1.75; margin: 0 0 14px; max-width: 760px; }
._7lu086wr p:last-child { margin-bottom: 0; }
._7hezw35g { border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 28px 30px; background: var(--panel); }
._7hezw35g ._jt0uxkw2 { display: inline-block; margin-bottom: 14px; }

/* ===== Generator: image slots, cards, ref buttons ===== */
._q4u1ff3z { position: relative; width: 100%; overflow: hidden; background: var(--bg-2); }
._q4u1ff3z img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; transition: opacity .25s; }
._q4u1ff3z img._17q33lwj { opacity: 1; }
._tdz0uxaz { position: absolute; inset: 0; display: grid; place-items: center; }
._tdz0uxaz ._wr6ia3xd { position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 14px); }
._jt0uxkw2 { position: relative; z-index: 1; font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: .12em; color: rgba(255,255,255,0.6); text-transform: uppercase; padding: 5px 10px; border: 1px dashed rgba(255,255,255,0.3); border-radius: 7px; background: rgba(0,0,0,0.35); }

._cwq4v6io { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--panel); display: flex; flex-direction: column; transition: .16s; }
._cwq4v6io:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
._d0i68w6l { position: relative; }
._vsgx0bsi { position: absolute; top: 12px; left: 12px; z-index: 2; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; color: var(--gold-ink); background: var(--gold); box-shadow: 0 6px 18px -6px var(--gold); }
._x12bpiji { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
._2kxjoykp { font-size: 17px; line-height: 1.2; }
._2kxjoykp._1faz3ewe { font-size: 14px; font-weight: 700; }
._pd2jii6g { font-size: 13px; color: var(--muted); }
._pd2jii6g._1faz3ewe { font-size: 11.5px; color: var(--muted-2); }
._mhpzkku2 { font-size: 10.5px; color: var(--muted-2); margin-top: 2px; }

._zx7ko7mh { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; font-size: 14px; border-radius: 11px; padding: 12px 18px; margin-top: 10px; transition: .15s; white-space: nowrap; }
._zx7ko7mh._fm3utpm2 { width: 100%; }
._zx7ko7mh._h8ix7fw0 { background: linear-gradient(145deg, var(--gold), var(--gold-2)); color: var(--gold-ink); box-shadow: 0 12px 26px -12px var(--gold); }
._zx7ko7mh._al5a067b { background: linear-gradient(145deg, var(--violet), var(--violet-2)); color: #fff; box-shadow: 0 12px 26px -12px var(--violet); }
._zx7ko7mh._h8ix7fw0:hover, ._zx7ko7mh._al5a067b:hover { filter: brightness(1.06); }
._zx7ko7mh ._7akif2at { transition: transform .15s; }
._zx7ko7mh:hover ._7akif2at { transform: translateX(3px); }
._zx7ko7mh._al5a067b { font-size: 13px; padding: 10px 14px; }

._idqatu9n { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
._yfzm8ypf { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
._cwq4v6io._gc48pxbj ._d0i68w6l ._deuqh2ks { position: absolute; top: 9px; left: 9px; z-index: 2; }

/* larger-format bonus cards (only 3 across) */
._cwq4v6io._u386uwu1 { border-radius: var(--radius-lg); }
._cwq4v6io._u386uwu1 ._x12bpiji { padding: 22px 24px 24px; gap: 8px; }
._cwq4v6io._u386uwu1 ._2kxjoykp { font-size: 23px; }
._cwq4v6io._u386uwu1 ._pd2jii6g { font-size: 14.5px; }
._cwq4v6io._u386uwu1 ._vsgx0bsi { top: 14px; left: 14px; font-size: 12px; padding: 6px 13px; }
._cwq4v6io._u386uwu1 ._zx7ko7mh { font-size: 15px; padding: 14px 20px; margin-top: 14px; }

/* live generator bar */
._5ja65uxa { position: fixed; left: 16px; bottom: 16px; z-index: 60; }
._xli06pqc { border: 1px solid var(--line-2); background: var(--panel-2); color: var(--text); border-radius: 10px; padding: 9px 14px; font-size: 12.5px; font-weight: 700; box-shadow: var(--shadow); }
._xli06pqc:hover { border-color: var(--gold); color: var(--gold); }

@media (max-width: 1024px) { ._yfzm8ypf { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 820px)  { ._idqatu9n { grid-template-columns: 1fr; } ._yfzm8ypf { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px)  { ._yfzm8ypf { grid-template-columns: repeat(2, 1fr); } }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  ._7v0o6gug { grid-template-columns: repeat(4, 1fr); }
  ._iwyb3rjk { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  ._8qa135rw { display: none; }
  ._taib7tdp { display: grid; }
  ._cjndsdxu { grid-template-columns: 1fr; }
  ._4jk5c09r { grid-template-columns: 1fr; }
  ._en52a2mz { min-height: 220px; order: -1; }
  ._4gh9h267 { padding: 32px; }
  ._60njz835, ._60njz835._nraa0auf { grid-template-columns: 1fr; }
  ._annjwciu._4nitzvto, ._60njz835._nraa0auf ._annjwciu._4nitzvto { grid-column: auto; }
  ._7v0o6gug { grid-template-columns: repeat(3, 1fr); }
  ._qptu6ivq ._9e94t2u5 { grid-template-columns: repeat(2,1fr); }
  ._uqmzk7dy { grid-template-columns: 1fr 1fr; }
  ._9ur6maqz ._gxyatlru { display: none; }
  ._hf6756e4 { padding: 32px; }
}
@media (max-width: 520px) {
  ._9e94t2u5 { padding: 0 16px; }
  ._7v0o6gug { grid-template-columns: repeat(2, 1fr); }
  ._9mq9sawt { grid-template-columns: 1fr; }
  ._eq4xrp51, ._qptu6ivq ._9e94t2u5, ._uqmzk7dy { grid-template-columns: 1fr; }
}

/* ===== SLOTRIZE additions ===== */
._l9nr937i { height: 36px; width: auto; display: block; }

/* home featured grid (5 wide Slotrize cards) */
._mzv8moxr { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
._cwq4v6io._u386uwu1._kgyqowzh { } /* reserved */

/* app / register screenshot grid (3 cards) */
._mta4o45n { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
._cwq4v6io._di5nwzo4 ._d0i68w6l ._vsgx0bsi,
._cwq4v6io._z8m12g6h ._d0i68w6l ._vsgx0bsi { top: 12px; left: 12px; }

@media (max-width: 1024px) { ._mzv8moxr { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 820px)  { ._mzv8moxr, ._mta4o45n { grid-template-columns: 1fr; } }
@media (max-width: 520px)  { ._mzv8moxr, ._mta4o45n { grid-template-columns: 1fr; } }

/* ===== SLOTRIZE v2: wider layout, bonus banners, inline figures, support ===== */
._9e94t2u5 { padding: 0 40px; }

/* 3 clickable bonus banners (image already contains the offer + button) */
._cm69j89z { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
._wzim6nr2 { position: relative; display: block; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); transition: .16s; aspect-ratio: 7 / 4; background: #0c2a2c; }
._wzim6nr2:hover { transform: translateY(-4px); border-color: var(--gold); }
._wzim6nr2 img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
@media (max-width: 900px) {
  ._cm69j89z { grid-template-columns: 1fr; }
  ._wzim6nr2 { aspect-ratio: auto; }
  ._wzim6nr2 img { position: static; height: auto; }
}

/* inline images distributed within prose text */
._btitg066 { margin: 22px 0; }
._btitg066 img { width: 100%; height: auto; display: block; border-radius: var(--radius); border: 1px solid var(--line-2); box-shadow: var(--shadow); }
._btitg066._nw8it9w9 { max-width: 360px; }
._btitg066._nw8it9w9 img { border-radius: var(--radius-lg); }

/* floating support button -> referral */
._tund2udj { position: fixed; right: 20px; bottom: 20px; z-index: 70; display: inline-flex; align-items: center; gap: 9px; background: linear-gradient(145deg, var(--gold), var(--gold-2)); color: var(--gold-ink); font-weight: 800; font-size: 14.5px; padding: 13px 18px; border-radius: 999px; box-shadow: 0 16px 34px -12px var(--gold); transition: .15s; }
._tund2udj:hover { filter: brightness(1.05); transform: translateY(-2px); }
@media (max-width: 520px) { ._tund2udj span._es9r83bm { display: none; } ._tund2udj { padding: 14px; border-radius: 50%; } ._9e94t2u5 { padding: 0 16px; } }

/* ===== SLOTRIZE: rich prose (verbatim HTML content) ===== */
._29oof9ms { max-width: 1080px; }
._7lu086wr h1 { font-family: 'Sora', system-ui, sans-serif; font-weight: 800; letter-spacing: -0.025em; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.08; margin: 0 0 18px; }
._7lu086wr h2 { font-family: 'Sora', system-ui, sans-serif; font-weight: 700; letter-spacing: -0.02em; font-size: clamp(22px, 2.4vw, 30px); margin: 40px 0 14px; padding-top: 22px; border-top: 1px solid var(--line); }
._7lu086wr h3 { font-family: 'Sora', system-ui, sans-serif; font-weight: 700; font-size: 19px; margin: 26px 0 10px; color: var(--text); }
._7lu086wr p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0 0 16px; max-width: none; }
._7lu086wr strong { color: var(--text); font-weight: 700; }
._7lu086wr a { color: var(--gold); font-weight: 700; }
._7lu086wr ul, ._7lu086wr ol { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0 0 18px; padding-left: 22px; }
._7lu086wr li { margin: 0 0 9px; }
._7lu086wr li::marker { color: var(--gold); }
._7lu086wr table { width: 100%; border-collapse: collapse; margin: 18px 0 26px; font-size: 14.5px; border: 1px solid var(--line-2); border-radius: var(--radius); overflow: hidden; }
._7lu086wr thead, ._7lu086wr tr:first-child { }
._7lu086wr th { text-align: left; background: var(--panel-2); color: var(--text); font-weight: 700; padding: 12px 14px; border-bottom: 1px solid var(--line-2); font-size: 13.5px; }
._7lu086wr td { padding: 11px 14px; border-bottom: 1px solid var(--line); color: var(--muted); }
._7lu086wr tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
._7lu086wr tr:last-child td { border-bottom: none; }
._btitg066 { margin: 22px 0 26px; }
._btitg066 img { width: 100%; height: auto; display: block; border-radius: var(--radius); border: 1px solid var(--line-2); box-shadow: var(--shadow); }
._btitg066._nw8it9w9 { max-width: 340px; }
@media (max-width: 640px) { ._7lu086wr table { display: block; overflow-x: auto; white-space: nowrap; } }

/* hero headline styled like h1 but not an <h1> (keeps content H1 unique) */
._4gh9h267 ._da0tf112, ._hf6756e4 ._da0tf112 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.0; margin: 18px 0 12px; position: relative; z-index: 1; }
._4gh9h267 ._da0tf112 em { font-style: normal; color: var(--gold); }

/* registration CTA perks list */
._1ivhgfga { list-style: none; padding: 0; margin: 0 0 4px; display: flex; flex-direction: column; gap: 11px; }
._1ivhgfga li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--text); line-height: 1.4; }
._1ivhgfga ._4m7dwp5a { flex: none; width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; background: color-mix(in oklab, var(--gold) 18%, transparent); color: var(--gold); margin-top: 1px; }

/* ===== SLOTRIZE v4: footer text items, register layout, lang ===== */
._r0daz2ke span { display: block; color: var(--muted); font-size: 14px; padding: 5px 0; }

/* register: bigger box, smaller hero image */
._qmvuii5p { grid-template-columns: 1.1fr 0.9fr; max-width: 1240px; margin: 0 auto; gap: 26px; align-items: stretch; }
._kq3owrt2 ._7j66wgt0 { max-width: none; }
._nrcqi2n4 { min-height: 0; align-self: stretch; }
@media (max-width: 860px) {
  ._qmvuii5p { grid-template-columns: 1fr; max-width: 560px; }
  ._nrcqi2n4 { height: 240px; }
}

/* ===== SLOTRIZE v5: FAQ accordion + author block ===== */
._252h76x0 { display: flex; flex-direction: column; gap: 10px; margin: 18px 0 0; }
._2ydx2krg { border: 1px solid var(--line-2); border-radius: var(--radius); background: var(--panel); overflow: hidden; }
._1yeyirqv { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
._vml5mcde { display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; padding: 16px 18px; font-weight: 600; color: var(--text); font-size: 15.5px; line-height: 1.45; user-select: none; }
._vml5mcde:hover { background: var(--panel-2); }
._vyzfsuvd { position: relative; flex: none; width: 18px; height: 18px; }
._vyzfsuvd::before, ._vyzfsuvd::after { content: ""; position: absolute; background: var(--gold); border-radius: 2px; transition: opacity .2s ease, transform .2s ease; }
._vyzfsuvd::before { top: 8px; left: 1px; right: 1px; height: 2px; }
._vyzfsuvd::after { left: 8px; top: 1px; bottom: 1px; width: 2px; }
._1yeyirqv:checked ~ ._vml5mcde ._vyzfsuvd::after { opacity: 0; transform: scaleY(0); }
._zm4eive5 { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
._zm4eive5 p { margin: 0; padding: 2px 18px 16px; color: var(--muted); font-size: 14.5px; line-height: 1.7; max-width: none; }
._1yeyirqv:checked ~ ._zm4eive5 { max-height: 640px; }

._ykou5a5p { display: flex; gap: 18px; align-items: flex-start; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
._gh4uz613 { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; flex: none; border: 2px solid var(--line-2); }
._syxs4w6z { font-family: 'Sora', system-ui, sans-serif; font-weight: 700; font-size: 18px; color: var(--text); }
._xxjqqnom { font-size: 13px; color: var(--gold); font-weight: 600; margin: 3px 0 9px; }
._vrau7sc8 { color: var(--muted); font-size: 14.5px; line-height: 1.72; margin: 0; max-width: none; }
@media (max-width: 560px) { ._ykou5a5p { flex-direction: column; gap: 14px; } }
