/* Placeholder for local font awesome to avoid 404. 
   In a real deployment, we would download the actual CSS content here. 
   For now, we'll use a simplified version or just empty to prevent errors if download fails.
*/
.fa, .fas { font-style: normal; font-family: sans-serif; }
.fa-eye:before { content: "👁️"; }
.fa-eye-slash:before { content: "🔒"; }
.fa-user:before { content: "👤"; }
.fa-lock:before { content: "🔑"; }
.fa-copy:before { content: "📋"; }
.fa-sync:before { content: "🔄"; }
.fa-building:before { content: "🏢"; }
.fa-users:before { content: "👥"; }
.fa-cloud-upload-alt:before { content: "☁️"; }
.fa-folder-plus:before { content: "📁+"; }
.fa-user-edit:before { content: "📝"; }
.fa-tools:before { content: "🛠️"; }
.fa-file-pdf:before { content: "📄"; color: red; }
.fa-folder:before { content: "📁"; color: #fbbc04; }
.fa-file-powerpoint:before { content: "📊"; color: orange; }
.fa-file-word:before { content: "📝"; color: blue; }
.fa-folder-open:before { content: "📂"; }
.fa-lightbulb:before { content: "💡"; }
.fa-sitemap:before { content: "🌳"; }
.fa-arrow-left:before { content: "⬅️"; }
.fa-bell:before { content: "🔔"; }
.fa-user-circle:before { content: "👤"; }

