:root {
    --bg:          #08051a;
    --bg-2:        #100a2b;
    --surface:     #181034;
    --surface-2:   #221745;
    --border:      #352a5e;
    --text:        #f2efff;
    --text-muted:  #b9b3d6;
    --text-dim:    #7d77a3;
    --gold:        #ffc83d;
    --gold-2:      #ffe08a;
    --gold-ink:    #221700;
    --lime:        #ff3da6;
    --teal:        #2de2ff;
    --rose:        #ff3da6;
    --violet:      #8f7cff;
    --danger:      #ff4d6d;
    --ok:          #4ade80;

    --radius:      8px;
    --radius-sm:   9px;
    --maxw:        1180px;
    --gap:         clamp(1rem, 2.2vw, 1.6rem);
    --font: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
    --dots: radial-gradient(currentColor 1.4px, transparent 1.6px);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0; font-family: var(--font); background: var(--bg); color: var(--text);
    line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.15; color: #fff; margin: 0 0 .6rem; font-weight: 800; }
p { margin: 0 0 1rem; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gap); }
.narrow { max-width: 820px; margin-inline: auto; }
.eyebrow {
    color: var(--gold); font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
    font-size: .76rem; margin: 0 0 .8rem;
}
.dot-rule { height: 6px; color: var(--gold); background: var(--dots); background-size: 12px 6px; opacity: .5; }

.visually-hidden, .skip-link {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
    position: fixed; top: 10px; left: 10px; width: auto; height: auto; clip: auto; z-index: 1000;
    padding: .6rem 1rem; background: var(--gold); color: var(--gold-ink); border-radius: var(--radius-sm);
}
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    font: inherit; font-weight: 700; cursor: pointer; white-space: nowrap;
    padding: .72rem 1.3rem; border-radius: 999px; border: 1px solid transparent;
    transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn--primary { background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: var(--gold-ink); }
.btn--primary:hover { filter: brightness(1.05); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--gold); color: #fff; }
.btn--lg { padding: .92rem 1.7rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

.badge { display: inline-flex; align-items: center; justify-content: center; font-weight: 800; border-radius: 999px; line-height: 1; }
.badge--age { background: var(--danger); color: #fff; padding: .26rem .56rem; font-size: .8rem; border: 2px solid rgba(255,255,255,.25); }
.badge--age--lg { font-size: 1rem; padding: .42rem .72rem; }

.icon { width: 1.05em; height: 1.05em; fill: currentColor; vertical-align: -.13em; flex: 0 0 auto; }
.icon--sm { width: .85em; height: .85em; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(10,11,18,.88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.site-header__inner { display: flex; align-items: center; gap: 1.2rem; padding-block: .7rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: #fff; font-weight: 800; }
.brand:hover { text-decoration: none; }
.brand__logo { width: 34px; height: 34px; display: block; }
.brand__name { font-size: 1.18rem; letter-spacing: .14em; text-transform: uppercase; }
.brand__name b { color: var(--gold); font-weight: 800; }

.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: 1.4rem; list-style: none; margin: 0; padding: 0; }
.site-nav__link { color: var(--text-muted); font-weight: 600; font-size: .96rem; padding: .4rem 0; position: relative; }
.site-nav__link:hover, .site-nav__link[aria-current="page"] { color: #fff; text-decoration: none; }
.site-nav__link[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--gold); border-radius: 2px; }
.site-header__cta { display: inline-flex; align-items: center; gap: .8rem; margin-left: .4rem; }
.site-nav__toggle { display: none; background: none; border: 1px solid var(--border); border-radius: var(--radius-sm); width: 44px; height: 40px; cursor: pointer; color: var(--text); }

@media (max-width: 900px) {
    .site-header__cta .btn--primary { display: none; }
    .site-nav { margin-left: auto; }
    .site-nav__toggle { display: grid; place-items: center; order: 3; }
    .site-nav__list {
        position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0;
        background: var(--bg-2); border-bottom: 1px solid var(--border); padding: .4rem var(--gap);
        max-height: 0; overflow: hidden; transition: max-height .25s ease;
    }
    .site-nav__list--open { max-height: 70vh; }
    .site-nav__list li { border-top: 1px solid var(--border); }
    .site-nav__link { display: block; padding: .85rem .2rem; }
}

/* ---------- Hero ---------- */
.hero { border-bottom: 1px solid var(--border); background:
    radial-gradient(900px 360px at 88% -8%, rgba(255,200,61,.16), transparent 60%), linear-gradient(180deg, var(--bg-2), var(--bg)); }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; padding-block: clamp(2.6rem, 6vw, 4.6rem); }
.hero__title { font-size: clamp(2.1rem, 5.4vw, 3.5rem); }
.hero__title .gold { color: var(--gold); }
.hero__lead { color: var(--text-muted); font-size: 1.12rem; max-width: 46ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.4rem 0 1.1rem; }
.hero__note { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; color: var(--text-dim); font-size: .9rem; }

@media (max-width: 860px) {
    .hero__inner { grid-template-columns: 1fr; }
}

/* ---------- Sections ---------- */
.section { padding-block: clamp(2.4rem, 6vw, 4rem); }
.section--alt { background: var(--bg-2); border-block: 1px solid var(--border); }
.section__head { max-width: 60ch; margin-bottom: 1.8rem; }
.section__title { font-size: clamp(1.5rem, 3.4vw, 2.1rem); }
.section__lead { color: var(--text-muted); }

.cat-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: var(--gap); }
.cat {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 1.3rem; border-top: 3px solid var(--gold); transition: transform .14s ease, border-color .14s;
}
.cat:hover { transform: translateY(-3px); }
.cat__title { font-size: 1.12rem; }
.cat__text { color: var(--text-muted); margin: 0; font-size: .95rem; }

.feature-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--gap); }
.feature { display: flex; gap: .9rem; align-items: flex-start; }
.feature__ic { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,200,61,.12); color: var(--gold); }
.feature__title { font-size: 1.05rem; margin-bottom: .25rem; }
.feature__text { color: var(--text-muted); margin: 0; font-size: .92rem; }

/* protection band */
.protect { background: linear-gradient(180deg, var(--surface), var(--bg-2)); border: 1px solid var(--border); border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 2.4rem); display: grid; grid-template-columns: auto 1fr auto; gap: 1.4rem; align-items: center; }
.protect__icon { width: 56px; height: 56px; }
.protect__text h2 { font-size: 1.35rem; margin-bottom: .3rem; }
.protect__text p { color: var(--text-muted); margin: 0; }
@media (max-width: 720px) { .protect { grid-template-columns: 1fr; text-align: center; } .protect__icon { margin: 0 auto; } }

/* ---------- Legal / content (two-column) ---------- */
.legal { padding-block: clamp(2rem, 5vw, 3.4rem); }
.legal__grid { display: grid; grid-template-columns: 230px 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.legal__toc { position: sticky; top: 88px; }
.legal__toc h2 { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--text-dim); }
.legal__toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; }
.legal__toc a { display: block; padding: .32rem 0; color: var(--text-muted); font-size: .92rem; }
.legal__toc a:hover { color: var(--gold-2); text-decoration: none; }
.legal__header { border-bottom: 1px solid var(--border); padding-bottom: 1.1rem; margin-bottom: 1.4rem; }
.legal__icon { margin-bottom: .7rem; }
.legal__title { font-size: clamp(1.8rem, 4vw, 2.5rem); }
.legal__intro { color: var(--text-muted); font-size: 1.05rem; }
.legal__updated { color: var(--text-dim); font-size: .85rem; margin: 0; }
.legal__section { margin-bottom: 1.9rem; }
.legal__section h2 { font-size: 1.28rem; }
.legal__list { padding-left: 1.2rem; color: var(--text); }
.legal__list li { margin-bottom: .45rem; }
.legal__callout { background: var(--surface); border-left: 3px solid var(--gold); border-radius: var(--radius-sm); padding: 1rem 1.1rem; color: var(--text); }
.legal__demo-note { margin-top: 2rem; padding-top: 1rem; border-top: 1px dashed var(--border); color: var(--text-dim); font-size: .85rem; }
@media (max-width: 820px) { .legal__grid { grid-template-columns: 1fr; } .legal__toc { position: static; } }

/* ---------- Forms (register / contact / support) ---------- */
.auth { padding-block: clamp(2rem, 5vw, 3.4rem); }
.auth__inner { max-width: 680px; margin: 0 auto; }
.auth__header { margin-bottom: 1.4rem; }
.auth__title { font-size: clamp(1.7rem, 4vw, 2.3rem); }
.auth__subtitle { color: var(--text-muted); }
.rg-statement { background: var(--surface); border-left: 3px solid var(--gold); border-radius: var(--radius-sm); padding: 1rem 1.1rem; margin-bottom: 1.4rem; color: var(--text); }
.auth__form { display: grid; gap: 1.1rem; }
.auth__step { border: 1px solid var(--border); border-radius: var(--radius); padding: 1.2rem; background: var(--surface); }
.auth__step--rg { border-color: rgba(255,200,61,.4); background: rgba(255,200,61,.05); }
.auth__step-title { font-size: 1.05rem; margin-bottom: .9rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .35rem; margin: 0 0 .2rem; }
.field__label { font-weight: 600; font-size: .92rem; }
.field__hint { color: var(--text-dim); font-size: .82rem; }
.field__input { font: inherit; color: var(--text); background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: .65rem .75rem; }
.field__input:focus { border-color: var(--gold); outline: none; }
.field__error { color: #ffb4b4; font-size: .85rem; }
.check { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: .6rem; }
.check__input { margin-top: .25rem; width: 18px; height: 18px; accent-color: var(--gold); flex: 0 0 auto; }
.check__opt { color: var(--gold-2); font-weight: 700; }
.auth__error { background: rgba(255,107,107,.12); border: 1px solid var(--danger); color: #ffd9d9; border-radius: var(--radius-sm); padding: .8rem 1rem; }
.auth__success { text-align: center; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; }
.auth__success-icon { width: 56px; height: 56px; color: var(--ok); margin-bottom: .6rem; }
.auth__note { background: var(--bg-2); border: 1px dashed var(--border); border-radius: var(--radius-sm); padding: .8rem 1rem; color: var(--text-muted); font-size: .9rem; }
.auth__rg-reminder { color: var(--text-muted); font-size: .92rem; }

/* contact grid */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); align-items: start; }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }
.info-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.3rem; }
.info-card h3 { font-size: 1.05rem; }
.info-card p { color: var(--text-muted); margin: 0 0 .5rem; }

/* FAQ */
.faq { display: grid; gap: .7rem; }
.faq__item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 0 1.1rem; }
.faq__item summary { cursor: pointer; padding: 1rem 0; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--gold); font-weight: 800; }
.faq__item[open] summary::after { content: "\2212"; }
.faq__item p { color: var(--text-muted); padding-bottom: 1rem; margin: 0; }

/* RG help block */
.rg-help { background: linear-gradient(160deg, rgba(255,200,61,.12), var(--surface)); border: 1px solid rgba(255,200,61,.3); border-radius: var(--radius); padding: 1.4rem; margin-bottom: 1.8rem; }
.rg-help__channels { list-style: none; display: flex; flex-wrap: wrap; gap: 1.4rem; padding: 0; margin: .6rem 0 0; }
.rg-help__channels li { display: flex; flex-direction: column; }
.rg-help__channels span { color: var(--text-dim); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.rg-help__channels a { font-weight: 700; font-size: 1.05rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--border); margin-top: 2.5rem; }
.rg-bar { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.rg-bar__icon { flex: 0 0 auto; }
.rg-bar__text { margin: 0; color: var(--text-muted); font-size: .9rem; flex: 1 1 320px; }
.rg-bar__text strong { color: var(--text); }
.footer-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--gap); padding-block: 2rem; }
@media (max-width: 820px) { .footer-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-cols { grid-template-columns: 1fr; } }
.footer-col h3 { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--text-dim); margin-bottom: .8rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: .5rem; }
.footer-col a { color: var(--text-muted); font-size: .92rem; }
.footer-col a:hover { color: var(--gold-2); }
.footer-about__brand { display: inline-flex; align-items: center; gap: .5rem; color: #fff; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .6rem; }
.footer-about p { color: var(--text-muted); font-size: .9rem; }

.regulator-badges { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: flex-start; padding-block: 1.4rem; border-top: 1px solid var(--border); }
.regulator-badges__item { display: flex; flex-direction: column; align-items: center; gap: .4rem; color: var(--text-muted); }
.regulator-badges__item:hover { text-decoration: none; color: #fff; }
.regulator-badges__img { display: block; height: 50px; width: auto; padding: .4rem .6rem; background: #fff; border-radius: var(--radius-sm); object-fit: contain; }
.regulator-badges__logo-box { display: flex; align-items: center; height: 50px; padding: .4rem .6rem; background: #fff; border-radius: var(--radius-sm); }
.regulator-badges__logo { display: block; height: 100%; width: auto; }
.regulator-badges__badge { display: block; height: 50px; width: auto; }
.regulator-badges__caption { font-size: .76rem; color: var(--text-dim); text-align: center; }

.site-footer__legal { border-top: 1px solid var(--border); padding-block: 1.2rem; color: var(--text-dim); font-size: .82rem; }
.site-footer__demo { color: var(--gold); }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; padding-bottom: 1.2rem; }
.site-social { display: flex; gap: .6rem; list-style: none; margin: 0; padding: 0; }
.site-social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--text-muted); }
.site-social a:hover { color: var(--gold); border-color: var(--gold); }

/* ---------- Age gate / cookie ---------- */
.age-gate, .age-block { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 1rem; background: rgba(5,6,10,.82); backdrop-filter: blur(6px); }
.age-gate__box, .age-block__box { max-width: 460px; width: 100%; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; text-align: center; }
.age-gate__icon { margin-bottom: .4rem; }
.age-gate__title { font-size: 1.5rem; }
.age-gate__desc { color: var(--text-muted); }
.age-gate__actions { display: grid; gap: .7rem; margin: 1.3rem 0 1rem; }
.age-gate__help { color: var(--text-dim); font-size: .85rem; margin: 0; }
.age-block__box { text-align: center; }

.cookie-banner { position: fixed; left: var(--gap); right: var(--gap); bottom: var(--gap); z-index: 150; max-width: 760px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.2rem; display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; box-shadow: 0 16px 50px rgba(0,0,0,.55); }
.cookie-banner__text { margin: 0; flex: 1 1 300px; color: var(--text-muted); font-size: .9rem; }
.cookie-banner__actions { display: flex; gap: .6rem; }

/* ---------- Ollywood Casino premium skin ---------- */
body {
    background:
        linear-gradient(90deg, rgba(255,61,166,.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(45,226,255,.035) 1px, transparent 1px),
        radial-gradient(900px 520px at 76% 0%, rgba(255,61,166,.18), transparent 58%),
        linear-gradient(180deg, #060312 0%, var(--bg) 42%, #0b0722 100%);
    background-size: 44px 44px, 44px 44px, auto, auto;
}

a { color: var(--lime); }

.site-header {
    background: rgba(8, 5, 26, .8);
    border-bottom-color: rgba(255,61,166,.18);
    box-shadow: 0 12px 40px rgba(0,0,0,.32);
}

.site-header__inner { padding-block: .85rem; }
.brand__logo { filter: drop-shadow(0 0 18px rgba(255,61,166,.36)); }
.brand__name { letter-spacing: .08em; }
.brand__name b { color: var(--lime); text-shadow: 0 0 18px rgba(255,61,166,.46); }

.site-nav__link {
    border: 1px solid transparent;
    border-radius: 999px;
    padding: .44rem .72rem;
}
.site-nav__link:hover,
.site-nav__link[aria-current="page"] {
    background: rgba(255,61,166,.08);
    border-color: rgba(255,61,166,.18);
}
.site-nav__link[aria-current="page"]::after { display: none; }

.btn {
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(0,0,0,.18);
}
.btn--primary {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: var(--gold-ink);
    border-color: rgba(255,255,255,.32);
}
.btn--ghost {
    background: rgba(255,255,255,.035);
    border-color: rgba(255,61,166,.24);
}
.btn--ghost:hover {
    background: rgba(255,61,166,.08);
    border-color: var(--lime);
}

.badge--age {
    background: linear-gradient(135deg, var(--rose), #ff9f68);
    box-shadow: 0 0 0 4px rgba(255,111,145,.12);
}

.hero {
    position: relative;
    overflow: hidden;
    border-bottom-color: rgba(255,61,166,.16);
    background:
        linear-gradient(115deg, rgba(255,61,166,.14), transparent 34%),
        linear-gradient(180deg, rgba(16,10,43,.2), rgba(8,5,26,.72)),
        #08051a;
}
.hero::before {
    content: "";
    position: absolute;
    inset: -18% 44% auto auto;
    width: 48vw;
    height: 82vh;
    background: conic-gradient(from 200deg, transparent 0 22%, rgba(255,61,166,.22) 28%, rgba(45,226,255,.16) 35%, transparent 45% 100%);
    transform: rotate(10deg);
    pointer-events: none;
}
.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 88px;
    background: linear-gradient(180deg, transparent, rgba(8,5,26,.9));
    pointer-events: none;
}
.hero__inner {
    position: relative;
    z-index: 1;
    min-height: min(760px, calc(100vh - 70px));
}
.eyebrow {
    color: var(--teal);
    letter-spacing: .12em;
}
.hero__title {
    max-width: 9.5ch;
    font-size: clamp(3rem, 8vw, 6.8rem);
    letter-spacing: 0;
    line-height: .9;
}
.hero__title .gold {
    color: var(--lime);
    text-shadow: 0 0 34px rgba(255,61,166,.32);
}
.hero__lead {
    max-width: 54ch;
    font-size: clamp(1rem, 1.8vw, 1.22rem);
}
.hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1.25rem;
}
.hero__stats span {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    min-height: 38px;
    padding: .42rem .72rem;
    color: var(--text-muted);
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,61,166,.16);
    border-radius: 999px;
}
.hero__stats strong { color: #fff; }

.hero-stage {
    position: relative;
    min-height: 520px;
    border: 1px solid rgba(255,61,166,.2);
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(45,226,255,.12), transparent 36%),
        linear-gradient(150deg, rgba(255,61,166,.12), transparent 52%),
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
    box-shadow: 0 30px 90px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.04);
}
.hero-stage::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 14%;
    height: 34%;
    border: 2px solid rgba(255,61,166,.34);
    border-radius: 50%;
    transform: perspective(700px) rotateX(64deg);
    background:
        repeating-radial-gradient(ellipse at center, rgba(255,61,166,.1) 0 2px, transparent 2px 18px),
        rgba(16,10,43,.55);
}
.hero-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 0 18%, rgba(255,255,255,.12) 18.3%, transparent 23%, transparent 100%);
    opacity: .7;
}
.stage-card {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: .2rem;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    background: rgba(20,13,48,.72);
    box-shadow: 0 18px 44px rgba(0,0,0,.32);
    backdrop-filter: blur(12px);
}
.stage-card--main {
    left: 9%;
    top: 12%;
    width: min(310px, 72%);
    height: 180px;
    background:
        linear-gradient(135deg, rgba(255,61,166,.22), rgba(45,226,255,.1)),
        rgba(20,13,48,.78);
}
.stage-card--slot {
    right: 8%;
    top: 31%;
    width: 190px;
    height: 136px;
    border-color: rgba(143,124,255,.32);
}
.stage-card--mini {
    left: 18%;
    bottom: 12%;
    width: 190px;
    height: 88px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: var(--lime);
}
.stage-card--mini .icon { width: 1.4rem; height: 1.4rem; }
.stage-card__label {
    color: var(--text-dim);
    font-size: .76rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.stage-card__value {
    color: #fff;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 850;
    line-height: .95;
}
.stage-card__meta {
    color: var(--teal);
    font-weight: 700;
}
.chip {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    color: #221700;
    font-weight: 900;
    border: 8px dashed rgba(8,5,26,.32);
    background: linear-gradient(135deg, var(--lime), var(--teal));
    box-shadow: 0 18px 42px rgba(0,0,0,.38);
}
.chip--one { right: 15%; top: 8%; transform: rotate(14deg); }
.chip--two { right: 28%; bottom: 14%; transform: rotate(-18deg); background: linear-gradient(135deg, #ffe08a, var(--rose)); }
.stage-rail {
    position: absolute;
    z-index: 1;
    left: 10%;
    right: 10%;
    bottom: 5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
}
.stage-rail span {
    min-height: 50px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-weight: 800;
}

.dot-rule {
    height: 9px;
    color: var(--lime);
    background-size: 14px 9px;
}
.section--alt {
    background:
        linear-gradient(90deg, rgba(45,226,255,.06), transparent),
        var(--bg-2);
}
.section__title {
    letter-spacing: 0;
}
.cat {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border-top: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.015)),
        var(--surface);
}
.cat::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--lime), var(--teal));
}
.cat--teal::before { background: linear-gradient(90deg, var(--teal), var(--violet)); }
.cat--rose::before { background: linear-gradient(90deg, var(--rose), #ffe08a); }
.feature__ic {
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,61,166,.16), rgba(45,226,255,.12));
    color: var(--lime);
}
.protect,
.auth__step,
.info-card,
.legal__callout,
.rg-help,
.age-gate__box,
.age-block__box,
.cookie-banner {
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0,0,0,.22);
}
.protect {
    background:
        linear-gradient(110deg, rgba(255,61,166,.13), transparent 42%),
        linear-gradient(180deg, var(--surface), var(--bg-2));
}

@media (max-width: 860px) {
    .hero__inner { min-height: 0; padding-block: 2.2rem 3rem; }
    .hero__title { max-width: 10ch; font-size: clamp(2.6rem, 15vw, 4.8rem); }
    .hero-stage { min-height: 420px; }
    .stage-card--slot { right: 6%; top: 36%; width: 165px; }
    .chip { width: 64px; height: 64px; border-width: 6px; }
}

@media (max-width: 560px) {
    .site-header__inner { gap: .65rem; }
    .brand__name { font-size: 1rem; }
    .site-header__cta { gap: .45rem; }
    .hero__title { font-size: clamp(2.35rem, 13vw, 3.8rem); }
    .hero__lead { font-size: .98rem; line-height: 1.55; }
    .hero__stats { gap: .45rem; margin-top: 1rem; }
    .hero__stats span { min-height: 34px; padding: .34rem .58rem; font-size: .88rem; }
    .hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
    .hero__actions .btn { width: 100%; min-height: 56px; padding-inline: .7rem; white-space: normal; line-height: 1.15; }
    .hero__note { display: block; font-size: .82rem; line-height: 1.55; }
    .hero__note .badge { margin: 0 .4rem .4rem 0; vertical-align: middle; }
    .hero-stage { min-height: 300px; margin-top: 1.25rem; }
    .stage-card--main { left: 6%; top: 10%; width: 78%; height: 150px; }
    .stage-card--slot { right: 6%; top: 48%; width: 148px; height: 108px; }
    .stage-card--mini { left: 6%; bottom: 11%; width: 168px; }
    .chip--one { right: 7%; top: 9%; }
    .chip--two { right: 9%; bottom: 12%; }
    .stage-rail { display: none; }
    .cookie-banner__actions { width: 100%; flex-direction: column; }
    .cookie-banner__actions .btn { width: 100%; }
}

/* ============================================================
   Casino app shell (sidebar + topbar) + lobby + tiles + stage
   ============================================================ */
.app { display: flex; align-items: flex-start; min-height: 100vh; }
.app__main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; min-height: 100vh; }
.content { flex: 1 0 auto; width: 100%; max-width: 1320px; margin-inline: auto; padding: clamp(1rem, 2.4vw, 1.9rem); }

/* Sidebar */
.sidebar {
    position: sticky; top: 0; align-self: flex-start; height: 100vh; flex: 0 0 250px; width: 250px; overflow-y: auto;
    background: var(--bg-2); border-right: 1px solid var(--border); padding: .85rem .7rem; display: flex; flex-direction: column; gap: .25rem;
}
.sidebar__brand { display: flex; align-items: center; gap: .55rem; padding: .35rem .6rem .85rem; color: #fff; font-weight: 800; }
.sidebar__brand:hover { text-decoration: none; }
.sidebar__brand-name { font-size: 1.16rem; letter-spacing: .12em; text-transform: uppercase; }
.sidebar__nav { display: flex; flex-direction: column; gap: .12rem; }
.sidebar__label { margin: .95rem .7rem .25rem; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-dim); }
.side-link { display: flex; align-items: center; gap: .7rem; padding: .58rem .7rem; border-radius: 10px; color: var(--text-muted); font-weight: 600; font-size: .95rem; }
.side-link:hover { background: var(--surface); color: #fff; text-decoration: none; }
.side-link .icon { width: 1.25em; height: 1.25em; color: var(--text-dim); flex: 0 0 auto; }
.side-link.is-active { background: linear-gradient(90deg, rgba(255,61,166,.16), transparent); color: #fff; box-shadow: inset 3px 0 0 var(--gold); }
.side-link.is-active .icon { color: var(--gold); }
.sidebar__foot { margin-top: auto; padding-top: .6rem; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: .12rem; }
.side-link--muted { font-size: .87rem; }

/* Topbar */
.topbar {
    position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: .65rem;
    padding: .55rem clamp(.8rem, 2vw, 1.3rem); min-height: 62px;
    background: rgba(11,12,16,.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border);
}
.topbar__toggle { display: none; background: none; border: 1px solid var(--border); border-radius: 10px; width: 42px; height: 40px; color: var(--text); cursor: pointer; place-items: center; }
.topbar__brand { display: none; align-items: center; gap: .5rem; color: #fff; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.topbar__brand b { color: var(--gold); }
.topbar__brand:hover { text-decoration: none; }
.topbar__spacer { flex: 1 1 auto; }
.topbar__acct { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--surface); color: var(--text); border: 1px solid var(--border); }
.topbar__acct .icon { width: 1.3em; height: 1.3em; }
.app__scrim { position: fixed; inset: 0; z-index: 110; background: rgba(0,0,0,.55); }

@media (max-width: 980px) {
    .sidebar { position: fixed; z-index: 120; left: 0; top: 0; transform: translateX(-100%); transition: transform .25s ease; box-shadow: 0 0 60px rgba(0,0,0,.6); }
    .app.is-sidebar-open .sidebar { transform: none; }
    .topbar__toggle { display: grid; }
    .topbar__brand { display: flex; }
    .topbar__login { display: none; }
}

/* Promo hero (home) */
.promo-hero {
    position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: 18px;
    padding: clamp(1.4rem, 3vw, 2.4rem); margin-bottom: 1.5rem;
    background: radial-gradient(700px 280px at 86% -25%, rgba(255,61,166,.16), transparent 60%), linear-gradient(180deg, var(--surface), var(--bg-2));
}
.promo-hero__glow { position: absolute; right: -70px; top: -70px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, var(--gold), transparent 65%); opacity: .16; animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(14px); } }
.promo-hero__body { position: relative; }
.promo-hero__title { font-size: clamp(1.6rem, 4vw, 2.55rem); max-width: 20ch; }
.promo-hero__title .gold { color: var(--gold); }
.promo-hero__lead { color: var(--text-muted); max-width: 56ch; }
.promo-hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.1rem; }
.promo-hero__chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; position: relative; }
.promo-hero__chips .chip { position: static; width: auto; height: auto; display: inline-flex; align-items: center; place-items: center; gap: .4rem; padding: .4rem .8rem; border-radius: 999px; border: 1px solid var(--border); background: rgba(255,255,255,.06); box-shadow: none; font-size: .82rem; font-weight: 600; color: var(--text-muted); }
.promo-hero__chips .chip .icon { color: var(--gold); }

/* Lobby + filters */
.lobby { margin-top: .4rem; }
.lobby__head { display: flex; flex-wrap: wrap; align-items: flex-end; gap: .8rem 1rem; margin-bottom: 1.1rem; }
.lobby__title { display: flex; align-items: center; gap: .5rem; font-size: 1.45rem; margin: 0; }
.lobby__title .icon { color: var(--gold); width: 1.2em; height: 1.2em; }
.lobby__filters { display: flex; flex-wrap: wrap; align-items: flex-end; gap: .6rem; margin-left: auto; }
.ctrl { display: inline-flex; flex-direction: column; gap: .2rem; font-size: .68rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: .07em; }
.ctrl > span { display: inline-flex; align-items: center; gap: .3rem; }
.ctrl select { font: inherit; font-size: .85rem; text-transform: none; letter-spacing: 0; color: var(--text); background: var(--surface); border: 1px solid var(--border); border-radius: 9px; padding: .42rem .6rem; cursor: pointer; }
.lobby__count { color: var(--text-dim); font-size: .82rem; padding-bottom: .3rem; }
.lobby__empty { text-align: center; color: var(--text-dim); padding: 2.4rem; }
.lobby__disclaimer { margin-top: 1.5rem; color: var(--text-dim); font-size: .82rem; }

/* Game grid + tiles */
.game-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(184px, 1fr)); gap: clamp(.7rem, 1.5vw, 1.1rem); }
.game-grid--compact { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); margin-top: .4rem; }
.tile { display: flex; flex-direction: column; gap: .5rem; color: var(--text); }
.tile:hover { text-decoration: none; }
.tile__art { position: relative; display: block; aspect-ratio: 16 / 10; border-radius: 14px; overflow: hidden; border: 1px solid var(--border); background: linear-gradient(135deg, var(--c1, #333), var(--c2, #111)); }
.tile__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.tile:hover .tile__img { transform: scale(1.06); }
.tile__ph { position: absolute; inset: 0; display: grid; place-items: center; font-size: 2.2rem; font-weight: 800; color: rgba(255,255,255,.92); }
.tile__art::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.2); opacity: 0; transition: opacity .2s; }
.tile:hover .tile__art::after { opacity: 1; }
.tile__tag { position: absolute; top: .5rem; left: .5rem; z-index: 2; padding: .16rem .5rem; border-radius: 999px; font-size: .64rem; font-weight: 800; letter-spacing: .05em; }
.tile__tag--hot { background: var(--danger); color: #fff; }
.tile__tag--new { background: var(--gold); color: var(--gold-ink); }
.tile__jackpot { position: absolute; top: .5rem; right: .5rem; z-index: 2; display: inline-flex; align-items: center; gap: .25rem; padding: .18rem .5rem; border-radius: 999px; background: rgba(0,0,0,.62); color: var(--gold-2); font-size: .7rem; font-weight: 800; }
.tile__play { position: absolute; inset: 0; margin: auto; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,61,166,.94); color: #111; opacity: 0; transform: scale(.7); transition: .2s ease; }
.tile__play .icon { width: 1.5em; height: 1.5em; }
.tile:hover .tile__play, .tile:focus-visible .tile__play { opacity: 1; transform: scale(1); }
.tile__meta { display: flex; flex-direction: column; gap: .08rem; }
.tile__name { font-weight: 700; font-size: .92rem; line-height: 1.2; }
.tile__prov { color: var(--text-dim); font-size: .78rem; }
.tile__bet { color: var(--text-muted); font-size: .78rem; }

/* Game launch / stage */
.crumbs { display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; color: var(--text-dim); font-size: .85rem; margin-bottom: 1rem; }
.crumbs a { color: var(--text-muted); }
.crumbs .icon { color: var(--text-dim); }
.stage { position: relative; aspect-ratio: 16 / 9; max-height: 560px; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); display: grid; place-items: center; background: linear-gradient(135deg, var(--c1, #222), var(--c2, #111)); }
.stage__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(8px) brightness(.5); transform: scale(1.1); }
.stage__scrim { position: absolute; inset: 0; background: radial-gradient(circle at 50% 38%, rgba(0,0,0,.28), rgba(0,0,0,.8)); }
.stage__gate { position: relative; text-align: center; max-width: 460px; padding: 1.5rem; }
.stage__lock { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: rgba(255,61,166,.16); border: 1px solid var(--gold); color: var(--gold); margin-bottom: .8rem; }
.stage__lock .icon { width: 1.8em; height: 1.8em; }
.stage__title { font-size: clamp(1.5rem, 3.5vw, 2.2rem); margin-bottom: .1rem; color: #fff; }
.stage__prov { color: var(--text-dim); margin-bottom: .8rem; }
.stage__msg { color: var(--text-muted); }
.stage__actions { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; margin: 1.1rem 0 .6rem; }
.stage__demo { color: var(--text-dim); font-size: .78rem; }

.game-info { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.4rem; margin: 1.6rem 0; }
.game-info__main h2 { font-size: 1.3rem; }
.game-info__rg { display: flex; gap: .5rem; align-items: flex-start; color: var(--text-muted); font-size: .9rem; }
.game-info__rg .icon { color: var(--gold); flex: 0 0 auto; margin-top: .15rem; }
.game-info__specs { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: .6rem 1.2rem; margin: 0; }
.game-info__specs > div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--border); }
.game-info__specs > div:last-child { border-bottom: none; }
.game-info__specs dt { color: var(--text-dim); }
.game-info__specs dd { margin: 0; font-weight: 700; }
.game-launch__more-title { font-size: 1.2rem; margin: 1.6rem 0 .2rem; }
@media (max-width: 760px) { .game-info { grid-template-columns: 1fr; } }

/* Footer inside app shell */
.site-footer { padding: 1.6rem clamp(.8rem, 2vw, 1.3rem) 2rem; border-top: 1px solid var(--border); background: var(--bg-2); }
.site-footer > * { max-width: 1320px; margin-inline: auto; }
.site-footer__operator { color: var(--text-dim); font-size: .82rem; line-height: 1.6; }
.footer-about__age { color: var(--text-muted); font-size: .85rem; }

/* Account / auth extras */
.topbar__acct--named { width: auto; border-radius: 999px; gap: .4rem; padding: 0 .8rem 0 .55rem; height: 40px; font-weight: 700; font-size: .9rem; }
.topbar__acct-name { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 560px) { .topbar__acct-name { display: none; } }
.stage__lock--ok { background: rgba(255,61,166,.2); }
.auth--narrow .auth__inner { max-width: 460px; margin-inline: auto; }
.auth__alt { text-align: center; color: var(--text-muted); margin-top: 1rem; }
.rg-statement--sm { margin-top: 1.2rem; font-size: .85rem; }

/* ============================================================
   iRevegas — neon sidebar-only theme (overrides)
   ============================================================ */
:root {
    --bg:         #08051a;
    --bg-2:       #100a2b;
    --surface:    #181034;
    --surface-2:  #221745;
    --border:     #352a5e;
    --text:       #f2efff;
    --text-muted: #b9b3d6;
    --text-dim:   #7d77a3;
    --gold:       #ffc83d;
    --gold-2:     #ffe08a;
    --gold-ink:   #221700;
    --lime:       #ff3da6;
    --teal:       #2de2ff;
    --violet:     #8f7cff;
    --rose:       #ff3da6;
    --danger:     #ff4d6d;
    --neon:       0 0 22px rgba(255,61,166,.55);
    --neon-cyan:  0 0 22px rgba(45,226,255,.45);
}
body { background:
    radial-gradient(1100px 520px at 14% -10%, rgba(143,124,255,.2), transparent 60%),
    radial-gradient(900px 500px at 100% 0%, rgba(255,61,166,.13), transparent 55%), var(--bg); }

a { color: var(--gold-2); }
.btn--primary { box-shadow: 0 8px 24px rgba(255,200,61,.3); }
.btn--primary:hover { box-shadow: 0 10px 30px rgba(255,200,61,.45); }
.btn--ghost:hover { border-color: var(--gold); color: #fff; }

/* ---- Sidebar-only layout ---- */
.app--sidebar .sidebar { flex-basis: 268px; width: 268px; background:
    linear-gradient(180deg, rgba(143,124,255,.14), transparent 30%), var(--bg-2);
    border-right: 1px solid var(--border); box-shadow: 1px 0 30px rgba(143,124,255,.12); }
.app--sidebar .content { padding-top: clamp(1.2rem, 2.4vw, 2rem); }

.sidebar__brand { gap: .65rem; padding: .5rem .5rem 1rem; }
.sidebar__brand-logo { display: inline-grid; place-items: center; filter: drop-shadow(0 4px 14px rgba(255,61,166,.5)); animation: bob 4s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-3px) } }
.sidebar__brand-name { font-size: 1.3rem; letter-spacing: .02em; text-transform: none; }
.sidebar__brand-name b { color: var(--gold); }

.side-link { border-radius: 12px; position: relative; }
.side-link .icon { color: var(--text-dim); transition: color .15s, transform .15s; }
.side-link:hover { background: var(--surface); color: #fff; }
.side-link:hover .icon { color: var(--gold-2); transform: scale(1.12); }
.side-link.is-active { background: linear-gradient(90deg, rgba(255,61,166,.22), rgba(143,124,255,.08)); color: #fff; box-shadow: inset 3px 0 0 var(--gold), var(--neon); }
.side-link.is-active .icon { color: var(--gold); }
.side-link__tag { margin-left: auto; font-size: .58rem; font-weight: 800; letter-spacing: .06em; color: var(--gold-ink); background: var(--gold); padding: .1rem .38rem; border-radius: 999px; }

.sidebar__label { color: var(--text-dim); }
.sidebar__account { margin-top: 1rem; padding: .9rem .2rem; border-block: 1px solid var(--border); display: flex; flex-direction: column; gap: .5rem; }
.btn--block { width: 100%; }
.sidebar__user { display: flex; align-items: center; gap: .6rem; padding: .5rem .6rem; border-radius: 12px; background: var(--surface); color: #fff; }
.sidebar__user:hover { text-decoration: none; background: var(--surface-2); }
.sidebar__user .icon { width: 1.6em; height: 1.6em; color: var(--gold-2); }
.sidebar__user span { display: flex; flex-direction: column; line-height: 1.15; }
.sidebar__user-name { font-weight: 700; }
.sidebar__user-sub { font-size: .72rem; color: var(--text-dim); }
.sidebar__foot { margin-top: 1rem; }
.sidebar__age { display: flex; align-items: center; gap: .5rem; font-size: .78rem; color: var(--text-dim); padding: .2rem .6rem .7rem; }

/* Floating drawer toggle (mobile only) */
.drawer-toggle { display: none; position: fixed; z-index: 60; top: 14px; left: 14px; width: 46px; height: 46px;
    border-radius: 12px; border: 1px solid var(--border); background: rgba(21,12,38,.9); backdrop-filter: blur(8px);
    color: #fff; cursor: pointer; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.5); }
.drawer-toggle .icon { width: 1.4em; height: 1.4em; }
@media (max-width: 980px) {
    .drawer-toggle { display: grid; }
    .app--sidebar .content { padding-top: 4.6rem; }
}

/* ---- Maxed effects: hero, tiles, carousels ---- */
.promo-hero { border-color: rgba(255,61,166,.3);
    background: radial-gradient(680px 300px at 88% -30%, rgba(255,61,166,.22), transparent 60%),
                radial-gradient(520px 280px at 0% 120%, rgba(143,124,255,.25), transparent 60%),
                linear-gradient(180deg, var(--surface), var(--bg-2)); box-shadow: 0 24px 60px rgba(143,124,255,.18); }
.promo-hero__glow { background: radial-gradient(circle, var(--gold), transparent 65%); opacity: .22; }
.promo-hero__title .gold { color: var(--gold); text-shadow: 0 0 26px rgba(255,61,166,.5); }
.promo-hero__chips .chip .icon { color: var(--gold-2); }
.promo-hero::after { content: ""; position: absolute; left: -40px; bottom: -60px; width: 200px; height: 200px; border-radius: 50%;
    background: radial-gradient(circle, var(--violet), transparent 65%); opacity: .25; animation: floaty 7s ease-in-out infinite reverse; pointer-events: none; }

.lobby__title .icon { color: var(--gold); filter: drop-shadow(0 0 8px rgba(255,61,166,.6)); }
.tile__art { transition: transform .2s ease, box-shadow .2s ease; }
.tile:hover .tile__art { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(255,61,166,.26), 0 0 22px rgba(45,226,255,.3), 0 0 0 1px rgba(45,226,255,.45); }
.tile__play { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--gold-ink); box-shadow: 0 0 22px rgba(255,200,61,.55); }
.tile__tag--hot { background: var(--danger); box-shadow: 0 0 14px rgba(255,77,109,.7); }
.tile__tag--new { background: var(--gold); color: var(--gold-ink); }
.tile__jackpot { color: #ffe7b3; }
.tile__name { transition: color .15s; }
.tile:hover .tile__name { color: var(--gold-2); }

/* Home shelves (horizontal scroll-snap rails) */
.shelf { margin: 0 0 1.8rem; }
.shelf__head { display: flex; align-items: center; gap: .6rem; margin-bottom: .8rem; }
.shelf__title { display: flex; align-items: center; gap: .5rem; font-size: 1.2rem; margin: 0; }
.shelf__title .icon { color: var(--gold); width: 1.15em; height: 1.15em; }
.shelf__more { margin-left: auto; font-size: .82rem; color: var(--text-muted); }
.shelf__nav { display: inline-flex; gap: .3rem; }
.shelf__btn { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--border); background: var(--surface); color: var(--text); cursor: pointer; display: grid; place-items: center; }
.shelf__btn:hover { border-color: var(--gold); color: #fff; box-shadow: var(--neon); }
.shelf__btn[data-rail-prev] .icon { transform: rotate(180deg); }
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 1fr); gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .6rem; scrollbar-width: thin; }
.rail .tile { scroll-snap-align: start; }
.rail::-webkit-scrollbar { height: 8px; } .rail::-webkit-scrollbar-thumb { background: var(--border); border-radius: 8px; }

/* Featured grid on category pages: first tile spans 2x2 */
.game-grid--featured .tile:first-child { grid-column: span 2; grid-row: span 2; }
@media (max-width: 620px) { .game-grid--featured .tile:first-child { grid-column: span 1; grid-row: span 1; } }

/* Pulsing 19+ badge */
.badge--age { box-shadow: 0 0 0 0 rgba(255,77,109,.5); animation: pulse19 2.6s infinite; }
@keyframes pulse19 { 0% { box-shadow: 0 0 0 0 rgba(255,77,109,.5) } 70% { box-shadow: 0 0 0 8px rgba(255,77,109,0) } 100% { box-shadow: 0 0 0 0 rgba(255,77,109,0) } }

/* ============================================================
   iRevegas — REDESIGN: top-left logo + bottom icon dock + casino FX
   ============================================================ */
.dock-layout .content--dock {
    max-width: 1240px; margin-inline: auto;
    padding: 108px clamp(1rem, 2.5vw, 1.8rem) 2rem;
}

/* ---- Animated casino background (neon orbs + rising coins) ---- */
.fx-bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.fx-orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; mix-blend-mode: screen; animation: orbFloat 20s ease-in-out infinite; }
.fx-orb--1 { width: 460px; height: 460px; left: -130px; top: -90px; background: radial-gradient(circle, var(--violet), transparent 70%); }
.fx-orb--2 { width: 540px; height: 540px; right: -180px; top: 18%; background: radial-gradient(circle, var(--gold), transparent 70%); animation-delay: -7s; }
.fx-orb--3 { width: 400px; height: 400px; left: 28%; bottom: -150px; background: radial-gradient(circle, var(--teal), transparent 70%); animation-delay: -13s; }
@keyframes orbFloat {
    0%, 100% { transform: translate(0,0) scale(1); }
    33%      { transform: translate(50px,34px) scale(1.1); }
    66%      { transform: translate(-34px,22px) scale(.94); }
}
.fx-coin { position: absolute; bottom: -24px; width: 16px; height: 16px; border-radius: 50%;
    background: radial-gradient(circle at 34% 30%, #fff, var(--gold-2) 38%, var(--gold) 62%, #7a4d00 100%);
    box-shadow: 0 0 12px rgba(255,200,61,.8), inset 0 -2px 3px rgba(0,0,0,.4);
    opacity: 0; animation: coinRise linear infinite; }
@keyframes coinRise {
    0%   { transform: translateY(0) rotate(0); opacity: 0; }
    8%   { opacity: .95; }
    88%  { opacity: .7; }
    100% { transform: translateY(-112vh) rotate(540deg); opacity: 0; }
}

/* ---- Top bar: brand far-left, account far-right (transparent) ---- */
.topnav { position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    height: 64px; padding: 0 clamp(.7rem, 2.5vw, 1.4rem);
    background: linear-gradient(180deg, rgba(8,5,26,.94), rgba(8,5,26,.45) 72%, transparent);
    pointer-events: none; }
.topnav > * { pointer-events: auto; }
.topnav__brand { display: inline-flex; align-items: center; gap: .6rem; color: #fff; font-weight: 900; }
.topnav__brand:hover { text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px;
    background: linear-gradient(135deg, var(--gold), var(--violet));
    box-shadow: 0 0 24px rgba(255,61,166,.6), inset 0 1px 0 rgba(255,255,255,.45);
    animation: bob 4s ease-in-out infinite; }
.brand-mark img { filter: drop-shadow(0 2px 6px rgba(0,0,0,.55)); }
.topnav__name { position: relative; font-size: 1.3rem; letter-spacing: .01em; line-height: 1; color: #fff;
    text-shadow: 0 0 18px rgba(255,255,255,.25); }
.topnav__name b { color: var(--gold); text-shadow: 0 0 16px rgba(255,61,166,.75); }
.topnav__name::after { content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.85) 50%, transparent 70%);
    background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
    -webkit-text-fill-color: transparent; mix-blend-mode: screen; animation: nameShine 5s linear infinite; }
@keyframes nameShine { 0% { background-position: 180% 0; } 60%, 100% { background-position: -80% 0; } }
.topnav__account { display: flex; align-items: center; gap: .5rem; }
.topnav__avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #fff; }
.topnav__avatar .icon { width: 1.3em; height: 1.3em; }
.btn--pill { padding: .5rem 1.05rem; border-radius: 999px; }

/* ---- Live-wins ticker (marquee) ---- */
.ticker { position: fixed; top: 64px; left: 0; right: 0; z-index: 99;
    display: flex; align-items: stretch; height: 34px; overflow: hidden;
    background: linear-gradient(90deg, rgba(143,124,255,.32), rgba(255,61,166,.2));
    border-block: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.ticker__label { flex: none; display: inline-flex; align-items: center; gap: .4rem; padding: 0 .85rem;
    font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-ink);
    background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 0 18px rgba(255,61,166,.5); }
.ticker__label .icon { width: 1em; height: 1em; }
.ticker__view { position: relative; flex: 1 1 auto; overflow: hidden; }
.ticker__track { display: inline-flex; align-items: center; gap: 2.4rem; white-space: nowrap; height: 100%;
    padding-left: 2.4rem; animation: ticker 34s linear infinite; will-change: transform; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item { display: inline-flex; align-items: center; gap: .45rem; font-size: .82rem; color: var(--text-muted); }
.ticker__item .icon { width: .95em; height: .95em; color: var(--gold-2); }
.ticker__item b { color: #fff; font-weight: 700; }
.ticker__item .win { color: var(--gold-2); font-weight: 900; text-shadow: 0 0 12px rgba(255,61,166,.55); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- Bottom icon dock (primary nav) ---- */
.dock { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 100;
    display: flex; align-items: flex-end; gap: .15rem; padding: .4rem .55rem;
    border-radius: 24px;
    background: rgba(28,16,46,.62); backdrop-filter: blur(24px) saturate(1.5); -webkit-backdrop-filter: blur(24px) saturate(1.5);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 18px 52px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.18), 0 0 44px rgba(255,61,166,.28);
    animation: dockIn .55s cubic-bezier(.22,1,.36,1); }
@keyframes dockIn { from { opacity: 0; transform: translate(-50%, 36px); } to { opacity: 1; transform: translateX(-50%); } }
/* animated neon border ring */
.dock::before { content: ""; position: absolute; inset: -1px; border-radius: 25px; padding: 1.5px; z-index: -1;
    background: linear-gradient(120deg, var(--gold), var(--violet), var(--teal), var(--gold)); background-size: 300% 300%;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude;
    animation: dockGlow 6s linear infinite; opacity: .75; }
@keyframes dockGlow { to { background-position: 300% 50%; } }
.dock__link { position: relative; display: inline-flex; flex-direction: column; align-items: center; gap: .15rem;
    min-width: 60px; padding: .5rem .35rem .42rem; border-radius: 16px; background: none; border: none; cursor: pointer;
    font: inherit; font-size: .6rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
    color: var(--text-dim); transition: color .15s, background .15s; }
.dock__link span { line-height: 1; }
.dock__link .icon { width: 1.5em; height: 1.5em; color: var(--text-muted); transition: color .15s, transform .15s; }
.dock__link:hover { color: #fff; text-decoration: none; }
.dock__link:hover .icon { color: var(--gold-2); transform: translateY(-3px) scale(1.12); }
.dock__link.is-active { color: #fff; background: rgba(255,61,166,.14); }
.dock__link.is-active .icon { color: var(--gold); filter: drop-shadow(0 0 9px rgba(255,61,166,.8)); }
.dock__link.is-active::after { content: ""; position: absolute; bottom: 2px; width: 5px; height: 5px; border-radius: 50%;
    background: var(--gold); box-shadow: var(--neon); }

/* center spinning-chip FAB */
.dock__fab { position: relative; align-self: center; display: grid; place-items: center;
    width: 62px; height: 62px; margin: 0 .25rem; transform: translateY(-16px); border: none; cursor: pointer; color: #fff;
    border-radius: 50%; background: radial-gradient(circle at 50% 34%, var(--gold-2), var(--gold) 56%, var(--violet));
    box-shadow: 0 0 0 4px rgba(8,5,26,.75), 0 10px 28px rgba(255,61,166,.55); }
.dock__fab::before { content: ""; position: absolute; inset: -5px; border-radius: 50%; z-index: -1; filter: blur(3px); opacity: .9;
    background: conic-gradient(from 0deg, var(--gold), var(--teal), var(--violet), var(--gold)); animation: dockGlow 5s linear infinite, spin 7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.dock__fab .icon { width: 1.75em; height: 1.75em; transition: transform .25s; }
.dock__fab:hover .icon { transform: rotate(90deg) scale(1.1); }
.dock__fab[aria-expanded="true"] { transform: translateY(-16px) scale(1.05); box-shadow: 0 0 0 4px rgba(8,5,26,.75), 0 0 34px rgba(255,61,166,.85); }
.dock__fab[aria-expanded="true"] .icon { transform: rotate(135deg); }
.dock__fab-label { position: absolute; bottom: -2px; font-size: .58rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
    color: var(--gold-2); text-shadow: 0 1px 4px rgba(0,0,0,.8); }

/* ---- Games sheet (slides up above the dock) ---- */
.games-scrim { position: fixed; inset: 0; z-index: 98; background: rgba(6,4,12,.5); backdrop-filter: blur(2px); }
.games-sheet { position: fixed; left: 50%; bottom: 96px; transform: translateX(-50%); z-index: 99;
    width: min(720px, 94vw); padding: 1rem 1.1rem 1.15rem;
    background: rgba(26,15,42,.86); backdrop-filter: blur(28px) saturate(1.4); -webkit-backdrop-filter: blur(28px) saturate(1.4);
    border: 1px solid rgba(255,255,255,.14); border-radius: 24px;
    box-shadow: 0 -10px 70px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.15), 0 0 52px rgba(143,124,255,.32);
    animation: sheetUp .24s cubic-bezier(.22,1,.36,1); }
@keyframes sheetUp { from { opacity: 0; transform: translate(-50%, 18px); } to { opacity: 1; transform: translateX(-50%); } }
.games-sheet__label { font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; color: var(--text-dim); margin: .1rem .2rem .7rem; }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .55rem; }
.cat-card { display: flex; flex-direction: column; align-items: center; gap: .45rem; padding: .85rem .5rem; border-radius: 16px;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); color: var(--text-muted); font-size: .82rem; text-align: center;
    transition: transform .15s, background .15s, box-shadow .15s; }
.cat-card:hover { background: rgba(255,61,166,.16); color: #fff; text-decoration: none; transform: translateY(-3px); box-shadow: var(--neon); }
.cat-card.is-active { border-color: var(--gold); color: #fff; box-shadow: var(--neon); }
.cat-card__ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: rgba(255,255,255,.06); }
.cat-card__ic .icon { width: 1.45em; height: 1.45em; color: var(--gold-2); }
.cat-card:hover .cat-card__ic { background: rgba(255,61,166,.2); }
.games-sheet__foot { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-top: 1rem; padding-top: .85rem;
    border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; }
.games-sheet__foot a { display: inline-flex; align-items: center; gap: .4rem; color: var(--text-muted); }
.games-sheet__foot a:hover { color: #fff; }

/* clear the fixed dock so it never covers footer / cookie banner */
.dock-layout .site-footer { padding-bottom: 130px; }
.dock-layout .cookie-banner { bottom: 104px; }

@media (max-width: 760px) {
    .topnav__name { display: none; }
    .topnav__login { display: none; }
    .dock-layout .content--dock { padding-top: 100px; }
    .cat-grid { grid-template-columns: repeat(3, 1fr); }
    .dock { left: 12px; right: 12px; transform: none; justify-content: space-around; gap: 0; padding: .35rem .3rem; }
    @keyframes dockIn { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 470px) {
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
    .dock__link { min-width: 0; flex: 1 1 0; }
    .dock__link span { font-size: .55rem; }
}

/* ---- Themed scrollbars (neon) ---- */
* { scrollbar-width: thin; scrollbar-color: var(--gold) rgba(255,255,255,.05); }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: rgba(255,255,255,.04); border-radius: 10px; }
::-webkit-scrollbar-thumb {
    border-radius: 10px; border: 3px solid transparent; background-clip: padding-box;
    background-color: var(--violet);
    background-image: linear-gradient(180deg, var(--gold), var(--violet));
}
::-webkit-scrollbar-thumb:hover { background-image: linear-gradient(180deg, var(--gold-2), var(--gold)); }
::-webkit-scrollbar-corner { background: transparent; }

/* Carousel rails — slimmer themed bar */
.rail { scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.rail::-webkit-scrollbar { height: 8px; }
.rail::-webkit-scrollbar-track { background: rgba(255,255,255,.05); border-radius: 8px; margin-inline: 2px; }
.rail::-webkit-scrollbar-thumb { border: 2px solid transparent; background-image: linear-gradient(90deg, var(--gold), var(--violet)); background-clip: padding-box; border-radius: 8px; }
.rail::-webkit-scrollbar-thumb:hover { background-image: linear-gradient(90deg, var(--gold-2), var(--gold)); }

/* ---- Respect reduced motion: kill the flashy loops, keep the layout ---- */
@media (prefers-reduced-motion: reduce) {
    .fx-orb, .ticker__track, .dock::before, .dock__fab::before, .brand-mark,
    .topnav__name::after, .badge--age, .promo-hero__glow, .sidebar__brand-logo { animation: none !important; }
    .fx-coin { display: none !important; }
    .ticker__track { transform: none; }
}

/* ============================================================
   iRevegas — "Neon Billboard + Bento" homepage
   (cinema billboard hero, bento mosaic, snap shelves,
    marquee billboard, rewards ribbon)
   ============================================================ */

/* ---- Neon helpers ---- */
.btn--neon {
    position: relative; isolation: isolate; background: rgba(8,5,26,.55); color: #fff;
    border: 1px solid transparent; background-clip: padding-box;
}
.btn--neon::before {
    content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1.5px; z-index: -1;
    background: linear-gradient(120deg, var(--rose), var(--violet) 55%, var(--teal));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude; pointer-events: none;
}
.btn--neon:hover { border-color: transparent; box-shadow: 0 0 18px rgba(255,61,166,.3), 0 0 24px rgba(45,226,255,.22); color: #fff; }

@media (prefers-reduced-motion: no-preference) {
    .btn--pulse { animation: ctaPulse 2.8s ease-in-out infinite; }
}
@keyframes ctaPulse {
    0%, 100% { box-shadow: 0 8px 24px rgba(255,200,61,.3), 0 0 0 0 rgba(255,200,61,.4); }
    50%      { box-shadow: 0 8px 28px rgba(255,200,61,.45), 0 0 0 9px rgba(255,200,61,0); }
}

/* ---- Cinema billboard hero (full-width, centered) ---- */
.billboard {
    position: relative; isolation: isolate; overflow: hidden; margin-bottom: 1.6rem;
    border-radius: 22px; border: 1px solid rgba(255,61,166,.28);
    padding: clamp(2.4rem, 6vw, 4.4rem) clamp(1.4rem, 5vw, 3.4rem);
    min-height: clamp(360px, 44vw, 500px);
    display: flex; align-items: center; justify-content: center; text-align: center;
    background:
        radial-gradient(820px 400px at 50% -30%, rgba(255,61,166,.3), transparent 62%),
        radial-gradient(700px 380px at 10% 118%, rgba(45,226,255,.22), transparent 60%),
        radial-gradient(700px 380px at 90% 118%, rgba(143,124,255,.26), transparent 62%),
        linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);
    box-shadow: 0 30px 80px rgba(0,0,0,.5), 0 0 50px rgba(255,61,166,.12);
}
.billboard__bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; }
.billboard__scrim {
    position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background: radial-gradient(105% 90% at 50% 44%, rgba(8,5,26,.4) 0%, rgba(8,5,26,.62) 55%, rgba(8,5,26,.94) 100%);
}
.billboard--img .billboard__scrim {
    background: radial-gradient(82% 80% at 50% 46%, rgba(8,5,26,.6) 0%, rgba(8,5,26,.72) 52%, rgba(8,5,26,.95) 100%);
}
/* Neon tube frame — inner magenta→cyan gradient ring */
.billboard__tube {
    position: absolute; inset: 12px; z-index: 1; border-radius: 15px; padding: 1.5px; pointer-events: none;
    background: linear-gradient(120deg, var(--rose), var(--violet) 50%, var(--teal));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude; opacity: .85;
    filter: drop-shadow(0 0 7px rgba(255,61,166,.55)) drop-shadow(0 0 14px rgba(45,226,255,.35));
}
.billboard__body { position: relative; z-index: 2; max-width: 70ch; display: flex; flex-direction: column; align-items: center; }
.billboard__eyebrow { color: var(--teal); text-shadow: 0 0 14px rgba(45,226,255,.5); }
.billboard__title {
    display: flex; flex-direction: column; gap: .06em; margin-bottom: .8rem;
    font-size: clamp(1.9rem, 5.2vw, 3.5rem); line-height: 1.05;
    text-transform: uppercase; letter-spacing: .035em;
    text-shadow: 0 0 26px rgba(45,226,255,.28), 0 2px 18px rgba(0,0,0,.65);
}
.billboard__row--neon {
    color: #fff;
    text-shadow: 0 0 10px rgba(255,61,166,.85), 0 0 30px rgba(255,61,166,.55), 0 0 64px rgba(45,226,255,.4);
}
.billboard__title .gold { color: var(--gold); text-shadow: 0 0 14px rgba(255,200,61,.65), 0 0 38px rgba(255,200,61,.35); }
.billboard__lead { color: var(--text-muted); max-width: 58ch; margin-inline: auto; font-size: 1.05rem; text-shadow: 0 1px 10px rgba(0,0,0,.6); }
.billboard__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin-top: 1.15rem; }
.billboard__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-top: 1.3rem; position: relative; }
.billboard__chips .chip {
    position: static; width: auto; height: auto; display: inline-flex; align-items: center; gap: .4rem;
    padding: .4rem .8rem; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); transform: none;
    background: rgba(8,5,26,.55); backdrop-filter: blur(6px); box-shadow: none;
    font-size: .82rem; font-weight: 600; color: var(--text-muted);
}
.billboard__chips .chip .icon { color: var(--gold); }

/* ---- Bento mosaic (asymmetric category showcase) ---- */
.bento {
    display: grid; gap: 1rem; margin-bottom: 2.1rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
        "slots slots live live"
        "slots slots rewards minis";
    grid-auto-rows: minmax(200px, auto);
}
.bento__card--slots { grid-area: slots; }
.bento__card--live { grid-area: live; }
.bento__card--rewards { grid-area: rewards; }
.bento__minis { grid-area: minis; display: grid; gap: 1rem; grid-template-rows: 1fr 1fr; min-width: 0; }
.bento__card {
    position: relative; isolation: isolate; overflow: hidden; min-width: 0;
    display: flex; align-items: flex-end;
    border-radius: 16px; border: 1px solid transparent; background-clip: padding-box;
    padding: 1.1rem 1.2rem; color: var(--text);
    background: linear-gradient(180deg, var(--surface-2), var(--bg-2));
    transition: transform .18s ease, box-shadow .18s ease;
}
.bento__card::before {
    content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1.5px; z-index: 2;
    background: linear-gradient(120deg, var(--rose), var(--violet) 50%, var(--teal));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude; pointer-events: none; opacity: .45; transition: opacity .18s ease;
}
.bento__card:hover, .bento__card:focus-visible {
    text-decoration: none; transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(0,0,0,.45), 0 0 26px rgba(255,61,166,.18), 0 0 30px rgba(45,226,255,.12);
}
.bento__card:hover::before, .bento__card:focus-visible::before { opacity: .95; }
.bento__bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .25s ease; }
.bento__card:hover .bento__bg { transform: scale(1.045); }
.bento__scrim {
    position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background: linear-gradient(180deg, rgba(8,5,26,.16) 0%, rgba(8,5,26,.52) 52%, rgba(8,5,26,.93) 100%);
}
.bento__body { position: relative; display: flex; flex-direction: column; gap: .22rem; min-width: 0; }
.bento__kicker {
    display: inline-flex; align-items: center; gap: .4rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
    color: var(--teal); text-shadow: 0 0 12px rgba(45,226,255,.55);
}
.bento__title { font-weight: 800; color: #fff; font-size: 1.2rem; line-height: 1.2; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.bento__text { color: var(--text-muted); font-size: .88rem; line-height: 1.45; text-shadow: 0 1px 8px rgba(0,0,0,.55); }
.bento__cta { margin-top: .4rem; display: inline-flex; align-items: center; gap: .35rem; color: var(--gold-2); font-weight: 700; font-size: .9rem; }
.bento__card:hover .bento__cta, .bento__card:focus-visible .bento__cta { text-decoration: underline; }
/* Per-card kicker colours + gradient fallbacks (used when the JPG is absent) */
.bento__card--slots .bento__kicker { color: var(--rose); text-shadow: 0 0 12px rgba(255,61,166,.55); }
.bento__card--rewards .bento__kicker { color: var(--gold); text-shadow: 0 0 12px rgba(255,200,61,.55); }
.bento__card--slots .bento__title { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.bento__card--slots {
    background:
        radial-gradient(600px 320px at 85% 0%, rgba(255,61,166,.34), transparent 62%),
        radial-gradient(440px 280px at 12% 115%, rgba(255,200,61,.2), transparent 60%),
        linear-gradient(180deg, var(--surface-2), var(--bg-2));
}
.bento__card--live {
    background:
        radial-gradient(520px 240px at 86% 0%, rgba(45,226,255,.3), transparent 62%),
        radial-gradient(420px 220px at 10% 120%, rgba(143,124,255,.3), transparent 60%),
        linear-gradient(180deg, var(--surface-2), var(--bg-2));
}
.bento__card--rewards {
    background:
        radial-gradient(420px 240px at 85% 0%, rgba(255,200,61,.28), transparent 62%),
        radial-gradient(380px 220px at 12% 120%, rgba(255,61,166,.26), transparent 60%),
        linear-gradient(180deg, var(--surface-2), var(--bg-2));
}
/* Small text-only neon cards */
.bento__card--mini { align-items: center; padding: .9rem 1.1rem; }
.bento__card--mini .bento__title { font-size: 1.02rem; }
.bento__card--mini .bento__cta { margin-top: .15rem; font-size: .84rem; }
.bento__card--table {
    background: linear-gradient(135deg, rgba(255,61,166,.16), rgba(143,124,255,.1) 55%, transparent), var(--surface);
}
.bento__card--roulette {
    background: linear-gradient(135deg, rgba(45,226,255,.15), rgba(143,124,255,.1) 55%, transparent), var(--surface);
}
.bento__card--roulette .bento__kicker { color: var(--teal); }
.bento__card--table .bento__kicker { color: var(--rose); text-shadow: 0 0 12px rgba(255,61,166,.55); }

@media (max-width: 980px) {
    .bento {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "slots slots"
            "live rewards"
            "minis minis";
    }
    .bento__card--slots { min-height: 300px; }
    .bento__minis { grid-template-rows: none; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .bento {
        grid-template-columns: 1fr;
        grid-template-areas: "slots" "live" "rewards" "minis";
        grid-auto-rows: auto;
    }
    .bento__card { min-height: 190px; }
    .bento__card--slots { min-height: 240px; }
    .bento__minis { grid-template-columns: 1fr; }
    .bento__card--mini { min-height: 0; }
}

/* ---- Marquee billboard (the single wide banner after the shelves) ---- */
.marquee {
    position: relative; isolation: isolate; overflow: hidden; margin: .4rem 0 1.4rem;
    border-radius: 18px; border: 1px solid rgba(45,226,255,.3);
    display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap;
    padding: clamp(1.6rem, 4vw, 2.8rem) clamp(1.3rem, 4vw, 3rem);
    min-height: 210px;
    background:
        radial-gradient(640px 280px at 88% 0%, rgba(45,226,255,.3), transparent 62%),
        radial-gradient(480px 240px at 8% 130%, rgba(143,124,255,.3), transparent 62%),
        linear-gradient(180deg, var(--surface), var(--bg-2));
    box-shadow: 0 24px 60px rgba(0,0,0,.45), 0 0 34px rgba(45,226,255,.12);
}
.marquee__bg { position: absolute; inset: 0; z-index: -3; background-size: cover; background-position: center; }
.marquee__scrim {
    position: absolute; inset: 0; z-index: -2; pointer-events: none;
    background: linear-gradient(90deg, rgba(8,5,26,.94) 0%, rgba(8,5,26,.72) 55%, rgba(8,5,26,.32) 100%);
}
/* Angled neon accents sweeping across the right half */
.marquee__slash {
    position: absolute; top: -30%; bottom: -30%; z-index: -1; pointer-events: none;
    transform: skewX(-18deg);
}
.marquee__slash--a {
    right: 16%; width: clamp(60px, 9vw, 120px);
    background: linear-gradient(180deg, rgba(255,61,166,0), rgba(255,61,166,.26), rgba(255,61,166,0));
    border-inline: 1px solid rgba(255,61,166,.55); box-shadow: 0 0 26px rgba(255,61,166,.28);
}
.marquee__slash--b {
    right: 7%; width: clamp(28px, 4.5vw, 56px);
    background: linear-gradient(180deg, rgba(45,226,255,0), rgba(45,226,255,.24), rgba(45,226,255,0));
    border-inline: 1px solid rgba(45,226,255,.55); box-shadow: 0 0 26px rgba(45,226,255,.28);
}
.marquee__body { position: relative; flex: 1 1 320px; max-width: 60ch; }
.marquee__kicker {
    display: inline-flex; align-items: center; gap: .4rem; margin: 0 0 .3rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
    color: var(--teal); text-shadow: 0 0 12px rgba(45,226,255,.55);
}
.marquee__title {
    font-size: clamp(1.5rem, 3.2vw, 2.2rem); margin-bottom: .35rem; text-transform: uppercase; letter-spacing: .03em;
    text-shadow: 0 0 18px rgba(45,226,255,.35), 0 2px 12px rgba(0,0,0,.6);
}
.marquee__text { color: var(--text-muted); margin: 0; font-size: .95rem; max-width: 58ch; text-shadow: 0 1px 8px rgba(0,0,0,.55); }
.marquee__cta { position: relative; flex: 0 0 auto; }

/* ---- Compact rewards ribbon (narrow strip, single CTA) ---- */
.ribbon {
    position: relative; isolation: isolate; overflow: hidden; margin: 0 0 1.6rem;
    border-radius: 14px; border: 1px solid rgba(255,200,61,.32);
    display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
    padding: .8rem 1.2rem; min-height: 64px;
    background:
        linear-gradient(90deg, rgba(255,200,61,.16), rgba(255,61,166,.12) 60%, transparent),
        var(--surface);
    box-shadow: 0 14px 36px rgba(0,0,0,.35), 0 0 22px rgba(255,200,61,.1);
}
.ribbon__bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; }
.ribbon__scrim {
    position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background: linear-gradient(90deg, rgba(8,5,26,.93) 0%, rgba(8,5,26,.8) 58%, rgba(8,5,26,.55) 100%);
}
.ribbon__text { position: relative; margin: 0; flex: 1 1 320px; font-size: .9rem; color: var(--text-muted); text-shadow: 0 1px 8px rgba(0,0,0,.55); }
.ribbon__brand {
    display: inline-flex; align-items: center; gap: .35rem; margin-right: .6rem;
    color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
    text-shadow: 0 0 12px rgba(255,200,61,.5);
}
.ribbon__cta { position: relative; flex: 0 0 auto; }
@media (max-width: 640px) { .ribbon { text-align: center; justify-content: center; } }

/* ---- Home shelves: neon tone bars, snap rails, edge fade masks ---- */
.shelf { position: relative; padding-left: .9rem; }
.shelf::before {
    content: ""; position: absolute; left: 0; top: .25rem; bottom: .9rem; width: 3px; border-radius: 3px;
    background: linear-gradient(180deg, var(--gold), transparent);
    box-shadow: 0 0 12px rgba(255,200,61,.45);
}
.shelf--rose::before { background: linear-gradient(180deg, var(--rose), transparent); box-shadow: 0 0 12px rgba(255,61,166,.45); }
.shelf--cyan::before { background: linear-gradient(180deg, var(--teal), transparent); box-shadow: 0 0 12px rgba(45,226,255,.45); }
.shelf--rose .shelf__title .icon { color: var(--rose); }
.shelf--cyan .shelf__title .icon { color: var(--teal); }
.shelf__more {
    display: inline-flex; align-items: center; gap: .3rem; margin-left: auto;
    padding: .28rem .8rem; border-radius: 999px; border: 1px solid rgba(255,200,61,.35);
    color: var(--gold-2); font-size: .8rem; font-weight: 700;
}
.shelf__more:hover { border-color: var(--gold); box-shadow: 0 0 14px rgba(255,200,61,.3); text-decoration: none; color: #fff; }
.rail {
    scroll-padding-inline: 26px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 26px, #000 calc(100% - 26px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 26px, #000 calc(100% - 26px), transparent 100%);
}
.rail:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 4px; }

/* ---- Section heading neon polish ---- */
.shelf__title { text-shadow: 0 0 16px rgba(45,226,255,.22); }
.lobby__title { text-shadow: 0 0 16px rgba(45,226,255,.22); }

/* ---- Promos page (subtle neon restyle) ---- */
.page--promos .section__title { text-shadow: 0 0 14px rgba(255,200,61,.4), 0 0 34px rgba(255,61,166,.2); }
.page--promos .eyebrow { color: var(--teal); text-shadow: 0 0 12px rgba(45,226,255,.5); }
.page--promos .cat {
    border: 1px solid transparent; background-clip: padding-box; isolation: isolate;
    background:
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.01)),
        var(--surface);
    box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.page--promos .cat::before {
    inset: -1px; height: auto; border-radius: inherit; padding: 1.5px; z-index: 1;
    background: linear-gradient(120deg, var(--rose), var(--violet) 55%, var(--teal));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude; pointer-events: none; opacity: .55;
}
.page--promos .cat:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(0,0,0,.4), 0 0 24px rgba(255,61,166,.16); }
.page--promos .cat:hover::before { opacity: .9; }
.page--promos .cat__title { color: var(--gold-2); }

/* ---- Reduced motion: stop pulses and hover zooms ---- */
@media (prefers-reduced-motion: reduce) {
    .btn--pulse { animation: none !important; }
    .bento__card:hover .bento__bg { transform: none; }
    .bento__card:hover, .bento__card:focus-visible { transform: none; }
}
