*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#464b4c;color:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.56}
img{max-width:100%;height:auto}
a{color:inherit}
button{font:inherit}
h1,h2,h3,h4,p{margin-top:0}
h1{margin-bottom:18px;color:#fff;font-size:clamp(2.25rem,6vw,4.75rem);line-height:1.04}
h2{margin-bottom:20px;color:#fff;font-size:clamp(1.65rem,3vw,2.45rem);line-height:1.16}
h3{margin-bottom:10px;color:#fff;font-size:1.12rem;line-height:1.25}
h4{margin:0 0 9px;color:#fff;font-size:1rem;line-height:1.25}
p{margin-bottom:18px;color:#fff;font-size:1rem}
.skip-link{position:absolute;top:-60px;left:12px;z-index:100;background:#fff;color:#000;padding:11px 14px}
.skip-link:focus{top:12px}
.page-frame{width:100%;max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}
.topbar{position:sticky;top:0;z-index:50;background:#121314;box-shadow:0 6px 18px rgba(0,0,0,.34)}
.topline{display:flex;min-height:68px;align-items:center;justify-content:space-between;padding:10px 20px}
.brand-mark{width:145px;height:40px;flex-shrink:0;object-fit:contain}
.desk-nav{display:none}
.menu-trigger{width:48px;height:44px;padding:9px;background:#121314;border:1px solid #fff;border-radius:4px;cursor:pointer}
.menu-trigger:hover,.menu-trigger:focus-visible{background:#34393a}
.menu-trigger span{display:block;width:25px;height:3px;margin:4px auto;background:#fff;border-radius:2px}
.mobile-drawer{display:none;position:fixed;top:0;left:0;z-index:70;width:100%;min-height:100vh;background:#121314;padding:18px 20px}
.mobile-drawer.is-open{display:flex;flex-direction:column}
.mobile-overlay{display:none}
.mobile-overlay.is-open{display:block;position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.55)}
.drawer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px}
.drawer-close{width:44px;height:44px;padding:0;background:#121314;border:1px solid #fff;border-radius:4px;color:#fff;font-size:28px;line-height:1;cursor:pointer}
.drawer-close:hover,.drawer-close:focus-visible{background:#34393a}
.mobile-list,.mobile-sub,.desk-list,.desk-sub,.foot-links,.check-list{margin:0;padding:0;list-style:none}
.mobile-list>li{border-top:1px solid #fff}
.mobile-list a,.mobile-list span[aria-current="page"]{display:block;padding:13px 0;color:#fff;text-decoration:none;font-size:18px}
.mobile-list a:hover,.mobile-list a:focus-visible{background:#34393a}
.mob-parent-row{display:flex;align-items:center}
.mob-parent-row a{flex:1;min-width:0}
.mob-arrow{display:grid;width:42px;height:42px;place-items:center;margin:0;background:#121314;border:0;border-radius:4px;color:#fff;flex-shrink:0;cursor:pointer;transition:background .2s ease}
.mob-arrow:before{display:block;width:8px;height:8px;margin-top:-4px;border-right:2px solid #fff;border-bottom:2px solid #fff;content:"";transform:rotate(45deg);transform-origin:center;transition:transform .2s ease,margin .2s ease}
.mob-arrow:hover,.mob-arrow:focus-visible{background:#34393a;outline:2px solid #fff;outline-offset:-2px}
.mob-arrow.mob-arr-open:before{margin-top:4px;transform:rotate(225deg)}
.mobile-sub{padding-left:18px}
.mobile-sub a{padding:10px 0}
.drawer-auth{display:flex;margin-top:22px}
.drawer-auth a{flex:1;min-width:0;padding:12px 8px;text-align:center;text-decoration:none}
.login-link{border:1px solid #ccb76c;color:#fff}
.join-link{background:#ccb76c;border:1px solid #ccb76c;color:#000}
.welcome-band{position:relative;display:flex;min-height:500px;align-items:center;overflow:hidden;background:#121314}
.welcome-picture{position:absolute;inset:0;width:100%;max-width:100%;min-width:0}
.welcome-picture img{width:100%;height:100%;max-width:none;object-fit:cover}
.welcome-shade{position:absolute;inset:0;background:rgba(18,19,20,.82)}
.welcome-frame{position:relative;z-index:2;width:100%;max-width:900px;margin:0 auto;padding:66px 26px;text-align:center}
.welcome-actions,.action-row{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
.cta-fill,.cta-line{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:11px 18px;border-radius:4px;font-weight:700;text-decoration:none;transition:background .2s ease,transform .2s ease}
.cta-fill{background:#ccb76c;border:1px solid #ccb76c;color:#000}
.cta-fill:hover,.cta-fill:focus-visible{background:#fff0b7;color:#000;transform:translateY(-2px)}
.cta-line{background:#121314;border:1px solid #fff;color:#fff}
.cta-line:hover,.cta-line:focus-visible{background:#34393a;color:#fff;transform:translateY(-2px)}
.trust-strip{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 22px;padding:13px 20px;background:#3a3f40;border-top:1px solid #fff;border-bottom:1px solid #fff;color:#fff;font-size:.92rem}
.trust-strip b{margin-right:6px;color:#fff}
.detail-band{padding-top:78px;padding-bottom:62px}
.detail-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:28px 0}
.detail-card{min-width:0;background:#34393a;padding:19px;border-radius:6px;box-shadow:0 8px 18px rgba(18,19,20,.3)}
.detail-card h3{margin-bottom:9px}
.detail-card p{margin-bottom:0;font-size:.93rem}
.detail-card:hover{background:#3a3f40}
.account-band{padding-top:56px;padding-bottom:74px;background:#3a3f40}
.account-table,.sports-table{overflow-x:auto;margin:25px 0;-webkit-overflow-scrolling:touch}
table{width:100%;min-width:680px;border-collapse:collapse;background:#464b4c}
th,td{padding:13px;border:1px solid #fff;color:#fff;text-align:left;vertical-align:top}
th{background:#121314}
caption{padding-top:12px;color:#fff;text-align:left;caption-side:bottom}
.game-band{padding-top:82px;padding-bottom:62px}
.game-rows{display:grid;grid-template-columns:1fr;gap:28px;margin:28px 0}
.game-row{min-width:0}
.game-row>h3{margin-bottom:14px}
.game-grid{display:grid;grid-template-columns:1fr;gap:14px}
.game-card{min-width:0;overflow:hidden;background:#34393a;border-radius:6px;box-shadow:0 8px 18px rgba(18,19,20,.3)}
.game-card img{display:block;width:250px;height:150px;max-width:100%;object-fit:cover}
.game-card h4{padding:15px 15px 0}
.game-card p{padding:0 15px 16px;margin-bottom:0;font-size:.91rem}
.banking-band{padding-top:64px;padding-bottom:78px;background:#3a3f40}
.payment-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:28px}
.payment-card{display:flex;min-width:0;flex-direction:column;background:#464b4c;padding:22px;border-radius:6px;box-shadow:0 8px 18px rgba(18,19,20,.3)}
.payment-card.is-marked{background:#34393a;box-shadow:0 10px 24px rgba(18,19,20,.42)}
.card-note{margin-bottom:8px;font-size:.92rem}
.check-list{margin-bottom:20px}
.check-list li{position:relative;margin-bottom:10px;padding-left:22px;color:#fff}
.check-list li:before{position:absolute;left:0;color:#fff;content:"✓"}
.card-cta{width:100%;margin-top:auto}
.sports-band{padding-top:72px;padding-bottom:82px}
.site-end{background:#000;color:#fff;padding-top:54px}
.foot-top{display:grid;grid-template-columns:1fr;gap:26px;padding-bottom:30px}
.foot-top h2{margin-bottom:13px;font-size:1.18rem}
.foot-top p{margin-bottom:0;font-size:.94rem}
.foot-links{display:flex;flex-direction:column}
.foot-links a{display:block;padding:7px 0;color:#fff;text-decoration:none}
.foot-links a:hover,.foot-links a:focus-visible{text-decoration:underline}
.logo-row{display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto;padding-top:18px;padding-bottom:18px;border-top:1px solid #fff;-webkit-overflow-scrolling:touch}
.logo-row img{flex-shrink:0;object-fit:contain}
.trust-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:16px;padding-top:22px;padding-bottom:22px;border-top:1px solid #fff}
.trust-row img{flex-shrink:0;object-fit:contain}
.legal-line{padding-top:22px;padding-bottom:28px;border-top:1px solid #fff;color:#fff;font-size:.83rem}
@media(min-width:481px){
.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(min-width:768px){
.page-frame{padding-left:28px;padding-right:28px}
.topline{padding-left:28px;padding-right:28px}
.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.payment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.foot-top{grid-template-columns:1.2fr 1fr}
.foot-links{flex-direction:row;flex-wrap:wrap;gap:4px 18px}
}
@media(min-width:769px){
.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:968px){
.detail-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(min-width:969px){
.game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(min-width:1024px){
.welcome-frame{padding-top:84px;padding-bottom:84px}
}
@media(min-width:1081px){
.menu-trigger{display:none}
.desk-nav{display:flex;flex:1;min-width:0;align-items:center;justify-content:space-between;margin-left:32px}
.desk-list{display:flex;min-width:0;align-items:center}
.desk-list>li{position:relative}
.desk-list>li>a,.desk-list>li>span[aria-current="page"]{display:block;padding:12px 14px;color:#fff;text-decoration:none}
.desk-list>li>a:hover,.desk-list>li>a:focus-visible{background:#34393a}
.desk-parent-link{display:inline-flex!important;min-height:48px;align-items:center}
.desk-arrow{display:inline-block;width:7px;height:7px;margin-top:-4px;margin-left:7px;border-right:2px solid #fff;border-bottom:2px solid #fff;flex-shrink:0;transform:rotate(45deg);transform-origin:center;transition:transform .2s ease,margin .2s ease}
.desk-parent:hover .desk-parent-link,.desk-parent:focus-within .desk-parent-link{background:#34393a}
.desk-parent:hover .desk-arrow,.desk-parent:focus-within .desk-arrow{margin-top:4px;transform:rotate(225deg)}
.desk-sub{display:none;position:absolute;top:calc(100% + 1px);left:0;z-index:55;background:#121314;box-shadow:0 8px 20px rgba(0,0,0,.4)}
.desk-parent:hover .desk-sub,.desk-parent:focus-within .desk-sub{display:block}
.desk-sub a{display:block;padding:12px 18px;color:#fff;text-decoration:none;white-space:nowrap}
.desk-sub a:hover,.desk-sub a:focus-visible{background:#34393a}
.desk-auth{display:flex;flex-shrink:0;margin-left:18px}
.desk-auth a{padding:10px 15px;text-decoration:none;font-weight:700}
.mobile-drawer{display:none!important}
}
@media(min-width:1200px){
.page-frame{padding-left:20px;padding-right:20px}
}
@media(max-width:480px){
.page-frame{padding-left:15px;padding-right:15px}
.topline{padding-left:15px;padding-right:15px}
.welcome-frame{padding:58px 18px}
.welcome-actions,.action-row{flex-direction:column;align-items:stretch}
.cta-fill,.cta-line{width:100%}
table{font-size:.89rem}
th,td{padding:10px}
}
@media(max-width:320px){
.topline{padding-left:10px;padding-right:10px}
.mobile-drawer{padding-left:10px;padding-right:10px}
.brand-mark{width:135px;height:auto}
.menu-trigger{width:44px}
table{font-size:.82rem}
}
@media(prefers-reduced-motion:reduce){
*{scroll-behavior:auto!important;transition:none!important}
}