/* CSS Custom Highlight API — servido fora do pipeline do Turbopack porque o
   Lightning CSS ainda não reconhece o pseudo-elemento ::highlight() (válido
   e suportado pelos browsers desde mar/2026). Ver
   https://github.com/parcel-bundler/lightningcss/issues/861. */
::highlight(loro-draft) {
  background: rgba(74, 222, 128, 0.35);
}
::highlight(loro-comments) {
  background: rgba(74, 222, 128, 0.16);
  text-decoration: underline dotted #16a34a;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
