*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,sans-serif}
body{background:#f4f5f7;color:#1a1a2e;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
header{background:#0e1530;color:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,0.2)}
.nav-wrap{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;max-width:1200px;margin:0 auto;flex-wrap:wrap}
.logo{font-size:28px;font-weight:900;color:#ffb800;letter-spacing:1px}
nav ul{display:flex;list-style:none;gap:25px;flex-wrap:wrap}
nav a{color:#fff;font-weight:500;padding:8px 12px;border-radius:4px;transition:.3s}
nav a:hover,nav a.active{background:#ffb800;color:#0e1530}
.auth-btns{display:flex;gap:10px}
.btn-login,.btn-register{padding:9px 20px;border-radius:5px;font-weight:600;font-size:14px;transition:.3s;display:inline-block}
.btn-login{background:transparent;color:#ffb800;border:2px solid #ffb800}
.btn-register{background:#ffb800;color:#0e1530;border:2px solid #ffb800}
.btn-login:hover{background:#ffb800;color:#0e1530}
.btn-register:hover{background:#e6a600}
.hero{background:linear-gradient(135deg,#1a2050 0%,#0e1530 100%);color:#fff;padding:60px 20px;text-align:center;position:relative;overflow:hidden}
.hero h1{font-size:42px;margin-bottom:18px;color:#ffb800;line-height:1.2}
.hero p{font-size:18px;max-width:780px;margin:0 auto 25px;color:#d8dbe8}
.hero-img{max-width:100%;height:auto;margin:20px auto;display:block;border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,0.4)}
.hero-cta{display:inline-block;background:#ffb800;color:#0e1530;padding:14px 36px;border-radius:30px;font-weight:700;font-size:16px;margin-top:15px}
section{padding:55px 0}
.section-title{text-align:center;font-size:32px;color:#0e1530;margin-bottom:15px;position:relative}
.section-title::after{content:'';width:60px;height:3px;background:#ffb800;display:block;margin:12px auto}
.section-sub{text-align:center;color:#555;max-width:760px;margin:0 auto 35px;font-size:15px}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;background:#0e1530;padding:30px;border-radius:12px;color:#fff}
.stat-box{text-align:center;padding:15px;border-right:1px solid #2a325a}
.stat-box:last-child{border-right:none}
.stat-box .num{font-size:30px;font-weight:800;color:#ffb800;display:block}
.stat-box .lbl{font-size:13px;color:#bfc4d8;margin-top:6px;display:block}
.features{background:#fff}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;margin-top:30px}
.feature-card{background:#f8f9fc;border-radius:10px;padding:22px;text-align:center;transition:.3s;border-top:4px solid #ffb800}
.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.08)}
.feature-card img{width:120px;height:120px;object-fit:cover;border-radius:50%;margin:0 auto 15px}
.feature-card h3{color:#0e1530;font-size:18px;margin-bottom:10px}
.feature-card p{font-size:14px;color:#555}
.games-section{background:#eef0f6}
.game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px;margin-top:30px}
.game-item{background:#fff;border-radius:8px;overflow:hidden;text-align:center;padding:14px;box-shadow:0 2px 8px rgba(0,0,0,0.06)}
.game-item img{width:100%;height:auto;max-width:170px;display:block;margin:0 auto 10px;border-radius:6px}
.game-item h4{font-size:14px;color:#1a1a2e;margin-bottom:5px}
.game-item span{font-size:12px;color:#888}
.process-section{background:#fff}
.process-list{max-width:900px;margin:30px auto 0}
.process-item{display:flex;gap:20px;margin-bottom:25px;padding:20px;background:#f8f9fc;border-left:4px solid #ffb800;border-radius:6px}
.process-item .num{font-size:36px;color:#ffb800;font-weight:800;min-width:50px}
.process-item h3{color:#0e1530;font-size:18px;margin-bottom:8px}
.process-item p{font-size:14px;color:#555}
.live-section{background:#0e1530;color:#fff}
.live-section .section-title{color:#fff}
.live-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:30px;align-items:center}
.live-grid img{width:100%;height:auto;border-radius:10px}
.live-text h3{font-size:24px;color:#ffb800;margin-bottom:14px}
.live-text p{margin-bottom:14px;color:#d8dbe8;font-size:15px}
.live-text ul{list-style:none;padding:0}
.live-text ul li{padding:8px 0;border-bottom:1px solid #2a325a;font-size:14px}
.live-text ul li::before{content:'▸';color:#ffb800;margin-right:10px}
.testimonial{background:#fff7e6;padding:30px;border-radius:10px;margin:25px auto;max-width:850px;border-left:5px solid #ffb800}
.testimonial p{font-style:italic;color:#333;font-size:15px;line-height:1.7}
.faq-section{background:#fff}
.faq-item{background:#f8f9fc;padding:20px 25px;margin-bottom:14px;border-radius:8px;border-left:4px solid #ffb800;max-width:900px;margin-left:auto;margin-right:auto}
.faq-item h4{color:#0e1530;font-size:16px;margin-bottom:10px}
.faq-item p{font-size:14px;color:#444}
.faq-item ul{margin-top:10px;padding-left:20px;font-size:14px;color:#444}
footer{background:#0a0f24;color:#bfc4d8;padding:50px 20px 20px}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;max-width:1200px;margin:0 auto}
.footer-col h4{color:#ffb800;font-size:16px;margin-bottom:15px;text-transform:uppercase}
.footer-col ul{list-style:none}
.footer-col ul li{padding:5px 0;font-size:14px}
.footer-col ul li a:hover{color:#ffb800}
.footer-col p{font-size:14px;line-height:1.7;margin-bottom:6px}
.footer-bottom{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #1d2440;font-size:13px;color:#7a8099}
.footer-bottom strong{color:#ffb800}
@media(max-width:768px){
.nav-wrap{flex-direction:column;gap:12px}
nav ul{gap:10px;justify-content:center}
.hero h1{font-size:28px}
.hero p{font-size:15px}
.live-grid{grid-template-columns:1fr}
.section-title{font-size:24px}
.stat-box{border-right:none;border-bottom:1px solid #2a325a;padding-bottom:15px}
}