:root{--primary:#6b2020;--accent:#c47a00;--bg:#faf9f6;--surface:#fff;--surface-2:#f5ede0;--border:#e8d5c4;--text:#1c1917;--text-2:#44403c;--text-3:#78716c;--font-display:Georgia,"Times New Roman",Times,serif;--font-body:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--r-sm:4px;--r-md:6px;--r-lg:12px;--max-w:1200px;--sidebar-w:300px;--hdr-h:68px;--gap:2rem}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);font-size:1rem;line-height:1.7;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
p{margin-bottom:1rem}
ul,ol{padding-left:1.5rem;margin-bottom:1rem}
li{margin-bottom:.35rem}
h1,h2,h3,h4{font-family:var(--font-display);color:var(--primary);line-height:1.25;margin-bottom:.75rem}
h1{font-size:2.2rem}
h2{font-size:1.55rem;margin-top:2rem}
h3{font-size:1.2rem;margin-top:1.5rem}
h4{font-size:1rem;margin-top:1rem}
table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.93rem}
th,td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid var(--border)}
thead tr{background:var(--surface-2)}
th{font-weight:700;color:var(--primary);font-family:var(--font-display);font-size:.82rem;letter-spacing:.05em;text-transform:uppercase}
tbody tr:hover{background:var(--surface-2)}
.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}
.site-header{position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:2px solid var(--primary);height:var(--hdr-h);display:flex;align-items:center}
.header-inner{display:flex;align-items:center;gap:1.25rem;width:100%}
.site-logo img{height:40px;width:auto}
.site-logo{flex-shrink:0}
.site-nav{display:flex;align-items:center;gap:1.5rem;margin-left:1rem}
.site-nav a{font-size:.88rem;font-weight:600;color:var(--text-2);letter-spacing:.02em;white-space:nowrap}
.site-nav a:hover{color:var(--primary);text-decoration:none}
#hdr-demo-btn{display:inline-flex;align-items:center;background:var(--primary);color:#fff;font-size:.82rem;font-weight:700;padding:.35rem 1rem;border-radius:var(--r-sm);text-decoration:none;white-space:nowrap}
#hdr-demo-btn:hover{background:#8b2828;text-decoration:none}
.header-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}
.age-badge{font-size:.72rem;font-weight:800;color:var(--primary);border:2px solid var(--primary);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.lang-switcher{position:relative}
.lang-btn{background:none;border:1px solid var(--border);border-radius:var(--r-sm);padding:.3rem .65rem;display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.82rem;color:var(--text);font-family:var(--font-body)}
.lang-btn:hover{border-color:var(--primary)}
.lang-flag{border-radius:2px}
.lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:200;display:none;max-height:min(70vh,440px);overflow-y:auto;max-width:min(92vw,420px);min-width:280px}
.lang-dropdown.open{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr))}
@media(min-width:700px){.lang-dropdown.open{grid-template-columns:repeat(3,minmax(130px,1fr))}}
.lang-dropdown a{display:flex;align-items:center;gap:.5rem;padding:.5rem .8rem;font-size:.82rem;color:var(--text);white-space:nowrap}
.lang-dropdown a:hover{background:var(--surface-2);color:var(--primary);text-decoration:none}
.nav-play{display:none;align-items:center;background:var(--primary);color:#fff;font-size:.8rem;font-weight:700;padding:.4rem .9rem;border-radius:var(--r-sm);text-decoration:none;white-space:nowrap;flex-shrink:0}
.nav-play:hover{background:#8b2828;text-decoration:none}
.hero{position:relative;min-height:460px;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(26,12,12,.88) 0%,rgba(26,12,12,.82) 30%,rgba(26,12,12,.35) 60%,rgba(26,12,12,0) 85%)}
.hero-body{position:relative;z-index:2;padding:3rem 1.5rem;width:100%;max-width:var(--max-w);margin:0 auto}
.hero-lead{color:#f5ebd9;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;text-shadow:0 2px 6px rgba(0,0,0,.95)}
.hero h1{color:#fff;max-width:640px;font-size:2.4rem;text-shadow:0 2px 8px rgba(0,0,0,.95),0 0 16px rgba(0,0,0,.85);margin-bottom:.75rem}
.hero h1 em{color:#f5d89e;font-style:normal;text-shadow:0 2px 8px rgba(0,0,0,.95)}
.hero-sub{color:#f5ebd9;max-width:500px;font-size:1rem;text-shadow:0 2px 6px rgba(0,0,0,.95);margin-bottom:1.25rem}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}
.btn-hero-primary{display:inline-flex;align-items:center;background:var(--primary);color:#fff;font-weight:700;padding:.65rem 1.5rem;border-radius:var(--r-sm);font-size:.95rem;text-decoration:none;border:none;cursor:pointer}
.btn-hero-primary:hover{background:#8b2828;text-decoration:none}
.btn-hero-secondary{display:inline-flex;align-items:center;background:transparent;color:#fff;font-weight:700;padding:.65rem 1.5rem;border-radius:var(--r-sm);font-size:.95rem;text-decoration:none;border:2px solid rgba(255,255,255,.7)}
.btn-hero-secondary:hover{background:rgba(255,255,255,.1);text-decoration:none}
.page-content{padding:2rem 0}
.page-layout{display:grid;grid-template-columns:1fr var(--sidebar-w);gap:var(--gap);align-items:start}
.content-main{min-width:0}
.content-sidebar{display:flex;flex-direction:column;gap:1.25rem}
.sidebar-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:1.25rem;overflow:hidden}
.collapse-card>summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-family:var(--font-display);font-size:.82rem;font-weight:700;color:var(--primary);letter-spacing:.08em;text-transform:uppercase;padding-bottom:.5rem;border-bottom:1px solid rgba(107,32,32,.2);margin-bottom:0}
.collapse-card>summary::-webkit-details-marker{display:none}
.collapse-card>summary::after{content:"\25BC";color:var(--primary);font-size:.65rem;transition:transform .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{font-size:.86rem}
.facts-table td:first-child{font-weight:600;color:var(--text-2);width:40%}
.facts-table td:last-child{font-size:.78rem;color:var(--text-3)}
.source-link{font-size:.78rem}
.source-official{color:#166534}
.source-verified{color:#1d4ed8;font-size:.78rem}
.source-estimated{color:#92400e;font-size:.78rem;cursor:help;border-bottom:1px dashed currentColor}
.source-unavailable{color:#6b7280;font-size:.78rem}
.toc-nav{display:flex;flex-direction:column;gap:.4rem}
.toc-nav a{font-size:.84rem;color:var(--text-2);padding:.2rem 0;border-left:2px solid transparent;padding-left:.6rem}
.toc-nav a:hover{color:var(--primary);border-left-color:var(--primary);text-decoration:none}
article.content-main>section{padding-bottom:2rem;border-bottom:1px solid var(--border);margin-bottom:2rem}
article.content-main>section:last-of-type{border-bottom:none}
section.demo-section{padding-bottom:2rem;border-bottom:1px solid var(--border);margin-bottom:2rem}
.rtp-note{font-size:.88rem;color:var(--text-3);background:var(--surface-2);border-left:3px solid var(--accent);padding:.75rem 1rem;border-radius:0 var(--r-sm) var(--r-sm) 0;margin:1rem 0}
article figure{margin:1.5rem 0;border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;background:var(--surface)}
article figure img{border-radius:0;width:auto;max-width:100%;height:auto;margin:0 auto;display:block}
article figure figcaption{font-size:.82rem;color:var(--text-3);padding:.6rem .9rem;background:var(--surface-2);border-top:1px solid var(--border);line-height:1.5}
article figure figcaption strong{color:var(--text-2)}
.checkpoint-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.25rem 0}
.cp-figure{margin:0;border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;background:var(--surface)}
.cp-figure img,.checkpoint-gallery img{aspect-ratio:16/9;object-fit:cover;width:100%;cursor:zoom-in}
.cp-figure figcaption{font-size:.76rem;padding:.45rem .65rem;background:var(--surface-2);border-top:1px solid var(--border);line-height:1.4;color:var(--text-3)}
.demo-section{text-align:center}
.demo-wrap{position:relative;max-width:720px;aspect-ratio:16/9;margin:1.5rem auto;overflow:hidden;background:#000;border-radius:var(--r-md);border:1px solid var(--border)}
.demo-wrap{scroll-margin-top:calc(var(--hdr-h) + 1rem)}
.demo-poster{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;cursor:pointer}
.demo-poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.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(--r-md);max-width:280px;position:relative;z-index:2;text-align:center}
.demo-poster-content h3{color:#fff;font-size:1.1rem;margin-bottom:.5rem}
.demo-poster-content p{color:rgba(255,255,255,.75);font-size:.82rem;margin-bottom:.9rem}
.btn-play-demo{background:var(--primary);color:#fff;border:none;padding:.7rem 1.6rem;border-radius:var(--r-sm);font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s;width:100%}
.btn-play-demo:hover{background:#8b2828}
.demo-iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:none}
.demo-note{font-size:.8rem;color:var(--text-3);margin-top:.5rem}
.pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin:1rem 0}
.pros-card,.cons-card{background:var(--surface);border-radius:var(--r-md);padding:1.25rem;border:1px solid var(--border)}
.pros-card{border-top:3px solid #166534}
.cons-card{border-top:3px solid #dc2626}
.pros-card h3,.cons-card h3{font-size:.88rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.75rem}
.pros-card h3{color:#166534}
.cons-card h3{color:#dc2626}
.pros-card li::marker{color:#166534}
.cons-card li::marker{color:#dc2626}
.comparison-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.comparison-table{min-width:480px}
.faq-item{border:1px solid var(--border);border-radius:var(--r-md);margin-bottom:.75rem;background:var(--surface);overflow:hidden}
.faq-item>summary{list-style:none;cursor:pointer;padding:1rem 1.25rem;font-weight:600;color:var(--text);font-size:.95rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}
.faq-item>summary::-webkit-details-marker{display:none}
.faq-item>summary::after{content:"+";color:var(--primary);font-size:1.4rem;font-weight:300;flex-shrink:0;line-height:1}
.faq-item[open]>summary::after{content:"-"}
.faq-item[open]>summary{color:var(--primary);border-bottom:1px solid var(--border)}
.faq-answer{padding:1rem 1.25rem;font-size:.93rem;color:var(--text-2);line-height:1.65}
.eeat-card{background:var(--surface);border-radius:var(--r-md);padding:1.5rem;margin:1.5rem 0;border:1px solid var(--border)}
.eeat-label,.how-built-label{text-transform:uppercase;letter-spacing:.1em;font-weight:700;font-size:.75rem;color:var(--primary);margin-bottom:.75rem}
.eeat-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}
.eeat-item{font-size:.9rem;color:var(--text-2);padding-left:1rem;border-left:2px solid var(--accent);line-height:1.55}
.eeat-by{text-align:right;font-size:.85rem;color:var(--text-3);margin-top:1rem;border-top:1px solid var(--border);padding-top:.75rem}
.eeat-block{background:var(--surface-2);border-radius:var(--r-md);padding:1.5rem;margin:1.5rem 0;border:1px solid var(--border)}
.author-row{display:flex;align-items:center;gap:1rem}
.author-row img{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--border)}
.author-info{flex:1}
.author-name{font-weight:700;color:var(--primary);font-family:var(--font-display);font-size:1rem}
.author-meta{font-size:.84rem;color:var(--text-3);margin-top:.2rem}
.author-meta a{color:var(--primary)}
.where-to-play-section p{max-width:680px}
.where-to-play-section a.wtp-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:var(--primary);border-bottom:1px solid var(--accent);padding-bottom:.1rem}
.site-footer{background:var(--primary);color:rgba(255,255,255,.85);padding:2rem 0 1rem}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}
.footer-col h4{color:#fff;font-family:var(--font-display);font-size:.88rem;letter-spacing:.07em;text-transform:uppercase;margin-bottom:.75rem}
.footer-col p,.footer-col a{font-size:.82rem;color:rgba(255,255,255,.7)}
.footer-col a:hover{color:#fff;text-decoration:underline}
.footer-col ul{list-style:none;padding:0}
.footer-col li{margin-bottom:.35rem}
.footer-responsible-gaming{background:rgba(0,0,0,.2);border-radius:var(--r-sm);padding:1rem;margin-bottom:1.5rem}
.footer-responsible-gaming p{font-size:.82rem;color:rgba(255,255,255,.75);margin-bottom:.5rem}
.footer-responsible-gaming a{color:#f5d89e}
.footer-disclosures p{font-size:.78rem;color:rgba(255,255,255,.55);margin-bottom:.6rem}
.footer-disclosures strong{color:rgba(255,255,255,.8)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.footer-bottom p{font-size:.78rem;color:rgba(255,255,255,.5)}
.footer-bottom a{color:rgba(255,255,255,.65)}
.footer-bottom a:hover{color:#fff}
.age-badge-footer{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.4);font-size:.72rem;font-weight:800;color:#fff;flex-shrink:0}
.infographic-volatility,.infographic-rtp,.infographic-session{width:100%;max-width:min(400px,70%);margin:1.25rem 0;display:block}
.lightbox-overlay{position:fixed;inset:0;background:rgba(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{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;cursor:default;box-shadow:0 8px 40px rgba(0,0,0,.6);border-radius:6px}
.lightbox-close{position:fixed;top:1.2rem;right:1.5rem;background:rgba(255,255,255,.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}
.lightbox-close:hover{background:rgba(255,255,255,.32)}
.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,.35);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:#8b2828}
.scroll-top svg{width:22px;height:22px;fill:currentColor}
@media(min-width:769px){.scroll-top{display:none!important}}
.page-hero{background:var(--surface);border-bottom:1px solid var(--border);padding:2.5rem 0 2rem}
.page-hero h1{font-size:1.8rem;margin-bottom:.5rem}
.page-hero p{color:var(--text-2);max-width:580px}
.subpage-content{padding:2rem 0;max-width:760px}
.subpage-content h2{font-size:1.3rem;margin-top:2rem;margin-bottom:.6rem}
.contact-form{display:flex;flex-direction:column;gap:1.25rem;max-width:520px;margin-top:1.5rem}
.form-group{display:flex;flex-direction:column;gap:.35rem}
.form-group label{font-size:.88rem;font-weight:600;color:var(--text-2)}
.form-group input,.form-group textarea,.form-group select{width:100%;border:1px solid var(--border);border-radius:var(--r-sm);padding:.6rem .9rem;font-family:var(--font-body);font-size:.93rem;color:var(--text);background:var(--surface)}
.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}
.form-group textarea{min-height:140px;resize:vertical}
.btn-submit{background:var(--primary);color:#fff;border:none;padding:.7rem 1.6rem;border-radius:var(--r-sm);font-weight:700;font-size:.95rem;cursor:pointer}
.btn-submit:hover{background:#8b2828}
.form-result{padding:.75rem 1rem;border-radius:var(--r-sm);font-size:.9rem;display:none}
.form-result.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;display:block}
.form-result.error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;display:block}
.casino-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:1.5rem;margin-bottom:1.25rem}
.casino-card h3{font-size:1.1rem;margin-bottom:.5rem}
.btn-casino{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-weight:700;padding:.65rem 1.5rem;border-radius:var(--r-sm);font-size:.95rem;text-decoration:none;margin-top:.75rem}
.btn-casino:hover{background:#8b2828;text-decoration:none}
.not-found-page{text-align:center;padding:4rem 1rem}
.not-found-page h1{font-size:4rem;color:var(--primary)}
.not-found-page p{max-width:400px;margin:1rem auto 2rem}
.btn-home{display:inline-flex;background:var(--primary);color:#fff;font-weight:700;padding:.7rem 1.75rem;border-radius:var(--r-sm);font-size:.95rem;text-decoration:none}
.btn-home:hover{background:#8b2828;text-decoration:none}
.gold-rule{height:1px;background:linear-gradient(90deg,transparent,var(--accent) 30%,var(--accent) 70%,transparent);border:none;margin:1.5rem 0;opacity:.4}
@media(max-width:1024px){.page-layout{grid-template-columns:1fr}.content-main{order:2}.content-sidebar{order:1}}
@media(max-width:768px){.checkpoint-gallery{grid-template-columns:repeat(2,1fr);gap:.6rem}.pros-cons-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.hero h1{font-size:1.65rem}.hero{min-height:380px}.h2{font-size:1.3rem}}
@media(max-width:600px){.site-nav{display:none}.nav-play{display:inline-flex}#hdr-demo-btn{display:none}}
@media(max-width:480px){.header-inner{gap:.75rem}.site-logo img{height:32px}}

/* POKOS-BREADCRUMB 2026-07-26 */
.breadcrumb{background:var(--surface-2);border-bottom:1px solid var(--border);font-size:.8rem}
.breadcrumb .container{padding-top:.5rem;padding-bottom:.5rem}
.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;padding:0}
.breadcrumb a{color:var(--text-2);text-decoration:none}
.breadcrumb a:hover{color:var(--primary);text-decoration:underline}
.breadcrumb [aria-current]{color:var(--text-3)}
.bc-sep{color:var(--text-3)}

/* POKOS-FIX 2026-07-27: 2-letter switch + infographic mobile size + nav-play narrow (overflow) */
.lang-code{display:none}
.infographic-volatility,.infographic-rtp,.infographic-session{max-width:420px}
@media(max-width:600px){
  .lang-full{display:none}
  .lang-code{display:inline;text-transform:uppercase;font-weight:600}
  .lang-flag{display:none}
}
@media(max-width:400px){
  .nav-play{padding:.35rem .6rem;font-size:.75rem}
  .hdr-inner,.header-inner{gap:.4rem}
}

/* LANGMENU-FIX 2026-07-27: lang dropdown pinned to viewport on mobile (no left overflow) */
@media(max-width:600px){
  .lang-dropdown{position:fixed;top:60px;left:12px;right:12px;min-width:0;max-width:none;width:auto;max-height:min(70vh,440px);overflow-y:auto}
  .lang-dropdown.open{grid-template-columns:repeat(2,1fr)}
}

/* PLAYFIX 2026-07-27: header Play (->where-to-play) is the eye-catcher (gold), Demo secondary (outline) */
.nav-play{display:inline-flex;background:var(--accent);color:#fff;font-weight:800;padding:.45rem 1.15rem;box-shadow:0 2px 10px rgba(196,122,0,.45)}
.nav-play:hover{background:#a86800;color:#fff}
#hdr-demo-btn{background:transparent;color:var(--primary);border:1px solid var(--border);font-weight:600}
#hdr-demo-btn:hover{background:var(--surface-2);color:var(--primary)}
@media(max-width:600px){#hdr-demo-btn{display:none}}

/* PLAYFIX-ADAPTIVE 2026-07-27: compress header on narrow mobile (keep Play+switch, no overflow) */
@media(max-width:360px){.age-badge{display:none}}
@media(max-width:400px){.hdr-inner,.header-inner{gap:.5rem}}
@media(max-width:360px){.site-logo img{max-width:118px}.nav-play{padding:.4rem .8rem;font-size:.78rem}}
@media(max-width:340px){.site-logo img{max-width:100px}.nav-play{padding:.36rem .62rem;font-size:.73rem;box-shadow:none}.lang-btn{padding:.3rem .5rem}}
