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: #FF4500; margin: 25px 0 15px; }
        h1 { font-size: 2.5em; border-bottom: 3px solid #FFD700; padding-bottom: 10px; }
        h2 { font-size: 1.8em; border-left: 4px solid #FF6347; padding-left: 10px; }
        h3 { font-size: 1.4em; color: #008080; }
        .download-btn { background: #4CAF50; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; margin: 15px 0; display: inline-block; }
        .login-btn { background: #2196F3; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; margin: 15px 0; display: inline-block; }
        .nav-mobile { display: none; background: #333; color: white; padding: 10px; text-align: center; cursor: pointer; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .nav-container { background: #FF4500; padding: 15px; position: relative; }
        .nav-links { display: flex; justify-content: space-around; }
        .nav-links a { color: white; text-decoration: none; font-weight: bold; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; }
            .nav-mobile { display: block; }
            .nav-container.active .nav-links { display: flex; }
            body { padding: 10px; }
        }
