/* [2026-05-24] FA 子集 — 仅包含项目实际使用的 47 个图标
   原 all.min.css: 100.2KB CSS + 181KB 字体 = 281KB
   子集: ~3.2KB CSS + 5.3KB 字体 = 8.4KB — 减少 97% */

/* @font-face — 子集字体 */
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(webfonts/fa-solid-subset.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:swap;src:url(webfonts/fa-regular-subset.woff2) format("woff2")}

/* 基础类 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}
.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}
.fas{font-family:"Font Awesome 6 Free";font-weight:900}
.far{font-family:"Font Awesome 6 Free";font-weight:400}

/* === Solid 图标 (fas) === */
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-up:before{content:"\f062"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-camera:before{content:"\f030"}
.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}
.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}
.fa-circle:before{content:"\f111"}
.fa-coins:before{content:"\f51e"}
.fa-download:before{content:"\f019"}
.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}
.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}
.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-gamepad:before{content:"\f11b"}
.fa-hand-holding-heart:before{content:"\f4be"}
.fa-hand-holding-usd:before{content:"\f4c0"}
.fa-headset:before{content:"\f590"}
.fa-history:before{content:"\f1da"}
.fa-home:before{content:"\f015"}
.fa-info-circle:before{content:"\f05a"}
.fa-key:before{content:"\f084"}
.fa-list:before,.fa-list-squares:before{content:"\f03a"}
.fa-lock:before{content:"\f023"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-percentage:before{content:"\25"}
.fa-plus-circle:before{content:"\f055"}
.fa-receipt:before{content:"\f543"}
.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}
.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}
.fa-sign-out-alt:before{content:"\f2f5"}
.fa-tachometer-alt:before{content:"\f625"}
.fa-upload:before{content:"\f093"}
.fa-user:before{content:"\f007"}
.fa-user-friends:before,.fa-user-group:before{content:"\f500"}
.fa-wallet:before{content:"\f555"}

/* === Regular 图标 (far) === */
.fa-clock:before,.fa-clock-four:before{content:"\f017"}

/* === admin-panel 额外图标 (fas) === */
.fa-robot:before{content:"\f544"}

/* === RoomJoin.vue 额外图标 (fas) === */
/* 注意：以下5个图标在子集字体中无glyph，需确保子集woff2包含这些unicode */
.fa-door-open:before{content:"\f52b"}
.fa-arrow-right:before{content:"\f061"}
.fa-inbox:before{content:"\f01c"}
.fa-chevron-right:before{content:"\f054"}

/* === Chat.vue 额外图标 (fas) === */
.fa-reply:before{content:"\f3e5"}

/* === Wallet.vue 额外图标 (fas) === */
.fa-arrow-down:before{content:"\f063"}
.fa-hourglass-half:before{content:"\f252"}
.fa-minus-circle:before,.fa-circle-minus:before{content:"\f056"}
.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}
.fa-times-circle:before,.fa-circle-xmark:before{content:"\f057"}
.fa-trophy:before{content:"\f091"}
.fa-undo:before{content:"\f0e2"}
.fa-undo-alt:before,.fa-rotate-left:before{content:"\f2ea"}
.fa-times:before,.fa-xmark:before{content:"\f00d"}
