/* ============================================================
   utilities.css — 小工具類（可跨元件重複使用）
   ============================================================ */

/* 視覺上隱藏、但保留給螢幕報讀器（無障礙標籤用） */
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
