/* Mourning Mode — ลดโทนสี ~75% ทั่วเว็บไซต์ (Cassiopeia) */
body{
  filter: saturate(25%) brightness(95%);
}

/* เวลาพิมพ์เอกสาร ให้กลับเป็นปกติ */
@media print{
  body{ filter: none !important; }
}

/* ยกเว้นบางองค์ประกอบ เช่น โลโก้/กราฟ */
.no-mourning, .no-mourning *{
  filter: none !important;
}
