*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}
body{min-height:100dvh;font-family:'Segoe UI',Arial,sans-serif;font-size:clamp(1rem,0.95rem + 0.25vw,1.125rem);color:#e8e8e8;background-color:#171717;line-height:1.65}
img,picture{display:block;max-width:100%;height:auto}
ul{list-style:none}
input,button,textarea,select{font:inherit;color:inherit}
h1,h2,h3,h4{text-wrap:balance;line-height:1.2}
p,li{text-wrap:pretty}
button{cursor:pointer;background:none;border:none}
table{border-collapse:collapse;width:100%}
a{color:#e8e8e8;text-decoration:none}
a:hover{color:#fff}
:focus-visible{outline:2px solid #DF1F26;outline-offset:3px;border-radius:3px}
.skip-lnk{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-lnk:focus{position:static;width:auto;height:auto;padding:8px 16px;background:#DF1F26;color:#fff;z-index:9999}
.pg-ct{max-width:1200px;margin:0 auto;padding-left:10px;padding-right:10px}
#zb-hd{background:#18242A;position:sticky;top:0;z-index:900;box-shadow:0 2px 8px rgba(0,0,0,0.4)}
.hd-inner{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;height:64px;gap:16px}
.hd-logo-lnk{display:inline-flex;align-items:center;flex-shrink:0}
.hd-logo-lnk img{width:140px;height:45px;object-fit:contain}
.desk-nav{display:none;flex:1}
.desk-list{display:flex;align-items:center;gap:4px}
.desk-list li{position:relative;display:flex;align-items:center}
.desk-list a,.desk-list .nav-cur{display:inline-flex;align-items:center;padding:8px 12px;color:#e8e8e8;font-size:0.9rem;font-weight:500;white-space:nowrap;border-radius:4px;transition:color 0.2s,background 0.2s}
.desk-list a:hover{color:#fff;background:rgba(255,255,255,0.07);text-decoration:none}
.desk-list .nav-cur{color:#DF1F26;font-weight:600;cursor:default}
.desk-list a .nav-cur{color:#DF1F26;font-weight:600}
.sub-arrow{display:inline-flex;align-items:center;padding:8px 6px;color:#e8e8e8;font-size:0.65rem;cursor:default;transition:transform 0.25s}
.has-sub:hover .sub-arrow{transform:rotate(180deg)}
.desk-sub{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#18242A;list-style:none;z-index:9999;box-shadow:0 6px 20px rgba(0,0,0,0.5);border-radius:0 0 6px 6px}
.has-sub:hover .desk-sub{display:block}
.desk-sub li{display:flex}
.desk-sub a{display:inline-flex;align-items:center;padding:9px 16px;color:#e8e8e8;font-size:0.875rem;white-space:nowrap;width:100%;transition:background 0.18s,color 0.18s}
.desk-sub a:hover{background:rgba(255,255,255,0.09);color:#fff;text-decoration:none}
.hd-actions{display:none;align-items:center;gap:8px;margin-left:auto}
.btn-login{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border:2px solid #DF1F26;color:#e8e8e8;font-size:0.875rem;border-radius:4px;transition:background 0.18s,color 0.18s;white-space:nowrap}
.btn-login:hover{background:#DF1F26;color:#fff;text-decoration:none}
.btn-signup{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;background:#DF1F26;color:#fff;font-size:0.875rem;font-weight:600;border-radius:4px;transition:background 0.18s;white-space:nowrap}
.btn-signup:hover{background:#b81820;text-decoration:none;color:#fff}
.mob-toggle{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:20px;padding:0;margin-left:auto}
.mob-toggle span{display:block;width:100%;height:2px;background:#e8e8e8;border-radius:2px;transition:background 0.18s}
.mob-toggle:hover span{background:#fff}
.mob-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#18242A;z-index:950;flex-direction:column;padding:16px;overflow-y:auto}
.mob-menu.mob-open{display:flex}
.mob-menu-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.mob-menu-top img{width:140px;height:45px;object-fit:contain}
.mob-close{background:none;border:none;color:#e8e8e8;font-size:1.8rem;cursor:pointer;padding:4px 8px;line-height:1;transition:color 0.18s}
.mob-close:hover{color:#fff}
.mob-list{list-style:none}
.mob-list li{border-bottom:1px solid rgba(255,255,255,0.08)}
.mob-list>li>a,.mob-list>li>.nav-cur{display:block;padding:14px 0;color:#e8e8e8;font-size:1rem;font-weight:500}
.mob-list>li>.nav-cur{color:#DF1F26;cursor:default}
.mob-list>li>a:hover{color:#fff;text-decoration:none}
.mob-parent-row{display:flex;align-items:center}
.mob-parent-row a{flex:1;padding:14px 0;color:#e8e8e8;font-size:1rem;font-weight:500;display:block}
.mob-parent-row a .nav-cur{color:#DF1F26}
.mob-parent-row a:hover{color:#fff;text-decoration:none}
.mob-arrow{cursor:pointer;padding:14px 8px;color:#aaa;font-size:0.7rem;transition:transform 0.25s;display:inline-flex;align-items:center;line-height:1}
.mob-arrow.mob-arr-open{transform:rotate(180deg)}
.mob-sub{display:none;list-style:none;padding-left:16px}
.mob-sub.mob-sub-open{display:block}
.mob-sub li{border-bottom:1px solid rgba(255,255,255,0.04)}
.mob-sub a{display:block;padding:10px 0;color:#aaa;font-size:0.9rem;transition:color 0.18s}
.mob-sub a:hover{color:#fff;text-decoration:none}
.mob-auth{display:flex;gap:10px;margin-top:24px}
.mob-auth .btn-login{flex:1;justify-content:center}
.mob-auth .btn-signup{flex:1;justify-content:center}
.mob-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.55);z-index:940}
.mob-overlay.mob-ov-open{display:block}
@media(min-width:1081px){
.desk-nav{display:flex}
.hd-actions{display:flex}
.mob-toggle{display:none}
.mob-menu{display:none!important}
.mob-overlay{display:none!important}
}
.btn-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;background:#DF1F26;color:#fff;font-size:1rem;font-weight:700;border-radius:4px;transition:background 0.18s;text-decoration:none;white-space:nowrap}
.btn-cta:hover{background:#b81820;color:#fff;text-decoration:none}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:11px 26px;border:2px solid #DF1F26;color:#e8e8e8;font-size:1rem;border-radius:4px;transition:background 0.18s,color 0.18s;text-decoration:none;white-space:nowrap}
.btn-outline:hover{background:#DF1F26;color:#fff;text-decoration:none}
.cta-row{text-align:center;margin-top:32px}
.cs-hero{position:relative;background:#18242A;overflow:hidden;padding:52px 0}
.cs-geo-pattern{position:absolute;inset:0;z-index:0;background-image:repeating-linear-gradient(45deg,rgba(223,31,38,0.04) 0px,rgba(223,31,38,0.04) 1px,transparent 1px,transparent 38px),repeating-linear-gradient(-45deg,rgba(255,255,255,0.02) 0px,rgba(255,255,255,0.02) 1px,transparent 1px,transparent 38px);pointer-events:none}
.cs-hero-ct{position:relative;z-index:1;display:flex;flex-direction:column;gap:32px;align-items:center}
.cs-hero-txt{display:flex;flex-direction:column;gap:18px}
h1{font-size:clamp(1.6rem,1rem + 2vw,2.6rem);color:#fff;font-weight:800}
.cs-hero-sub{color:#c8d8e0;font-size:clamp(0.95rem,0.9rem + 0.2vw,1.05rem)}
.cs-hero-btns{display:flex;flex-wrap:wrap;gap:12px}
.cs-hero-svg{width:100%;max-width:260px;min-width:180px;margin:0 auto}
@media(min-width:1081px){
.cs-hero-ct{flex-direction:row;align-items:center}
.cs-hero-txt{flex:1}
.cs-hero-svg{width:40%;max-width:320px;min-width:180px;margin:0;flex-shrink:0}
}
.cs-intro-sec{padding:56px 0}
.cs-intro-sec h2{font-size:clamp(1.3rem,1rem + 1vw,1.9rem);color:#fff;margin-bottom:14px}
.cs-intro-sec p{color:#c8d8e0;margin-bottom:14px}
.cs-games-sec{padding:56px 0;background:rgba(24,36,42,0.55)}
.cs-games-sec h2{font-size:clamp(1.3rem,1rem + 1vw,1.9rem);color:#fff;margin-bottom:14px}
.cs-games-sec p{color:#c8d8e0;margin-bottom:22px}
.cs-tabs-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:22px;border-bottom:2px solid rgba(255,255,255,0.1);padding-bottom:0}
.cs-tab-btn{background:transparent;border:none;color:#8fabb8;padding:10px 20px;font-size:0.9rem;font-weight:600;cursor:pointer;border-radius:4px 4px 0 0;transition:color 0.18s,background 0.18s;margin-bottom:-2px}
.cs-tab-btn:hover{color:#fff;background:rgba(255,255,255,0.06)}
.cs-tab-btn.cs-tab-on{color:#fff;border-bottom:2px solid #DF1F26}
.cs-tab-pn{display:none}
.cs-tab-pn.cs-tab-pn-on{display:block}
.cs-gm-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:481px){.cs-gm-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:769px){.cs-gm-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:969px){.cs-gm-grid{grid-template-columns:repeat(4,1fr)}}
.cs-gm-card{background:rgba(255,255,255,0.06);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:transform 0.2s,box-shadow 0.2s}
.cs-gm-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(0,0,0,0.45)}
.cs-gm-card img{width:100%;height:150px;object-fit:cover;display:block}
.cs-gm-info{padding:10px 12px;display:flex;flex-direction:column;gap:4px;flex:1}
.cs-gm-ttl{color:#fff;font-weight:700;font-size:0.9rem}
.cs-gm-prov{color:#8fabb8;font-size:0.78rem}
.cs-gm-rtp{color:#7ecf3c;font-size:0.78rem;font-weight:600}
.cs-gm-vol{color:#c8a820;font-size:0.78rem}
.cs-gm-cta{margin-top:auto;padding:8px 14px;font-size:0.82rem;width:100%;justify-content:center}
.cs-providers-sec{padding:56px 0}
.cs-providers-sec h2{font-size:clamp(1.3rem,1rem + 1vw,1.9rem);color:#fff;margin-bottom:14px}
.cs-providers-sec p{color:#c8d8e0;margin-bottom:22px}
.prov-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:4px}
@media(min-width:481px){.prov-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:769px){.prov-grid{grid-template-columns:repeat(4,1fr)}}
.prov-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 14px;background:rgba(255,255,255,0.06);border-radius:6px;transition:transform 0.2s,box-shadow 0.2s}
.prov-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,0.35)}
.prov-card img{opacity:0.8;transition:opacity 0.18s;height:25px;width:auto;object-fit:contain}
.prov-card:hover img{opacity:1}
.prov-cat{color:#8fabb8;font-size:0.78rem;text-align:center}
.cs-rtp-sec{padding:56px 0;background:rgba(24,36,42,0.55)}
.cs-rtp-sec h2{font-size:clamp(1.3rem,1rem + 1vw,1.9rem);color:#fff;margin-bottom:14px}
.cs-rtp-sec p{color:#c8d8e0;margin-bottom:14px}
.rtp-tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:20px}
.rtp-tbl{min-width:520px}
.rtp-tbl thead{background:rgba(223,31,38,0.15)}
.rtp-tbl th{padding:10px 14px;text-align:left;color:#fff;font-size:0.82rem;font-weight:700;white-space:nowrap}
.rtp-tbl td{padding:10px 14px;color:#c8d8e0;font-size:0.82rem;border-top:1px solid rgba(255,255,255,0.07)}
.rtp-tbl tr:hover td{background:rgba(255,255,255,0.04)}
.rtp-tbl td:first-child{color:#e8e8e8}
.rtp-tbl td:nth-child(4){color:#7ecf3c;font-weight:600}
@media(max-width:480px){.rtp-tbl th,.rtp-tbl td{font-size:0.75rem;padding:8px 10px}}
@media(max-width:320px){.rtp-tbl th,.rtp-tbl td{font-size:0.7rem;padding:6px 8px}}
#zb-ft{background:#18242A;padding:44px 0 0}
.ft-ct{display:flex;flex-direction:column;gap:28px}
.ft-top{display:flex;flex-direction:column;gap:24px}
@media(min-width:769px){.ft-top{flex-direction:row;gap:32px}.ft-brand{flex:1}.ft-top nav{flex:0 0 auto}}
.ft-brand img{width:140px;height:45px;object-fit:contain}
.ft-lic{color:#6a7e8a;font-size:0.78rem;line-height:1.65;margin-top:12px}
.ft-links{display:flex;flex-direction:column;gap:8px}
.ft-links a{color:#8fabb8;font-size:0.85rem;display:inline-flex;align-items:center;transition:color 0.18s}
.ft-links a:hover{color:#fff;text-decoration:none}
.ft-row-lbl{color:#6a7e8a;font-size:0.72rem;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:10px}
.ft-logos{display:flex;flex-wrap:wrap;align-items:center;gap:16px}
.ft-logos img{opacity:0.65;transition:opacity 0.18s;height:auto}
.ft-logos img:hover{opacity:1}
.ft-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,255,255,0.09);padding:16px 0 20px}
.ft-copy{color:#6a7e8a;font-size:0.78rem}
.ft-trust{display:flex;align-items:center;gap:12px}
.ft-trust img{opacity:0.7}