/* ===== DUDESPIN v2 — distinct casino template ===== */
:root {
  --bg:        #0a0910;
  --bg-2:      #11101a;
  --panel:     #15141f;
  --panel-2:   #1e1d2a;
  --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:      #6256e6;
  --gold-2:    #3b2cdd;
  --gold-ink:  #ffffff;
  --violet:    #e6bd37;
  --violet-2:  #d5a915;
  --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;
}
._9o7n5kcf { 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%; }
._0gx26nlp { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }

/* ===== Header (horizontal nav like the reference) ===== */
._voho0s73 {
  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);
}
._voho0s73 ._0gx26nlp { display: flex; align-items: center; gap: 30px; height: 72px; }
._q7ge9frb { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 21px; letter-spacing: -0.03em; }
._96wydi81 {
  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);
}
._96wydi81::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){ ._96wydi81::before{ animation:none; } }
._96wydi81 svg { position: relative; z-index: 1; }
._q7ge9frb b { color: var(--gold); }
._3ehetaev { display: flex; gap: 4px; }
._3ehetaev 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;
}
._3ehetaev a:hover { color: var(--text); }
._3ehetaev a._vnq7574f { color: var(--text); background: var(--panel); }
._3ehetaev a._be5hhwst { color: var(--gold); }
._3ehetaev a._be5hhwst:hover { color: var(--gold); }
._zh2jtzle { flex: 1; }
._ms4zwdq2 { display: flex; align-items: center; gap: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== Register ===== */
._fdmfehr3 { padding: 40px 0 70px; }
._s4rgqyn0 { 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; }
._ir247eyt { position: relative; padding: 30px 32px 26px; overflow: hidden; }
._ir247eyt ._c8f5x2m1 { 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)); }
._ir247eyt ._18v2onxj { position: relative; z-index: 1; }
._ir247eyt ._ezh7ll5j { 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; }
._ir247eyt h2 { font-size: 26px; margin: 14px 0 4px; }
._ir247eyt p { margin: 0; color: var(--muted); font-size: 14px; }
._0b1ho0ay { display: flex; gap: 6px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 5px; margin: 22px 32px 0; }
._0b1ho0ay button { flex: 1; padding: 11px; border-radius: 8px; font-weight: 700; font-size: 14.5px; color: var(--muted); }
._0b1ho0ay button._j5cjfvw8 { background: var(--panel-2); color: var(--text); box-shadow: inset 0 0 0 1px var(--line-2); }
._l93jobxn { padding: 22px 32px 30px; display: flex; flex-direction: column; gap: 14px; }
._u0af7tvv label { display: block; font-size: 12.5px; font-weight: 700; color: var(--muted); margin-bottom: 7px; }
._u0af7tvv 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; }
._u0af7tvv 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); }
._u0af7tvv ._rqqt7zft { color: #ff6b5e; font-size: 12px; margin-top: 6px; }
._26p6tplm { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
._kvsh7598 { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
._kvsh7598 input { margin-top: 3px; accent-color: var(--gold); width: 16px; height: 16px; }
._kvsh7598 a { color: var(--gold); }
._g1pv4axk { font-size: 12px; color: var(--muted-2); text-align: center; }
._g1pv4axk a { color: var(--gold); }
._8bolx0x1 { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; max-width: 760px; margin: 22px auto 0; }

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

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

/* ===== Trust + footer ===== */
._9nakwh8h { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(0,0,0,0.22); }
._9nakwh8h ._0gx26nlp { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 28px 26px; }
._9nakwh8h ._sapsfgfh { display: flex; gap: 13px; align-items: flex-start; }
._9nakwh8h ._sapsfgfh ._8pa0z1ak { 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); }
._9nakwh8h ._sapsfgfh b { display: block; font-size: 14px; }
._9nakwh8h ._sapsfgfh span { font-size: 12.5px; color: var(--muted-2); }
._mqxz9x6p { 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; }
._vk18lcfg { padding: 50px 0 40px; border-top: 1px solid var(--line); margin-top: 16px; }
._yts0uvxm { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
._i1qhlo3c h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); margin: 0 0 14px; }
._i1qhlo3c a { display: block; color: var(--muted); font-size: 14px; padding: 5px 0; }
._i1qhlo3c a:hover { color: var(--text); }
._svrx6mgy p { color: var(--muted); font-size: 14px; max-width: 320px; }
._sdfqe9l1 { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
._594q0pnc { 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; }
._swy89vix { 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; }
._swy89vix p { color: var(--muted-2); font-size: 12.5px; margin: 0; max-width: 740px; }

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

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

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

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

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

._jc07a3e8 { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--panel); display: flex; flex-direction: column; transition: .16s; }
._jc07a3e8:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
._g6a9z1z1 { position: relative; }
._pz4kyw0y { 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); }
._iowij207 { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
._75y4xi5v { font-size: 17px; line-height: 1.2; }
._75y4xi5v._kwbn2nmp { font-size: 14px; font-weight: 700; }
._murf9mtt { font-size: 13px; color: var(--muted); }
._murf9mtt._kwbn2nmp { font-size: 11.5px; color: var(--muted-2); }
._os3d5vfc { font-size: 10.5px; color: var(--muted-2); margin-top: 2px; }

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

._jujosnmm { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
._i0ipb1u1 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
._jc07a3e8._dayul1k2 ._g6a9z1z1 ._pw7i9w0i { position: absolute; top: 9px; left: 9px; z-index: 2; }

/* larger-format bonus cards (only 3 across) */
._jc07a3e8._ydristrj { border-radius: var(--radius-lg); }
._jc07a3e8._ydristrj ._iowij207 { padding: 22px 24px 24px; gap: 8px; }
._jc07a3e8._ydristrj ._75y4xi5v { font-size: 23px; }
._jc07a3e8._ydristrj ._murf9mtt { font-size: 14.5px; }
._jc07a3e8._ydristrj ._pz4kyw0y { top: 14px; left: 14px; font-size: 12px; padding: 6px 13px; }
._jc07a3e8._ydristrj ._luibl6ya { font-size: 15px; padding: 14px 20px; margin-top: 14px; }

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

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

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  ._7hxp1i0r { grid-template-columns: repeat(4, 1fr); }
  ._jbd2kggs { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  ._3ehetaev { display: none; }
  ._zq883218 { display: grid; }
  ._2vuekxf7 { grid-template-columns: 1fr; }
  ._mqb9ubn5 { grid-template-columns: 1fr; }
  ._9vwmmr60 { min-height: 220px; order: -1; }
  ._a4lot6gy { padding: 32px; }
  ._upklljgp, ._upklljgp._171evq3f { grid-template-columns: 1fr; }
  ._942s2hv8._hgsgos3i, ._upklljgp._171evq3f ._942s2hv8._hgsgos3i { grid-column: auto; }
  ._7hxp1i0r { grid-template-columns: repeat(3, 1fr); }
  ._9nakwh8h ._0gx26nlp { grid-template-columns: repeat(2,1fr); }
  ._yts0uvxm { grid-template-columns: 1fr 1fr; }
  ._ms4zwdq2 ._1rccg8p9 { display: none; }
  ._ubl4ymgv { padding: 32px; }
}
@media (max-width: 520px) {
  ._0gx26nlp { padding: 0 16px; }
  ._7hxp1i0r { grid-template-columns: repeat(2, 1fr); }
  ._26p6tplm { grid-template-columns: 1fr; }
  ._8bolx0x1, ._9nakwh8h ._0gx26nlp, ._yts0uvxm { grid-template-columns: 1fr; }
}

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

/* home featured grid (5 wide Slotrize cards) */
._a3a1ru2c { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
._jc07a3e8._ydristrj._aaib4b8t { } /* reserved */

/* app / register screenshot grid (3 cards) */
._qgpohccc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
._jc07a3e8._g5bcawvx ._g6a9z1z1 ._pz4kyw0y,
._jc07a3e8._lqk3yruq ._g6a9z1z1 ._pz4kyw0y { top: 12px; left: 12px; }

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

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

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

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

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

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

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

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

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

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

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