*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Segoe UI',Tahoma,sans-serif;background:#0d3d3d;color:#e8f5f5;line-height:1.6;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
.container{max-width:1280px;margin:0 auto;padding:0 15px;}

/* Header */
header{background:#0a2e2e;border-bottom:2px solid #1a5252;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,0.4);}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;flex-wrap:wrap;gap:12px;}
.logo{font-size:24px;font-weight:900;color:#e63946;letter-spacing:1px;text-transform:uppercase;}
.logo:hover{color:#ff5566;}
nav ul{display:flex;list-style:none;gap:6px;flex-wrap:wrap;}
nav ul li a{padding:8px 16px;color:#cfeeee;font-weight:600;font-size:14px;border-radius:4px;transition:.2s;}
nav ul li a:hover,nav ul li a.active{background:#e63946;color:#fff;}
.auth-btns{display:flex;gap:8px;}
.btn{padding:9px 22px;border-radius:6px;font-weight:700;font-size:14px;transition:.2s;cursor:pointer;border:none;display:inline-block;}
.btn-login{background:transparent;color:#ffd166;border:1px solid #ffd166;}
.btn-login:hover{background:#ffd166;color:#0a2e2e;}
.btn-register{background:#e63946;color:#fff;}
.btn-register:hover{background:#ff5566;}

/* Hero */
.hero{position:relative;background:linear-gradient(135deg,#0a2e2e 0%,#155555 100%);padding:40px 0;}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;}
.hero-text h1{font-size:38px;color:#ffd166;margin-bottom:14px;line-height:1.2;}
.hero-text p{font-size:16px;color:#d0eded;margin-bottom:22px;}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;}
.hero-img{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,0.5);}
.hero-img img{width:100%;height:auto;}

/* Stats */
.stats{background:#0a2e2e;padding:34px 0;border-top:2px solid #1a5252;border-bottom:2px solid #1a5252;}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center;}
.stat-box{padding:18px;border-right:1px solid #1a5252;}
.stat-box:last-child{border-right:none;}
.stat-num{font-size:32px;font-weight:900;color:#e63946;}
.stat-label{font-size:13px;color:#a8d0d0;margin-top:6px;}

/* Section title */
.section{padding:42px 0;}
.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;flex-wrap:wrap;gap:10px;}
.section-head h2{color:#ffd166;font-size:24px;border-left:4px solid #e63946;padding-left:12px;}
.more-link{color:#a8d0d0;font-size:14px;padding:6px 14px;border:1px solid #1a5252;border-radius:4px;}
.more-link:hover{background:#e63946;color:#fff;border-color:#e63946;}

/* Game grid */
.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;}
.game-card{background:#0a2e2e;border-radius:8px;overflow:hidden;border:1px solid #1a5252;transition:.25s;cursor:pointer;}
.game-card:hover{transform:translateY(-4px);border-color:#ffd166;box-shadow:0 6px 20px rgba(230,57,70,0.25);}
.game-card img{width:100%;height:160px;object-fit:cover;}
.game-card .info{padding:10px;text-align:center;}
.game-card .info h4{font-size:13px;color:#ffd166;margin-bottom:4px;}
.game-card .info span{font-size:11px;color:#a8d0d0;}

/* Wide cards */
.wide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.wide-card{background:#0a2e2e;border-radius:10px;overflow:hidden;border:1px solid #1a5252;}
.wide-card img{width:100%;height:auto;}
.wide-card .body{padding:14px;}
.wide-card h3{color:#ffd166;font-size:17px;margin-bottom:6px;}
.wide-card p{font-size:13px;color:#bcd9d9;}

/* Article */
.article-block{background:#0a2e2e;padding:30px;border-radius:10px;border:1px solid #1a5252;margin-bottom:24px;}
.article-block h2{color:#ffd166;margin-bottom:14px;font-size:22px;}
.article-block h3{color:#e63946;margin:18px 0 10px;font-size:18px;}
.article-block p{margin-bottom:12px;color:#d8eded;font-size:15px;}
.article-block ul{margin:10px 0 16px 24px;color:#d8eded;}
.article-block ul li{margin-bottom:6px;}

.review-quote{background:#155555;padding:16px 20px;border-left:4px solid #e63946;margin:18px 0;font-style:italic;color:#fff;border-radius:4px;}

/* FAQ */
.faq-wrap{background:#0a2e2e;padding:28px;border-radius:10px;border:1px solid #1a5252;}
.faq-item{border-bottom:1px solid #1a5252;padding:14px 0;}
.faq-item:last-child{border-bottom:none;}
.faq-item h4{color:#ffd166;font-size:16px;margin-bottom:8px;cursor:pointer;}
.faq-item p{color:#cfe5e5;font-size:14px;}
.faq-item ul{margin:8px 0 0 22px;color:#cfe5e5;font-size:14px;}

/* Footer */
footer{background:#062525;padding:40px 0 20px;margin-top:40px;border-top:3px solid #e63946;}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px;margin-bottom:24px;}
.foot-grid h5{color:#ffd166;margin-bottom:12px;font-size:15px;text-transform:uppercase;}
.foot-grid p,.foot-grid a{font-size:13px;color:#a8c5c5;line-height:1.9;}
.foot-grid a:hover{color:#e63946;}
.foot-grid ul{list-style:none;}
.copy{text-align:center;border-top:1px solid #1a4242;padding-top:16px;color:#7a9a9a;font-size:12px;}

@media(max-width:900px){
.hero-inner{grid-template-columns:1fr;}
.hero-text h1{font-size:28px;}
.stats-grid{grid-template-columns:repeat(2,1fr);}
.game-grid{grid-template-columns:repeat(3,1fr);}
.wide-grid{grid-template-columns:1fr;}
.foot-grid{grid-template-columns:1fr 1fr;}
nav ul{justify-content:center;}
nav ul li a{padding:6px 10px;font-size:13px;}
}
@media(max-width:520px){
.game-grid{grid-template-columns:repeat(2,1fr);}
.stats-grid{grid-template-columns:1fr 1fr;}
.foot-grid{grid-template-columns:1fr;}
.hero-text h1{font-size:24px;}
.section-head h2{font-size:20px;}
}