        body { font-family: Arial, sans-serif; max-width: 800px; margin: 0 auto; padding: 20px; }
        .header { margin-bottom: 30px; }
        .header a { text-decoration: none; color: #007bff; }
        .content { margin-bottom: 30px; }
        .title { color: #333; border-bottom: 1px solid #eee; padding-bottom: 10px; }
        .category { color: #666; margin-bottom: 10px; font-size: 0.9em; }
        .description { margin: 20px 0; line-height: 1.6; }
        .password-section { margin: 20px 0; padding: 15px; background: #f8f9fa; border-radius: 5px; }
        .password-box { display: flex; align-items: center; gap: 10px; }
        .password { flex: 1; padding: 8px; border: 1px solid #ddd; border-radius: 4px; }
        .copy-btn { padding: 8px 15px; background: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer; }
        .copy-btn:hover { background: #0056b3; }
        .images { margin: 20px 0; }
        .image-item { margin-bottom: 15px; }
        .image-item img { max-width: 100%; height: auto; border-radius: 5px; }
        .back-link { margin-top: 20px; display: inline-block; text-decoration: none; color: #007bff; }
        .top-tag { display: inline-block; margin-left: 10px; padding: 2px 8px; background: #dc3545; color: white; font-size: 0.8em; border-radius: 3px; }
