/* V2 — autenticação/sincronização */
.v2-sync-toast{
  position:fixed; right:18px; bottom:18px; z-index:9999;
  max-width:440px; padding:10px 14px; border-radius:9px;
  background:var(--sidebar); color:#fff; font-size:12px; line-height:1.45;
  box-shadow:0 8px 28px rgba(0,0,0,.28); opacity:0; transform:translateY(8px);
  pointer-events:none; transition:opacity .18s, transform .18s;
}
.v2-sync-toast.visivel{ opacity:1; transform:translateY(0); }
.v2-sync-toast[data-type="success"]{ border-left:4px solid #2E7D32; }
.v2-sync-toast[data-type="error"]{ border-left:4px solid #C62828; }
#v2-logout{ margin-top:2px; }
.profile-toggle button:disabled{ cursor:not-allowed !important; }


/* Chat V2 */
.chat-anexo-chip { text-decoration:none; color:inherit; cursor:pointer; }
.chat-anexo-chip[href]:hover { text-decoration:underline; }
#v2-chat-toast { z-index:210; }

/* V2.2 — busca real e paginação segura para bases grandes */
.v2-table-more{display:flex;align-items:center;justify-content:center;gap:10px;padding:9px 12px;color:var(--text-muted);font-size:11.5px;min-height:8px}
.search[type="search"]{font-family:inherit;color:var(--text);outline:none}
.search[type="search"]:focus{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 14%,transparent)}
