*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,sans-serif}
body{background:#1a1d29;color:#e8e8e8;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 15px}
header{background:#0f1117;border-bottom:2px solid #f5a623;position:sticky;top:0;z-index:100}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:10px}
.logo{font-size:28px;font-weight:bold;color:#f5a623;letter-spacing:1px}
nav ul{display:flex;list-style:none;gap:5px;flex-wrap:wrap}
nav ul li a{padding:8px 14px;display:block;color:#ccc;border-radius:4px;transition:0.3s;font-size:14px}
nav ul li a:hover,nav ul li a.active{background:#f5a623;color:#0f1117;font-weight:600}
.auth-buttons{display:flex;gap:8px}
.btn{padding:8px 18px;border-radius:4px;font-weight:600;font-size:14px;display:inline-block;cursor:pointer;transition:0.3s;border:none}
.btn-login{background:transparent;color:#f5a623;border:1px solid #f5a623}
.btn-register{background:#f5a623;color:#0f1117}
.btn-login:hover{background:#f5a623;color:#0f1117}
.btn-register:hover{background:#e09612}

.hero{background:linear-gradient(135deg,#1a1d29 0%,#2a2e3f 100%);padding:40px 0;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.hero-content h1{font-size:36px;color:#f5a623;margin-bottom:15px;line-height:1.2}
.hero-content p{font-size:15px;color:#ccc;margin-bottom:20px}
.countdown{display:flex;gap:12px;margin-bottom:20px}
.countdown-item{background:#0f1117;padding:10px 14px;border-radius:6px;text-align:center;border:1px solid #f5a623}
.countdown-item .num{font-size:24px;color:#f5a623;font-weight:bold;display:block}
.countdown-item .label{font-size:11px;color:#999}
.hero-img{max-width:100%;height:auto;border-radius:8px}

.section{padding:40px 0}
.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;border-bottom:2px solid #2a2e3f;padding-bottom:10px}
.section-title h2{font-size:22px;color:#f5a623}
.section-title a{font-size:13px;color:#ccc}

.live-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:15px}
.live-card{background:#22263a;border-radius:8px;overflow:hidden;border:1px solid #2f3447;transition:0.3s}
.live-card:hover{transform:translateY(-4px);border-color:#f5a623}
.live-card img{width:100%;height:auto;display:block}
.live-card-body{padding:10px}
.live-card-body h4{font-size:14px;color:#f5a623;margin-bottom:6px}
.live-card-body p{font-size:12px;color:#aaa}

.promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.promo-card{background:linear-gradient(135deg,#2a1d3a,#3a2549);border-radius:10px;overflow:hidden;border:1px solid #4a2f5e}
.promo-card img{width:100%;height:auto;display:block}
.promo-body{padding:14px}
.promo-body h3{color:#f5a623;font-size:16px;margin-bottom:8px}
.promo-body p{font-size:13px;color:#ccc;margin-bottom:10px}
.promo-actions{display:flex;gap:8px}
.btn-mini{padding:6px 12px;font-size:12px;border-radius:4px;background:#f5a623;color:#0f1117;font-weight:600}

.match-section{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.match-box{background:#22263a;border-radius:8px;padding:18px;border:1px solid #2f3447}
.match-box h3{color:#f5a623;font-size:16px;margin-bottom:14px}
.match-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px dashed #2f3447;font-size:13px}
.match-row:last-child{border:none}

.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;margin-top:20px}
.stat-box{background:#22263a;padding:20px;border-radius:8px;text-align:center;border-left:3px solid #f5a623}
.stat-box .stat-num{font-size:26px;color:#f5a623;font-weight:bold;display:block;margin-bottom:5px}
.stat-box .stat-label{font-size:12px;color:#aaa}

.content-block{background:#22263a;padding:25px;border-radius:8px;margin-bottom:20px;border:1px solid #2f3447}
.content-block h2{color:#f5a623;font-size:20px;margin-bottom:14px}
.content-block h3{color:#f5a623;font-size:17px;margin:16px 0 10px}
.content-block p{color:#d0d0d0;margin-bottom:12px;font-size:14px}
.content-block ul{margin:10px 0 12px 20px;color:#d0d0d0;font-size:14px}
.content-block ul li{margin-bottom:6px}

.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.feature-card{background:#22263a;border-radius:8px;padding:20px;border:1px solid #2f3447}
.feature-card img{width:100%;height:auto;border-radius:6px;margin-bottom:12px}
.feature-card h3{color:#f5a623;font-size:17px;margin-bottom:10px}
.feature-card p{font-size:13px;color:#ccc}

.faq-section{background:#22263a;padding:25px;border-radius:8px}
.faq-item{padding:14px 0;border-bottom:1px solid #2f3447}
.faq-item:last-child{border-bottom:none}
.faq-item h4{color:#f5a623;font-size:15px;margin-bottom:8px}
.faq-item p{color:#d0d0d0;font-size:14px}
.faq-item ul{margin:6px 0 0 20px;color:#ccc;font-size:13px}

.testimonial{background:linear-gradient(135deg,#2a1d3a,#1f2330);padding:20px;border-radius:8px;border-left:4px solid #f5a623;margin:20px 0}
.testimonial p{font-style:italic;color:#e8e8e8;font-size:14px}

footer{background:#0f1117;padding:40px 0 15px;margin-top:40px;border-top:2px solid #f5a623}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;margin-bottom:25px}
.footer-col h4{color:#f5a623;margin-bottom:12px;font-size:15px}
.footer-col ul{list-style:none}
.footer-col ul li{padding:5px 0;font-size:13px;color:#aaa}
.footer-col ul li a:hover{color:#f5a623}
.footer-col p{font-size:13px;color:#aaa;margin-bottom:6px}
.footer-bottom{text-align:center;padding-top:18px;border-top:1px solid #2a2e3f;color:#888;font-size:12px}
.footer-bottom .age{display:inline-block;background:#c0392b;color:#fff;padding:3px 8px;border-radius:4px;margin-left:8px;font-weight:bold}

@media(max-width:768px){
  .hero-grid,.match-section{grid-template-columns:1fr}
  .hero-content h1{font-size:26px}
  nav ul{justify-content:center}
  .header-inner{justify-content:center}
}