body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #e74c3c; text-align: center; margin-bottom: 30px; }
        h2 { color: #2980b9; border-bottom: 2px solid #3498db; padding-bottom: 5px; margin-top: 40px; }
        h3 { color: #27ae60; }
        .logo { font-size: 28px; font-weight: bold; color: #e74c3c; text-decoration: none; }
        .nav { background: #34495e; padding: 15px; position: sticky; top: 0; z-index: 100; }
        .nav a { color: white; margin: 0 15px; text-decoration: none; }
        .mobile-nav-toggle { display: none; }
        .download-btn, .login-btn { display: inline-block; background: #e74c3c; color: white; padding: 12px 25px; margin: 20px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .img-container { text-align: center; margin: 30px 0; }
        img { max-width: 100%; height: auto; border-radius: 10px; }
        .game-stats { background: #f8f9fa; padding: 20px; border-radius: 8px; margin: 20px 0; }
        @media (max-width: 768px) {
            .nav { flex-direction: column; }
            .mobile-nav-toggle { display: block; background: none; border: none; color: white; font-size: 24px; cursor: pointer; }
            .nav-links { display: none; }
            .nav-links.active { display: flex; flex-direction: column; }
        }
