/* ===== DUDESPIN v2 — distinct casino template ===== */
:root {
  --bg:        #0e0b11;
  --bg-2:      #151118;
  --panel:     #1b171f;
  --panel-2:   #25202a;
  --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:      #a264d8;
  --gold-2:    #8436c9;
  --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;
}
._8pur6znm { 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%; }
._37crjtut { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }

/* ===== Header (horizontal nav like the reference) ===== */
._2c085nde {
  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);
}
._2c085nde ._37crjtut { display: flex; align-items: center; gap: 30px; height: 72px; }
._3l822xih { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 21px; letter-spacing: -0.03em; }
._kwx69783 {
  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);
}
._kwx69783::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){ ._kwx69783::before{ animation:none; } }
._kwx69783 svg { position: relative; z-index: 1; }
._3l822xih b { color: var(--gold); }
._a1wmml14 { display: flex; gap: 4px; }
._a1wmml14 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;
}
._a1wmml14 a:hover { color: var(--text); }
._a1wmml14 a._rmfy0bcy { color: var(--text); background: var(--panel); }
._a1wmml14 a._d8ctcra6 { color: var(--gold); }
._a1wmml14 a._d8ctcra6:hover { color: var(--gold); }
._1wff8tjd { flex: 1; }
._ah1cf5rq { display: flex; align-items: center; gap: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== Register ===== */
._s9qipvhs { padding: 40px 0 70px; }
._7s5efx1f { 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; }
._lr4c9qpe { position: relative; padding: 30px 32px 26px; overflow: hidden; }
._lr4c9qpe ._3za0vfen { 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)); }
._lr4c9qpe ._wmxxffoq { position: relative; z-index: 1; }
._lr4c9qpe ._2e2iu1il { 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; }
._lr4c9qpe h2 { font-size: 26px; margin: 14px 0 4px; }
._lr4c9qpe p { margin: 0; color: var(--muted); font-size: 14px; }
._uz2gy3fi { display: flex; gap: 6px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 5px; margin: 22px 32px 0; }
._uz2gy3fi button { flex: 1; padding: 11px; border-radius: 8px; font-weight: 700; font-size: 14.5px; color: var(--muted); }
._uz2gy3fi button._ne86uqfb { background: var(--panel-2); color: var(--text); box-shadow: inset 0 0 0 1px var(--line-2); }
._6w9yu5l2 { padding: 22px 32px 30px; display: flex; flex-direction: column; gap: 14px; }
._mkgefmg1 label { display: block; font-size: 12.5px; font-weight: 700; color: var(--muted); margin-bottom: 7px; }
._mkgefmg1 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; }
._mkgefmg1 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); }
._mkgefmg1 ._7kyhlrvu { color: #ff6b5e; font-size: 12px; margin-top: 6px; }
._f8nqsocx { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
._ppe3x3vp { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
._ppe3x3vp input { margin-top: 3px; accent-color: var(--gold); width: 16px; height: 16px; }
._ppe3x3vp a { color: var(--gold); }
._4lt4r3pf { font-size: 12px; color: var(--muted-2); text-align: center; }
._4lt4r3pf a { color: var(--gold); }
._bqesv3zv { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; max-width: 760px; margin: 22px auto 0; }

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

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

/* ===== Trust + footer ===== */
._131py6hq { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(0,0,0,0.22); }
._131py6hq ._37crjtut { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 28px 26px; }
._131py6hq ._hor0sqrs { display: flex; gap: 13px; align-items: flex-start; }
._131py6hq ._hor0sqrs ._6j3s6gqh { 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); }
._131py6hq ._hor0sqrs b { display: block; font-size: 14px; }
._131py6hq ._hor0sqrs span { font-size: 12.5px; color: var(--muted-2); }
._5crj4fg6 { 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; }
._ih4b5j7r { padding: 50px 0 40px; border-top: 1px solid var(--line); margin-top: 16px; }
._aubtuem3 { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
._s8i8zx3a h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); margin: 0 0 14px; }
._s8i8zx3a a { display: block; color: var(--muted); font-size: 14px; padding: 5px 0; }
._s8i8zx3a a:hover { color: var(--text); }
._qba104qh p { color: var(--muted); font-size: 14px; max-width: 320px; }
._3c3my2n5 { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
._zoqauvuk { 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; }
._wa1mfzot { 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; }
._wa1mfzot p { color: var(--muted-2); font-size: 12.5px; margin: 0; max-width: 740px; }

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

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

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

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

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

._um1djc7y { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--panel); display: flex; flex-direction: column; transition: .16s; }
._um1djc7y:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
._t4oewzxy { position: relative; }
._3j8the3h { 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); }
._rcatdgvi { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
._bj6a538y { font-size: 17px; line-height: 1.2; }
._bj6a538y._z687lspm { font-size: 14px; font-weight: 700; }
._b3lfz53w { font-size: 13px; color: var(--muted); }
._b3lfz53w._z687lspm { font-size: 11.5px; color: var(--muted-2); }
._lh5t7asr { font-size: 10.5px; color: var(--muted-2); margin-top: 2px; }

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

._8yuoyv6i { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
._q4269w4s { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
._um1djc7y._roq1r30m ._t4oewzxy ._dg2flysj { position: absolute; top: 9px; left: 9px; z-index: 2; }

/* larger-format bonus cards (only 3 across) */
._um1djc7y._md10jibm { border-radius: var(--radius-lg); }
._um1djc7y._md10jibm ._rcatdgvi { padding: 22px 24px 24px; gap: 8px; }
._um1djc7y._md10jibm ._bj6a538y { font-size: 23px; }
._um1djc7y._md10jibm ._b3lfz53w { font-size: 14.5px; }
._um1djc7y._md10jibm ._3j8the3h { top: 14px; left: 14px; font-size: 12px; padding: 6px 13px; }
._um1djc7y._md10jibm ._asabbegk { font-size: 15px; padding: 14px 20px; margin-top: 14px; }

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

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

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  ._ias5t1eu { grid-template-columns: repeat(4, 1fr); }
  ._9wu2ryxc { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  ._a1wmml14 { display: none; }
  ._ibfxywyc { display: grid; }
  ._uul2ny60 { grid-template-columns: 1fr; }
  ._7x8c9mf2 { grid-template-columns: 1fr; }
  ._sxjyf9wz { min-height: 220px; order: -1; }
  ._s1ktq8p2 { padding: 32px; }
  ._3wjiwzow, ._3wjiwzow._meu9idbk { grid-template-columns: 1fr; }
  ._ac46rjha._ynojyvc7, ._3wjiwzow._meu9idbk ._ac46rjha._ynojyvc7 { grid-column: auto; }
  ._ias5t1eu { grid-template-columns: repeat(3, 1fr); }
  ._131py6hq ._37crjtut { grid-template-columns: repeat(2,1fr); }
  ._aubtuem3 { grid-template-columns: 1fr 1fr; }
  ._ah1cf5rq ._vh5k271x { display: none; }
  ._40hl2bo7 { padding: 32px; }
}
@media (max-width: 520px) {
  ._37crjtut { padding: 0 16px; }
  ._ias5t1eu { grid-template-columns: repeat(2, 1fr); }
  ._f8nqsocx { grid-template-columns: 1fr; }
  ._bqesv3zv, ._131py6hq ._37crjtut, ._aubtuem3 { grid-template-columns: 1fr; }
}

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

/* home featured grid (5 wide Slotrize cards) */
._qx34y9gm { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
._um1djc7y._md10jibm._stafl0r2 { } /* reserved */

/* app / register screenshot grid (3 cards) */
._k18d00k1 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
._um1djc7y._yor40lj0 ._t4oewzxy ._3j8the3h,
._um1djc7y._fe484shu ._t4oewzxy ._3j8the3h { top: 12px; left: 12px; }

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

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

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

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

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

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

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

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

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

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

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