body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #2c3e50; }
        h1 { font-size: 2.2em; border-bottom: 3px solid #e74c3c; padding-bottom: 10px; }
        h2 { font-size: 1.8em; margin-top: 30px; }
        h3 { font-size: 1.4em; color: #e74c3c; }
        .download-btn, .login-btn { display: inline-block; padding: 12px 25px; background: #e74c3c; color: white; border-radius: 5px; margin: 15px 0; text-decoration: none; font-weight: bold; }
        .nav-bar { background: #2c3e50; color: white; padding: 15px; position: sticky; top: 0; z-index: 100; }
        .nav-links a { color: white; margin-right: 20px; text-decoration: none; font-weight: bold; }
        .mobile-nav-toggle { display: none; cursor: pointer; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-nav-toggle { display: block; float: right; }
            .nav-links.active { display: block; }
        }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .game-type { background: #f1f1f1; padding: 10px; margin: 15px 0; }
        .tag-cloud a { display: inline-block; background: #e0e0e0; padding: 5px 10px; margin: 5px; border-radius: 3px; text-decoration: none; color: #2c3e50; }
        .footer { margin-top: 40px; padding: 20px; background: #2c3e50; color: white; text-align: center; }
