*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Arial,sans-serif}
body{background:#1a0000;color:#fce8b2;line-height:1.7}
a{text-decoration:none;color:inherit}
.top-bar{background:#3a0000;color:#fce8b2;font-size:12px;text-align:center;padding:6px 10px;border-bottom:1px solid #8a0000}
header{background:linear-gradient(180deg,#7a0000 0%,#3a0000 100%);border-bottom:3px solid #f6c453;position:sticky;top:0;z-index:99;box-shadow:0 2px 8px rgba(0,0,0,.5)}
.nav-wrap{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;flex-wrap:wrap;gap:10px}
.logo{font-size:28px;font-weight:bold;color:#f6c453;text-shadow:2px 2px 0 #000;letter-spacing:2px}
.logo span{color:#fff}
nav ul{display:flex;list-style:none;gap:6px;flex-wrap:wrap}
nav ul li a{padding:10px 16px;color:#fce8b2;font-weight:600;border-radius:4px;display:block;transition:.2s}
nav ul li a:hover,nav ul li a.active{background:#f6c453;color:#3a0000}
.auth-btns{display:flex;gap:8px}
.btn{padding:10px 22px;border-radius:25px;font-weight:bold;display:inline-block;text-align:center;cursor:pointer;border:none;transition:.2s}
.btn-login{background:#f6c453;color:#3a0000}
.btn-register{background:#e22b2b;color:#fff;box-shadow:0 0 10px rgba(255,80,80,.5)}
.btn-login:hover,.btn-register:hover{transform:translateY(-2px)}
.hero{position:relative;background:linear-gradient(135deg,#5a0000 0%,#1a0000 100%);padding:30px 16px;text-align:center;border-bottom:3px solid #f6c453}
.hero-inner{max-width:1100px;margin:0 auto}
.hero img.banner{max-width:100%;height:auto;border-radius:8px;border:2px solid #f6c453;box-shadow:0 4px 20px rgba(246,196,83,.3)}
.hero h1{color:#f6c453;font-size:32px;margin:20px 0 10px;text-shadow:2px 2px 0 #000}
.hero p{color:#fce8b2;font-size:16px;max-width:800px;margin:0 auto 20px}
.game-strip{max-width:1100px;margin:20px auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;padding:0 16px}
.game-strip .item{background:#3a0000;border:1px solid #8a0000;border-radius:8px;padding:8px;text-align:center;transition:.2s}
.game-strip .item:hover{border-color:#f6c453;transform:translateY(-3px)}
.game-strip img{width:100%;height:auto;border-radius:6px}
.game-strip p{color:#f6c453;font-size:13px;margin-top:6px;font-weight:600}
.section{max-width:1100px;margin:30px auto;padding:0 16px}
.section-title{background:#3a0000;border:2px solid #f6c453;color:#f6c453;padding:14px 20px;font-size:20px;font-weight:bold;text-align:center;border-radius:8px;margin-bottom:20px}
.intro-box{background:#2a0000;border:1px solid #8a0000;border-radius:8px;padding:22px;color:#fce8b2}
.intro-box h2{color:#f6c453;font-size:22px;margin-bottom:14px;border-bottom:1px dashed #8a0000;padding-bottom:8px}
.intro-box p{margin-bottom:14px;font-size:15px}
.intro-box strong{color:#f6c453}
.info-table{width:100%;border-collapse:collapse;margin:18px 0;background:#1a0000;border:1px solid #8a0000}
.info-table th,.info-table td{border:1px solid #5a0000;padding:10px 14px;text-align:left;font-size:14px}
.info-table th{background:#3a0000;color:#f6c453;width:30%}
.providers{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:14px}
.providers .card{background:#2a0000;border:1px solid #8a0000;border-radius:8px;padding:14px;text-align:center}
.providers .card img{max-width:100%;height:auto;border-radius:6px;margin-bottom:8px}
.providers .card h3{color:#f6c453;font-size:16px;margin-bottom:6px}
.providers .card p{font-size:13px;color:#fce8b2}
.faq-item{background:#2a0000;border-left:4px solid #f6c453;padding:14px 18px;margin-bottom:12px;border-radius:4px}
.faq-item h4{color:#f6c453;font-size:16px;margin-bottom:8px}
.faq-item p{font-size:14px;color:#fce8b2}
.faq-item ul{margin:8px 0 0 20px;color:#fce8b2;font-size:14px}
.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}
.news-card{background:#2a0000;border:1px solid #8a0000;border-radius:8px;overflow:hidden;transition:.2s}
.news-card:hover{border-color:#f6c453;transform:translateY(-3px)}
.news-card img{width:100%;height:180px;object-fit:cover}
.news-card .body{padding:14px}
.news-card h3{color:#f6c453;font-size:16px;margin-bottom:8px}
.news-card p{font-size:13px;color:#fce8b2}
.review-box{background:linear-gradient(135deg,#3a0000,#5a0000);border:1px dashed #f6c453;padding:18px;border-radius:8px;margin:20px 0;color:#fce8b2;font-style:italic;font-size:14px}
.cta-banner{background:#3a0000;border:2px solid #f6c453;border-radius:8px;padding:20px;text-align:center;margin:24px 0}
.cta-banner h2{color:#f6c453;font-size:22px;margin-bottom:10px}
.cta-banner p{color:#fce8b2;margin-bottom:14px}
footer{background:#0d0000;border-top:3px solid #f6c453;padding:30px 16px 14px;color:#fce8b2;margin-top:30px}
.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.footer-col h4{color:#f6c453;font-size:16px;margin-bottom:12px;border-bottom:1px dashed #5a0000;padding-bottom:6px}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:8px;font-size:13px}
.footer-col ul li a:hover{color:#f6c453}
.footer-col p{font-size:13px;margin-bottom:6px}
.footer-bottom{max-width:1100px;margin:20px auto 0;text-align:center;padding-top:14px;border-top:1px dashed #5a0000;color:#fce8b2;font-size:12px}
.footer-bottom strong{color:#f6c453}
@media(max-width:768px){
.nav-wrap{flex-direction:column}
nav ul{justify-content:center}
.hero h1{font-size:22px}
.section-title{font-size:16px}
.btn{padding:8px 16px;font-size:13px}
}