/* Small additions for the mirror that are NOT in Global Group's compiled
   Tailwind chunk (which has no runtime JIT): the marquee keyframes. Everything
   else uses either their original utility classes or inline styles. */
@keyframes gg-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
