/* ===== DUDESPIN v2 — distinct casino template ===== */
:root {
  --bg:        #090d0e;
  --bg-2:      #0f1416;
  --panel:     #13191c;
  --panel-2:   #1c2326;
  --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:      #25abe4;
  --gold-2:    #0f82b3;
  --gold-ink:  #ffffff;
  --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;
}
._awoe7rj5 { 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%; }
._78vwnaqs { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }

/* ===== Header (horizontal nav like the reference) ===== */
._wlojf9zp {
  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);
}
._wlojf9zp ._78vwnaqs { display: flex; align-items: center; gap: 30px; height: 72px; }
._vaelwu2v { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 21px; letter-spacing: -0.03em; }
._co1jpbu7 {
  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);
}
._co1jpbu7::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){ ._co1jpbu7::before{ animation:none; } }
._co1jpbu7 svg { position: relative; z-index: 1; }
._vaelwu2v b { color: var(--gold); }
._kvfy2lad { display: flex; gap: 4px; }
._kvfy2lad 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;
}
._kvfy2lad a:hover { color: var(--text); }
._kvfy2lad a._7bf4cnjn { color: var(--text); background: var(--panel); }
._kvfy2lad a._3uogj7cw { color: var(--gold); }
._kvfy2lad a._3uogj7cw:hover { color: var(--gold); }
._uq4cdrsx { flex: 1; }
._r3c2avav { display: flex; align-items: center; gap: 10px; }

._3hcwzsji {
  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;
}
._3hcwzsji:active { transform: translateY(1px); }
._1zt94prh { color: var(--text); border-color: var(--line-2); }
._1zt94prh:hover { background: var(--panel); }
._9e0nvj12 { background: linear-gradient(145deg, var(--gold), var(--gold-2)); color: var(--gold-ink); box-shadow: 0 12px 28px -12px var(--gold); }
._9e0nvj12:hover { filter: brightness(1.05); }
._ncov5sb3 { background: linear-gradient(145deg, var(--violet), var(--violet-2)); color: #fff; box-shadow: 0 12px 28px -12px var(--violet); }
._ncov5sb3:hover { filter: brightness(1.06); }
._wev52g0s { padding: 15px 26px; font-size: 16px; border-radius: 13px; }
._dl86j4hg { padding: 8px 14px; font-size: 13px; border-radius: 9px; }
._z5hclvht { width: 100%; }
._0vzz65zm { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line-2); place-items: center; }

/* ===== Hero carousel ===== */
._1pnqz3sk { padding: 28px 0 8px; }
._tp2ey33q {
  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);
}
._o34306to { position: absolute; inset: 0; transition: opacity .5s; }
._o34306to ._hs3dxgbp { position: absolute; inset: 0; background-image: repeating-linear-gradient(125deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 22px); }
._o34306to ._4x49yzk3 { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,4,10,0.9) 0%, rgba(5,4,10,0.55) 45%, transparent 80%); }
._shwn8rc3 { position: relative; z-index: 2; padding: 48px; max-width: 560px; }
._7icxq1pz { 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; }
._shwn8rc3 h1 { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.0; margin: 18px 0 12px; }
._shwn8rc3 h1 em { font-style: normal; color: var(--gold); }
._shwn8rc3 p { color: #d7d4e2; font-size: 17px; margin: 0 0 24px; max-width: 440px; }
._0jlnmj7j { display: flex; gap: 12px; flex-wrap: wrap; }
._l0xbyx27 { position: absolute; z-index: 3; bottom: 22px; right: 28px; display: flex; gap: 8px; }
._l0xbyx27 i { width: 24px; height: 5px; border-radius: 99px; background: rgba(255,255,255,0.25); cursor: pointer; transition: .2s; }
._l0xbyx27 i._u92xhzdl { background: var(--gold); width: 34px; }

/* static two-column hero: text box + image */
._e1rs9hks { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 20px; align-items: stretch; }
._qm99q5ky { 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); }
._qm99q5ky::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%); }
._ulmmjxx1 { 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; }
._qm99q5ky h1 { position: relative; z-index: 1; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.0; margin: 18px 0 12px; }
._qm99q5ky h1 em { font-style: normal; color: var(--gold); }
._qm99q5ky p { position: relative; z-index: 1; color: #d7d4e2; font-size: 17px; margin: 0 0 26px; max-width: 440px; }
._qm99q5ky ._0jlnmj7j { position: relative; z-index: 1; }
._duqq1zco { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); min-height: 360px; box-shadow: var(--shadow); }
._duqq1zco ._44zpuioj { position: absolute; inset: 0; aspect-ratio: auto !important; }

/* ===== Category icon tiles (Slots / Live / Table ...) ===== */
._02zbekgd { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
._wjchfrwx {
  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;
}
._wjchfrwx::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; }
._wjchfrwx:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
._wjchfrwx:hover::after { transform: scale(1.25); }
._wjchfrwx ._cmvt8h4h { 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); }
._wjchfrwx ._m3mfwa13 { position: relative; z-index: 1; }
._wjchfrwx h3 { margin: 0; font-size: 21px; }
._wjchfrwx span { font-size: 13.5px; color: var(--muted); }
._wjchfrwx ._sgvvzy92 { position: absolute; right: 22px; bottom: 22px; z-index: 1; color: var(--muted-2); transition: .16s; }
._wjchfrwx:hover ._sgvvzy92 { color: var(--text); transform: translateX(3px); }
._l306pku4 { --accentT: #17b9c6; }
._cx9fl4kx  { --accentT: #f5c451; }
._d9f75ngy { --accentT: #34d399; }
._g2ov8ifa  { --accentT: #fb7185; }

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

/* ===== Big bonus cards ===== */
._fglw9c4s { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
._fglw9c4s._ta3nlwgs { grid-template-columns: repeat(3, 1fr); }
._sj9ovj9i {
  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;
}
._sj9ovj9i:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
._sj9ovj9i ._yx7kwola { position: absolute; inset: 0; }
._sj9ovj9i ._yx7kwola ._hs3dxgbp { position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 16px); }
._sj9ovj9i ._yx7kwola ._4x49yzk3 { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,4,10,0.92) 0%, rgba(5,4,10,0.35) 55%, transparent 100%); }
._sj9ovj9i ._gw6wsvyt { 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; }
._sj9ovj9i ._yx4t4ir2 { position: relative; z-index: 1; font-size: 40px; line-height: 0.95; margin-top: 14px; }
._sj9ovj9i ._yx4t4ir2 small { display: block; font-size: 15px; color: #d7d4e2; font-weight: 700; margin-bottom: 4px; }
._sj9ovj9i p { position: relative; z-index: 1; color: #cfccdd; font-size: 14px; margin: 8px 0 16px; max-width: 360px; }
._sj9ovj9i ._48coptx2 { 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; }
._sj9ovj9i:hover ._48coptx2 { filter: brightness(1.06); gap: 11px; }
._sj9ovj9i._xr79d12z { grid-column: span 2; min-height: 280px; }
._fglw9c4s._ta3nlwgs ._sj9ovj9i._xr79d12z { grid-column: span 3; }

/* ===== Game rail / grid ===== */
._xpuypy8j { display: grid; grid-auto-flow: column; grid-auto-columns: 168px; gap: 14px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
._xpuypy8j::-webkit-scrollbar { display: none; }
._u8daifm9 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
._2vahuwig { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; border: 1px solid var(--line); aspect-ratio: 3/4; transition: .16s; }
._2vahuwig:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
._7fv8x4q0 { position: absolute; inset: 0; }
._7fv8x4q0 ._hs3dxgbp { position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 12px); opacity: .5; }
._7taqbzsy { 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); }
._7taqbzsy._4m2lqzti { background: #f5455a; border-color: transparent; }
._7taqbzsy._x0nbd2n1 { background: var(--gold); color: var(--gold-ink); border-color: transparent; }
._gfkv1ntr { 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; }
._iwqcm2i6 { 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); }
._iwqcm2i6 b { display: block; font-size: 13px; font-weight: 700; }
._iwqcm2i6 span { font-size: 11px; color: var(--muted); }
._ex1ds0e9 { position: absolute; inset: 0; z-index: 3; display: grid; place-items: center; opacity: 0; background: rgba(6,4,12,0.5); transition: .16s; }
._2vahuwig:hover ._ex1ds0e9 { opacity: 1; }
._i15knqu7 { 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; }
._2vahuwig:hover ._i15knqu7 { transform: scale(1); }

/* ===== App balance bar ===== */
._qeuut7lt { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line-2); border-radius: 11px; padding: 8px 14px; background: var(--panel); }
._qeuut7lt span { color: var(--gold); display: grid; place-items: center; }
._qeuut7lt b { font-size: 15px; white-space: nowrap; }
._iiwsyp25 { 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)); }
._iiwsyp25 ._s640mhc0 span { font-size: 13px; color: var(--muted); }
._iiwsyp25 ._s640mhc0 b { font-size: 36px; display: block; line-height: 1.1; }
._iiwsyp25 ._s640mhc0 ._mdltr7e4 { font-size: 13px; color: var(--gold); margin-top: 4px; }
._iiwsyp25 ._lalwljb3 { display: flex; gap: 10px; }

/* guest join CTA inside banner */
._cf5nlm9w { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
._urssszxn { text-align: right; }
._mjc5ntgi { 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; }
._urssszxn b { display: block; font-size: 17px; margin-top: 8px; max-width: 280px; }

/* live wins ticker */
._yjz4kim7 { 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; }
._i32uws3c { 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; }
._07raysih { 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); }
._55y0fl06 { 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) { ._55y0fl06 { animation: none; } }
._0z03rdgb { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); }
._0z03rdgb b { color: var(--text); font-weight: 700; }
._0z03rdgb em { font-style: normal; color: var(--gold); font-weight: 800; font-family: 'Sora'; }
._0z03rdgb ._81c1b7wp { width: 6px; height: 6px; border-radius: 50%; background: #34d399; box-shadow: 0 0 8px #34d399; flex: none; }

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

/* ===== chips / search ===== */
._k440vkb2 { position: relative; flex: 1; max-width: 320px; }
._k440vkb2 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; }
._k440vkb2 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); }
._k440vkb2 svg { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--muted-2); }
._a2grsjrk { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
._nle7nj35 { 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; }
._nle7nj35:hover { color: var(--text); border-color: var(--line-2); }
._nle7nj35._u92xhzdl { background: var(--gold); color: var(--gold-ink); border-color: transparent; }

/* ===== Register ===== */
._cs30b8x9 { padding: 40px 0 70px; }
._op2rfo8h { 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; }
._zki6h19o { position: relative; padding: 30px 32px 26px; overflow: hidden; }
._zki6h19o ._yx7kwola { 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)); }
._zki6h19o ._5jy3plcg { position: relative; z-index: 1; }
._zki6h19o ._tidj112t { 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; }
._zki6h19o h2 { font-size: 26px; margin: 14px 0 4px; }
._zki6h19o p { margin: 0; color: var(--muted); font-size: 14px; }
._fhhrodgk { display: flex; gap: 6px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 5px; margin: 22px 32px 0; }
._fhhrodgk button { flex: 1; padding: 11px; border-radius: 8px; font-weight: 700; font-size: 14.5px; color: var(--muted); }
._fhhrodgk button._u92xhzdl { background: var(--panel-2); color: var(--text); box-shadow: inset 0 0 0 1px var(--line-2); }
._8qqm3alh { padding: 22px 32px 30px; display: flex; flex-direction: column; gap: 14px; }
._4wf4nxuu label { display: block; font-size: 12.5px; font-weight: 700; color: var(--muted); margin-bottom: 7px; }
._4wf4nxuu 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; }
._4wf4nxuu 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); }
._4wf4nxuu ._3d84yp8f { color: #ff6b5e; font-size: 12px; margin-top: 6px; }
._veojso8y { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
._scqfxxp5 { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
._scqfxxp5 input { margin-top: 3px; accent-color: var(--gold); width: 16px; height: 16px; }
._scqfxxp5 a { color: var(--gold); }
._1e2vr8m7 { font-size: 12px; color: var(--muted-2); text-align: center; }
._1e2vr8m7 a { color: var(--gold); }
._hfgoru5q { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; max-width: 760px; margin: 22px auto 0; }

/* register: form left + hero image right */
._huambz69 { display: grid; grid-template-columns: 460px 1fr; gap: 20px; align-items: stretch; }
._iz9htqfk ._op2rfo8h { max-width: none; margin: 0; }
._xtzoghen { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); min-height: 440px; box-shadow: var(--shadow); }
._xtzoghen ._44zpuioj { position: absolute; inset: 0; aspect-ratio: auto !important; }
@media (max-width: 860px) {
  ._huambz69 { grid-template-columns: 1fr; }
  ._xtzoghen { min-height: 220px; }
}
._8si7e761 { border: 1px solid var(--line); border-radius: 14px; background: var(--panel); padding: 16px; text-align: center; }
._8si7e761 ._46oanf72 { 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); }
._8si7e761 b { display: block; font-size: 14px; }
._8si7e761 span { font-size: 12px; color: var(--muted-2); }

/* ===== how / promo extras ===== */
._sspxoun2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
._kgzp4lwe { text-align: center; padding: 8px; }
._kgzp4lwe ._sx00f3h8 { 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; }
._kgzp4lwe b { display: block; font-size: 15px; margin-bottom: 6px; }
._kgzp4lwe span { color: var(--muted); font-size: 13.5px; }

/* ===== Trust + footer ===== */
._xmd7r1fg { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(0,0,0,0.22); }
._xmd7r1fg ._78vwnaqs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 28px 26px; }
._xmd7r1fg ._fbote4bs { display: flex; gap: 13px; align-items: flex-start; }
._xmd7r1fg ._fbote4bs ._5d2cslu4 { 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); }
._xmd7r1fg ._fbote4bs b { display: block; font-size: 14px; }
._xmd7r1fg ._fbote4bs span { font-size: 12.5px; color: var(--muted-2); }
._mi90lcmq { 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; }
._6v0lx6mj { padding: 50px 0 40px; border-top: 1px solid var(--line); margin-top: 16px; }
._iy034v3f { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
._a6n43qwo h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); margin: 0 0 14px; }
._a6n43qwo a { display: block; color: var(--muted); font-size: 14px; padding: 5px 0; }
._a6n43qwo a:hover { color: var(--text); }
._qthns301 p { color: var(--muted); font-size: 14px; max-width: 320px; }
._3fie9yes { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
._g3byjagp { 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; }
._p24s2lsx { 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; }
._p24s2lsx p { color: var(--muted-2); font-size: 12.5px; margin: 0; max-width: 740px; }

/* ===== Modal ===== */
._4bmpcffc { 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; } }
._fr69nbg5 { 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; } }
._gvgrabbm { 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); }
._gvgrabbm:hover { color: var(--text); }
._yjqwx9kp { padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 14px; }
._r318yyw8 { font-size: 12px; color: var(--muted-2); text-align: center; }

/* ===== Toast ===== */
._v4qjqpnh { 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; }
._v4qjqpnh ._urarcjry { color: var(--gold); }

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

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

/* ===== Generator: image slots, cards, ref buttons ===== */
._44zpuioj { position: relative; width: 100%; overflow: hidden; background: var(--bg-2); }
._44zpuioj img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; transition: opacity .25s; }
._44zpuioj img._5notr2ro { opacity: 1; }
._qxqfqdgo { position: absolute; inset: 0; display: grid; place-items: center; }
._qxqfqdgo ._hs3dxgbp { position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 14px); }
._7z6kicf5 { 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); }

._01gojlhl { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--panel); display: flex; flex-direction: column; transition: .16s; }
._01gojlhl:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
._uonxrz3u { position: relative; }
._v4ob7ajh { 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); }
._klp01r4p { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
._nscxanlt { font-size: 17px; line-height: 1.2; }
._nscxanlt._240p2vmq { font-size: 14px; font-weight: 700; }
._q04bwza0 { font-size: 13px; color: var(--muted); }
._q04bwza0._240p2vmq { font-size: 11.5px; color: var(--muted-2); }
._u5cdav79 { font-size: 10.5px; color: var(--muted-2); margin-top: 2px; }

._1bq914r1 { 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; }
._1bq914r1._hyvflgnn { width: 100%; }
._1bq914r1._na6hmxb1 { background: linear-gradient(145deg, var(--gold), var(--gold-2)); color: var(--gold-ink); box-shadow: 0 12px 26px -12px var(--gold); }
._1bq914r1._nzjyg8sy { background: linear-gradient(145deg, var(--violet), var(--violet-2)); color: #fff; box-shadow: 0 12px 26px -12px var(--violet); }
._1bq914r1._na6hmxb1:hover, ._1bq914r1._nzjyg8sy:hover { filter: brightness(1.06); }
._1bq914r1 ._usc3e376 { transition: transform .15s; }
._1bq914r1:hover ._usc3e376 { transform: translateX(3px); }
._1bq914r1._nzjyg8sy { font-size: 13px; padding: 10px 14px; }

._vfha3vnu { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
._b6gil1pc { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
._01gojlhl._krdqmaur ._uonxrz3u ._7taqbzsy { position: absolute; top: 9px; left: 9px; z-index: 2; }

/* larger-format bonus cards (only 3 across) */
._01gojlhl._rrbo0htr { border-radius: var(--radius-lg); }
._01gojlhl._rrbo0htr ._klp01r4p { padding: 22px 24px 24px; gap: 8px; }
._01gojlhl._rrbo0htr ._nscxanlt { font-size: 23px; }
._01gojlhl._rrbo0htr ._q04bwza0 { font-size: 14.5px; }
._01gojlhl._rrbo0htr ._v4ob7ajh { top: 14px; left: 14px; font-size: 12px; padding: 6px 13px; }
._01gojlhl._rrbo0htr ._1bq914r1 { font-size: 15px; padding: 14px 20px; margin-top: 14px; }

/* live generator bar */
._wdqipqwe { position: fixed; left: 16px; bottom: 16px; z-index: 60; }
._ub3txvxa { 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); }
._ub3txvxa:hover { border-color: var(--gold); color: var(--gold); }

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

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  ._u8daifm9 { grid-template-columns: repeat(4, 1fr); }
  ._sspxoun2 { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  ._kvfy2lad { display: none; }
  ._0vzz65zm { display: grid; }
  ._02zbekgd { grid-template-columns: 1fr; }
  ._e1rs9hks { grid-template-columns: 1fr; }
  ._duqq1zco { min-height: 220px; order: -1; }
  ._qm99q5ky { padding: 32px; }
  ._fglw9c4s, ._fglw9c4s._ta3nlwgs { grid-template-columns: 1fr; }
  ._sj9ovj9i._xr79d12z, ._fglw9c4s._ta3nlwgs ._sj9ovj9i._xr79d12z { grid-column: auto; }
  ._u8daifm9 { grid-template-columns: repeat(3, 1fr); }
  ._xmd7r1fg ._78vwnaqs { grid-template-columns: repeat(2,1fr); }
  ._iy034v3f { grid-template-columns: 1fr 1fr; }
  ._r3c2avav ._5hdjezyw { display: none; }
  ._shwn8rc3 { padding: 32px; }
}
@media (max-width: 520px) {
  ._78vwnaqs { padding: 0 16px; }
  ._u8daifm9 { grid-template-columns: repeat(2, 1fr); }
  ._veojso8y { grid-template-columns: 1fr; }
  ._hfgoru5q, ._xmd7r1fg ._78vwnaqs, ._iy034v3f { grid-template-columns: 1fr; }
}

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

/* home featured grid (5 wide Slotrize cards) */
._a2zjlyu0 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
._01gojlhl._rrbo0htr._q7nz2p76 { } /* reserved */

/* app / register screenshot grid (3 cards) */
._il2avyos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
._01gojlhl._w4cqkwx2 ._uonxrz3u ._v4ob7ajh,
._01gojlhl._5n4ll46o ._uonxrz3u ._v4ob7ajh { top: 12px; left: 12px; }

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

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

/* 3 clickable bonus banners (image already contains the offer + button) */
._yd331p6o { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
._bs88g9ah { 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; }
._bs88g9ah:hover { transform: translateY(-4px); border-color: var(--gold); }
._bs88g9ah img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
@media (max-width: 900px) {
  ._yd331p6o { grid-template-columns: 1fr; }
  ._bs88g9ah { aspect-ratio: auto; }
  ._bs88g9ah img { position: static; height: auto; }
}

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

/* floating support button -> referral */
._x0dddc3s { 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; }
._x0dddc3s:hover { filter: brightness(1.05); transform: translateY(-2px); }
@media (max-width: 520px) { ._x0dddc3s span._d1kmjkya { display: none; } ._x0dddc3s { padding: 14px; border-radius: 50%; } ._78vwnaqs { padding: 0 16px; } }

/* ===== SLOTRIZE: rich prose (verbatim HTML content) ===== */
._w2vufb8a { max-width: 1080px; }
._0i8hxhjx 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; }
._0i8hxhjx 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); }
._0i8hxhjx h3 { font-family: 'Sora', system-ui, sans-serif; font-weight: 700; font-size: 19px; margin: 26px 0 10px; color: var(--text); }
._0i8hxhjx p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0 0 16px; max-width: none; }
._0i8hxhjx strong { color: var(--text); font-weight: 700; }
._0i8hxhjx a { color: var(--gold); font-weight: 700; }
._0i8hxhjx ul, ._0i8hxhjx ol { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0 0 18px; padding-left: 22px; }
._0i8hxhjx li { margin: 0 0 9px; }
._0i8hxhjx li::marker { color: var(--gold); }
._0i8hxhjx 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; }
._0i8hxhjx thead, ._0i8hxhjx tr:first-child { }
._0i8hxhjx 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; }
._0i8hxhjx td { padding: 11px 14px; border-bottom: 1px solid var(--line); color: var(--muted); }
._0i8hxhjx tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
._0i8hxhjx tr:last-child td { border-bottom: none; }
._bsftwwh3 { margin: 22px 0 26px; }
._bsftwwh3 img { width: 100%; height: auto; display: block; border-radius: var(--radius); border: 1px solid var(--line-2); box-shadow: var(--shadow); }
._bsftwwh3._fqcn016u { max-width: 340px; }
@media (max-width: 640px) { ._0i8hxhjx table { display: block; overflow-x: auto; white-space: nowrap; } }

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

/* registration CTA perks list */
._xrqpeco4 { list-style: none; padding: 0; margin: 0 0 4px; display: flex; flex-direction: column; gap: 11px; }
._xrqpeco4 li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--text); line-height: 1.4; }
._xrqpeco4 ._se19vqrb { 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 ===== */
._a6n43qwo span { display: block; color: var(--muted); font-size: 14px; padding: 5px 0; }

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

/* ===== SLOTRIZE v5: FAQ accordion + author block ===== */
._s2b5o4k3 { display: flex; flex-direction: column; gap: 10px; margin: 18px 0 0; }
._00c1ek89 { border: 1px solid var(--line-2); border-radius: var(--radius); background: var(--panel); overflow: hidden; }
._hxax6xdn { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
._ddnvwt29 { 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; }
._ddnvwt29:hover { background: var(--panel-2); }
._e1948q8n { position: relative; flex: none; width: 18px; height: 18px; }
._e1948q8n::before, ._e1948q8n::after { content: ""; position: absolute; background: var(--gold); border-radius: 2px; transition: opacity .2s ease, transform .2s ease; }
._e1948q8n::before { top: 8px; left: 1px; right: 1px; height: 2px; }
._e1948q8n::after { left: 8px; top: 1px; bottom: 1px; width: 2px; }
._hxax6xdn:checked ~ ._ddnvwt29 ._e1948q8n::after { opacity: 0; transform: scaleY(0); }
._7je0iuem { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
._7je0iuem p { margin: 0; padding: 2px 18px 16px; color: var(--muted); font-size: 14.5px; line-height: 1.7; max-width: none; }
._hxax6xdn:checked ~ ._7je0iuem { max-height: 640px; }

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