/* ---------------------------------------------------------
   Light theme: make ALL .pill elements readable (desktop + mobile)
--------------------------------------------------------- */
html[data-theme="light"] .pill{
  background:#e2e8f0 !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.12) !important;
  box-shadow:none !important;
  background-image:none !important;
}

html[data-theme="light"] .pill *{
  color:#0f172a !important;
}