/* Offline Font Awesome fallback: keep icon-only buttons visible */
.fa-solid,.fa-regular,.fa-brands{
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1;
  font-size:18px;
}
.fa-solid::before,.fa-regular::before,.fa-brands::before{display:inline-block}
.fa-fw{width:1.25em;text-align:center}
.fa-spin{animation:fa-spin 1s infinite linear}
@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

/* Icons used around the app (header + common buttons) */
.fa-solid.fa-gauge-high::before{content:"📊";}
.fa-solid.fa-users::before{content:"👥";}
.fa-solid.fa-bullhorn::before{content:"📣";}
.fa-solid.fa-folder-open::before{content:"📂";}
.fa-brands.fa-google-drive::before{content:"🗂️";}
.fa-solid.fa-envelope::before{content:"✉️";}
.fa-solid.fa-user::before{content:"👤";}
.fa-solid.fa-phone::before{content:"☎️";}
.fa-solid.fa-bell::before{content:"🔔";}
.fa-solid.fa-sign-out-alt::before{content:"🚪";}
.fa-solid.fa-magnifying-glass::before{content:"🔎";}
.fa-solid.fa-comment-dots::before{content:"💬";}
.fa-solid.fa-robot::before{content:"🤖";}
.fa-solid.fa-xmark::before{content:"✖️";}
.fa-solid.fa-paper-plane::before{content:"📨";}
.fa-solid.fa-eye::before{content:"👁️";}
.fa-solid.fa-trash::before{content:"🗑️";}
.fa-solid.fa-skull-crossbones::before{content:"☠️";}
.fa-solid.fa-sign-in-alt::before{content:"🔐";}
.fa-solid.fa-user-plus::before{content:"➕👤";}
.fa-solid.fa-save::before{content:"💾";}
