*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Roboto,Arial,sans-serif}
body{background:#001a14;color:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.topbar{background:#000;color:#bbb;font-size:12px;padding:6px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.topbar .right a{margin-left:15px;color:#ffd700}
header{background:linear-gradient(180deg,#003d2b,#005c40);padding:10px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border-bottom:3px solid #ffd700}
.logo{font-size:28px;font-weight:900;color:#ffd700;letter-spacing:1px}
.logo span{color:#fff}
nav ul{list-style:none;display:flex;gap:5px;flex-wrap:wrap}
nav ul li a{display:block;padding:10px 18px;color:#fff;font-weight:600;border-radius:25px;transition:.3s;font-size:14px}
nav ul li a:hover,nav ul li a.active{background:#ffd700;color:#003d2b}
.auth-btns{display:flex;gap:10px}
.btn-login,.btn-register{padding:8px 22px;border-radius:25px;font-weight:700;font-size:14px;transition:.3s}
.btn-login{background:transparent;border:2px solid #ffd700;color:#ffd700}
.btn-register{background:#ffd700;color:#003d2b}
.btn-login:hover{background:#ffd700;color:#003d2b}
.btn-register:hover{background:#fff}
.hero{position:relative;background:linear-gradient(135deg,#004d35,#006b48);padding:40px 20px;text-align:center;overflow:hidden}
.hero img{max-width:100%;height:auto;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.5)}
.hero h1{font-size:42px;color:#ffd700;margin-bottom:15px;text-shadow:2px 2px 8px rgba(0,0,0,.6)}
.hero p{font-size:18px;color:#fff;max-width:800px;margin:0 auto 20px}
.marquee{background:#002218;color:#ffd700;padding:10px 20px;font-size:13px;border-top:1px solid #ffd700;border-bottom:1px solid #ffd700}
.jackpot{background:linear-gradient(90deg,#00301f,#005c40,#00301f);padding:40px 20px;text-align:center}
.jackpot-box{display:inline-block;background:#ffd700;color:#003d2b;padding:20px 40px;border-radius:50px;font-size:36px;font-weight:900;letter-spacing:3px;box-shadow:0 8px 20px rgba(0,0,0,.4)}
.jackpot-box small{display:block;font-size:14px;letter-spacing:1px;margin-bottom:5px}
section{padding:50px 20px;max-width:1200px;margin:0 auto}
h2{font-size:30px;color:#ffd700;text-align:center;margin-bottom:30px;text-transform:uppercase;letter-spacing:2px}
h3{font-size:22px;color:#ffd700;margin:20px 0 12px}
h4{font-size:17px;color:#fff;margin:15px 0 8px}
p{margin-bottom:14px;color:#d3e4dc;font-size:15px}
.categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;text-align:center}
.cat-card{background:#003d2b;padding:15px;border-radius:15px;border:2px solid transparent;transition:.3s;cursor:pointer}
.cat-card:hover{border-color:#ffd700;transform:translateY(-5px)}
.cat-card img{width:100%;max-width:170px;height:auto;border-radius:10px}
.cat-card p{margin-top:10px;font-weight:700;color:#ffd700}
.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}
.game-card{background:#002a1d;border-radius:12px;overflow:hidden;transition:.3s;border:1px solid #004d35}
.game-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgba(255,215,0,.3)}
.game-card img{width:100%;height:auto;display:block}
.game-card .info{padding:12px;text-align:center}
.game-card .info p{margin:0;color:#fff;font-size:14px;font-weight:600}
.about-block{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.about-block img{width:100%;max-width:480px;height:auto;border-radius:15px}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin:30px 0;text-align:center}
.stat{background:linear-gradient(135deg,#004d35,#006b48);padding:25px;border-radius:15px;border:2px solid #ffd700}
.stat .num{font-size:32px;font-weight:900;color:#ffd700;display:block}
.stat .lbl{font-size:13px;color:#d3e4dc;margin-top:6px;display:block}
.faq-item{background:#002a1d;border-left:4px solid #ffd700;padding:18px 22px;margin-bottom:15px;border-radius:8px}
.faq-item h4{color:#ffd700;margin-top:0}
.review{background:linear-gradient(135deg,#003d2b,#005c40);padding:25px;border-radius:15px;margin:25px 0;border-left:5px solid #ffd700;font-style:italic}
.review strong{color:#ffd700;font-style:normal;display:block;margin-top:8px}
.app-section{background:linear-gradient(90deg,#001a14,#003d2b);padding:50px 20px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;max-width:1200px;margin:30px auto;border-radius:20px}
.app-section img{width:100%;max-width:600px;height:auto;border-radius:15px}
footer{background:#000a06;padding:40px 20px 20px;border-top:3px solid #ffd700;margin-top:50px}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}
.footer-col h4{color:#ffd700;margin-bottom:15px;font-size:16px}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{color:#aaa;font-size:14px;transition:.3s}
.footer-col ul li a:hover{color:#ffd700}
.copyright{text-align:center;color:#666;margin-top:30px;padding-top:20px;border-top:1px solid #222;font-size:13px}
@media(max-width:768px){
nav ul{justify-content:center}
.hero h1{font-size:28px}
.about-block,.app-section{grid-template-columns:1fr}
.jackpot-box{font-size:24px;padding:15px 20px}
.auth-btns{width:100%;justify-content:center;margin-top:10px}
header{flex-direction:column;gap:10px}
}