body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #FF4500; margin: 25px 0 15px; }
        h1 { font-size: 2.2em; border-bottom: 2px solid #FF4500; }
        h2 { font-size: 1.8em; }
        h3 { font-size: 1.4em; }
        .nav-bar { background: #FF4500; color: white; padding: 15px; position: sticky; top: 0; display: flex; justify-content: space-between; align-items: center; }
        .nav-links a { color: white; margin: 0 15px; text-decoration: none; }
        .mobile-toggle { display: none; }
        .game-download { background: #4CAF50; color: white; padding: 12px 25px; text-align: center; margin: 20px 0; border-radius: 5px; display: inline-block; }
        .game-login { background: #2196F3; color: white; padding: 12px 25px; text-align: center; margin: 20px 0; border-radius: 5px; display: inline-block; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .footer { margin-top: 50px; padding: 20px; background: #f5f5f5; border-top: 2px solid #FF4500; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-toggle { display: block; }
            .nav-bar { flex-direction: column; }
            .nav-links.active { display: flex; flex-direction: column; }
        }
