:root{--primary:#4a1572;--primary-rgb:74,21,114;--heading:#c9a3e8;--accent:#e81c2c;--accent-rgb:232,28,44;--bg:#0c0212;--surface:#140626;--surface-2:#1c0a38;--text:#f0e8f8;--text-muted:#b8a8c8;--border:rgba(74,21,114,0.3);--success:#22c55e;--warning:#d98c2b;--info:#60a5fa;--muted:#9ca3af;--font-display:Georgia,"Times New Roman",Times,serif;--font-body:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--max-w:1280px;--radius:4px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:1rem;line-height:1.65;min-height:100vh}
a{color:#ff5e6b;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:var(--font-display);line-height:1.25;color:var(--text)}
h2{font-size:1.5rem;margin:2rem 0 0.75rem}
h3{font-size:1.15rem;margin:1.5rem 0 0.5rem;color:var(--heading)}
p{margin-bottom:1rem}
ul,ol{margin-bottom:1rem;padding-left:1.5rem}
li{margin-bottom:0.25rem}
strong{font-weight:700}

.site-header{position:sticky;top:0;z-index:100;background:rgba(12,2,18,0.97);border-bottom:1px solid var(--border);backdrop-filter:blur(8px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.6rem 1.25rem;max-width:var(--max-w);margin:0 auto}
.site-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}
.site-logo svg{height:36px;width:auto}
.header-actions{display:flex;align-items:center;gap:0.75rem}
.site-nav{display:flex;align-items:center;gap:1.25rem}
.site-nav a{font-size:0.85rem;color:var(--text-muted);transition:color 0.15s}
.site-nav a:hover{color:var(--text);text-decoration:none}
.nav-play{display:none;align-items:center;background:var(--accent);color:#fff;font-family:var(--font-display);font-size:0.82rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:0.45rem 1.1rem;border-radius:var(--radius);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 0 12px rgba(var(--accent-rgb),0.4);transition:background 0.15s,box-shadow 0.15s}
.nav-play:hover{background:#c41526;box-shadow:0 0 18px rgba(var(--accent-rgb),0.6);text-decoration:none}
.lang-switcher{position:relative}

.lang-short{display:none;font-weight:600;text-transform:uppercase}
.lang-btn{display:flex;align-items:center;gap:0.4rem;background:transparent;border:1px solid var(--border);color:var(--text-muted);font-size:0.82rem;padding:0.4rem 0.65rem;border-radius:var(--radius);cursor:pointer;transition:border-color 0.15s}
.lang-btn:hover{border-color:var(--heading);color:var(--text)}
.lang-flag{border-radius:2px}
.lang-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);display:none;grid-template-columns:repeat(2,minmax(140px,1fr));gap:2px;padding:0.5rem;z-index:200;max-height:min(70vh,440px);overflow-y:auto;max-width:min(92vw,420px)}
.lang-dropdown.open{display:grid}
@media(min-width:700px){.lang-dropdown.open{grid-template-columns:repeat(3,minmax(140px,1fr))}}
.lang-dropdown a{display:flex;align-items:center;gap:0.5rem;padding:0.45rem 0.6rem;font-size:0.82rem;color:var(--text-muted);border-radius:2px;transition:background 0.1s}
.lang-dropdown a:hover{background:var(--border);color:var(--text);text-decoration:none}
@media(max-width:600px){.lang-full{display:none}.lang-short{display:inline}
  .site-nav{display:none}
  .nav-play{display:inline-flex}
}

.container{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}

.hero{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden}
.hero-img-wrap{position:absolute;inset:0}
.hero-bg{width:100%;height:100%;object-fit:cover;object-position:center;opacity:1}
.hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,2,18,0.88) 0%,rgba(12,2,18,0.82) 30%,rgba(12,2,18,0.35) 62%,rgba(12,2,18,0.00) 88%)}
.hero-body{position:relative;z-index:2;padding:2.5rem 1.5rem;width:100%;max-width:var(--max-w);margin:0 auto}
.hero-lead{color:#f5ebd9;font-size:0.85rem;letter-spacing:0.12em;text-transform:uppercase;margin-bottom:0.6rem;text-shadow:0 2px 6px rgba(0,0,0,0.95),0 0 12px rgba(0,0,0,0.8)}
.hero h1{color:#fff;max-width:680px;font-size:clamp(1.5rem,4vw,2.25rem);margin-bottom:0.75rem;text-shadow:0 2px 8px rgba(0,0,0,0.95),0 0 16px rgba(0,0,0,0.85),0 0 4px rgba(0,0,0,0.9)}
.hero h1 em{color:var(--heading);font-style:normal;text-shadow:0 2px 8px rgba(0,0,0,0.95),0 0 16px rgba(0,0,0,0.85)}
.hero-sub{color:#f5ebd9;max-width:520px;font-size:0.95rem;margin-bottom:1.5rem;text-shadow:0 2px 6px rgba(0,0,0,0.95),0 0 10px rgba(0,0,0,0.8)}
.hero-cta{display:flex;gap:0.75rem;flex-wrap:wrap}
.btn-primary{display:inline-block;background:var(--accent);color:#fff;font-family:var(--font-display);font-weight:700;font-size:0.9rem;letter-spacing:0.06em;text-transform:uppercase;padding:0.7rem 1.5rem;border-radius:var(--radius);transition:background 0.15s;box-shadow:0 0 14px rgba(var(--accent-rgb),0.45)}
.btn-primary:hover{background:#c41526;text-decoration:none}
.btn-secondary{display:inline-block;background:transparent;color:var(--text);border:1px solid rgba(var(--primary-rgb),0.6);font-size:0.9rem;font-weight:600;padding:0.7rem 1.5rem;border-radius:var(--radius);transition:border-color 0.15s,color 0.15s}
.btn-secondary:hover{border-color:var(--heading);color:#fff;text-decoration:none}
@media(max-width:768px){.hero{min-height:340px}.hero-body{padding:1.5rem 1rem}}

.deco-rule{height:1px;background:linear-gradient(90deg,transparent 0%,var(--primary) 30%,var(--accent) 50%,var(--primary) 70%,transparent 100%);margin:0;border:none}

.content-section{padding:2.5rem 0}
.content-grid{display:grid;grid-template-columns:1fr 330px;gap:2.5rem;align-items:start}
.content-main{min-width:0}
.content-sidebar{min-width:0}
@media(max-width:1024px){
  .content-grid{grid-template-columns:1fr;gap:1.5rem}
  .content-main{order:2}
  .content-sidebar{order:1}
}

.sidebar-card,.collapse-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}
.sidebar-card h3,.collapse-card>summary{font-family:var(--font-display);font-size:0.85rem;font-weight:700;color:var(--heading);letter-spacing:0.08em;text-transform:uppercase;padding-bottom:0.5rem;border-bottom:1px solid rgba(var(--primary-rgb),0.2)}
.collapse-card>summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:0.75rem;margin-bottom:0}
.collapse-card>summary::-webkit-details-marker{display:none}
.collapse-card>summary::after{content:"\25BC";color:var(--heading);font-size:0.7rem;transition:transform 0.2s;flex-shrink:0}
.collapse-card[open]>summary::after{transform:rotate(180deg)}
.collapse-card[open]>summary{margin-bottom:1rem}
@media(min-width:1025px){
  details.collapse-card>summary{cursor:default;pointer-events:none;margin-bottom:1rem}
  details.collapse-card>summary::after{display:none}
}

.facts-table{width:100%;border-collapse:collapse;font-size:0.85rem}
.facts-table th{text-align:left;padding:0.4rem 0.5rem;font-size:0.75rem;font-family:var(--font-display);letter-spacing:0.06em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border)}
.facts-table td{padding:0.4rem 0.5rem;border-bottom:1px solid rgba(var(--primary-rgb),0.12);vertical-align:top}
.facts-table tr:last-child td{border-bottom:none}
.facts-table td:first-child{color:var(--text-muted);white-space:nowrap}
.facts-table td:nth-child(2){font-weight:600;color:var(--text)}
.source-link{font-size:0.72rem;display:inline-block}
.source-official{color:var(--success)}
.source-verified{color:var(--info);font-size:0.72rem}
.source-estimated{color:var(--warning);font-size:0.72rem;cursor:help;border-bottom:1px dashed currentColor}
.source-unavailable{color:var(--muted);font-size:0.72rem}
.facts-notes{margin-top:0.75rem;padding:0.75rem;background:rgba(var(--primary-rgb),0.08);border-radius:var(--radius);border-left:3px solid var(--primary)}
.fact-note{font-size:0.78rem;color:var(--text-muted);margin:0.25rem 0}

.toc-card nav{display:flex;flex-direction:column;gap:0.25rem}
.toc-card nav a{font-size:0.82rem;color:var(--text-muted);padding:0.2rem 0;border-left:2px solid transparent;padding-left:0.6rem;transition:color 0.15s,border-color 0.15s}
.toc-card nav a:hover{color:var(--heading);border-left-color:var(--heading);text-decoration:none}

article{font-size:1rem;line-height:1.7}
article h2{font-size:1.4rem;border-bottom:1px solid var(--border);padding-bottom:0.4rem;margin-top:2.5rem;margin-bottom:1rem}
article h2:first-child{margin-top:0}
article h3{font-size:1.1rem;color:var(--heading);margin-top:1.75rem;margin-bottom:0.6rem}
article ul,article ol{padding-left:1.6rem;margin-bottom:1rem}
article li{margin-bottom:0.35rem;line-height:1.6}
article strong{color:var(--text)}

article figure{margin:1.5rem 0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
article figure img{border-radius:8px;width:auto;max-width:100%;height:auto;margin:0 auto;display:block}
article figcaption{font-size:0.8rem;color:var(--text-muted);padding:0.5rem 0.75rem;line-height:1.4;border-top:1px solid var(--border)}

.demo-section{margin:2rem 0}
.demo-wrap{position:relative;max-width:720px;aspect-ratio:4/3;margin:0 auto;overflow:hidden;background:#000;border-radius:var(--radius);border:1px solid var(--border)}
.demo-poster{position:absolute;inset:0;cursor:pointer;display:flex;align-items:center;justify-content:center}
.demo-poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(0.35);z-index:1}
.demo-poster-content{background:rgba(0,0,0,.65);backdrop-filter:blur(6px);padding:1.25rem 1.75rem;border-radius:var(--radius);max-width:280px;position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0.75rem}
.demo-play-icon{width:64px;height:64px;background:rgba(var(--accent-rgb),0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 24px rgba(var(--accent-rgb),0.5);transition:background 0.15s,transform 0.15s}
.demo-poster:hover .demo-play-icon{background:var(--accent);transform:scale(1.08)}
.demo-play-icon svg{width:28px;height:28px;fill:#fff;margin-left:4px}
.demo-label{color:#fff;font-size:0.85rem;font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,0.8)}
.demo-iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:none}
.demo-actions{display:flex;justify-content:center;margin-top:0.75rem}
.demo-fs-btn{background:transparent;border:1px solid var(--border);color:var(--text-muted);font-size:0.8rem;padding:0.4rem 0.9rem;border-radius:var(--radius);cursor:pointer;transition:border-color 0.15s}
.demo-fs-btn:hover{border-color:var(--heading);color:var(--text)}
.demo-note{text-align:center;font-size:0.8rem;color:var(--text-muted);margin-top:0.5rem}

.session-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:0.75rem;margin:1.5rem 0}
.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;text-align:center}
.stat-value{font-family:var(--font-display);font-size:1.45rem;font-weight:700;color:var(--heading);line-height:1.2}
.stat-value.stat-negative{color:#e85d04}
.stat-label{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.06em;margin-top:0.3rem}

.checkpoint-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0.75rem;margin:1.5rem 0}
.checkpoint-grid figure{margin:0}
.checkpoint-grid figure img,.checkpoint-grid .cp-figure img{aspect-ratio:16/9;object-fit:cover;cursor:zoom-in;width:100%;height:auto}
.checkpoint-grid figcaption{font-size:0.75rem;padding:0.4rem 0.6rem}

.pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin:1.25rem 0}
.pros,.cons{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}
.pros{border-top:3px solid #22c55e}
.cons{border-top:3px solid var(--accent)}
.pros h3,.cons h3{margin-top:0;font-size:0.9rem;letter-spacing:0.06em;text-transform:uppercase}
.pros h3{color:#22c55e}
.cons h3{color:#ff5e6b}
.pros ul,.cons ul{list-style:none;padding-left:0;margin-bottom:0}
.pros li,.cons li{font-size:0.88rem;padding:0.3rem 0;border-bottom:1px solid var(--border);padding-left:1.2rem;position:relative}
.pros li:last-child,.cons li:last-child{border-bottom:none}
.pros li::before{content:"+ ";color:#22c55e;position:absolute;left:0;font-weight:700}
.cons li::before{content:"- ";color:#ff5e6b;position:absolute;left:0;font-weight:700}
@media(max-width:600px){.pros-cons-grid{grid-template-columns:1fr}}

.faq-section{margin:2rem 0}
.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:0.5rem;overflow:hidden}
.faq-item>summary{list-style:none;cursor:pointer;padding:1rem 1.1rem;font-weight:600;font-size:0.95rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--text)}
.faq-item>summary::-webkit-details-marker{display:none}
.faq-item>summary::after{content:"\25BC";color:var(--heading);font-size:0.7rem;transition:transform 0.2s;flex-shrink:0}
.faq-item[open]>summary::after{transform:rotate(180deg)}
.faq-item>summary:hover{background:rgba(var(--primary-rgb),0.08)}
.faq-answer{padding:0.25rem 1.1rem 1rem;font-size:0.92rem;color:var(--text-muted);line-height:1.6}
.faq-answer p{margin-bottom:0.75rem}
.faq-answer p:last-child{margin-bottom:0}

.eeat-card{display:flex;gap:1rem;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--primary);border-radius:var(--radius);padding:1.25rem;margin:2rem 0}
.eeat-card img{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--primary)}
.eeat-card a{color:var(--heading)}
.eeat-body{font-size:0.85rem;line-height:1.55;color:var(--text-muted)}
.eeat-name{font-weight:600;color:var(--text);margin-bottom:0.3rem}
.eeat-bio{margin-bottom:0.75rem}
.eeat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.35rem}
.eeat-item{font-size:0.82rem;padding-left:1.1rem;position:relative}
.eeat-item::before{content:"+ ";position:absolute;left:0;color:var(--heading);font-size:0.75rem;font-weight:700}
.eeat-block{background:rgba(var(--primary-rgb),0.07);border:1px solid var(--border);border-radius:var(--radius);padding:0.75rem 1rem;margin:-1rem 0 2rem}
.eeat-by{font-size:0.8rem;color:var(--text-muted);margin:0}
.eeat-by a{color:var(--heading)}

.provenance-section{margin:2rem 0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}
.provenance-section h2{font-size:1rem;margin:0 0 0.75rem;border-bottom:1px solid var(--border);padding-bottom:0.4rem}
.provenance-section ol{font-size:0.83rem;color:var(--text-muted);padding-left:1.4rem}
.provenance-section li{margin-bottom:0.35rem}

.where-to-play-teaser{margin:2rem 0;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}
.where-to-play-teaser h2{margin-top:0}
.where-to-play-cta{display:inline-block;margin-top:0.75rem;background:var(--primary);color:#fff;font-weight:600;padding:0.6rem 1.25rem;border-radius:var(--radius);transition:background 0.15s}
.where-to-play-cta:hover{background:#3a1060;text-decoration:none}

.casino-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin:1.5rem 0}
.casino-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:0.75rem}
.casino-card-name{font-family:var(--font-display);font-weight:700;font-size:1.05rem;color:var(--text)}
.casino-card-meta{font-size:0.82rem;color:var(--text-muted)}
.casino-card-meta span{display:block;margin-bottom:0.2rem}
.btn-casino{display:block;text-align:center;background:var(--accent);color:#fff;font-weight:700;font-size:0.88rem;padding:0.65rem 1rem;border-radius:var(--radius);transition:background 0.15s;margin-top:auto}
.btn-casino:hover{background:#c41526;text-decoration:none}

.rtp-note{background:rgba(var(--primary-rgb),0.08);border-left:3px solid var(--primary);border-radius:var(--radius);padding:0.75rem 1rem;font-size:0.85rem;color:var(--text-muted);margin:1rem 0}

.about-review{font-size:0.85rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:1rem;margin-top:2rem}
.about-review a{color:var(--heading)}

site-footer{background:var(--surface);border-top:1px solid var(--border);margin-top:3rem;padding:2rem 0 1.5rem}
footer{background:var(--surface);border-top:1px solid var(--border);margin-top:3rem;padding:2rem 0 1.5rem}
.footer-inner{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}
.footer-nav{display:flex;flex-wrap:wrap;gap:0.5rem 1.25rem;margin-bottom:1.25rem}
.footer-nav a{font-size:0.82rem;color:var(--text-muted);transition:color 0.15s}
.footer-nav a:hover{color:var(--heading)}
.footer-disclaimers{display:flex;flex-direction:column;gap:0.6rem;margin-bottom:1.25rem}
.footer-disclaimers p{font-size:0.75rem;color:var(--muted);line-height:1.5}
.rg-block{display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap;margin-bottom:1rem}
.rg-label{font-size:0.72rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:0.06em}
.rg-links{display:flex;gap:0.5rem 0.75rem;flex-wrap:wrap}
.rg-links a{font-size:0.72rem;color:var(--text-muted);text-decoration:underline}
.footer-bottom{border-top:1px solid var(--border);padding-top:0.75rem;margin-top:0.75rem}
.footer-copy{font-size:0.72rem;color:var(--muted)}

.lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.88);display:none;align-items:center;justify-content:center;z-index:9999;padding:2rem;cursor:zoom-out}
.lightbox-overlay.open{display:flex}
.lightbox-overlay img{width:auto;height:auto;max-width:92vw;max-height:88vh;object-fit:contain;cursor:default;box-shadow:0 8px 40px rgba(0,0,0,0.6);border-radius:var(--radius)}
.lightbox-close{position:fixed;top:1.2rem;right:1.5rem;background:rgba(255,255,255,0.15);border:none;color:#fff;font-size:1.8rem;line-height:1;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.15s}
.lightbox-close:hover{background:rgba(255,255,255,0.32)}
.lightbox-close:focus-visible{outline:2px solid #fff;outline-offset:2px}

.scroll-top{position:fixed;bottom:1rem;right:1rem;width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff;border:none;display:none;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.45);z-index:500;cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s}
.scroll-top.visible{display:flex;opacity:1;transform:translateY(0)}
.scroll-top:hover{background:var(--accent)}
.scroll-top svg{width:22px;height:22px;fill:currentColor}
@media(min-width:769px){.scroll-top{display:none!important}}

.subpage-main{max-width:800px;margin:0 auto;padding:2.5rem 1.25rem}
.subpage-main h1{font-size:1.75rem;margin-bottom:1.5rem;border-bottom:2px solid var(--primary);padding-bottom:0.5rem}
.subpage-main h2{font-size:1.15rem;margin:1.5rem 0 0.5rem}

.contact-form{max-width:560px}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:0.85rem;color:var(--text-muted);margin-bottom:0.35rem}
.form-group input,.form-group textarea,.form-group select{width:100%;background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:0.9rem;padding:0.6rem 0.75rem;border-radius:var(--radius);outline:none;transition:border-color 0.15s}
.form-group input:focus,.form-group textarea:focus{border-color:var(--heading)}
.form-group textarea{min-height:120px;resize:vertical}

.not-found{text-align:center;padding:4rem 1.25rem}
.not-found h1{font-size:4rem;color:var(--heading);margin-bottom:0.5rem}
.not-found h2{font-size:1.25rem;margin-bottom:1rem}
.not-found p{color:var(--text-muted);margin-bottom:1.5rem}

@media(max-width:768px){
  .content-grid{padding:0 0.75rem}
  .demo-wrap{max-width:100%}
  .checkpoint-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
  .session-stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}
  .casino-cards{grid-template-columns:1fr}
  article h2{font-size:1.2rem}
  .hero h1{font-size:1.35rem}
  .subpage-main{padding:1.5rem 1rem}
}
@media(max-width:420px){
  .session-stats-grid{grid-template-columns:repeat(2,1fr)}
  .checkpoint-grid{grid-template-columns:1fr 1fr}
}
