/* Chat team + overlay compose mail + archivio documenti */
.dash-chat-page { max-width: 860px; margin: 0 auto; padding: 20px 16px 48px; }
.dash-chat-panel { background: #fff; border-radius: 14px; box-shadow: 0 8px 24px rgba(15,23,42,.06); padding: 20px; }
.dash-chat-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:8px; }
.dash-chat-head h1 { margin:0; font-size:1.35rem; color:#5b21b6; }
.dash-chat-lead { margin:0 0 14px; color:#6b7280; font-size:13px; }
.dash-chat-list { max-height: 52vh; overflow:auto; border:1px solid #e5e7eb; border-radius:10px; padding:10px; background:#fafafa; }
.dash-chat-empty { color:#9ca3af; font-style:italic; padding:12px; }
.dash-chat-msg { background:#fff; border:1px solid #eceff3; border-radius:10px; padding:10px 12px; margin-bottom:8px; }
.dash-chat-msg-mine { border-color:#ddd6fe; background:#f5f3ff; }
.dash-chat-msg-header { display:flex; gap:10px; align-items:baseline; }
.dash-chat-msg-sender { font-weight:800; color:#5b21b6; font-size:14px; }
.dash-chat-msg-time { font-size:12px; color:#6b7280; }
.dash-chat-msg-body { margin-top:6px; white-space:pre-wrap; font-size:14px; }
.dash-chat-rec-badge, .dash-chat-all-badge { display:inline-block; margin-top:6px; font-size:11px; font-weight:700; color:#6d28d9; }
.dash-chat-read-badge { font-size:11px; font-weight:600; color:#059669; margin-top:6px; }
.dash-chat-actions { margin-top:8px; display:flex; gap:12px; }
.dash-chat-action-link { background:none; border:none; color:#6b7280; cursor:pointer; font-size:12px; font-weight:700; padding:0; }
.dash-chat-action-danger { color:#b91c1c; }
.dash-chat-compose { margin-top:14px; }
.dash-recipient-chips { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:8px; }
.dash-chip { border:1px solid #ddd6fe; background:#fff; color:#5b21b6; border-radius:999px; padding:4px 10px; font-size:12px; font-weight:700; cursor:pointer; }
.dash-chip.is-on { background:#5b21b6; color:#fff; }
.dash-chip-hint { font-size:12px; color:#9ca3af; align-self:center; }
.dash-chat-row { display:flex; gap:8px; align-items:center; }
.dash-chat-input { flex:1; padding:10px 12px; border:1px solid #c5cad3; border-radius:8px; font-size:14px; }
.dash-chat-send { padding:10px 18px; border:none; border-radius:8px; background:#8e44ad; color:#fff; font-weight:700; cursor:pointer; }
.dash-chat-sent { font-size:13px; font-weight:700; color:#059669; opacity:0; }
.dash-chat-sent.show { opacity:1; }
.dash-btn-secondary { background:#fff; border:1px solid #d1d5db; border-radius:8px; padding:8px 12px; cursor:pointer; font-weight:600; }

#ptMailCompose[hidden] { display:none !important; }
#ptMailCompose {
  position:fixed; inset:0; background:rgba(15,23,42,.45); z-index:12000;
  display:flex; align-items:center; justify-content:center; padding:16px;
}
.pt-mail-compose-card {
  background:#fff; width:min(560px,96vw); border-radius:12px; padding:16px 18px 18px;
  display:flex; flex-direction:column; gap:8px; max-height:92vh; overflow:auto;
}
.pt-mail-compose-card header { display:flex; justify-content:space-between; align-items:center; }
.pt-mail-compose-card header button { border:none; background:transparent; font-size:18px; cursor:pointer; }
.pt-mail-compose-card label { display:flex; flex-direction:column; gap:4px; font-size:12px; font-weight:700; color:#4b5563; }
.pt-mail-compose-card input, .pt-mail-compose-card textarea {
  font: inherit; font-weight:500; padding:8px 10px; border:1px solid #d1d5db; border-radius:8px;
}
.pt-mail-compose-card footer { display:flex; gap:10px; align-items:center; margin-top:6px; }
.pt-mail-row { display:block; width:100%; text-align:left; background:#fff; border:none; border-bottom:1px solid #eceff3; padding:10px 12px; cursor:pointer; }
.pt-mail-row.is-selected { background:#eef6fc; }
.pt-mail-row-from { font-weight:700; font-size:13px; }
.pt-mail-row-sub { font-size:13px; color:#111827; }
.pt-mail-row-meta { font-size:11px; color:#6b7280; }
.pt-mail-read { padding:16px; }
.pt-mail-read h2 { margin:0 0 8px; font-size:18px; }
.pt-mail-read-meta { font-size:13px; color:#4b5563; margin-bottom:12px; }
.pt-mail-body { white-space:pre-wrap; font-family:inherit; font-size:14px; }
.pt-mail-atts { margin-top:12px; display:flex; flex-wrap:wrap; gap:8px; }
.docs-filters { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:12px; }
.docs-filters input, .docs-filters select { padding:8px 10px; border:1px solid #d1d5db; border-radius:8px; }
.docs-archive-tbl { width:100%; border-collapse:collapse; font-size:14px; }
.docs-archive-tbl th { background:#b45309; color:#fff; text-align:left; padding:10px 12px; font-size:12px; }
.docs-archive-tbl td { padding:10px 12px; border-bottom:1px solid #f3f4f6; }
.docs-type { background:#fef3c7; color:#92400e; border-radius:999px; padding:2px 8px; font-size:11px; font-weight:700; }
.docs-del { background:none; border:none; color:#b91c1c; cursor:pointer; font-weight:700; }
.docs-pager { display:flex; gap:10px; align-items:center; justify-content:flex-end; padding:10px 0; color:#6b7280; }
.gp-muted { color:#6b7280; font-size:13px; margin:6px 0 0; }
.gp-form-msg { min-height:1.2em; font-size:13px; }
body:has(.dash-chat-page) .pt-float-chat-btn { display: none; }
