    /* ── PENDÊNCIAS E-MAIL ────────────────────────────── */
    .email-block { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
    .email-block table.tbl { table-layout: fixed; }
    .email-block table.tbl th:nth-child(1) { width: 42%; }
    .email-block table.tbl th:nth-child(2) { width: 96px; }
    .email-block table.tbl th:nth-child(3) { width: 96px; }
    .email-block table.tbl td { white-space: normal; word-break: break-word; }
    .email-block > header {
      padding: 12px 16px; border-bottom: 1px solid var(--border);
      display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
    }
    .email-block h3 { font-size: var(--fs-md); }
    .email-block .sub { font-size: var(--fs-xs); color: var(--text-dim); font-family: var(--mono); margin-top: 2px; }
    .email-block .tag { font-size: var(--fs-xs); font-weight: 600; color: var(--text-mut); }
    .email-block .tag.none { font-style: italic; }
    .email-block .tag.warn { color: var(--warn); }
    .btn-copy { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; font-size: var(--fs-sm); font-weight: 600; padding: 6px 12px; border-radius: 7px; border: 1px solid var(--border); background: var(--surface); color: var(--text-dim); cursor: pointer; }
    .btn-copy:hover { background: var(--surface-2); color: var(--text); }
    .btn-copy.done { border-color: var(--ok); color: var(--ok); background: var(--ok-bg); }
    .btn-copy svg { width: 14px; height: 14px; }
    a.btn-copy { text-decoration: none; }

    /* ── POR EMPRESA (MASTER-DETAIL SPLIT) ────────────── */
    #view-pendencias .split, #view-matriz .split {
      display: grid;
      grid-template-columns: 280px minmax(0, 1fr);
      gap: 16px;
      align-items: start;
    }
    #view-pendencias .co-list li, #view-matriz .co-list li {
      flex-direction: column;
      align-items: stretch;
      gap: 4px;
    }
    /* Matriz: selo de status à direita do card — o item volta a ser uma
       LINHA (nome/CNPJ empilhados à esquerda, selo centralizado à direita),
       por isso sobrescreve o `column` da regra acima. */
    #view-matriz .co-list li {
      flex-direction: row;
      align-items: center;
      gap: 8px;
    }
    .mat-li-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
    /* Selo de "Status aprovação" — mesma cor do resto do app: em processo é
       azul, análise do cliente é violeta, aprovado é verde. Sem faixa nem
       fundo tingido no card: o selo já diz o status, e o roxo de marca fica
       só pro item selecionado. */
    .mat-li-status {
      flex-shrink: 0;
      width: 26px; height: 26px;
      border-radius: 50%;
      display: inline-flex; align-items: center; justify-content: center;
    }
    .mat-li-status svg { width: 14px; height: 14px; }
    .mat-li-status.proc     { background: var(--info-bg);   color: var(--info); }
    .mat-li-status.analise  { background: var(--violet-bg); color: var(--violet); }
    .mat-li-status.aprovado { background: var(--ok-bg);     color: var(--ok); }
    .mat-toolbar {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 14px;
    }
    .mat-toolbar .subtabs { margin-bottom: 0; }
    .mat-toolbar .btn, .mat-toolbar .subtab { height: 34px; }
    .mat-aviso { color: var(--warn); }
    .co-list li.mat-vazio { color: var(--text-mut); cursor: default; }
    .co-list li.mat-vazio:hover { background: none; }
    .mat-cad {
      border: 1px solid var(--border);
      border-radius: 10px;
      background: var(--surface-2);
      margin-bottom: 18px;
      overflow: hidden;
    }
    .mat-cad > summary {
      display: flex; align-items: center; gap: 8px;
      cursor: pointer; font-size: var(--fs-sm); font-weight: 600; color: var(--text);
      padding: 11px 14px; list-style: none; -webkit-user-select: none; user-select: none;
      transition: background .12s;
    }
    .mat-cad > summary::-webkit-details-marker { display: none; }
    .mat-cad > summary:hover { background: var(--surface); }
    .mat-cad > summary svg { width: 14px; height: 14px; color: var(--text-mut); flex-shrink: 0; transition: transform .15s; }
    .mat-cad[open] > summary { border-bottom: 1px solid var(--border); }
    .mat-cad[open] > summary svg { transform: rotate(90deg); }
    .mat-cad-body { padding: 14px; }
    .mat-sec-titulo { font-size: var(--fs-md); font-weight: 600; margin: 20px 0 10px; }
    .mat-sec-titulo .sub { font-size: var(--fs-xs); font-weight: 400; color: var(--text-mut); margin-left: 4px; }
    /* Origem da etapa (robô, manual, migração) e marcas do documento
       (divergente, manual): ícone com tooltip no lugar do valor cru do banco. */
    .mat-origem { display: inline-flex; color: var(--text-mut); }
    .mat-origem svg { width: 16px; height: 16px; }
    .mat-doc-flag { display: inline-flex; vertical-align: middle; margin-left: 6px; }
    .mat-doc-flag svg { width: 15px; height: 15px; }
    .mat-doc-flag.divergente { color: var(--warn-fill); }
    .mat-doc-flag.manual { color: var(--text-mut); }
    /* Fluxo da homologação: as 9 etapas que a pessoa preenche. Cada linha é o
       próprio campo (data ou status), sem modo "editar". */
    .fx-progresso { height: 6px; border-radius: 999px; background: var(--surface-3); overflow: hidden; margin: -2px 0 12px; }
    .fx-progresso i { display: block; height: 100%; border-radius: 999px; background: var(--ok-fill); transition: width .4s ease; }
    .fx { list-style: none; margin: 0; padding: 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
    .fx-item {
      display: grid; grid-template-columns: 26px minmax(180px, 1fr) minmax(210px, 280px) minmax(120px, 190px);
      align-items: center; column-gap: 14px; padding: 9px 14px;
      border-bottom: 1px solid var(--border); background: var(--surface);
    }
    .fx-item:last-child { border-bottom: none; }
    .fx-item:hover { background: var(--surface-2); }
    .fx-item.sugerida { background: var(--info-soft); box-shadow: inset 4px 0 0 var(--info-fill); }
    .fx-item.falta    { box-shadow: inset 4px 0 0 var(--warn-fill); }
    .fx-marco {
      width: 22px; height: 22px; border-radius: 50%; box-sizing: border-box;
      display: grid; place-items: center; border: 2px solid var(--border-strong); color: var(--text-mut);
    }
    .fx-marco svg { width: 13px; height: 13px; }
    .fx-item.feita .fx-marco { background: var(--ok-fill); border-color: var(--ok-fill); color: #fff; }
    .fx-item.falta .fx-marco { background: var(--warn-soft); border-color: var(--warn-fill); color: var(--warn); }
    .fx-nome { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; min-width: 0; }
    .fx-n { font-size: var(--fs-sm); font-weight: 600; color: var(--text); }
    .fx-item.vazia .fx-n { color: var(--text-dim); font-weight: 500; }
    .fx-setor { font-size: var(--fs-xs); font-weight: 500; color: var(--text-mut); background: var(--surface-3); padding: 0 7px; border-radius: 999px; }
    .fx-ctl { display: flex; align-items: center; gap: 8px; min-width: 0; }
    .fx-ctl .fx-data { flex: 1; min-width: 0; }
    .fx-ctl .fx-sel, .fx-ctl .sel { flex: 1; min-width: 0; }
    /* Valor preenchido colorido (a célula da antiga planilha): borda e fundo na cor do status. */
    .fx-ctl.v-ok .sel-btn      { background: var(--ok-bg);     color: var(--ok);     border-color: var(--ok-fill);     font-weight: 600; }
    .fx-ctl.v-analise .sel-btn { background: var(--violet-bg); color: var(--violet); border-color: var(--violet-fill); font-weight: 600; }
    .fx-ctl.v-proc .sel-btn    { background: var(--info-bg);   color: var(--info);   border-color: var(--info-fill);   font-weight: 600; }
    .fx-ctl.v-pend .sel-btn    { background: var(--warn-bg);   color: var(--warn);   border-color: var(--warn-fill);   font-weight: 600; }
    .fx-ctl.v-data .fx-data    { border-color: var(--ok-fill); background: var(--ok-soft); }
    .fx-limpar {
      width: 26px; height: 26px; flex-shrink: 0; border: none; background: none; border-radius: 6px;
      display: grid; place-items: center; cursor: pointer; color: var(--text-mut); transition: background .12s, color .12s;
    }
    .fx-item:hover .fx-limpar, .fx-item:focus-within .fx-limpar { opacity: 1; }   /* .row-acao só revelava em tr/.doc-row */
    .fx-limpar:hover { background: var(--danger-bg); color: var(--danger); }
    .fx-limpar svg { width: 14px; height: 14px; }
    .fx-hoje {
      flex-shrink: 0; font: inherit; font-size: var(--fs-xs); font-weight: 600; cursor: pointer;
      padding: 6px 10px; border-radius: 7px; border: 1px dashed var(--border-strong);
      background: var(--surface); color: var(--text-dim); transition: all .15s;
    }
    .fx-hoje:hover { border-style: solid; border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
    .fx-origem { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
    .fx-sugerido {
      display: inline-flex; align-items: center; gap: 5px; font-size: var(--fs-xs); font-weight: 600;
      color: var(--info); background: var(--info-bg); padding: 2px 8px; border-radius: 999px;
    }
    .fx-sugerido svg { width: 14px; height: 14px; }
    .fx-conf {
      font: inherit; font-size: var(--fs-xs); font-weight: 600; cursor: pointer;
      padding: 4px 10px; border-radius: 7px; border: 1px solid var(--info-fill);
      background: var(--surface); color: var(--info); transition: all .15s;
    }
    .fx-conf:hover { background: var(--info-fill); color: #fff; }

    /* Confirmação de situação: o robô não acha mais nada pra postar e a pessoa
       diz se foi pra análise do cliente ou se já foi aprovada. Fica no topo da
       ficha, com cada botão na cor do status que ele grava. */
    .conf {
      display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px;
      padding: 16px 18px; border-radius: 12px;
      background: var(--warn-soft); box-shadow: inset 4px 0 0 var(--warn-fill);
    }
    .conf-ic {
      flex-shrink: 0; width: 40px; height: 40px; border-radius: 11px;
      display: grid; place-items: center; background: var(--warn-bg); color: var(--warn);
    }
    .conf-ic svg { width: 24px; height: 24px; }
    .conf-txt { min-width: 0; }
    .conf-tit { font-size: var(--fs-md); font-weight: 700; color: var(--text); }
    .conf-det { font-size: var(--fs-sm); color: var(--text-dim); line-height: 1.5; margin-top: 3px; }
    .conf-acoes { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
    .conf .conf-btn { width: auto; padding: 9px 16px; }   /* .conf na frente: .btn (width:100%) vem depois no arquivo */
    .conf-btn.analise { background: var(--violet-fill); color: #fff; }
    .conf-btn.analise:hover { background: var(--violet); }
    .conf-btn.ok { background: var(--ok-fill); color: #fff; }
    .conf-btn.ok:hover { background: var(--ok); }
    .conf-ou { font-size: var(--fs-xs); color: var(--text-mut); }
    .conf-data { display: inline-flex; align-items: center; gap: 8px; font-size: var(--fs-sm); font-weight: 500; color: var(--text-dim); }
    .conf-data input { padding: 7px 10px; }
    .pd-li-top { display: flex; justify-content: space-between; gap: 8px; align-items: flex-start; }
    .pd-li-top .nm { font-weight: 600; font-size: var(--fs-md); line-height: 1.35; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .pd-li-sub { font-size: var(--fs-xs); color: var(--text-mut); font-weight: 400; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
    .li-chip { font-size: var(--fs-xs); font-weight: 500; padding: 2px 9px; border-radius: 999px; background: var(--surface-3); color: var(--text-dim); max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .li-chip.alerta { background: var(--warn-soft); color: var(--warn); font-weight: 600; }
    .li-chip.alerta::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--warn-fill); margin-right: 6px; vertical-align: 1px; }
    .pd-li-sub .mono { font-family: var(--mono); }
    .co-list li.active .pd-li-sub { color: var(--accent); opacity: .85; }
    .pd-li-top .pill { flex-shrink: 0; }

    /* Sticky Master Column */
    /* A altura precisa caber mesmo ANTES da lista "grudar" no scroll (quando
       sua posição normal no fluxo, ~136px do topo — header + toolbar acima —
       ainda é maior que o `top` do sticky). Descontar só o `top` deixava a
       lista mais alta que o espaço disponível nesse estado inicial e cortava
       as últimas empresas; por isso o desconto usa a posição real de
       repouso (~136px), não o `top` do sticky. */
    .co-list {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      position: sticky;
      top: 80px;
      height: calc(100vh - 140px);
      max-height: calc(100vh - 140px);
    }
    .co-list .search {
      width: 100%;
      border: none;
      border-bottom: 1px solid var(--border);
      border-radius: 0;
      flex-shrink: 0;
    }
    .co-list ul {
      list-style: none;
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      margin: 0;
      padding: 10px 12px 18px;
      display: flex;
      flex-direction: column;
      gap: 8px;
     
    }
    /* Item = cartão solto, com respiro. A barra lateral cresce no hover e fica
       cheia no selecionado; o nome nunca quebra (termina em "…"). */
    .co-list li {
      position: relative;
      flex-shrink: 0;
      padding: 15px 16px 15px 20px;
      font-size: var(--fs-sm);
      cursor: pointer;
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 12px;
      display: flex;
      justify-content: space-between;
      gap: 8px;
      transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s, background .35s;
    }
    .co-list li::before {
      content: ''; position: absolute; left: 7px; top: 14px; bottom: 14px; width: 3px; border-radius: 2px;
      background: var(--accent); transform: scaleY(0); transition: transform .4s var(--ease);
    }
    .co-list li:hover { transform: translateX(3px); border-color: var(--accent-border); box-shadow: 0 6px 18px rgba(23, 26, 43, .07); }
    .co-list li:hover::before { transform: scaleY(.5); }
    .co-list li:active { transform: translateX(3px) scale(.992); }
    .co-list li.active { background: var(--accent-soft); border-color: var(--accent-border); }
    .co-list li.active::before { transform: scaleY(1); }
    .co-list li.active .nm { color: var(--accent-strong); }
    /* Entrada em cascata (lista-movimento.js): `cs` fica invisível até o
       observador chamar (`in`); `quieto` = reaparece parado. */
    .co-list li.cs { opacity: 0; }
    .co-list li.cs.in { opacity: 1; animation: listaEntra .6s var(--ease) var(--d, 0ms) backwards; }
    .co-list li.cs.in.quieto { animation: none; }
    @keyframes listaEntra { from { opacity: 0; transform: translateY(var(--dy, 10px)); } }
    @keyframes fichaEntra { from { opacity: 0; transform: translateY(8px); } }
    .troca > * { animation: fichaEntra .55s var(--ease) backwards; }
    .troca > *:nth-child(2) { animation-delay: 70ms; }
    .troca > *:nth-child(3) { animation-delay: 140ms; }
    .troca > *:nth-child(4) { animation-delay: 210ms; }
    .troca > *:nth-child(n+5) { animation-delay: 280ms; }
    @media (prefers-reduced-motion: reduce) {
      .co-list li.cs { opacity: 1; }
      .co-list li.cs.in, .troca > * { animation: none; }
      .co-list li, .co-list li::before { transition: none; }
    }
    .co-select {
      display: none;
      width: 100%;
      padding: 9px 10px;
      border: 1px solid var(--border);
      border-radius: 7px;
      font: inherit;
      font-size: var(--fs-sm);
      background: var(--surface);
      margin-bottom: 14px;
    }

    /* Detail Card Header */
    .co-detail {
      min-width: 0;
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }
    /* O gap visual de 16px agora é protegido pela máscara .main::before,
       então o cabeçalho gruda perfeitamente aos 80px sem precisar de
       gambiarra com padding-top e background cinza por cima do card. */
    .co-detail .co-hd {
      position: sticky;
      top: 80px;
      z-index: 5;
      background: var(--surface);
      border-radius: var(--radius) var(--radius) 0 0;
    }
    .co-hd-inner {
      border-radius: var(--radius) var(--radius) 0 0;
      padding: 16px 20px;
      border-bottom: 1px solid var(--border);
      display: flex;
      flex-direction: column;
      gap: 12px;
      background: var(--surface);
    }
    .pd-hd-main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }
    .pd-hd-main h3 {
      font-size: var(--fs-lg);
      font-weight: 700;
      color: var(--text);
      margin: 0;
      line-height: 1.3;
      word-break: break-word;
    }
    /* CNPJ · local · tipo/PED como texto corrido — sem uma caixinha com
       borda pra cada pedaço. */
    .pd-hd-tags {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
      font-size: var(--fs-sm);
      color: var(--text-dim);
    }
    .pd-cnpj {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-family: var(--mono);
      font-size: var(--fs-xs);
      color: var(--text);
      padding: 2px 6px;
      border-radius: 6px;
      cursor: pointer;
      transition: background .12s;
    }
    .pd-cnpj:hover { background: var(--surface-3); }
    .pd-cnpj button {
      border: none;
      background: none;
      color: var(--text-mut);
      padding: 2px;
      cursor: pointer;
      line-height: 1;
      display: flex;
      align-items: center;
      pointer-events: none;
    }
    .pd-cnpj:hover button { color: var(--text); }
    .pd-cnpj button svg { width: 14px; height: 14px; }
    .pd-sep { color: var(--border-strong); }
    .pd-meta { color: var(--text-dim); }
    .tag-tipo {
      font-size: var(--fs-xs);
      font-weight: 600;
      color: var(--text-dim);
      background: var(--surface-3);
      padding: 2px 7px;
      border-radius: 5px;
    }

    .pd-hd-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }
    .pd-chips-group {
      display: flex;
      align-items: center;
      gap: 6px 18px;
      flex-wrap: wrap;
    }
    .pd-chip {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 92px;
      line-height: 1.15;
    }
    .pd-chip .ico {
      display: grid; place-items: center; flex-shrink: 0;
      width: 34px; height: 34px; border-radius: 9px;
      background: var(--surface-3); color: var(--text-dim);
    }
    .pd-chip .ico svg { width: 20px; height: 20px; }
    .pd-chip b { font-size: var(--fs-xl); font-weight: 700; color: var(--text); line-height: 1.1; display: block; }
    .pd-chip .lbl2 { font-size: var(--fs-xs); font-weight: 500; color: var(--text-mut); }
    /* Cada número leva a cor do seu status. "0" em enviados/revisão volta a
       neutro (.zero): "0 em revisão" não é alarme. */
    .pd-chip.info .ico { background: var(--info-bg);   color: var(--info); }
    .pd-chip.info b    { color: var(--info); }
    .pd-chip.ok:not(.zero) .ico  { background: var(--ok-bg);     color: var(--ok); }
    .pd-chip.ok:not(.zero) b     { color: var(--ok); }
    .pd-chip.pend .ico { background: var(--warn-bg);   color: var(--warn); }
    .pd-chip.pend b    { color: var(--warn); }
    .pd-chip.rev:not(.zero) .ico { background: var(--danger-bg); color: var(--danger); }
    .pd-chip.rev:not(.zero) b    { color: var(--danger); }
    .pd-acoes {
      display: flex;
      gap: 8px 12px;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
    }
    .pd-acoes-btns {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
      margin-left: auto;
    }
    .pd-verificacao { display: flex; align-items: center; gap: 5px; font-size: var(--fs-xs); color: var(--text-mut); }
    .pd-verificacao svg { width: 14px; height: 14px; }
    /* Pra quem vai o e-mail (Pendências ▸ ficha). Antes truncava o pill
       INTEIRO num max-width apertado (200px) sem `min-width:0` no filho —
       clássica armadilha do flex: o texto cortava no meio do domínio e nem
       sempre mostrava reticências. Agora só o e-mail em si trunca (com
       elipse garantida), ícone e selo "e-mail da matriz" ficam de fora do
       corte, e o title já mostra o destino completo sem precisar abrir o
       menu Ações. */
    .pd-destino {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 5px 10px;
      border-radius: 7px;
      font-size: var(--fs-xs);
      background: var(--surface-2);
      color: var(--text-dim);
      max-width: 300px;
      cursor: default;
    }
    .pd-destino svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--text-mut); }
    .pd-destino-texto {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .pd-destino-origem {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 16px; height: 16px;
      border-radius: 50%;
      background: var(--surface-3);
      color: var(--text-dim);
      font-size: var(--fs-xs);
      font-weight: 700;
    }
    .pd-destino.sem { color: var(--warn); background: var(--warn-bg); font-weight: 500; }
    .pd-destino.sem svg { color: var(--warn); }

    /* Menu "Ações" — junta os botões da ficha de Pendências (enviar e-mail,
       copiar tabela, ver na Matriz, verificar, abrir no Linkana) num só
       dropdown, pra não empilhar 5+ botões na barra de ações. */
    .acoes-dropdown { position: relative; }
    .acoes-toggle svg:last-child { width: 14px; height: 14px; transition: transform .15s; }
    .acoes-dropdown.open .acoes-toggle svg:last-child { transform: rotate(180deg); }
    .acoes-dropdown.open .acoes-toggle {
      border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft);
    }
    .acoes-menu {
      position: absolute; top: calc(100% + 6px); right: 0; z-index: 40;
      min-width: 220px; background: var(--surface); border: 1px solid var(--border-strong);
      border-radius: 10px; box-shadow: 0 12px 28px rgba(23,26,43,.16), 0 2px 6px rgba(23,26,43,.06);
      padding: 5px; display: flex; flex-direction: column; gap: 1px;
      animation: selIn .13s ease-out;
    }
    .acoes-item {
      display: flex; align-items: center; gap: 9px; width: 100%;
      padding: 8px 10px; border-radius: 7px; border: none; background: none;
      font: inherit; font-size: var(--fs-sm); font-weight: 500; color: var(--text);
      text-align: left; text-decoration: none; cursor: pointer;
    }
    .acoes-item:hover { background: var(--surface-2); }
    .acoes-item svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--text-mut); }
    .acoes-item.done { color: var(--ok); }
    .acoes-item.done svg { color: var(--ok); }
    .acoes-item:disabled { cursor: default; opacity: .75; }

    #pd-detail table.tbl td {
      white-space: normal;
      word-break: break-word;
      vertical-align: top;
      padding: 10px 12px;
    }
    #pd-detail table.tbl td.num,
    #pd-detail table.tbl td.tipo {
      white-space: nowrap;
      word-break: normal;
    }
    #pd-detail tr.rev td:first-child { box-shadow: inset 3px 0 0 var(--danger-fill); }
    .pd-nota { color: var(--text-dim); font-size: var(--fs-sm); }
    /* O motivo da recusa é a informação que importa na linha em revisão. */
    #pd-detail tr.rev .pd-nota { color: var(--danger); }

