/* ===== Compare glow states ===== */
.glow-best {
  color: #0f9d58;                 /* green */
  text-shadow: 0 0 10px rgba(15,157,88,.45), 0 0 2px rgba(15,157,88,.65);
  font-weight: 600;
}
.glow-worst {
  color: #d93025;                 /* red */
  text-shadow: 0 0 10px rgba(217,48,37,.45), 0 0 2px rgba(217,48,37,.65);
  font-weight: 600;
}

/* ===== Bye week color chips ===== */
.bye-green  { color:#137333; font-weight:600; }
.bye-yellow { color:#b06e00; font-weight:700; }
.bye-red    { color:#a50e0e; font-weight:800; }
