/* Vchat 0.42.0-alpha — Contacts + CRM continuity
 * Additive layer fully scoped to .vchat-frontend-app.
 * No historical styles are removed or reordered.
 */
.vchat-frontend-app [data-vchat-panel="contacts"] .vchat-contact-toolbar{align-items:stretch!important}
.vchat-frontend-app [data-vchat-panel="contacts"] .vchat-contact-toolbar-actions{display:grid!important;grid-template-columns:repeat(3,minmax(140px,1fr))!important;gap:8px!important}
.vchat-frontend-app [data-vchat-panel="contacts"] .vchat-contact-toolbar-actions select{min-width:0!important;width:100%!important}
.vchat-frontend-app .vchat-contact-row-stage,.vchat-frontend-app .vchat-stage-label{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;border-radius:999px!important;padding:4px 8px!important;font-size:9.5px!important;line-height:1!important;font-style:normal!important;font-weight:800!important;background:#f3f1f6!important;color:#6f6979!important}
.vchat-frontend-app .vchat-contact-row-stage.is-new,.vchat-frontend-app .vchat-stage-label.is-new{background:#eef3ff!important;color:#4367a8!important}
.vchat-frontend-app .vchat-contact-row-stage.is-qualified,.vchat-frontend-app .vchat-stage-label.is-qualified{background:#edf8f5!important;color:#2d7869!important}
.vchat-frontend-app .vchat-contact-row-stage.is-proposal,.vchat-frontend-app .vchat-stage-label.is-proposal{background:#f4f0ff!important;color:#6c51a8!important}
.vchat-frontend-app .vchat-contact-row-stage.is-negotiation,.vchat-frontend-app .vchat-stage-label.is-negotiation{background:#fff6e9!important;color:#9a681e!important}
.vchat-frontend-app .vchat-contact-row-stage.is-won,.vchat-frontend-app .vchat-stage-label.is-won{background:#ecf8ef!important;color:#397247!important}
.vchat-frontend-app .vchat-contact-row-stage.is-lost,.vchat-frontend-app .vchat-stage-label.is-lost{background:#fff0f0!important;color:#9a4a4a!important}
.vchat-frontend-app .vchat-contact-preview-actions .is-primary{background:#27223a!important;color:#fff!important;border-color:#27223a!important}
.vchat-frontend-app .vchat-contact-preview-section-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:10px!important}
.vchat-frontend-app .vchat-contact-preview-section-head>strong{margin:0!important}
.vchat-frontend-app .vchat-contact-preview-section-head button{border:0!important;background:transparent!important;color:#69558c!important;font-size:10px!important;font-weight:800!important;padding:3px 0!important;cursor:pointer!important}
.vchat-frontend-app .vchat-contact-preview-commercial-note{margin:10px 0 0!important;padding-top:9px!important;border-top:1px solid #eeeaf2!important;color:#8b8593!important;font-size:9.5px!important;line-height:1.45!important}
@media (max-width:1180px){.vchat-frontend-app [data-vchat-panel="contacts"] .vchat-contact-toolbar-actions{grid-template-columns:1fr 1fr!important}.vchat-frontend-app [data-vchat-panel="contacts"] #vchat-contact-category-filter{grid-column:1/-1!important}}
@media (max-width:760px){.vchat-frontend-app [data-vchat-panel="contacts"] .vchat-contact-toolbar-actions{grid-template-columns:1fr!important}.vchat-frontend-app [data-vchat-panel="contacts"] #vchat-contact-category-filter{grid-column:auto!important}}
