body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #f5f5f5; max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background-color: #e74c3c; color: white; padding: 15px; border-radius: 5px; margin-bottom: 30px; }
        .logo { font-size: 28px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 15px; }
        nav ul li { display: inline; }
        nav ul li a { color: white; text-decoration: none; }
        .mobile-menu-btn { display: none; background: #c0392b; color: white; border: none; padding: 8px 12px; border-radius: 4px; cursor: pointer; }
        h1 { color: #e74c3c; font-size: 2.5em; margin-bottom: 20px; }
        h2 { color: #c0392b; border-bottom: 2px solid #e74c3c; padding-bottom: 5px; margin-top: 30px; }
        h3 { color: #922b21; margin-top: 25px; }
        .download-btn { display: inline-block; background-color: #2ecc71; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 15px 0; }
        .login-btn { display: inline-block; background-color: #3498db; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 15px 10px; }
        .game-stats { background-color: #ecf0f1; padding: 15px; border-radius: 5px; margin: 15px 0; }
        .player-review { background-color: #f9f9f9; border-left: 4px solid #3498db; padding: 10px 15px; margin: 10px 0; }
        .strategy-guide { background-color: #fff8e1; border-left: 4px solid #f39c12; padding: 15px; margin: 15px 0; }
        img { max-width: 100%; height: auto; border-radius: 8px; margin: 15px 0; }
        footer { margin-top: 40px; padding-top: 20px; border-top: 2px solid #e74c3c; text-align: center; }
        .tags { margin: 20px 0; }
        .tag { background-color: #3498db; color: white; padding: 5px 10px; border-radius: 3px; margin: 3px; display: inline-block; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; display: none; }
            .mobile-menu-btn { display: block; }
            .nav-active { display: block; }
            h1 { font-size: 2em; }
        }
