/* AEGIS 電競風字標（後台/會員端共用）。字型 Orbitron / Rajdhani（SIL OFL 1.1，本地檔不外連） */
@font-face{font-family:"AEGIS Orbitron";src:url(/__brand/fonts/orbitron-800.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:"AEGIS Rajdhani";src:url(/__brand/fonts/rajdhani-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
.bos-wordmark{
  display:inline-block;
  font-family:"AEGIS Orbitron","AEGIS Rajdhani","Noto Sans TC","PingFang TC","Microsoft JhengHei",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-weight:800;font-style:italic;letter-spacing:.08em;text-transform:uppercase;line-height:1.15;
  background:linear-gradient(100deg,#38bdf8 0%,#60a5fa 45%,#7c3aed 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;
  /* 漸層字不能用 text-shadow（會蓋掉填色），改用兩層 drop-shadow 做外發光 */
  filter:drop-shadow(0 0 6px rgba(56,189,248,.55)) drop-shadow(0 0 18px rgba(124,58,237,.40));
  white-space:nowrap;
}
.bos-wordmark .bos-zh{letter-spacing:.06em}
