body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #e74c3c; margin-top: 1.5em; }
        h1 { font-size: 2.2em; border-bottom: 2px solid #e74c3c; padding-bottom: 10px; }
        h2 { font-size: 1.8em; }
        h3 { font-size: 1.5em; }
        .download-btn { display: inline-block; background: #2ecc71; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { display: inline-block; background: #3498db; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .nav-mobile { display: none; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .nav-mobile { display: block; background: #e74c3c; color: white; padding: 10px; text-align: center; cursor: pointer; }
            body { padding: 10px; }
        }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tag { background: #f1c40f; color: white; padding: 3px 8px; border-radius: 3px; margin: 5px; display: inline-block; }
