body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #2c3e50; margin: 25px 0 15px; }
        h1 { font-size: 2.2em; border-bottom: 3px solid #e74c3c; padding-bottom: 10px; }
        h2 { font-size: 1.8em; }
        h3 { font-size: 1.5em; color: #3498db; }
        .nav { background: #2c3e50; padding: 15px; position: sticky; top: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; }
        .nav-links { display: flex; gap: 20px; }
        .nav-links a { color: white; text-decoration: none; }
        .mobile-toggle { display: none; color: white; cursor: pointer; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; width: 100%; }
            .nav-links.active { display: flex; }
            .mobile-toggle { display: block; }
        }
        .btn { display: inline-block; background: #e74c3c; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        .download-btn { background: #27ae60; }
        .login-btn { background: #3498db; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background: #f9f9f9; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .tag { display: inline-block; background: #34495e; color: white; padding: 5px 10px; margin: 5px; border-radius: 20px; font-size: 0.9em; }
        footer { margin-top: 40px; padding: 20px; background: #2c3e50; color: white; text-align: center; }
