body { font-family: 'Segoe UI', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; background: #2c3e50; color: white; padding: 10px; text-align: center; }
        .mobile-toggle { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-toggle { display: block; position: fixed; top: 10px; right: 10px; z-index: 100; }
            .mobile-nav.active { display: block; }
        }
        h1 { color: #e74c3c; border-bottom: 3px solid #f39c12; }
        h2 { color: #3498db; margin-top: 30px; }
        h3 { color: #2ecc71; }
        .download-btn { background: #2ecc71; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 10px 0; }
        .login-btn { background: #3498db; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 10px 0; }
        .game-stats { background: #f9f9f9; padding: 15px; border-left: 5px solid #e74c3c; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #95a5a6; color: white; padding: 5px 10px; border-radius: 3px; margin: 5px; display: inline-block; }
        footer { margin-top: 50px; padding: 20px; background: #2c3e50; color: white; text-align: center; }
