*{margin:0;padding:0;box-sizing:border-box}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:#171717;color:#e5e5e5;line-height:1.6;overflow-x:hidden}
header{background:#000;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.5)}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:15px 10px;max-width:100%;margin:0 auto}
.brand{display:flex;align-items:center;width:180px;height:23px}
.brand img{max-width:100%;height:auto;display:block}
.mainnav{display:none;align-items:center}
.mainnav a,.mainnav .currentpage{color:#e5e5e5;text-decoration:none;margin:0 20px;font-weight:500;transition:color 0.3s}
.mainnav a:hover{color:#ffd700}
.mainnav .currentpage{color:#ffd700;cursor:default}
.authbtns{display:none;align-items:center}
.btnsignin{padding:8px 20px;background:rgba(255,215,0,0.15);color:#ffd700;text-decoration:none;border-radius:5px;margin-right:10px;font-weight:600;transition:background 0.3s;border:1px solid rgba(255,215,0,0.3)}
.btnsignin:hover{background:rgba(255,215,0,0.25)}
.btnsignup{padding:10px 24px;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#000;text-decoration:none;border-radius:5px;font-weight:700;transition:transform 0.3s}
.btnsignup:hover{transform:scale(1.05)}
.hamburger{display:flex;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px}
.hamburger span{width:28px;height:3px;background:#ffd700;margin:4px 0;border-radius:2px;transition:all 0.3s}
.mobilemenu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;z-index:2000;flex-direction:column;padding:20px}
.mobilemenu.active{display:flex}
.mobiletop{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}
.mobiletop img{width:180px;height:23px}
.closemenu{background:none;border:none;color:#ffd700;font-size:40px;cursor:pointer;line-height:1;padding:0;width:40px;height:40px}
.mobilenav{display:flex;flex-direction:column}
.mobilenav a,.mobilenav .currentpage{color:#e5e5e5;text-decoration:none;font-size:20px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,0.1);transition:color 0.3s}
.mobilenav a:hover{color:#ffd700}
.mobilenav .currentpage{color:#ffd700}
.mobileauth{display:flex;flex-direction:column;margin-top:30px}
.mobileauth .btnsignin,.mobileauth .btnsignup{margin:10px 0;text-align:center;display:block}
main{padding:10px;max-width:100%}
.rgintro{max-width:1200px;margin:0 auto 60px;padding:60px 10px;text-align:center}
.rgintro h1{font-size:42px;color:#ffd700;margin-bottom:20px}
.rgintro p{font-size:16px;color:#d4d4d4;max-width:900px;margin:0 auto;line-height:1.7}
.playertools,.warningsigns,.gettinghelp{max-width:1200px;margin:0 auto 60px;padding:0 10px}
.playertools h2,.warningsigns h2,.gettinghelp h2{font-size:36px;color:#ffd700;margin-bottom:25px;text-align:center}
.playertools p,.warningsigns p,.gettinghelp p{margin-bottom:20px;font-size:16px;color:#d4d4d4}
.playertools ul,.warningsigns ul,.gettinghelp ul{margin-left:20px;color:#d4d4d4}
.playertools ul li,.warningsigns ul li,.gettinghelp ul li{margin-bottom:15px;padding-left:10px}
.playertools ul li strong,.gettinghelp ul li strong{color:#ffd700}
footer{background:#000;padding:50px 10px 20px;color:#b0b0b0}
.footerwrap{max-width:1200px;margin:0 auto;text-align:center}
.footlinks{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:30px}
.footlinks a{color:#b0b0b0;text-decoration:none;margin:8px 15px;font-size:14px;transition:color 0.3s}
.footlinks a:hover{color:#ffd700}
.paymenticons,.providerlogos,.trustlogos{margin:30px 0}
.paymenticons p,.providerlogos p,.trustlogos p{color:#ffd700;font-weight:600;margin-bottom:15px;font-size:16px}
.iconrow{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}
.iconrow img{margin:10px;max-width:100%;height:auto;opacity:0.85;transition:opacity 0.3s}
.iconrow img:hover{opacity:1}
.licensing{max-width:800px;margin:40px auto 20px;font-size:13px;line-height:1.7;color:#999}
.copyright{margin-top:30px;font-size:13px;color:#666}
@media(min-width:1081px){
.mainnav{display:flex}
.authbtns{display:flex}
.hamburger{display:none}
}
@media(max-width:1080px){
.rgintro h1{font-size:36px}
.rgintro p{font-size:15px}
.playertools h2,.warningsigns h2,.gettinghelp h2{font-size:30px}
}
@media(max-width:768px){
.rgintro{padding:40px 10px}
.rgintro h1{font-size:28px}
.rgintro p{font-size:14px}
.playertools h2,.warningsigns h2,.gettinghelp h2{font-size:26px}
}
@media(max-width:480px){
.rgintro{padding:30px 10px}
.rgintro h1{font-size:24px}
.rgintro p{font-size:13px}
.playertools h2,.warningsigns h2,.gettinghelp h2{font-size:22px}
.footlinks a{margin:6px 10px;font-size:13px}
}
@media(max-width:320px){
.rgintro h1{font-size:20px}
.rgintro p{font-size:12px}
.playertools h2,.warningsigns h2,.gettinghelp h2{font-size:20px}
}
