/* Best Online Slots — quiet reference theme
   Black page, warm off-white text, one brass accent for links and focus.
   Archivo (headings, figures) + Manrope (text). No gradients, glows or motion. */

@font-face{font-family:'Archivo';font-style:normal;font-display:swap;font-weight:100 900;font-stretch:62% 125%;src:url(fonts/archivo-latin-wdth.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Manrope';font-style:normal;font-display:swap;font-weight:200 800;src:url(fonts/manrope-latin-wght.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  --bg:#000000;
  --text:#ECE9E3;
  --text-2:#B3AFA8;
  --text-3:#7E7A74;
  --rule:#262626;
  --rule-2:#3A3A3A;
  --accent:#CDA869;
  --wrap:1120px;
  --f-head:"Archivo","Helvetica Neue",Arial,system-ui,sans-serif;
  --f-body:"Manrope","Segoe UI",system-ui,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{background:var(--bg);-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--f-body);font-size:17px;line-height:1.65;overflow-x:hidden}
.wrap{width:min(100% - 40px,var(--wrap));margin-inline:auto}
img{max-width:100%;height:auto;display:block}

a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--text)}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

h1,h2,h3,h4{font-family:var(--f-head);font-weight:600;font-stretch:100%;letter-spacing:-.012em;line-height:1.15;margin:0 0 .55em;text-wrap:balance;color:var(--text)}
h1{font-size:clamp(2rem,4.4vw,3rem)}
h2{font-size:clamp(1.35rem,2.4vw,1.75rem)}
h3{font-size:1.15rem}
p{margin:0 0 1.1em}
b,strong{font-weight:700}

.eyebrow{font-size:.92rem;color:var(--text-3);margin:0 0 .6rem}
.lead{font-size:1.12rem;color:var(--text-2);max-width:62ch}

/* header */
.skip{position:absolute;left:-9999px}
.skip:focus{left:12px;top:12px;z-index:99;background:var(--text);color:#000;padding:8px 14px}
.site-head{position:sticky;top:0;z-index:40;background:var(--bg);border-bottom:1px solid var(--rule)}
.head-in{display:flex;align-items:center;gap:24px;padding:16px 0}
.logo{display:flex;align-items:center;gap:10px;flex:none;font-family:var(--f-head);font-weight:600;font-size:1.08rem;color:var(--text);text-decoration:none}
.logo b{font-weight:600}
.logo-mark{width:22px;height:22px;display:grid;place-items:center}
.logo-mark svg{width:22px;height:22px;fill:var(--accent)}
.main-nav{margin-left:auto;display:flex;gap:22px;flex-wrap:wrap}
.main-nav a{color:var(--text-2);text-decoration:none;font-size:.95rem;padding:4px 0;border-bottom:1px solid transparent}
.main-nav a:hover{color:var(--text)}
.main-nav a[aria-current]{color:var(--text);border-bottom-color:var(--accent)}
.head-right{display:flex;align-items:center;gap:12px}
.age-badge,.ra{font-size:.8rem;color:var(--text-3);border:1px solid var(--rule-2);border-radius:3px;padding:2px 7px;line-height:1.5}
.burger,.nav-toggle{display:none}

/* hero and hub heads */
.hero{padding:56px 0 8px;border-bottom:1px solid var(--rule)}
.hero .lead{margin-bottom:28px}

/* category index on the home page */
.rails{display:grid;grid-template-columns:repeat(4,1fr);margin:40px 0;border-top:1px solid var(--rule);border-left:1px solid var(--rule)}
.rail{display:block;padding:22px 22px 24px;color:var(--text);text-decoration:none;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.rail:hover{background:#0A0A0A}
.rail:hover h2{color:var(--accent)}
.rail-n{display:block;font-size:.88rem;color:var(--text-3);font-variant-numeric:tabular-nums}
.rail h2{font-size:1.3rem;margin:.3em 0 .35em}
.rail p{font-size:.93rem;color:var(--text-2);margin:0}

/* game index */
.sec{margin:56px 0}
.sec-head{display:flex;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:18px}
.sec-head h2{margin:0}
.sec-head .lead{margin:0}
.sec-head .more{margin-left:auto;font-size:.95rem}
.tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));border-top:1px solid var(--rule)}
.tile{display:flex;flex-direction:column;gap:10px;padding:16px 20px 18px 0;color:var(--text);text-decoration:none;border-bottom:1px solid var(--rule)}
.tile:hover h3{color:var(--accent)}
.tile-art{display:block;aspect-ratio:4/3;overflow:hidden;border:1px solid var(--rule);background:#0A0A0A}
.tile-art img{width:100%;height:100%;object-fit:cover}
.tile-body{display:block;flex:1}
.tile .plate{margin-top:auto}
.tile-body h3{font-size:1.05rem;margin:0 0 2px}
.tile-prov{font-size:.88rem;color:var(--text-3);margin:0}
.plate{display:grid;grid-template-columns:repeat(2,max-content);gap:2px 18px;font-size:.88rem;font-variant-numeric:tabular-nums}
.plate i{font-style:normal;color:var(--text-3);margin-right:5px}
.plate b{font-weight:600;color:var(--text)}

/* sheet head */
.crumbs{font-size:.88rem;padding:22px 0 0;color:var(--text-3)}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}
.crumbs li::after{content:"/";margin-left:8px}
.crumbs li:last-child::after{content:""}
.crumbs a{color:var(--text-2);text-decoration:none}
.crumbs a:hover{color:var(--text)}
.game-head{display:grid;grid-template-columns:220px 1fr;gap:36px;align-items:start;padding:30px 0 12px}
.game-head.no-art{grid-template-columns:1fr}
.game-art{aspect-ratio:4/3;overflow:hidden;border:1px solid var(--rule)}
.game-art img{width:100%;height:100%;object-fit:cover}
.chips{display:flex;gap:6px 16px;flex-wrap:wrap;margin:0 0 14px;font-size:.92rem}
.chip{color:var(--text-2)}
span.chip{color:var(--text-3)}

/* the one bold element: the published figures */
.plate-xl{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:26px 0 0;border-top:1px solid var(--rule-2);border-bottom:1px solid var(--rule-2)}
.plate-xl div{padding:14px 18px 16px 0}
.plate-xl i{display:block;font-style:normal;font-size:.86rem;color:var(--text-3)}
.plate-xl b{display:block;font-family:var(--f-head);font-weight:500;font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.15;font-variant-numeric:tabular-nums;color:var(--text);margin-top:2px}

/* long text */
.prose{max-width:70ch;margin:44px 0}
.prose h2{margin-top:1.8em}
.prose ul,.prose ol{padding-left:1.2em;margin:0 0 1.3em}
.prose li{margin-bottom:.45em}
.prose li::marker{color:var(--text-3)}
blockquote,.pull{margin:1.4em 0;padding:0 0 0 18px;border-left:2px solid var(--rule-2);color:var(--text-2)}

.data-table{width:100%;border-collapse:collapse;margin:0 0 1.6em;font-size:.95rem;font-variant-numeric:tabular-nums}
.data-table th,.data-table td{text-align:left;padding:10px 14px 10px 0;border-bottom:1px solid var(--rule);vertical-align:top}
.data-table th{font-weight:500;color:var(--text-3);width:38%}
.data-table td{color:var(--text)}
.table-scroll{overflow-x:auto;margin:0 0 1.6em}
.data-table.wide{min-width:600px}
.data-table.wide th{width:auto}
.data-table.wide thead th{border-bottom-color:var(--rule-2)}

.callout{border-left:2px solid var(--rule-2);padding:4px 0 4px 18px;margin:32px 0;color:var(--text-2)}
.callout h3{font-size:1rem;margin:0 0 .3em;color:var(--text)}
.callout p:last-child{margin:0}
.worked{border-left:2px solid var(--rule-2);padding:4px 0 4px 18px;margin:22px 0}
.worked h3{font-size:1rem;margin:0 0 .4em}
.worked p:last-child{margin:0}
.article-note{font-size:.9rem;color:var(--text-3)}
ul.check{padding-left:1.2em}
dl.glossary dt{font-weight:700;margin-top:1em}
dl.glossary dd{margin:.2em 0 0;color:var(--text-2)}

/* operator RTP checks */
.rtp-checks{margin:52px 0;max-width:76ch}
.rtp-checks p{max-width:70ch}
.rtp-checks .differs{display:block;font-size:.85rem;color:var(--text-3)}
.rtp-checks .data-table td:first-child{font-weight:600}

.user-text:empty{display:none}
.user-text img{margin:1.4em 0;border:1px solid var(--rule)}
.user-text figcaption,.user-text .cap{font-size:.9rem;color:var(--text-3)}

/* questions */
.faq{margin:52px 0;max-width:70ch}
.faq details,.myths details{border-bottom:1px solid var(--rule)}
.faq details:first-of-type,.myths details:first-of-type{border-top:1px solid var(--rule)}
.faq summary,.myths summary{cursor:pointer;list-style:none;padding:14px 32px 14px 0;font-weight:600;position:relative}
.faq summary::-webkit-details-marker,.myths summary::-webkit-details-marker{display:none}
.faq summary::after,.myths summary::after{content:"+";position:absolute;right:4px;top:12px;color:var(--text-3);font-weight:400;font-size:1.2rem}
.faq details[open] summary::after,.myths details[open] summary::after{content:"\2212"}
.faq .a,.myths .a{padding:0 0 16px;color:var(--text-2)}
.faq .a p:last-child,.myths .a p:last-child{margin:0}

.sources{margin:52px 0;max-width:70ch}
.sources h2{font-size:1.2rem}
.sources ul{list-style:none;padding:0;margin:0;border-top:1px solid var(--rule)}
.sources li{padding:10px 0;border-bottom:1px solid var(--rule)}
.sources li span{display:block;font-size:.9rem;color:var(--text-3)}

.related{margin:52px 0}
.related h2{font-size:1.2rem}
.related-list{list-style:none;padding:0;margin:0;columns:2;column-gap:40px;max-width:760px}
.related-list li{break-inside:avoid;padding:8px 0;border-bottom:1px solid var(--rule)}
.related-list a{color:var(--text);text-decoration:none}
.related-list a:hover{color:var(--accent)}

.byline{display:flex;gap:8px 22px;flex-wrap:wrap;font-size:.88rem;color:var(--text-3);border-top:1px solid var(--rule);padding-top:16px;margin-top:48px}
.byline b{font-weight:500;color:var(--text-2)}

/* article with side contents */
.with-toc{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:56px;align-items:start;margin-top:40px}
.with-toc-main{grid-column:1;grid-row:1;min-width:0}
.with-toc .toc{grid-column:2;grid-row:1}
.with-toc .article{max-width:70ch}
.with-toc.single{grid-template-columns:minmax(0,1fr)}
.toc{position:sticky;top:84px;padding-left:16px;border-left:1px solid var(--rule)}
.toc-label{display:block;font-size:.88rem;color:var(--text-3);margin-bottom:8px}
.toc-links{display:flex;flex-direction:column;gap:6px}
.toc-links a{font-size:.88rem;line-height:1.35;color:var(--text-2);text-decoration:none}
.toc-links a:hover{color:var(--accent)}
.article h2{margin-top:1.9em}
.article h3{margin-top:1.5em}

/* footer */
.site-foot{margin-top:88px;border-top:1px solid var(--rule);padding:44px 0 32px;font-size:.93rem}
.foot-grid{display:grid;gap:32px;grid-template-columns:1.4fr repeat(3,1fr)}
.foot-grid h3{font-family:var(--f-body);font-size:.88rem;font-weight:600;color:var(--text-3);margin:0 0 .8em}
.foot-grid ul{list-style:none;padding:0;margin:0}
.foot-grid li{margin-bottom:6px}
.foot-grid a{color:var(--text-2);text-decoration:none}
.foot-grid a:hover{color:var(--text)}
.foot-grid p{color:var(--text-3)!important}
.foot-note{margin-top:34px;padding-top:18px;border-top:1px solid var(--rule);display:flex;gap:10px 18px;flex-wrap:wrap;align-items:center;font-size:.85rem;color:var(--text-3)}

/* 404 / 410 */
.e404{padding:88px 0 40px;max-width:60ch}
.e404 h1{font-size:clamp(2.4rem,6vw,3.6rem)}
.btn{display:inline-block;margin-top:18px;color:var(--text);text-decoration:none;border:1px solid var(--rule-2);padding:10px 18px;border-radius:3px}
.btn:hover{border-color:var(--accent);color:var(--accent)}

@media (max-width:900px){
  .with-toc{grid-template-columns:1fr;gap:0}
  .with-toc .toc{grid-column:1;grid-row:auto}
  .toc{position:static;border-left:0;padding:0;margin:24px 0 8px}
  .toc-links{flex-direction:row;flex-wrap:wrap;gap:6px 16px}
  .rails{grid-template-columns:repeat(2,1fr)}
  .game-head{grid-template-columns:1fr;gap:20px}
  .game-art{max-width:260px}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
  body{font-size:16px}
  .head-in{flex-wrap:wrap;gap:10px 16px}
  .main-nav{order:3;width:100%;margin-left:0;gap:18px;overflow-x:auto;flex-wrap:nowrap}
  .head-right{margin-left:auto}
  .hero{padding:36px 0 4px}
  .rails{grid-template-columns:1fr}
  .related-list{columns:1}
  .foot-grid{grid-template-columns:1fr}
  .data-table.wide{min-width:520px}
}
