*,*::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-inner>img{flex-shrink:0;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}
.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;min-width:0}
.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%;border-radius:0;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: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;padding-top:20px;}
.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}
.hero-sec{background:linear-gradient(135deg,#18242A 0%,#1e2f38 60%,#18242A 100%);padding:52px 0}
.hero-ct{display:flex;flex-direction:column;gap:32px}
.hero-txt{display:flex;flex-direction:column;gap:18px}
h1{font-size:clamp(1.8rem,1rem + 2.5vw,3rem);color:#fff;font-weight:800}
.hero-sub{color:#c8d8e0;font-size:clamp(0.95rem,0.9rem + 0.2vw,1.05rem)}
.hero-btns{display:flex;flex-wrap:wrap;gap:12px}
.hero-img{display:flex;justify-content:center}
.hero-img img{border-radius:8px;max-width:100%}
@media(min-width:1081px){
.hero-ct{flex-direction:row;align-items:center}
.hero-txt{flex:1}
.hero-img{flex:0 0 500px}
}
.about-sec{padding:56px 0}
.about-sec h2{font-size:clamp(1.3rem,1rem + 1vw,1.9rem);color:#fff;margin-bottom:14px}
.about-sec p{color:#c8d8e0;margin-bottom:14px}
.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}
@media(min-width:769px){.about-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:969px){.about-grid{grid-template-columns:repeat(4,1fr)}}
.ab-card{display:flex;flex-direction:column;gap:6px;padding:16px;background:rgba(255,255,255,0.06);border-radius:6px;transition:transform 0.2s,box-shadow 0.2s}
.ab-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,0.35)}
.ab-ico{font-size:1.25rem}
.ab-lbl{font-size:0.75rem;color:#8fabb8;text-transform:uppercase;letter-spacing:0.04em}
.ab-val{font-size:0.9rem;color:#e8e8e8;font-weight:500}
.reg-sec{padding:56px 0;background:rgba(24,36,42,0.55)}
.reg-sec h2{font-size:clamp(1.3rem,1rem + 1vw,1.9rem);color:#fff;margin-bottom:14px}
.reg-sec p{color:#c8d8e0;margin-bottom:14px}
.steps-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:24px}
@media(min-width:481px){.steps-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:769px){.steps-grid{grid-template-columns:repeat(4,1fr)}}
.step-cd{display:flex;flex-direction:column;gap:8px;padding:18px;background:rgba(255,255,255,0.06);border-radius:6px}
.step-n{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#DF1F26;color:#fff;border-radius:50%;font-weight:800;font-size:0.95rem;flex-shrink:0}
.step-hd{color:#fff;font-weight:600;font-size:0.95rem}
.step-tx{color:#c8d8e0;font-size:0.875rem;line-height:1.55}
.games-sec{padding:56px 0}
.games-sec h2{font-size:clamp(1.3rem,1rem + 1vw,1.9rem);color:#fff;margin-bottom:14px}
.games-sec p{color:#c8d8e0;margin-bottom:22px}
.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}
.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}
.tab-btn:hover{color:#fff;background:rgba(255,255,255,0.06)}
.tab-btn.tab-on{color:#fff;border-bottom:2px solid #DF1F26}
.tab-pn{display:none}
.tab-pn.tab-pn-on{display:block}
.gm-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:481px){.gm-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:769px){.gm-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:969px){.gm-grid{grid-template-columns:repeat(4,1fr)}}
.gm-card{background:rgba(255,255,255,0.06);border-radius:6px;overflow:hidden;transition:transform 0.2s,box-shadow 0.2s}
.gm-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(0,0,0,0.45)}
.gm-card img{width:100%;height:150px;object-fit:cover;display:block}
.gm-info{padding:10px 12px;display:flex;flex-direction:column;gap:3px}
.gm-ttl{color:#fff;font-weight:700;font-size:0.9rem}
.gm-prov{color:#8fabb8;font-size:0.78rem}
.gm-rtp{color:#7ecf3c;font-size:0.78rem;font-weight:600}
.pay-sec{padding:56px 0;background:rgba(24,36,42,0.55)}
.pay-sec h2{font-size:clamp(1.3rem,1rem + 1vw,1.9rem);color:#fff;margin-bottom:14px}
.pay-sec p{color:#c8d8e0;margin-bottom:14px}
.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:20px}
.pay-tbl{min-width:520px}
.pay-tbl thead{background:rgba(223,31,38,0.15)}
.pay-tbl th{padding:10px 14px;text-align:left;color:#fff;font-size:0.82rem;font-weight:700;white-space:nowrap}
.pay-tbl td{padding:10px 14px;color:#c8d8e0;font-size:0.82rem;border-top:1px solid rgba(255,255,255,0.07)}
.pay-tbl tr:hover td{background:rgba(255,255,255,0.04)}
@media(max-width:480px){.pay-tbl th,.pay-tbl td{font-size:0.75rem;padding:8px 10px}}
@media(max-width:320px){.pay-tbl th,.pay-tbl td{font-size:0.7rem;padding:6px 8px}}
.sports-sec{padding:56px 0}
.sports-sec h2{font-size:clamp(1.3rem,1rem + 1vw,1.9rem);color:#fff;margin-bottom:14px}
.sports-sec p{color:#c8d8e0;margin-bottom:14px}
#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}