:root{--eacrm-primary:#6d5dfb;--eacrm-primary-strong:#5546e8;--eacrm-bg:#f5f7fb;--eacrm-surface:#fff;--eacrm-text:#18212f;--eacrm-muted:#667085;--eacrm-border:#dce2ea;--eacrm-danger:#dc2626;--eacrm-success:#15803d;--eacrm-warning:#b45309;--eacrm-info:#2563eb;--eacrm-radius:12px;--eacrm-shadow:0 12px 34px rgba(17,24,39,.08);--eacrm-font:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
*{box-sizing:border-box}html{font-family:var(--eacrm-font);color:var(--eacrm-text);background:var(--eacrm-bg)}body{margin:0;background:var(--eacrm-bg);font-family:var(--eacrm-font);color:var(--eacrm-text);font-size:14px;line-height:1.45}button,input,select,textarea{font:inherit}a{color:inherit}.eacrm-icon{width:19px;height:19px;display:inline-block;vertical-align:-4px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.eacrm-shell{min-height:100vh;display:flex}.eacrm-sidebar{width:258px;background:#111827;color:#e5e7eb;position:fixed;inset:0 auto 0 0;z-index:40;display:flex;flex-direction:column}.eacrm-brand{display:flex;align-items:center;gap:12px;padding:19px 18px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:700}.eacrm-brand-logo,.eacrm-public-logo{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--eacrm-primary);color:#fff}.eacrm-brand-logo img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.eacrm-nav{padding:12px 10px;overflow:auto}.eacrm-nav-title{padding:14px 10px 6px;text-transform:uppercase;letter-spacing:.08em;font-size:10px;color:#8fa0b8;font-weight:700}.eacrm-nav a{display:flex;gap:10px;align-items:center;padding:10px 11px;margin:2px 0;border-radius:9px;text-decoration:none;color:#d8deea}.eacrm-nav a:hover,.eacrm-nav a.is-active{background:rgba(255,255,255,.09);color:#fff}.eacrm-main{margin-left:258px;min-width:0;width:calc(100% - 258px)}.eacrm-topbar{height:64px;background:#fff;border-bottom:1px solid var(--eacrm-border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:25}.eacrm-topbar-user{display:flex;align-items:center;gap:10px}.eacrm-content{padding:24px;max-width:1600px;margin:auto}.eacrm-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px}.eacrm-page-header h1{font-size:25px;line-height:1.2;margin:0 0 5px}.eacrm-page-header p{margin:0;color:var(--eacrm-muted)}.eacrm-page-actions,.eacrm-actions,.eacrm-card-actions,.eacrm-form-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.eacrm-card,.eacrm-public-card,.eacrm-auth-card{background:var(--eacrm-surface);border:1px solid var(--eacrm-border);border-radius:var(--eacrm-radius);box-shadow:0 1px 2px rgba(16,24,40,.03);padding:20px}.eacrm-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.eacrm-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.eacrm-card h2{font-size:17px;margin:0 0 5px}.eacrm-card p{color:var(--eacrm-muted)}.eacrm-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-bottom:18px}.eacrm-kpi{background:#fff;border:1px solid var(--eacrm-border);border-radius:12px;padding:16px;display:flex;gap:12px;align-items:center}.eacrm-kpi-icon{width:40px;height:40px;border-radius:10px;background:#f0efff;color:var(--eacrm-primary);display:grid;place-items:center}.eacrm-kpi small{display:block;color:var(--eacrm-muted)}.eacrm-kpi strong{font-size:21px}.eacrm-btn,.eacrm-icon-btn{border:1px solid transparent;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;cursor:pointer;transition:.15s ease;font-weight:600}.eacrm-btn{min-height:38px;padding:8px 13px}.eacrm-btn:hover{filter:brightness(.98);transform:translateY(-1px)}.eacrm-btn-primary{background:var(--eacrm-primary);color:#fff}.eacrm-btn-secondary{background:#fff;border-color:var(--eacrm-border);color:#344054}.eacrm-btn-danger{background:#fff0f0;border-color:#fecaca;color:var(--eacrm-danger)}.eacrm-btn-sm{min-height:32px;padding:5px 9px;font-size:12px}.eacrm-btn-lg{min-height:46px;padding:11px 17px}.eacrm-icon-btn{width:36px;height:36px;background:#fff;border-color:var(--eacrm-border);color:#475467;padding:0}.eacrm-icon-btn:hover{background:#f8fafc;color:#111827}.eacrm-danger{color:var(--eacrm-danger);border-color:#fecaca}.eacrm-table-wrap{overflow:auto}.eacrm-table{width:100%;border-collapse:separate;border-spacing:0}.eacrm-table th{font-size:11px;text-transform:uppercase;letter-spacing:.035em;color:#667085;text-align:left;background:#f8fafc}.eacrm-table th,.eacrm-table td{padding:11px 12px;border-bottom:1px solid #edf0f4;vertical-align:middle;white-space:nowrap}.eacrm-table td strong,.eacrm-table td small{display:block}.eacrm-table td small{color:var(--eacrm-muted);margin-top:2px}.eacrm-badge{display:inline-flex;align-items:center;border-radius:99px;padding:4px 8px;font-size:11px;font-weight:700;background:#eef2f6;color:#475467}.eacrm-badge-success{background:#ecfdf3;color:#067647}.eacrm-badge-warning{background:#fffaeb;color:#b54708}.eacrm-badge-danger{background:#fef3f2;color:#b42318}.eacrm-badge-info{background:#eff8ff;color:#175cd3}.eacrm-filter{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.eacrm-filter input,.eacrm-filter select{max-width:320px}.eacrm-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.eacrm-field>span,.eacrm-field>label,.eacrm-field-label{font-weight:600;color:#344054}.eacrm-field input,.eacrm-field select,.eacrm-field textarea,.eacrm-filter input,.eacrm-filter select,.eacrm-booking-card input,.eacrm-booking-card select,.eacrm-booking-card textarea,.eacrm-auth input,.eacrm-auth select,.eacrm-auth textarea{width:100%;border:1px solid #cfd7e3;border-radius:9px;background:#fff;color:#101828;min-height:40px;padding:8px 10px;outline:none}.eacrm-field textarea{min-height:95px;resize:vertical}.eacrm-field input:focus,.eacrm-field select:focus,.eacrm-field textarea:focus,.eacrm-filter input:focus,.eacrm-filter select:focus{border-color:var(--eacrm-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--eacrm-primary) 14%,transparent)}.eacrm-help{font-size:12px;color:var(--eacrm-muted);margin:4px 0}.eacrm-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.eacrm-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 14px}.eacrm-fieldset{border:1px solid var(--eacrm-border);border-radius:10px;padding:14px;margin:10px 0 16px}.eacrm-fieldset legend{font-weight:700;padding:0 5px}.eacrm-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.eacrm-check{display:flex;align-items:center;gap:7px;color:#344054}.eacrm-check input{width:16px;height:16px}.eacrm-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.eacrm-modal.is-open{display:flex}.eacrm-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(2px)}.eacrm-modal-dialog{position:relative;background:#fff;border-radius:14px;box-shadow:var(--eacrm-shadow);max-height:calc(100vh - 40px);overflow:auto;width:min(620px,100%)}.eacrm-modal-sm .eacrm-modal-dialog{width:min(430px,100%)}.eacrm-modal-md .eacrm-modal-dialog{width:min(620px,100%)}.eacrm-modal-lg .eacrm-modal-dialog{width:min(880px,100%)}.eacrm-modal-xl .eacrm-modal-dialog{width:min(1120px,100%)}.eacrm-modal-head{display:flex;align-items:center;justify-content:space-between;padding:17px 19px;border-bottom:1px solid var(--eacrm-border);position:sticky;top:0;background:#fff;z-index:2}.eacrm-modal-head h2{margin:0;font-size:18px}.eacrm-modal-body{padding:19px}.eacrm-modal-foot{display:flex;justify-content:flex-end;gap:8px;padding:14px 19px;border-top:1px solid var(--eacrm-border);position:sticky;bottom:0;background:#fff}.eacrm-modal-close{width:34px;height:34px;border:0;background:#f2f4f7;border-radius:8px;display:grid;place-items:center;cursor:pointer;color:#475467}.eacrm-message{padding:11px 13px;border-radius:9px;margin:0 0 13px;border:1px solid}.eacrm-message-success{background:#ecfdf3;color:#067647;border-color:#abefc6}.eacrm-message-error{background:#fef3f2;color:#b42318;border-color:#fecdca}.eacrm-message-warning{background:#fffaeb;color:#b54708;border-color:#fedf89}.eacrm-tags{display:flex;flex-wrap:wrap;gap:6px}.eacrm-tags span{padding:4px 7px;background:#f2f4f7;border-radius:7px;font-size:11px}.eacrm-plan-price{font-weight:800;font-size:28px;margin:12px 0}.eacrm-plan-price small{font-size:12px;color:var(--eacrm-muted);font-weight:500}.eacrm-progress{height:9px;border-radius:10px;background:#edf0f5;overflow:hidden;margin:9px 0}.eacrm-progress span{display:block;height:100%;background:var(--eacrm-primary);border-radius:inherit}.eacrm-hours-grid{display:flex;flex-direction:column;gap:8px}.eacrm-hours-row{display:grid;grid-template-columns:minmax(150px,1.5fr) repeat(4,minmax(100px,1fr));gap:8px;align-items:center;padding:8px;border:1px solid var(--eacrm-border);border-radius:9px}.eacrm-auth,.eacrm-public-shell,.eacrm-booking-page{min-height:100vh;padding:32px 18px;display:flex;align-items:center;justify-content:center;flex-direction:column}.eacrm-auth-card{width:min(460px,100%);box-shadow:var(--eacrm-shadow)}.eacrm-auth-card h1{font-size:24px;margin:10px 0 5px}.eacrm-auth-mark{width:48px;height:48px;border-radius:12px;background:#f0efff;color:var(--eacrm-primary);display:grid;place-items:center}.eacrm-auth-footer{margin-top:14px;color:#98a2b3;font-size:12px}.eacrm-auth-footer a{color:#667085}.eacrm-public-shell{align-items:stretch;max-width:980px;margin:auto}.eacrm-public-head,.eacrm-booking-brand{display:flex;align-items:center;gap:14px;margin-bottom:18px}.eacrm-public-head h1,.eacrm-booking-brand h1{margin:0}.eacrm-public-head p,.eacrm-booking-brand p{margin:3px 0;color:var(--eacrm-muted)}.eacrm-booking-page{max-width:880px;margin:auto;align-items:stretch;justify-content:flex-start}.eacrm-booking-card{background:#fff;border:1px solid var(--eacrm-border);border-radius:14px;box-shadow:var(--eacrm-shadow);padding:20px}.eacrm-booking-step{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:16px 0;border-bottom:1px solid #edf0f4}.eacrm-booking-step>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--eacrm-primary);color:#fff;font-weight:700}.eacrm-booking-step h2{font-size:17px;margin:4px 0 12px}.eacrm-slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:8px;margin-bottom:18px}.eacrm-slot-grid input{position:absolute;opacity:0;pointer-events:none}.eacrm-slot-grid span{display:block;text-align:center;border:1px solid var(--eacrm-border);border-radius:9px;padding:9px;cursor:pointer;font-weight:600}.eacrm-slot-grid input:checked+span{background:var(--eacrm-primary);color:#fff;border-color:var(--eacrm-primary)}.eacrm-booking-footer{text-align:center;color:#98a2b3;font-size:11px;padding:14px}.eacrm-confirm-details{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0}.eacrm-confirm-details span{background:#f8fafc;padding:10px;border-radius:8px;color:var(--eacrm-muted);font-size:12px}.eacrm-confirm-details strong{display:block;color:var(--eacrm-text);font-size:14px}.eacrm-rating{border:0;padding:0;display:flex;flex-direction:row-reverse;justify-content:center;gap:4px;margin:15px 0}.eacrm-rating input{display:none}.eacrm-rating label{font-size:34px;color:#d0d5dd;cursor:pointer}.eacrm-rating input:checked~label,.eacrm-rating label:hover,.eacrm-rating label:hover~label{color:#f59e0b}.eacrm-stars{color:#f59e0b}.eacrm-stars-large{font-size:30px}.eacrm-overlay{display:none}.eacrm-sidebar-toggle{display:none}.eacrm-text-danger{color:var(--eacrm-danger)}.eacrm-empty{text-align:center;padding:34px 16px;color:var(--eacrm-muted)}.eacrm-agenda-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px}.eacrm-agenda-grid{overflow:auto;background:#fff;border:1px solid var(--eacrm-border);border-radius:12px}.eacrm-agenda-event{border-left:4px solid var(--eacrm-primary);background:#fafaff;border-radius:8px;padding:8px}.eacrm-link-button{border:0;background:none;color:var(--eacrm-primary);cursor:pointer;padding:8px}.eacrm-menu-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:900px){.eacrm-sidebar{transform:translateX(-105%);transition:.2s ease}.eacrm-shell.is-sidebar-open .eacrm-sidebar{transform:translateX(0)}.eacrm-main{margin-left:0;width:100%}.eacrm-sidebar-toggle{display:grid}.eacrm-shell.is-sidebar-open .eacrm-overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:35}.eacrm-content{padding:18px}.eacrm-topbar{padding:0 15px}.eacrm-page-header{align-items:stretch;flex-direction:column}.eacrm-hours-row{grid-template-columns:1fr 1fr}.eacrm-grid-3{grid-template-columns:1fr 1fr}}
@media(max-width:620px){body{font-size:13px}.eacrm-content{padding:14px}.eacrm-grid-2,.eacrm-grid-3{grid-template-columns:1fr}.eacrm-card,.eacrm-public-card,.eacrm-auth-card,.eacrm-booking-card{padding:15px}.eacrm-modal{padding:8px;align-items:flex-end}.eacrm-modal-dialog,.eacrm-modal-sm .eacrm-modal-dialog,.eacrm-modal-md .eacrm-modal-dialog,.eacrm-modal-lg .eacrm-modal-dialog,.eacrm-modal-xl .eacrm-modal-dialog{width:100%;max-height:94vh;border-radius:14px 14px 8px 8px}.eacrm-modal-body{padding:15px}.eacrm-modal-head{padding:14px 15px}.eacrm-hours-row{grid-template-columns:1fr}.eacrm-confirm-details{grid-template-columns:1fr}.eacrm-slot-grid{grid-template-columns:repeat(3,1fr)}.eacrm-page-actions .eacrm-btn{flex:1}.eacrm-public-shell,.eacrm-booking-page{padding:20px 10px}}
.eacrm-agenda-board{display:flex;min-width:760px;background:#fff;border:1px solid var(--eacrm-border);border-radius:12px;overflow:hidden}.eacrm-agenda-time-col{width:74px;flex:0 0 74px;border-right:1px solid var(--eacrm-border)}.eacrm-agenda-prof{min-width:190px;flex:1;border-right:1px solid var(--eacrm-border)}.eacrm-agenda-head-cell{height:54px;padding:8px 10px;background:#f8fafc;border-bottom:1px solid var(--eacrm-border);display:flex;flex-direction:column;justify-content:center}.eacrm-agenda-head-cell small{color:var(--eacrm-muted)}.eacrm-agenda-hour{height:60px;padding:5px 8px;border-bottom:1px solid #edf0f4;color:var(--eacrm-muted);font-size:11px}.eacrm-agenda-track{height:900px;position:relative;background:repeating-linear-gradient(to bottom,#fff 0,#fff 59px,#edf0f4 59px,#edf0f4 60px)}.eacrm-agenda-event{position:absolute;left:5px;right:5px;z-index:3;text-decoration:none;color:var(--eacrm-text);overflow:hidden}.eacrm-agenda-event strong,.eacrm-agenda-event small{display:block}.eacrm-agenda-event small{font-size:11px;color:var(--eacrm-muted)}.eacrm-agenda-block{position:absolute;left:5px;right:5px;background:rgba(100,116,139,.13);border:1px dashed #94a3b8;border-radius:7px;padding:4px;z-index:2;overflow:hidden;color:#475569}.eacrm-agenda-board{overflow-x:auto}
/* Compatibilidade estrutural do portal 1.0.0 */
.eacrm-app{min-height:100vh;display:flex}.eacrm-app.is-sidebar-open .eacrm-sidebar{transform:translateX(0)}.eacrm-brand-mark{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--eacrm-primary);color:#fff;flex:0 0 auto}.eacrm-brand>img{max-width:42px;max-height:42px;object-fit:contain}.eacrm-brand-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eacrm-sidebar-footer{margin-top:auto;padding:10px;border-top:1px solid rgba(255,255,255,.08)}.eacrm-sidebar-footer .eacrm-nav-item{width:100%;border:0;background:transparent;color:#d8deea;display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:9px;cursor:pointer}.eacrm-sidebar-footer .eacrm-nav-item:hover{background:rgba(255,255,255,.09)}.eacrm-nav-label{padding:14px 10px 6px;text-transform:uppercase;letter-spacing:.08em;font-size:10px;color:#8fa0b8;font-weight:700}.eacrm-mobile-only{display:none}.eacrm-top-user{display:flex;align-items:center;gap:8px}.eacrm-role{font-size:11px;color:var(--eacrm-muted);background:#f2f4f7;padding:4px 7px;border-radius:7px}.eacrm-modal-dialog.eacrm-modal-sm{width:min(430px,100%)}.eacrm-modal-dialog.eacrm-modal-md{width:min(620px,100%)}.eacrm-modal-dialog.eacrm-modal-lg{width:min(880px,100%)}.eacrm-modal-dialog.eacrm-modal-xl{width:min(1120px,100%)}.eacrm-password{display:flex;gap:6px}.eacrm-password input{flex:1}.eacrm-password button{width:40px;border:1px solid #cfd7e3;border-radius:9px;background:#fff;color:#475467;cursor:pointer}.eacrm-auth label{display:flex;flex-direction:column;gap:6px;margin:12px 0;font-weight:600}.eacrm-auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px}.eacrm-auth-brand img{max-width:200px;max-height:80px;object-fit:contain}.eacrm-brand .eacrm-icon-btn{margin-left:auto}.eacrm-form-actions{margin-top:8px}.eacrm-field-full{grid-column:1/-1}
@media(max-width:900px){.eacrm-mobile-only{display:inline-grid}.eacrm-app.is-sidebar-open .eacrm-overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:35}}
@media(max-width:620px){.eacrm-modal-dialog.eacrm-modal-sm,.eacrm-modal-dialog.eacrm-modal-md,.eacrm-modal-dialog.eacrm-modal-lg,.eacrm-modal-dialog.eacrm-modal-xl{width:100%}}
.eacrm-rating label .eacrm-icon{width:34px;height:34px}.eacrm-rating input:checked~label .eacrm-icon,.eacrm-rating label:hover .eacrm-icon,.eacrm-rating label:hover~label .eacrm-icon{fill:currentColor}
.eacrm-customer-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--eacrm-border);border-radius:10px;padding:10px 12px;margin-bottom:12px}.eacrm-customer-bar span{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.eacrm-customer-summary{padding:10px 12px;border:1px solid var(--eacrm-border);border-radius:9px;background:#f8fafc;margin-bottom:12px}.eacrm-customer-summary strong,.eacrm-customer-summary span{display:block}.eacrm-customer-summary span{color:var(--eacrm-muted);font-size:12px}

.eacrm-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}

/* v1.0.2 — pagamentos públicos, produtos e estoque */
.eacrm-payment-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:12px 0 20px}.eacrm-payment-option{position:relative;display:block;cursor:pointer}.eacrm-payment-option>input{position:absolute;opacity:0;pointer-events:none}.eacrm-payment-option>span{display:flex;min-height:112px;flex-direction:column;gap:6px;border:1px solid var(--eacrm-border,#e5e7eb);border-radius:14px;padding:16px;background:var(--eacrm-surface,#fff);transition:.18s ease}.eacrm-payment-option .eacrm-icon{width:22px;height:22px}.eacrm-payment-option strong{font-size:14px}.eacrm-payment-option small{color:var(--eacrm-muted,#6b7280);line-height:1.4}.eacrm-payment-option>input:checked+span{border-color:var(--eacrm-primary,#6D5DFB);box-shadow:0 0 0 2px color-mix(in srgb,var(--eacrm-primary,#6D5DFB) 18%,transparent);background:color-mix(in srgb,var(--eacrm-primary,#6D5DFB) 5%,#fff)}.eacrm-booking-payment{margin-top:22px}.eacrm-booking-payment h2{margin:0 0 10px}.eacrm-product-qty-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.eacrm-product-qty{display:grid;grid-template-columns:minmax(0,1fr) 90px;align-items:center;gap:12px;padding:12px;border:1px solid var(--eacrm-border,#e5e7eb);border-radius:12px;background:var(--eacrm-surface,#fff)}.eacrm-product-qty span{display:flex;flex-direction:column;gap:3px;min-width:0}.eacrm-product-qty small{color:var(--eacrm-muted,#6b7280);white-space:normal}.eacrm-product-qty input{width:100%}.eacrm-text-danger{color:#b42318!important}
@media(max-width:760px){.eacrm-payment-options,.eacrm-product-qty-grid{grid-template-columns:1fr}.eacrm-payment-option>span{min-height:auto}.eacrm-product-qty{grid-template-columns:minmax(0,1fr) 78px}}

/* v1.0.3 - conexão segura de pagamentos */
.eacrm-integration-status{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid var(--eacrm-border,#e5e7eb);border-radius:12px;background:var(--eacrm-surface,#fff)}
.eacrm-integration-status svg{width:22px;height:22px;flex:0 0 22px}.eacrm-integration-status div{display:flex;flex-direction:column;gap:3px}.eacrm-integration-status small{color:var(--eacrm-muted,#6b7280);line-height:1.45}.eacrm-integration-status.is-connected{border-color:#a7f3d0;background:#f0fdf4}.eacrm-integration-actions{margin-top:24px;padding-top:20px;border-top:1px solid var(--eacrm-border,#e5e7eb)}.eacrm-integration-actions form{margin-top:10px}.eacrm-integration-actions p{max-width:820px}

/* v1.0.5 — links interno e público */
.eacrm-url-panel{margin:0 0 24px;padding:20px;border:1px solid var(--eacrm-border,#e5e7eb);border-radius:14px;background:var(--eacrm-surface,#fff)}.eacrm-url-panel h2{margin-top:0}.eacrm-url-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px;border-radius:12px;margin-top:12px}.eacrm-url-row>div{min-width:0;display:grid;gap:5px}.eacrm-url-row small{display:block}.eacrm-url-row code{word-break:break-all;white-space:normal}.eacrm-url-internal{background:#fff7ed;border:1px solid #fed7aa}.eacrm-url-public{background:#f0fdf4;border:1px solid #bbf7d0}@media(max-width:720px){.eacrm-url-row{align-items:stretch;flex-direction:column}.eacrm-url-row .eacrm-btn{width:100%}}

/* v1.0.8 — autenticação com o desenho consolidado do CRM Solar antigo */
.eacrm-login-body{min-height:100vh;padding:18px;background:linear-gradient(135deg,#fafbfd 0%,#f1f4f9 48%,#e9eef6 100%);position:relative;overflow-x:hidden;display:block}.eacrm-login-body:before,.eacrm-login-body:after{content:"";position:fixed;pointer-events:none;z-index:0;border-radius:48% 52% 0 0/52% 48% 0 0;border:1px solid rgba(255,255,255,.8);background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(226,232,242,.32))}.eacrm-login-body:before{width:58vw;height:52vh;right:-13vw;top:-8vh;transform:rotate(-12deg)}.eacrm-login-body:after{width:58vw;height:46vh;left:-18vw;bottom:-20vh;transform:rotate(18deg)}
.eacrm-login-shell{position:relative;z-index:1;width:min(410px,100%);margin:0 auto;display:flex;flex-direction:column;align-items:center}.eacrm-login-brand{width:220px;height:100px;min-height:100px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;text-align:center;color:#172033}.eacrm-login-brand strong{font-size:24px}.eacrm-login-logo{width:100%;height:100%;max-width:220px;max-height:100px;object-fit:contain;display:block}
.eacrm-login-box{width:100%;background:rgba(255,255,255,.96);border:1px solid #dfe4ec;border-radius:16px;padding:20px 24px;box-shadow:0 18px 50px rgba(33,45,70,.12);backdrop-filter:blur(8px)}.eacrm-login-heading{text-align:center;margin-bottom:14px}.eacrm-login-heading h1{font-size:24px;line-height:1.15;margin:0 0 6px;color:#172033;letter-spacing:-.03em}.eacrm-login-heading p{font-size:14px;color:#7b859e;margin:0;line-height:1.45}.eacrm-login-kicker{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 8px;padding:5px 9px;border:1px solid #dbe3ee;border-radius:999px;background:#f7f9fc;color:#667085;font-size:11px;font-weight:700;letter-spacing:.02em}
.eacrm-login-form>label{display:block;margin:0 0 11px}.eacrm-login-form>label>span{display:block;font-size:14px;font-weight:700;margin-bottom:5px;color:#111827}.eacrm-login-input{min-height:44px;border:1px solid #cfd6e1;border-radius:9px;display:flex;align-items:center;background:#fff;transition:border-color .15s,box-shadow .15s}.eacrm-login-input:focus-within{border-color:var(--eacrm-primary,#6D5DFB);box-shadow:0 0 0 3px color-mix(in srgb,var(--eacrm-primary,#6D5DFB) 14%,transparent)}.eacrm-login-input>svg{width:20px;height:20px;margin-left:16px;flex:0 0 auto;fill:none;stroke:#737f98;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.eacrm-login-input>input{border:0!important;outline:0!important;box-shadow:none!important;flex:1;min-width:0;width:100%;padding:10px 12px!important;margin:0!important;border-radius:9px;background:transparent;font:inherit;font-size:15px;color:#172033;min-height:42px}.eacrm-login-input>input::placeholder{color:#9aa4bb}.eacrm-login-password-toggle{width:48px!important;min-width:48px!important;min-height:42px!important;border:0!important;border-left:1px solid #edf0f4!important;border-radius:0 9px 9px 0!important;padding:0!important;background:transparent!important;color:#667085!important;display:grid!important;place-items:center;align-self:stretch;cursor:pointer}.eacrm-login-password-toggle:hover{background:#f8fafc!important}.eacrm-login-password-toggle .eacrm-icon{width:21px;height:21px}.eacrm-login-help{display:block;margin:-3px 0 12px;color:#667085;font-size:12px;line-height:1.4}
.eacrm-login-options{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 13px;font-size:14px}.eacrm-login-options .remember{display:flex;flex-direction:row;align-items:center;gap:8px;margin:0;font-weight:500;color:#344054}.eacrm-login-options .remember input{width:17px;height:17px;margin:0}.eacrm-login-options .remember span{margin:0;font-weight:500}.eacrm-login-options a,.eacrm-login-back a{color:var(--eacrm-primary,#6D5DFB);text-decoration:underline;text-underline-offset:2px}.eacrm-login-submit{width:100%!important;min-height:44px;border:0!important;border-radius:9px!important;background:var(--eacrm-primary,#6D5DFB)!important;color:#fff!important;font-weight:800!important;font-size:16px!important;display:flex!important;justify-content:center;align-items:center;gap:14px;cursor:pointer}.eacrm-login-submit span{font-size:25px;font-weight:300;line-height:1}.eacrm-login-back{text-align:center;margin:16px 0 0;font-size:13px}.eacrm-login-footer{text-align:center;color:#8b94aa;font-size:12px;line-height:1.5;margin:12px 0 6px}.eacrm-login-footer a{color:var(--eacrm-primary,#6D5DFB);font-weight:700;text-decoration:none}.eacrm-login-footer a:hover{text-decoration:underline}.eacrm-login-box .eacrm-message{font-size:13px;margin-bottom:16px}
@media(max-width:520px){.eacrm-login-body{padding:12px}.eacrm-login-shell{width:min(390px,100%)}.eacrm-login-brand{width:190px;height:86px;min-height:86px}.eacrm-login-logo{max-width:190px;max-height:86px}.eacrm-login-box{padding:18px}.eacrm-login-heading h1{font-size:24px}.eacrm-login-options{align-items:flex-start;flex-direction:column;gap:10px}.eacrm-login-input{min-height:44px}}

/* v4.0.10 — acabamento visual, impressão e ações */
.eacrm-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin:0 0 22px}.eacrm-page-head>div:first-child{min-width:0}.eacrm-page-head h1{font-size:25px;line-height:1.2;margin:0 0 5px}.eacrm-page-head p{margin:0;color:var(--eacrm-muted)}.eacrm-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-left:auto}.eacrm-page-head+.eacrm-card,.eacrm-page-head+.eacrm-card-grid,.eacrm-page-head+.eacrm-grid-main,.eacrm-page-head+.eacrm-kpis,.eacrm-page-head+.eacrm-filter{margin-top:0}.eacrm-card-grid{margin-top:4px}.eacrm-grid-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 18px}.eacrm-export-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px}.eacrm-actions{display:flex!important;align-items:center;gap:8px;flex-wrap:nowrap!important;white-space:nowrap}.eacrm-actions form{display:inline-flex;margin:0}.eacrm-actions .eacrm-icon-btn{flex:0 0 auto}.eacrm-btn::before,.eacrm-btn::after{content:none!important;display:none!important}.eacrm-report-filter{align-items:flex-end!important}.eacrm-report-filter label{display:flex;flex-direction:column;gap:6px;margin:0}.eacrm-report-filter .eacrm-btn{height:42px!important;min-height:42px!important;max-height:42px!important;padding:9px 14px!important;align-self:flex-end;font-size:14px!important}.escrm-readonly-url{background:#f2f4f7!important;color:#667085!important;cursor:not-allowed!important}.eacrm-print-cover{display:none}.eacrm-print-settings-card{margin-top:2px}.eacrm-form-section{margin:22px 0 12px;padding-top:18px;border-top:1px solid var(--eacrm-border)}.eacrm-form-section h2{margin:0 0 6px;font-size:17px}.eacrm-form-section p{margin:0;color:var(--eacrm-muted)}
@media(max-width:900px){.eacrm-page-head{align-items:stretch;flex-direction:column;gap:12px;margin-bottom:18px}.eacrm-page-actions{width:100%;justify-content:flex-start;margin-left:0;gap:8px}.eacrm-grid-main{grid-template-columns:1fr;gap:16px}.eacrm-actions{flex-wrap:nowrap!important}.eacrm-table td:last-child{min-width:90px}}
@media print{
  @page{margin:12mm}
  body{background:#fff!important}
  .eacrm-print-cover{display:flex!important;min-height:255mm;page-break-after:always;break-after:page;padding:22mm 18mm;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,var(--eacrm-print-bg1,#fff),var(--eacrm-print-bg2,#f8fafc))!important;color:#111827!important}
  .eacrm-print-cover-logo{max-width:190px;max-height:90px;object-fit:contain;object-position:left center}
  .eacrm-print-cover-title{margin:auto 0}.eacrm-print-cover-title small{display:block;margin-bottom:10px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--eacrm-print-top,#667085)!important}.eacrm-print-cover-title h1{margin:0 0 12px;font-size:34px;line-height:1.1;color:var(--eacrm-print-title,#111827)!important}.eacrm-print-cover-title .ref{font-size:15px;font-weight:800;color:var(--eacrm-print-ref,#111827)!important}.eacrm-print-cover-company{font-size:13px;color:#667085}
  .eacrm-page-head,.eacrm-filter,.eacrm-print-btn,.eacrm-back-btn,.eacrm-card-actions,.eacrm-form-actions,.eacrm-actions,button,.portal-sidebar,.portal-top,.portal-footer,.portal-sidebar-desktop-toggle,.portal-mobile-toggle{display:none!important}
  .portal-main,.portal-content,.eacrm-content{margin:0!important;padding:0!important;width:100%!important;max-width:none!important}.eacrm-card,.eacrm-kpi{box-shadow:none!important;break-inside:avoid}.eacrm-table-wrap{overflow:visible!important}.eacrm-table{font-size:11px}.eacrm-table th,.eacrm-table td{white-space:normal!important}
}
.eacrm-feedback-modal .eacrm-modal-dialog{overflow:visible;text-align:center}.eacrm-feedback-modal .eacrm-modal-body{padding:20px 24px 24px}.eacrm-feedback-modal .eacrm-modal-body h2{margin:6px 0 8px;font-size:20px}.eacrm-feedback-icon{width:50px;height:50px;margin:-24px auto 0;border-radius:50%;display:grid;place-items:center;border:5px solid #fff;box-shadow:0 5px 18px rgba(16,24,40,.12)}.eacrm-feedback-icon .eacrm-icon{width:24px;height:24px}.eacrm-feedback-success{background:#dcfae6;color:#067647}.eacrm-feedback-error{background:#fee4e2;color:#b42318}.eacrm-feedback-warning{background:#fef0c7;color:#b54708}.eacrm-feedback-info{background:#d1e9ff;color:#175cd3}.eacrm-feedback-messages{color:#667085;line-height:1.55}.eacrm-feedback-message{margin:6px 0}.eacrm-feedback-actions{display:flex;justify-content:center;margin-top:18px}.eacrm-print-cover-company{display:flex;flex-direction:column;gap:4px}.eacrm-print-cover-company strong{font-size:14px}.eacrm-print-cover-company span{font-size:11px;color:#667085;max-width:70%}

/* v4.0.11 — correções visuais finais */
.escrm-readonly-url:disabled{opacity:1!important;background:#eef1f5!important;color:#667085!important;border-color:#d0d5dd!important;cursor:not-allowed!important;-webkit-text-fill-color:#667085!important}.eacrm-back-btn{display:inline-flex!important;align-items:center!important;gap:7px!important;white-space:nowrap!important}.eacrm-back-btn::before,.eacrm-back-btn::after{content:none!important;display:none!important}

/* v4.0.12 — filtro de relatórios: campos e Aplicar com a mesma altura */
.eacrm-report-filter input,.eacrm-report-filter select{height:42px!important;min-height:42px!important}

/* v4.0.20 - spacing for plan management actions */
.eacrm-plan-card-actions{margin-top:16px;}


/* v4.0.21 — fluxo focado de contratação */
.eacrm-purchase-body{background:#f7f8fb;min-height:100vh}.eacrm-purchase-shell{min-height:100vh}.eacrm-purchase-header{height:72px;background:#fff;border-bottom:1px solid var(--eacrm-border);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 max(20px,calc((100vw - 1180px)/2));position:sticky;top:0;z-index:20}.eacrm-purchase-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#101828}.eacrm-purchase-brand .eacrm-public-logo{width:36px;height:36px}.eacrm-purchase-brand strong{font-size:15px}.eacrm-purchase-main{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:34px 0 54px}.eacrm-purchase-progress{display:flex;align-items:flex-start;justify-content:center;max-width:650px;margin:0 auto 28px}.eacrm-purchase-progress>div{min-width:90px;text-align:center;color:#98a2b3}.eacrm-purchase-progress>div span{width:34px;height:34px;border:1px solid #d0d5dd;border-radius:50%;display:grid;place-items:center;margin:0 auto 6px;background:#fff;font-weight:800}.eacrm-purchase-progress>div small{font-size:11px;font-weight:700}.eacrm-purchase-progress>div.is-active,.eacrm-purchase-progress>div.is-done{color:var(--eacrm-primary)}.eacrm-purchase-progress>div.is-active span,.eacrm-purchase-progress>div.is-done span{border-color:var(--eacrm-primary);background:var(--eacrm-primary);color:#fff}.eacrm-purchase-progress>i{height:1px;background:#d0d5dd;flex:1;max-width:150px;margin-top:17px}.eacrm-purchase-progress>i.is-done{background:var(--eacrm-primary)}.eacrm-purchase-progress.is-complete>div span{border-color:#12b76a;background:#12b76a;color:#fff}.eacrm-purchase-progress.is-complete>i{background:#12b76a}.eacrm-purchase-progress svg{width:17px;height:17px}.eacrm-purchase-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start}.eacrm-purchase-card{padding:26px}.eacrm-purchase-title{margin-bottom:22px}.eacrm-purchase-title>span{display:block;color:var(--eacrm-primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.eacrm-purchase-title h1{font-size:25px;line-height:1.2;margin:0 0 7px}.eacrm-purchase-title p{margin:0;color:var(--eacrm-muted)}.eacrm-purchase-step[hidden]{display:none!important}.eacrm-purchase-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid #eef1f5}.eacrm-purchase-summary{background:#fff;border:1px solid var(--eacrm-border);border-radius:var(--eacrm-radius);padding:20px;position:sticky;top:92px;box-shadow:0 1px 2px rgba(16,24,40,.03)}.eacrm-purchase-summary>span{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--eacrm-muted);letter-spacing:.05em}.eacrm-purchase-summary h2{font-size:18px;margin:7px 0 4px}.eacrm-purchase-summary>strong{display:block;font-size:21px;margin-bottom:10px}.eacrm-purchase-summary p{font-size:12px;color:#475467;margin:0 0 12px}.eacrm-purchase-summary small{display:block;color:var(--eacrm-muted);border-top:1px solid #eef1f5;padding-top:12px}.eacrm-purchase-review{display:grid;grid-template-columns:1fr 1fr;border:1px solid #e6eaf0;border-radius:12px;overflow:hidden;margin:16px 0}.eacrm-purchase-review>div{padding:14px;border-bottom:1px solid #eef1f5}.eacrm-purchase-review>div:nth-child(odd){border-right:1px solid #eef1f5}.eacrm-purchase-review small{display:block;color:var(--eacrm-muted);font-size:11px;margin-bottom:3px}.eacrm-purchase-review strong{font-size:14px}.eacrm-purchase-review-features{grid-column:1/-1;border-bottom:0!important;border-right:0!important}.eacrm-purchase-review-features span{color:#475467;font-size:12px;line-height:1.6}.eacrm-purchase-security{display:flex;gap:9px;align-items:flex-start;background:#f8fafc;border:1px solid #e7ebf0;border-radius:10px;padding:11px 12px;color:#475467;font-size:12px}.eacrm-purchase-security svg{width:17px;height:17px;flex:0 0 auto}.eacrm-purchase-finish{max-width:620px}.eacrm-purchase-finish .eacrm-auth-card{text-align:center}.eacrm-purchase-finish .eacrm-auth-mark{margin-left:auto;margin-right:auto}.eacrm-purchase-finish .eacrm-btn{margin-top:10px}
@media(max-width:820px){.eacrm-purchase-header{padding:0 16px}.eacrm-purchase-layout{grid-template-columns:1fr}.eacrm-purchase-summary{position:static;order:-1}.eacrm-purchase-main{padding-top:24px}.eacrm-purchase-card{padding:20px}}
@media(max-width:560px){.eacrm-purchase-header{height:64px}.eacrm-purchase-brand strong{display:none}.eacrm-purchase-exit{font-size:12px;padding:7px 10px}.eacrm-purchase-main{width:min(100% - 20px,1120px);padding:20px 0 34px}.eacrm-purchase-progress>div{min-width:68px}.eacrm-purchase-progress>i{max-width:70px}.eacrm-purchase-progress>div small{font-size:10px}.eacrm-purchase-title h1{font-size:21px}.eacrm-purchase-card{padding:16px}.eacrm-purchase-step .eacrm-grid-2{grid-template-columns:1fr}.eacrm-purchase-actions .eacrm-btn{flex:1}.eacrm-purchase-review{grid-template-columns:1fr}.eacrm-purchase-review>div{border-right:0!important}.eacrm-purchase-review-features{grid-column:auto}}

/* v4.0.22 — contratação, disponibilidade diária e status público */
.eacrm-purchase-brand{cursor:default;user-select:none}.eacrm-purchase-logo-img{display:block;max-width:150px;max-height:42px;width:auto;height:auto;object-fit:contain}.eacrm-public-business-status{display:flex;align-items:center;gap:7px;margin:0 0 14px;padding:9px 12px;border:1px solid var(--eacrm-border);border-radius:10px;background:#fff;font-size:12px}.eacrm-public-business-status>span{width:9px;height:9px;border-radius:50%;background:#98a2b3}.eacrm-public-business-status.is-open>span{background:#12b76a}.eacrm-public-business-status.is-closed>span{background:#d92d20}.eacrm-public-business-status small{color:var(--eacrm-muted);margin-left:2px}.eacrm-availability-grid{align-items:start}.eacrm-availability-list{display:grid;gap:8px;margin-top:12px}.eacrm-availability-person{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef1f5}.eacrm-availability-person:last-child{border-bottom:0}.eacrm-availability-person div{min-width:0}.eacrm-availability-person strong,.eacrm-availability-person small{display:block}.eacrm-availability-person small{color:var(--eacrm-muted);font-size:11px}.eacrm-availability-person select{width:auto;min-width:155px}.eacrm-card hr{border:0;border-top:1px solid #eef1f5;margin:20px 0}.eacrm-purchase-card input[type=password]{padding-right:12px}@media(max-width:720px){.eacrm-purchase-logo-img{max-width:118px;max-height:36px}.eacrm-availability-person{align-items:flex-start;flex-direction:column}.eacrm-availability-person select{width:100%}.eacrm-public-business-status{align-items:flex-start;flex-wrap:wrap}}

/* v4.0.23 — onboarding inicial com hierarquia, respiro e grid responsivo */
.eacrm-onboarding-shell{max-width:1120px;margin:0 auto}.eacrm-onboarding{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:4px 0 22px;padding:0 8px}.eacrm-step{position:relative;display:flex;align-items:center;gap:10px;min-width:0;color:#98a2b3;font-size:12px;font-weight:600}.eacrm-step:not(:last-child)::after{content:"";height:1px;background:#dfe5ec;position:absolute;left:42px;right:10px;top:16px;z-index:0}.eacrm-step span{position:relative;z-index:1;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;border:1px solid #d7dee9;background:#fff;color:#667085;font-weight:800;box-shadow:0 1px 2px rgba(16,24,40,.04);flex:0 0 32px}.eacrm-step strong{position:relative;z-index:1;background:var(--eacrm-bg);padding-right:8px;white-space:nowrap}.eacrm-step.is-active{color:#101828}.eacrm-step.is-active span{background:var(--eacrm-primary);border-color:var(--eacrm-primary);color:#fff}.eacrm-onboarding-card{padding:28px 30px 26px;border-radius:16px}.eacrm-onboarding-section-head{max-width:760px;margin-bottom:18px}.eacrm-onboarding-kicker{display:inline-flex;margin-bottom:7px;color:var(--eacrm-primary);font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.eacrm-onboarding-section-head h2{font-size:20px;line-height:1.3;margin:0 0 7px;color:#101828}.eacrm-onboarding-section-head p{margin:0;color:#667085;line-height:1.6}.eacrm-onboarding-alert{margin:0 0 20px;max-width:820px}.eacrm-segment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 28px}.eacrm-segment-card{position:relative;display:flex;align-items:center;gap:10px;min-height:54px;padding:11px 12px;border:1px solid #dfe5ec;border-radius:11px;background:#fff;color:#344054;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .12s ease;overflow:hidden}.eacrm-segment-card:hover{border-color:#c6cfdb;background:#fbfcfe;transform:translateY(-1px)}.eacrm-segment-card input{position:absolute;opacity:0;pointer-events:none}.eacrm-segment-card .eacrm-segment-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#f6f8fb;color:#667085;flex:0 0 30px}.eacrm-segment-card .eacrm-segment-icon .eacrm-icon{width:17px;height:17px}.eacrm-segment-card strong{font-size:12px;line-height:1.25;font-weight:700}.eacrm-segment-card.is-selected,.eacrm-segment-card:has(input:checked){border-color:var(--eacrm-primary);background:color-mix(in srgb,var(--eacrm-primary) 6%,#fff);box-shadow:0 0 0 2px color-mix(in srgb,var(--eacrm-primary) 12%,transparent)}.eacrm-segment-card.is-selected .eacrm-segment-icon,.eacrm-segment-card:has(input:checked) .eacrm-segment-icon{background:var(--eacrm-primary);color:#fff}.eacrm-segment-card:has(input:disabled){cursor:not-allowed;opacity:.72;transform:none}.eacrm-onboarding-services{margin:0;padding:20px;border-radius:13px;background:#fbfcfe}.eacrm-onboarding-services legend{font-size:15px;color:#101828;padding:0 7px}.eacrm-onboarding-services>p{margin:2px 0 15px;color:#667085;font-size:12px}.eacrm-preset-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.eacrm-preset-item{min-height:40px;padding:9px 11px;border:1px solid #e4e9f0;border-radius:9px;background:#fff}.eacrm-preset-item:hover{border-color:#cbd5e1;background:#fff}.eacrm-preset-item input{flex:0 0 16px}.eacrm-preset-item span{font-size:12px}.eacrm-onboarding-actions{margin-top:22px;padding-top:20px;border-top:1px solid #edf0f4;justify-content:flex-start}.eacrm-onboarding-actions .eacrm-btn{min-height:42px;padding:9px 16px}
@media (max-width:1180px){.eacrm-segment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.eacrm-preset-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:820px){.eacrm-onboarding-shell{max-width:none}.eacrm-onboarding{grid-template-columns:repeat(5,minmax(0,1fr));gap:3px;padding:0;margin-bottom:16px}.eacrm-step{flex-direction:column;justify-content:flex-start;gap:5px;text-align:center;font-size:10px}.eacrm-step:not(:last-child)::after{left:calc(50% + 16px);right:calc(-50% + 16px);top:16px}.eacrm-step strong{background:transparent;padding:0;white-space:normal}.eacrm-onboarding-card{padding:20px 16px}.eacrm-segment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.eacrm-preset-list{grid-template-columns:1fr}.eacrm-onboarding-services{padding:16px}.eacrm-onboarding-actions .eacrm-btn{width:100%}}
@media (max-width:480px){.eacrm-segment-grid{grid-template-columns:1fr}.eacrm-segment-card{min-height:50px}.eacrm-onboarding-section-head h2{font-size:18px}}


/* v4.0.24 — nicho confirmado no onboarding */
.eacrm-segment-confirmed{display:flex;align-items:center;gap:14px;padding:18px 20px;border:1px solid var(--ag-border-strong,#d7dee9);border-radius:14px;background:var(--ag-surface-soft,#f8fafc);margin:18px 0}.eacrm-segment-confirmed>.eacrm-segment-icon{flex:0 0 auto;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:color-mix(in srgb,var(--eacrm-primary,var(--escrm-accent,#F3B304)) 16%,#fff)}.eacrm-segment-confirmed>.eacrm-segment-icon svg{width:22px;height:22px}.eacrm-segment-confirmed>div{display:grid;gap:2px;min-width:0}.eacrm-segment-confirmed small{color:var(--ag-muted,#667085);font-size:12px}.eacrm-segment-confirmed strong{font-size:17px;color:var(--ag-text,#111827)}.eacrm-segment-confirmed>div>span{font-size:12px;font-weight:700;color:#16865c}.eacrm-segment-confirmed>svg{margin-left:auto;width:22px;height:22px;color:#16865c;flex:0 0 auto}@media(max-width:620px){.eacrm-segment-confirmed{padding:15px;gap:11px}.eacrm-segment-confirmed strong{font-size:15px}}

/* v4.0.25 — onboarding em 4 etapas sem sair do fluxo */
.eacrm-step.is-done{color:#344054}.eacrm-step.is-done span{background:#e9f7f3;border-color:#b9e6da;color:#137a69}.eacrm-step.is-done span .eacrm-icon{width:16px;height:16px}.eacrm-onboarding-toolbar{display:flex;justify-content:flex-end;margin:-4px 0 14px}.eacrm-onboarding-list{display:grid;gap:9px}.eacrm-onboarding-list-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid #e4e9f0;border-radius:10px;background:#fff}.eacrm-onboarding-list-row>div{display:grid;gap:3px;min-width:0}.eacrm-onboarding-list-row strong{font-size:13px;color:#101828}.eacrm-onboarding-list-row small{font-size:11px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eacrm-hours-grid{display:grid;gap:8px}.eacrm-hours-row{display:grid;grid-template-columns:minmax(180px,1fr) 130px auto 130px;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e4e9f0;border-radius:10px;background:#fff}.eacrm-hours-row>span{color:#667085;font-size:12px;text-align:center}
@media(max-width:720px){.eacrm-onboarding-toolbar{justify-content:stretch}.eacrm-onboarding-toolbar .eacrm-btn{width:100%}.eacrm-hours-row{grid-template-columns:1fr 1fr}.eacrm-hours-row .eacrm-check{grid-column:1/-1}.eacrm-hours-row>span{display:none}}

/* v4.0.26 — edição de serviços durante onboarding */
.eacrm-onboarding-list-row[data-edit-service]{cursor:pointer}
.eacrm-onboarding-list-row[data-edit-service]:hover{border-color:#cbd5e1;background:#fbfcfe;box-shadow:0 1px 2px rgba(16,24,40,.04)}
.eacrm-onboarding-list-row[data-edit-service]:focus-visible{outline:2px solid var(--eacrm-primary);outline-offset:2px}
.eacrm-service-form-error{margin:0 0 16px}
.eacrm-onboarding-edit-hint{display:inline-flex;align-items:center;margin:10px 0 0;padding:8px 11px;border:1px solid var(--eacrm-border);border-radius:9px;background:#f8fafc;color:#475467;font-size:12px;font-weight:600}
.eacrm-onboarding-list-row{cursor:pointer}

/* v4.0.30 — indicação visual de edição sem alterar o clique do card */
.eacrm-onboarding-row-actions{display:flex!important;grid-auto-flow:column!important;align-items:center;gap:10px;white-space:nowrap}
.eacrm-onboarding-edit-label{display:inline-flex;align-items:center;gap:5px;color:#5b5bd6;font-size:12px;font-weight:700}
.eacrm-onboarding-edit-label .eacrm-icon{width:14px;height:14px}
@media(max-width:620px){.eacrm-onboarding-row-actions{gap:7px}.eacrm-onboarding-edit-label{font-size:11px}}

/* v4.0.31 — destaque consistente do CTA de novo serviço no onboarding */
.eacrm-onboarding-toolbar .eacrm-btn-primary{background:var(--eacrm-primary)!important;color:#fff!important;border-color:var(--eacrm-primary)!important;box-shadow:0 2px 8px color-mix(in srgb,var(--eacrm-primary) 22%,transparent)}
.eacrm-onboarding-toolbar .eacrm-btn-primary:hover{filter:brightness(.96)}

/* v4.0.33 — CTAs do onboarding herdam exclusivamente a cor primária dinâmica do casco/Identidade Visual. */
.eacrm-onboarding-toolbar .eacrm-btn-primary{background:var(--eacrm-primary)!important;border-color:var(--eacrm-primary)!important;color:#fff!important}

/* v4.0.42 — disponibilidade, relacionamento, metas e assinatura */
.eacrm-tabs-buttons{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.eacrm-tabs-buttons a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border:1px solid var(--eacrm-border);border-radius:9px;background:#fff;color:#344054;text-decoration:none;font-weight:600}.eacrm-tabs-buttons a:hover{background:#f8fafc}.eacrm-tabs-buttons a.is-active{background:var(--eacrm-primary);border-color:var(--eacrm-primary);color:#fff}.eacrm-empty-card{min-height:150px;display:grid;place-items:center}.eacrm-availability-note{display:flex;gap:12px;align-items:flex-start;padding:13px 15px;margin:0 0 16px;border:1px solid color-mix(in srgb,var(--eacrm-primary) 25%,#d9e1ea);border-radius:11px;background:color-mix(in srgb,var(--eacrm-primary) 7%,#fff)}.eacrm-availability-note>.eacrm-icon{margin-top:2px;color:var(--eacrm-primary)}.eacrm-availability-note strong,.eacrm-availability-note span{display:block}.eacrm-availability-note span{margin-top:3px;color:var(--eacrm-muted);font-size:12px}.eacrm-today-status{display:flex;align-items:center;gap:9px;margin-top:16px;padding:12px;border:1px solid var(--eacrm-border);border-radius:10px;background:#f8fafc}.eacrm-today-status>span{width:10px;height:10px;border-radius:50%;background:#d92d20}.eacrm-today-status.is-open>span{background:#12b76a}.eacrm-today-status strong,.eacrm-today-status small{display:block}.eacrm-today-status small{color:var(--eacrm-muted)}.eacrm-professional-availability{margin-top:18px}.eacrm-availability-person-card{padding:13px 0}.eacrm-availability-person-main{flex:1}.eacrm-availability-person-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.eacrm-availability-person-actions select{min-height:34px;border:1px solid var(--eacrm-border);border-radius:8px;padding:5px 9px;background:#fff}.eacrm-workday-chips{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.eacrm-workday-chips span{padding:3px 7px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:10px;font-weight:700}.eacrm-workday-chips em{font-size:11px;color:var(--eacrm-muted);font-style:normal}.eacrm-niche-current{display:flex;flex-direction:column;gap:3px;margin-bottom:10px}.eacrm-niche-current small{color:var(--eacrm-muted)}.eacrm-niche-current strong{font-size:22px}.eacrm-subscription-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:16px}.eacrm-subscription-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.eacrm-subscription-head small{color:var(--eacrm-muted)}.eacrm-subscription-head h2{font-size:24px;margin:2px 0 0}.eacrm-subscription-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.eacrm-subscription-summary>div{padding:14px;border:1px solid var(--eacrm-border);border-radius:10px;background:#f8fafc}.eacrm-subscription-summary small,.eacrm-subscription-summary strong,.eacrm-subscription-summary span{display:block}.eacrm-subscription-summary small,.eacrm-subscription-summary span{color:var(--eacrm-muted)}.eacrm-subscription-summary strong{font-size:18px;margin:3px 0}.eacrm-subscription-note{margin:18px 0}.eacrm-subscription-actions{display:flex;gap:8px;flex-wrap:wrap}.eacrm-subscription-actions form{margin:0}.eacrm-btn.is-disabled{opacity:.65;cursor:not-allowed}.eacrm-subscription-side ul{padding-left:18px;margin:12px 0 0;color:var(--eacrm-muted)}.eacrm-subscription-side li+li{margin-top:8px}@media(max-width:800px){.eacrm-subscription-layout{grid-template-columns:1fr}.eacrm-subscription-summary{grid-template-columns:1fr}.eacrm-availability-person-actions{width:100%;align-items:stretch;flex-direction:column}.eacrm-availability-person-actions select,.eacrm-availability-person-actions .eacrm-btn{width:100%}}

/* v4.0.43 — disponibilidade: evita overflow e separa profissionais visualmente */
.eacrm-availability-grid{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:start}
.eacrm-availability-grid>.eacrm-card{min-width:0}
.eacrm-availability-grid .eacrm-hours-row{grid-template-columns:minmax(135px,1fr) minmax(0,118px) auto minmax(0,118px);min-width:0}
.eacrm-availability-grid .eacrm-hours-row input[type="time"]{width:100%;min-width:0;max-width:100%;box-sizing:border-box}
.eacrm-availability-list{display:grid;gap:10px}
.eacrm-availability-person-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px;border:1px solid color-mix(in srgb,var(--eacrm-primary) 25%,#d9e1ea);border-radius:11px;background:color-mix(in srgb,var(--eacrm-primary) 7%,#fff)}
.eacrm-availability-person-main{min-width:0}
.eacrm-availability-person-main>strong,.eacrm-availability-person-main>small{display:block}
.eacrm-availability-person-main>small{margin-top:2px;color:var(--eacrm-muted)}
@media(max-width:980px){.eacrm-availability-grid{grid-template-columns:1fr}.eacrm-availability-grid .eacrm-hours-row{grid-template-columns:minmax(145px,1fr) minmax(0,1fr) auto minmax(0,1fr)}}
@media(max-width:720px){.eacrm-availability-grid .eacrm-hours-row{grid-template-columns:1fr 1fr}.eacrm-availability-grid .eacrm-hours-row .eacrm-check{grid-column:1/-1}.eacrm-availability-grid .eacrm-hours-row>span{display:none}.eacrm-availability-person-card{align-items:stretch;flex-direction:column}.eacrm-availability-person-actions{width:100%}}

/* v4.0.44 — agenda compacta e cartões de disponibilidade */
.eacrm-agenda-board{max-width:100%;max-height:calc(100vh - 235px);overflow:auto;align-items:flex-start;scrollbar-gutter:stable;background:#fff}
.eacrm-agenda-time-col{position:sticky;left:0;z-index:8;background:#fff}
.eacrm-agenda-time-col .eacrm-agenda-head-cell{z-index:12}
.eacrm-agenda-head-cell{position:sticky;top:0;z-index:7;background:#f8fafc}
.eacrm-agenda-prof{flex:1 0 220px;min-width:220px}
.eacrm-agenda-prof-filter{margin-left:auto}
.eacrm-agenda-prof-filter select{min-height:38px;min-width:220px;border:1px solid var(--eacrm-border);border-radius:9px;background:#fff;padding:7px 34px 7px 10px;color:#344054}
.eacrm-agenda-date-form{margin:0}
.eacrm-availability-person.eacrm-availability-person-card:last-child{border-bottom:1px solid color-mix(in srgb,var(--eacrm-primary) 25%,#d9e1ea)}
@media(max-width:720px){.eacrm-agenda-board{max-height:calc(100vh - 205px)}.eacrm-agenda-prof{flex-basis:200px;min-width:200px}.eacrm-agenda-prof-filter{width:100%;margin-left:0}.eacrm-agenda-prof-filter select{width:100%;min-width:0}}

/* v4.0.45 — agenda compacta por profissional */
.eacrm-agenda-card-hint{margin:-8px 0 16px;color:var(--eacrm-muted);font-size:13px}
.eacrm-agenda-professional-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin:0 0 18px}
.eacrm-agenda-professional-card{width:100%;display:flex;align-items:center;gap:12px;text-align:left;border:1px solid var(--eacrm-border);background:#fff;border-radius:12px;padding:15px 16px;cursor:pointer;color:var(--eacrm-text);transition:border-color .15s,box-shadow .15s,transform .15s}
.eacrm-agenda-professional-card:hover{border-color:var(--eacrm-primary);box-shadow:0 5px 18px rgba(15,23,42,.07);transform:translateY(-1px)}
.eacrm-agenda-professional-card-main{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.eacrm-agenda-professional-card-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eacrm-agenda-professional-card-main small,.eacrm-agenda-professional-card-meta small{color:var(--eacrm-muted)}
.eacrm-agenda-professional-card-meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.eacrm-agenda-professional-card-arrow{display:grid;place-items:center;color:var(--eacrm-primary)}.eacrm-agenda-professional-card-arrow svg{width:18px;height:18px}
.eacrm-agenda-modal-date{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#344054}.eacrm-agenda-modal-date svg{width:18px;height:18px}
.eacrm-agenda-board-single{min-width:0;width:100%;max-height:calc(100vh - 190px)}.eacrm-agenda-board-single .eacrm-agenda-prof{min-width:0;flex:1}
@media(max-width:640px){.eacrm-agenda-professional-cards{grid-template-columns:1fr}.eacrm-agenda-professional-card{align-items:flex-start}.eacrm-agenda-professional-card-meta{align-items:flex-start}.eacrm-agenda-professional-card-arrow{margin-left:auto}}

/* v4.0.46 - confirmação de agendamentos online */
.eacrm-booking-confirmation-setting{margin:22px 0;padding:18px;border:1px solid #dbe4ea;border-radius:12px;background:#f8fafc}.eacrm-booking-confirmation-setting h3{margin:0 0 6px}.eacrm-choice-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.eacrm-choice-card{display:flex;gap:10px;align-items:flex-start;padding:14px;border:1px solid #d8e2e8;border-radius:10px;background:#fff;cursor:pointer}.eacrm-choice-card:has(input:checked){border-color:var(--eacrm-primary);box-shadow:0 0 0 1px var(--eacrm-primary)}.eacrm-choice-card input{margin-top:3px}.eacrm-choice-card span{display:flex;flex-direction:column;gap:4px}.eacrm-choice-card small{color:#667085;line-height:1.45}@media(max-width:720px){.eacrm-choice-cards{grid-template-columns:1fr}}


/* v4.0.52 — listagem compacta de profissionais */
.eacrm-professional-ellipsis{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}
.eacrm-professional-specialty{width:190px;max-width:190px}
.eacrm-professional-services{width:320px;max-width:320px}
@media(max-width:900px){.eacrm-professional-specialty{width:160px;max-width:160px}.eacrm-professional-services{width:240px;max-width:240px}}

/* ===== Public experience v4.0.58 ===== */
.eacrm-public-v2{margin:0;background:#f7f8fa;color:#111827;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.eacrm-public-v2 *{box-sizing:border-box}.eacrm-public-v2 a{text-decoration:none}.eacrm-v2-hero,.eacrm-v2-topbar{background:#171a20;color:#fff;position:relative;overflow:hidden}.eacrm-v2-hero:before,.eacrm-v2-topbar:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;pointer-events:none}.eacrm-v2-glow{position:absolute;width:700px;height:420px;border-radius:50%;left:50%;top:-260px;transform:translateX(-50%);background:radial-gradient(circle,color-mix(in srgb,var(--eacrm-primary) 34%,transparent),transparent 68%);filter:blur(35px)}.eacrm-v2-hero-inner{max-width:1120px;margin:auto;padding:34px 28px 88px;position:relative}.eacrm-v2-identity{display:flex;align-items:center;gap:12px}.eacrm-v2-identity img{width:52px;height:52px;object-fit:contain;border-radius:14px;background:#fff;padding:5px}.eacrm-v2-identity>span{width:48px;height:48px;border-radius:14px;background:rgba(255,255,255,.08);display:grid;place-items:center}.eacrm-v2-identity>span svg{width:23px}.eacrm-v2-identity small{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.52);font-weight:700}.eacrm-v2-hero-copy{max-width:760px;margin:72px 0 0}.eacrm-v2-status{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:8px 12px;font-size:12px;color:rgba(255,255,255,.72);background:rgba(255,255,255,.04);backdrop-filter:blur(10px)}.eacrm-v2-status i{width:7px;height:7px;border-radius:50%;background:#94a3b8}.eacrm-v2-status.open i{background:#18c58f;box-shadow:0 0 0 4px rgba(24,197,143,.12)}.eacrm-v2-hero h1{font-size:clamp(42px,6vw,72px);letter-spacing:-.055em;line-height:.98;margin:22px 0 18px;font-weight:800;max-width:850px}.eacrm-v2-hero-copy>p{font-size:clamp(16px,2vw,20px);line-height:1.65;color:rgba(255,255,255,.58);max-width:590px;margin:0}.eacrm-v2-hero-actions{margin-top:34px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.eacrm-v2-primary,.eacrm-v2-cta>a,.eacrm-v2-confirm{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:0;background:var(--eacrm-primary);color:#fff!important;border-radius:14px;padding:15px 20px;font-weight:750;box-shadow:0 12px 34px color-mix(in srgb,var(--eacrm-primary) 25%,transparent);transition:.2s ease}.eacrm-v2-primary:hover,.eacrm-v2-cta>a:hover,.eacrm-v2-confirm:hover{transform:translateY(-2px);filter:brightness(.96)}.eacrm-v2-hero-actions small{color:rgba(255,255,255,.35);font-size:12px}.eacrm-v2-home-main{max-width:1120px;margin:auto;padding:76px 28px 90px}.eacrm-v2-section{padding:0 0 88px}.eacrm-v2-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.eacrm-v2-section-head small,.eacrm-v2-cta small,.eacrm-v2-flowhead span,.eacrm-v2-panel-title small{display:block;color:var(--eacrm-primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px}.eacrm-v2-section-head h2,.eacrm-v2-cta h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.04em;margin:0;color:#111827;line-height:1.05}.eacrm-v2-section-head p{margin:10px 0 0;color:#788394;font-size:14px}.eacrm-v2-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.eacrm-v2-service-grid>a{min-height:108px;border:1px solid #e5e9f0;background:#fff;border-radius:18px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#111827;transition:.2s ease}.eacrm-v2-service-grid>a:hover{border-color:color-mix(in srgb,var(--eacrm-primary) 45%,#e5e9f0);box-shadow:0 15px 38px rgba(17,24,39,.07);transform:translateY(-2px)}.eacrm-v2-service-grid strong{display:block;font-size:15px}.eacrm-v2-service-grid small{display:block;color:#8a94a5;margin-top:7px}.eacrm-v2-service-grid em{font-style:normal;color:var(--eacrm-primary);font-size:20px}.eacrm-v2-pro-section{border-top:1px solid #eceff3;padding-top:76px}.eacrm-v2-home-pros{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.eacrm-v2-home-pros>a{color:#111827;background:#fff;border:1px solid #e5e9f0;border-radius:20px;padding:10px 10px 18px;overflow:hidden;transition:.2s ease}.eacrm-v2-home-pros>a:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(17,24,39,.08)}.eacrm-v2-pro-photo{aspect-ratio:1.08;border-radius:14px;background:#eef1f5;overflow:hidden;margin-bottom:15px;display:grid;place-items:center}.eacrm-v2-pro-photo img{width:100%;height:100%;object-fit:cover}.eacrm-v2-pro-photo span{font-size:42px;font-weight:800;color:#9aa4b2}.eacrm-v2-home-pros strong,.eacrm-v2-home-pros small,.eacrm-v2-home-pros em{display:block;padding:0 7px}.eacrm-v2-home-pros small{color:#8a94a5;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eacrm-v2-home-pros em{font-style:normal;color:var(--eacrm-primary);font-size:12px;font-weight:700;margin-top:14px}.eacrm-v2-cta{background:#171a20;color:#fff;border-radius:28px;padding:50px 54px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.eacrm-v2-cta:after{content:"";position:absolute;width:380px;height:260px;right:-80px;top:-120px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--eacrm-primary) 30%,transparent),transparent 70%)}.eacrm-v2-cta>div,.eacrm-v2-cta>a{position:relative;z-index:1}.eacrm-v2-cta h2{color:#fff}.eacrm-v2-cta p{color:rgba(255,255,255,.52);max-width:580px;line-height:1.6;margin-bottom:0}.eacrm-v2-footer{max-width:1120px;margin:auto;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#929baa;font-size:12px}.eacrm-v2-footer div{display:flex;gap:20px;align-items:center}.eacrm-v2-footer a{color:#5f6978}.eacrm-v2-mobile-cta{display:none}
/* booking */.eacrm-v2-topbar{position:sticky;top:0;z-index:20;box-shadow:0 8px 30px rgba(17,24,39,.14)}.eacrm-v2-brand{max-width:1120px;margin:auto;padding:18px 28px;display:flex;align-items:center;gap:12px;color:#fff}.eacrm-v2-brand img{width:42px;height:42px;border-radius:11px;object-fit:contain;background:#fff;padding:4px}.eacrm-v2-brand>span{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.08)}.eacrm-v2-brand strong,.eacrm-v2-brand small{display:block}.eacrm-v2-brand strong{font-size:15px}.eacrm-v2-brand small{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.48);margin-top:2px}.eacrm-v2-flow{max-width:840px;margin:auto;padding:46px 24px 80px}.eacrm-v2-flowhead{display:flex;gap:22px;align-items:start;margin-bottom:26px}.eacrm-v2-flowhead>a{color:#7d8796;font-size:13px;padding-top:7px}.eacrm-v2-flowhead h1{margin:0;font-size:32px;letter-spacing:-.035em}.eacrm-v2-progress{height:74px;background:#fff;border:1px solid #e6eaf0;border-radius:18px;margin-bottom:18px;padding:15px 22px;display:grid;grid-template-columns:repeat(4,1fr);position:relative;overflow:hidden}.eacrm-v2-progress>i{position:absolute;left:10%;right:10%;top:28px;height:2px;background:#e7ebf0}.eacrm-v2-progress>i:after{content:"";display:block;height:100%;width:var(--progress);background:var(--eacrm-primary);transition:.3s}.eacrm-v2-progress>div{z-index:1;text-align:center}.eacrm-v2-progress b{width:27px;height:27px;border-radius:50%;background:#e9edf2;color:#8c96a4;display:grid;place-items:center;margin:auto;font-size:11px;border:4px solid #fff}.eacrm-v2-progress .active b,.eacrm-v2-progress .done b{background:var(--eacrm-primary);color:#fff}.eacrm-v2-progress span{display:block;font-size:10px;color:#8b95a4;margin-top:5px;font-weight:650}.eacrm-v2-panel{background:#fff;border:1px solid #e4e9ef;border-radius:20px;padding:22px;margin-top:14px;box-shadow:0 8px 30px rgba(17,24,39,.035)}.eacrm-v2-panel.is-summary{padding:17px 20px}.eacrm-v2-panel-title{display:flex;align-items:center;gap:12px}.eacrm-v2-panel-title>span{width:28px;height:28px;border-radius:50%;background:var(--eacrm-primary);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800;flex:none}.eacrm-v2-panel-title small{margin:0 0 2px}.eacrm-v2-panel-title h2{margin:0;font-size:17px;letter-spacing:-.015em}.eacrm-v2-panel-title>a{margin-left:auto;color:var(--eacrm-primary);font-size:12px;font-weight:750}.eacrm-v2-pro-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.eacrm-v2-pro-card{display:flex;align-items:center;gap:13px;border:1px solid #e3e8ee;border-radius:15px;padding:10px;color:#111827;transition:.2s}.eacrm-v2-pro-card:hover{border-color:var(--eacrm-primary);background:color-mix(in srgb,var(--eacrm-primary) 4%,white)}.eacrm-v2-pro-card img,.eacrm-v2-avatar{width:58px;height:58px;border-radius:16px;object-fit:cover;background:#eef1f5;display:grid;place-items:center;font-weight:800;color:#7d8796;flex:none}.eacrm-v2-pro-card strong,.eacrm-v2-pro-card small{display:block}.eacrm-v2-pro-card strong{font-size:13px}.eacrm-v2-pro-card small{font-size:11px;color:#8a94a4;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.eacrm-v2-pro-card em{font-style:normal;margin-left:auto;color:#a1a9b4}.eacrm-v2-pro-card.is-any{grid-column:1/-1}.eacrm-v2-summary-line{margin:12px 0 0 40px}.eacrm-v2-summary-line strong,.eacrm-v2-summary-line span{display:block}.eacrm-v2-summary-line strong{font-size:13px}.eacrm-v2-summary-line span{font-size:11px;color:#8a94a4;margin-top:3px}.eacrm-v2-services{margin-top:18px}.eacrm-v2-services h3{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#929cab;margin:18px 4px 8px}.eacrm-v2-services>a{display:flex;align-items:center;gap:14px;border:1px solid #e3e8ee;border-radius:14px;padding:14px 15px;margin-top:8px;color:#111827;transition:.2s}.eacrm-v2-services>a:hover{border-color:var(--eacrm-primary);background:color-mix(in srgb,var(--eacrm-primary) 4%,white)}.eacrm-v2-services>a>span{flex:1}.eacrm-v2-services strong,.eacrm-v2-services small{display:block}.eacrm-v2-services strong{font-size:13px}.eacrm-v2-services small{font-size:11px;color:#8a94a4;margin-top:3px}.eacrm-v2-services b{font-size:13px}.eacrm-v2-services em{font-style:normal;color:#a1a9b4}.eacrm-v2-date{margin-top:18px}.eacrm-v2-date label{font-size:12px;font-weight:700}.eacrm-v2-date input{display:block;width:100%;height:44px;margin-top:7px;border:1px solid #dfe5ec;border-radius:11px;padding:0 12px;background:#fff}.eacrm-v2-final>h3,.eacrm-v2-payment>h3{font-size:12px;margin:20px 0 10px}.eacrm-v2-slots{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.eacrm-v2-slots input{position:absolute;opacity:0}.eacrm-v2-slots span{display:block;text-align:center;border:1px solid #dfe5ec;border-radius:11px;padding:11px 5px;font-size:12px;font-weight:700;cursor:pointer}.eacrm-v2-slots input:checked+span{border-color:var(--eacrm-primary);background:color-mix(in srgb,var(--eacrm-primary) 10%,white);color:color-mix(in srgb,var(--eacrm-primary) 80%,#111)}.eacrm-v2-contact{border-top:1px solid #edf0f4;margin-top:24px;padding-top:22px}.eacrm-v2-contact h2{margin:0;font-size:20px}.eacrm-v2-contact p{font-size:12px;color:#8a94a4;margin:5px 0 17px}.eacrm-v2-contact .eacrm-field input,.eacrm-v2-contact .eacrm-field textarea{border-radius:11px;border-color:#dfe5ec}.eacrm-v2-payment{border-top:1px solid #edf0f4;margin-top:20px;padding-top:5px;display:flex;gap:8px;flex-wrap:wrap}.eacrm-v2-payment h3{width:100%}.eacrm-v2-payment label{cursor:pointer}.eacrm-v2-payment input{position:absolute;opacity:0}.eacrm-v2-payment span{display:block;border:1px solid #dfe5ec;border-radius:11px;padding:11px 14px;font-size:12px}.eacrm-v2-payment input:checked+span{border-color:var(--eacrm-primary);background:color-mix(in srgb,var(--eacrm-primary) 8%,white)}.eacrm-v2-confirm{width:100%;margin-top:22px;cursor:pointer;font-size:14px}.eacrm-v2-empty{padding:24px;text-align:center;color:#8791a0;background:#f8fafb;border-radius:14px;margin-top:16px}.eacrm-v2-empty strong,.eacrm-v2-empty span{display:block}.eacrm-v2-empty span{font-size:12px;margin-top:5px}
@media(max-width:760px){.eacrm-v2-hero-inner{padding:24px 20px 70px}.eacrm-v2-hero-copy{margin-top:54px}.eacrm-v2-hero h1{font-size:43px}.eacrm-v2-home-main{padding:55px 18px 95px}.eacrm-v2-section{padding-bottom:64px}.eacrm-v2-service-grid{grid-template-columns:1fr}.eacrm-v2-home-pros{grid-template-columns:1fr 1fr;gap:10px}.eacrm-v2-cta{padding:34px 25px;border-radius:22px;display:block}.eacrm-v2-cta>a{margin-top:22px;width:100%}.eacrm-v2-footer{padding:24px 18px 88px;display:block}.eacrm-v2-footer div{margin-top:10px;display:block}.eacrm-v2-footer div>*{display:block;margin-top:7px}.eacrm-v2-mobile-cta{position:fixed;display:flex;z-index:30;left:14px;right:14px;bottom:14px;background:var(--eacrm-primary);color:#fff!important;border-radius:14px;padding:15px 18px;align-items:center;justify-content:space-between;font-weight:750;box-shadow:0 12px 35px rgba(17,24,39,.22)}.eacrm-v2-brand{padding:14px 18px}.eacrm-v2-flow{padding:30px 14px 60px}.eacrm-v2-flowhead{display:block}.eacrm-v2-flowhead>a{display:inline-block;margin-bottom:15px}.eacrm-v2-progress{height:62px;padding:11px 7px}.eacrm-v2-progress>i{top:24px}.eacrm-v2-progress b{width:25px;height:25px}.eacrm-v2-progress span{font-size:9px}.eacrm-v2-panel{padding:17px 14px;border-radius:16px}.eacrm-v2-pro-grid{grid-template-columns:1fr}.eacrm-v2-pro-card.is-any{grid-column:auto}.eacrm-v2-pro-card small{max-width:190px}.eacrm-v2-slots{grid-template-columns:repeat(3,1fr)}.eacrm-v2-summary-line{margin-left:40px}}

/* Agendamento: cabeçalho claro e experiência de app, sem repetir o banner da referência externa. */
.eacrm-v2-topbar{background:rgba(255,255,255,.94);color:#172033;border-bottom:1px solid #e5e9ef;box-shadow:0 5px 22px rgba(15,23,42,.055);backdrop-filter:blur(16px)}
.eacrm-v2-topbar:before{display:none}.eacrm-v2-brand{max-width:1180px;color:#172033;padding:15px 28px}.eacrm-v2-brand img{border:1px solid #e4e8ee;box-shadow:none}.eacrm-v2-brand>span{background:color-mix(in srgb,var(--eacrm-primary) 9%,white);color:var(--eacrm-primary)}
.eacrm-v2-brand small{color:#8a94a3}.eacrm-v2-booking{min-height:100vh;background:linear-gradient(180deg,#f8f9fb 0%,#f4f6f8 100%)}
.eacrm-v2-flow{max-width:880px;padding:48px 24px 84px}.eacrm-v2-flowhead{align-items:center;margin-bottom:24px}.eacrm-v2-flowhead>a{background:#fff;border:1px solid #e1e6ec;border-radius:999px;padding:9px 13px;color:#647083}
.eacrm-v2-flowhead h1{font-size:34px;color:#172033}.eacrm-v2-progress{height:76px;border-radius:22px;border:1px solid #e3e7ed;box-shadow:0 8px 30px rgba(15,23,42,.035)}
.eacrm-v2-panel{border-radius:24px;border-color:#e3e7ed;padding:24px;box-shadow:0 10px 34px rgba(15,23,42,.04)}
.eacrm-v2-panel.is-summary{background:#fbfcfd}.eacrm-v2-pro-card{border-radius:18px;padding:12px}.eacrm-v2-pro-card img,.eacrm-v2-avatar{border-radius:17px}
.eacrm-v2-services>a{border-radius:17px;padding:15px 16px}.eacrm-v2-date input{border-radius:14px;height:48px}.eacrm-v2-slots span{border-radius:14px;padding:12px 5px}
.eacrm-v2-confirm{border-radius:999px;padding:16px 22px;box-shadow:none}

@media(max-width:760px){
  .eacrm-v2-hero:before{width:70%;right:-28%;height:110%;top:-14%;border-radius:32px}.eacrm-v2-hero:after{width:110px;height:110px;right:8%;bottom:9%;border-radius:30px}
  .eacrm-v2-hero-inner{min-height:500px;padding:24px 20px 66px}.eacrm-v2-hero-copy{margin-top:48px}.eacrm-v2-hero h1{font-size:44px}
  .eacrm-v2-home-main{padding:58px 18px 100px}.eacrm-v2-section{padding-bottom:68px}.eacrm-v2-service-grid{grid-template-columns:1fr}.eacrm-v2-home-pros{grid-template-columns:1fr 1fr}
  .eacrm-v2-cta{padding:36px 26px;border-radius:26px}.eacrm-v2-brand{padding:12px 16px}.eacrm-v2-flow{padding:28px 14px 68px}.eacrm-v2-flowhead h1{font-size:28px}
  .eacrm-v2-progress{border-radius:18px}.eacrm-v2-panel{border-radius:19px;padding:18px 15px}
}


/* ===== v4.0.62 — somente cards de profissionais da Home mais compactos ===== */
.eacrm-v2-home-pros{grid-template-columns:repeat(auto-fit,minmax(150px,190px));gap:14px;justify-content:start}
.eacrm-v2-home-pros>a{width:100%;max-width:190px;border-radius:18px;padding:8px 8px 14px}
.eacrm-v2-pro-photo{aspect-ratio:1/1;border-radius:13px;margin-bottom:12px}
.eacrm-v2-home-pros strong{font-size:14px}
.eacrm-v2-home-pros small{font-size:11px}
.eacrm-v2-home-pros em{font-size:11px;margin-top:10px}
.eacrm-v2-pro-empty{grid-column:1/-1}
@media(max-width:760px){
  .eacrm-v2-home-pros{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .eacrm-v2-home-pros>a{max-width:none}
}

/* v4.0.64 — seleção de múltiplos serviços no agendamento público */
.eacrm-v2-service-picker{margin-top:18px}.eacrm-v2-service-picker h3{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#929cab;margin:18px 4px 8px}.eacrm-v2-service-option{display:flex;align-items:center;gap:14px;border:1px solid #e3e8ee;border-radius:14px;padding:14px 15px;margin-top:8px;color:#111827;cursor:pointer;transition:.2s}.eacrm-v2-service-option:hover,.eacrm-v2-service-option:has(input:checked){border-color:var(--eacrm-primary);background:color-mix(in srgb,var(--eacrm-primary) 5%,white)}.eacrm-v2-service-option input{width:18px;height:18px;accent-color:var(--eacrm-primary);flex:none}.eacrm-v2-service-option>span{flex:1}.eacrm-v2-service-option strong,.eacrm-v2-service-option small{display:block}.eacrm-v2-service-option strong{font-size:13px}.eacrm-v2-service-option small{font-size:11px;color:#8a94a4;margin-top:3px}.eacrm-v2-service-option b{font-size:13px}.eacrm-v2-service-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid #edf0f4}.eacrm-v2-service-actions small{color:#7f8997}.eacrm-v2-service-actions button{border:0;border-radius:12px;background:var(--eacrm-primary);color:#fff;font-weight:750;padding:12px 16px;cursor:pointer}.eacrm-v2-service-actions button:disabled{opacity:.45;cursor:not-allowed}.eacrm-v2-selected-services{display:grid;gap:5px}.eacrm-v2-selected-services span{display:flex;justify-content:space-between;gap:15px;font-size:11px;color:#7f8997}.eacrm-v2-selected-services span strong{font-size:12px;color:#111827}.eacrm-v2-selected-services-total{margin-top:7px;padding-top:7px;border-top:1px solid #edf0f4;font-weight:750!important;color:#111827!important}

/* v4.0.65 — alinhamento e espaçamento das ações na confirmação pública */
.eacrm-confirm-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 8px;margin-top:16px;width:100%}.eacrm-confirm-actions .eacrm-confirm-action-cancel{grid-column:1/-1;margin:0;width:100%}.eacrm-confirm-actions .eacrm-confirm-action-cancel .eacrm-btn,.eacrm-confirm-actions>.eacrm-btn{width:100%;min-width:0}.eacrm-confirm-actions .eacrm-btn{min-height:40px;text-align:center;white-space:normal;line-height:1.25}.eacrm-confirm-actions .eacrm-confirm-action-secondary:only-child{grid-column:1/-1}
@media(max-width:430px){.eacrm-confirm-actions{grid-template-columns:1fr}.eacrm-confirm-actions .eacrm-confirm-action-cancel,.eacrm-confirm-actions .eacrm-confirm-action-secondary{grid-column:1}}

/* 4.0.66 — status rápido e colorido na listagem de agendamentos */
.eacrm-inline-status-form{display:inline-flex;margin:0!important}.eacrm-inline-status{width:auto;min-width:154px;max-width:190px;height:32px!important;min-height:32px!important;padding:4px 28px 4px 9px!important;border:1px solid transparent;border-radius:8px;font-size:12px;font-weight:700;line-height:1.2;cursor:pointer;outline:none;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease}.eacrm-inline-status:focus{box-shadow:0 0 0 3px rgba(109,93,251,.12)}.eacrm-status-pending_confirmation{background:#fff7e6;color:#9a6700;border-color:#f6d889}.eacrm-status-scheduled{background:#eef6ff;color:#175cd3;border-color:#b2d4ff}.eacrm-status-confirmed{background:#ecfdf3;color:#067647;border-color:#abefc6}.eacrm-status-in_service{background:#f4f0ff;color:#6938ef;border-color:#d9d0ff}.eacrm-status-completed{background:#e9fbf8;color:#0e766e;border-color:#a7e7df}.eacrm-status-cancelled{background:#fef3f2;color:#b42318;border-color:#fecdca}.eacrm-status-no_show{background:#f2f4f7;color:#344054;border-color:#d0d5dd}.eacrm-status-rescheduled{background:#eef4ff;color:#3538cd;border-color:#c7d7fe}.eacrm-status-payment_pending{background:#fff4ed;color:#b93815;border-color:#ffd6ae}.eacrm-inline-status option{background:#fff;color:#101828;font-weight:600}@media(max-width:700px){.eacrm-inline-status{min-width:142px;max-width:165px}}

/* v4.0.71 — agenda dinâmica pelo horário do estabelecimento e intervalo configurado */
.eacrm-agenda-modal-nav{display:flex;align-items:center;gap:10px}.eacrm-agenda-modal-nav>strong{margin-right:auto}.eacrm-agenda-modal-nav>.eacrm-icon-btn:last-child{margin-left:auto}.eacrm-agenda-board[style*='--eacrm-agenda-grid-step'] .eacrm-agenda-track{background:repeating-linear-gradient(to bottom,#fff 0,#fff calc(var(--eacrm-agenda-grid-step) - 1px),#edf0f4 calc(var(--eacrm-agenda-grid-step) - 1px),#edf0f4 var(--eacrm-agenda-grid-step));}


/* v4.0.72 — agenda individual: escala legível e somente um scroll */
.eacrm-modal[id^="agendaProfessional"] .eacrm-modal-dialog{overflow:hidden;display:flex;flex-direction:column}
.eacrm-modal[id^="agendaProfessional"] .eacrm-modal-body{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-board-single{flex:1;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:auto}
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-hour{height:60px!important;padding:7px 8px;font-size:11px}
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-track{background:repeating-linear-gradient(to bottom,#fff 0,#fff 59px,#e7ebf0 59px,#e7ebf0 60px)!important}
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-event{min-height:28px}
@media(max-width:620px){.eacrm-modal[id^="agendaProfessional"] .eacrm-modal-dialog{max-height:94vh}.eacrm-modal[id^="agendaProfessional"] .eacrm-modal-body{padding:12px}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-hour{font-size:10px}}

/* v4.0.74 — painel: próximos atendimentos com leitura mais clara */
.eacrm-card .eacrm-card-head{align-items:center;margin-bottom:6px}.eacrm-appointment-row{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 0;border-top:1px solid #edf0f4}.eacrm-appointment-row:first-of-type{border-top:0}.eacrm-time-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1.15}.eacrm-time-block strong{font-size:16px;color:#101828}.eacrm-time-block small{display:block;margin-top:4px;color:#667085;font-size:11px}.eacrm-appointment-main{min-width:0;display:flex;flex-direction:column;gap:3px}.eacrm-appointment-main>strong{display:block;font-size:14px;color:#101828;line-height:1.25}.eacrm-appointment-main>small{display:flex;align-items:center;gap:7px;min-width:0;color:#667085;line-height:1.35}.eacrm-appointment-service{font-weight:600;color:#475467}.eacrm-appointment-professional{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eacrm-appointment-professional:before{content:"•";margin-right:7px;color:#98a2b3}.eacrm-appointment-status{display:flex;align-items:center;justify-content:flex-end}.eacrm-appointment-status .eacrm-badge{white-space:nowrap}.eacrm-grid-main>.eacrm-card{min-width:0}
@media(max-width:620px){.eacrm-appointment-row{grid-template-columns:56px minmax(0,1fr);gap:10px 12px;padding:11px 0}.eacrm-appointment-status{grid-column:2;justify-content:flex-start}.eacrm-appointment-main>small{display:block}.eacrm-appointment-professional{display:block;margin-top:2px;white-space:normal}.eacrm-appointment-professional:before{content:none}.eacrm-card .eacrm-card-head{align-items:flex-start}.eacrm-card .eacrm-card-head .eacrm-btn{min-height:34px;padding:6px 10px}}


/* v4.0.75 — grade dinâmica e controles principais do agendamento */
.eacrm-booking-owner-controls{margin:12px 0 24px;padding:18px;border:1px solid var(--eacrm-border);border-radius:14px;background:#f8fafc}.eacrm-booking-owner-controls-head{margin-bottom:14px}.eacrm-booking-owner-controls-head strong{display:block;font-size:15px;color:var(--eacrm-text)}.eacrm-booking-owner-controls-head p{margin:5px 0 0;color:var(--eacrm-muted);font-size:13px;line-height:1.5}
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-hour-dynamic{position:relative;padding:0!important}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-time-label{position:absolute;left:8px;transform:translateY(-1px);font-size:10px;line-height:12px;color:var(--eacrm-muted);white-space:nowrap}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-track{background-color:#fff;background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc((var(--eacrm-agenda-slot-minutes) * 1px) - 1px),rgba(226,232,240,.55) calc((var(--eacrm-agenda-slot-minutes) * 1px) - 1px),rgba(226,232,240,.55) calc(var(--eacrm-agenda-slot-minutes) * 1px));background-size:100% auto}
@media(max-width:620px){.eacrm-booking-owner-controls{padding:14px}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-time-label{font-size:9px}}


/* v4.0.76 — cada intervalo da agenda é uma linha confortável; eventos longos mesclam as linhas */
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-slot-row{display:flex;align-items:flex-start;padding:7px 8px;border-bottom:1px solid #e7ebf0;color:var(--eacrm-muted);font-size:11px;line-height:1.2;background:#fff}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-slot-row span{white-space:nowrap}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-track-slots{background-color:#fff!important;background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--eacrm-agenda-slot-height) - 1px),#e7ebf0 calc(var(--eacrm-agenda-slot-height) - 1px),#e7ebf0 var(--eacrm-agenda-slot-height))!important}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-event{padding:7px 9px;min-height:40px}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-event strong{line-height:1.25}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-event small{line-height:1.25}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-block{min-height:40px;padding:7px 8px}
@media(max-width:620px){.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-slot-row{padding:7px 6px;font-size:10px}.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-event{padding:6px 8px}}

/* v4.0.78 — agenda com linhas grandes para slots livres/curtos e compactas quando um atendimento mescla vários slots */
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-slot-row-compact{padding:3px 8px;font-size:10px;align-items:center}
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-track-variable{background:#fff!important;background-image:none!important;position:relative}
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-grid-line{position:absolute;left:0;right:0;height:1px;background:#e7ebf0;z-index:1;pointer-events:none}
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-track-variable .eacrm-agenda-event,
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-track-variable .eacrm-agenda-block{z-index:3}
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-event-merged{min-height:40px}
@media(max-width:620px){.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-slot-row-compact{padding:3px 6px;font-size:9px}}

/* v4.0.79 — respiro e divisor visual entre atendimentos consecutivos */
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-event{
  box-shadow:0 0 0 1px rgba(226,232,240,.55) inset;
}
.eacrm-modal[id^="agendaProfessional"] .eacrm-agenda-grid-line{
  background:#dfe5ec;
}

/* v4.0.80 — mais respiro entre serviços e resumo nos cards de profissionais */
.eacrm-agenda-professional-card{align-items:stretch}
.eacrm-agenda-professional-card-main{justify-content:flex-start;gap:5px}
.eacrm-agenda-professional-card-main small{display:block;line-height:1.35;min-height:1.35em}
.eacrm-agenda-professional-card-meta{justify-content:flex-start;gap:9px;min-width:max-content}
.eacrm-agenda-professional-card-meta small{display:block;line-height:1.35;margin-top:2px;white-space:nowrap}
.eacrm-agenda-professional-card-arrow{align-self:center}
@media(max-width:640px){.eacrm-agenda-professional-card-meta{min-width:0}.eacrm-agenda-professional-card-meta small{white-space:normal}}


/* v4.0.103 — ajuste pontual do card de profissional:
   mantém especialidades completas e abaixa apenas "X agendamentos futuros". */
.eacrm-agenda-professional-card{
    min-height:82px;
    padding-top:14px;
    padding-bottom:14px;
}

/* Especialidades: nunca truncar com reticências. */
.eacrm-agenda-professional-card-main small{
    display:block;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    line-height:1.35;
    min-height:auto;
}

/* Mantém o badge no topo e cria espaço real antes da contagem. */
.eacrm-agenda-professional-card-meta{
    align-self:stretch;
    justify-content:flex-start;
    gap:0;
}

.eacrm-agenda-professional-card-meta > .eacrm-badge{
    flex:0 0 auto;
}

.eacrm-agenda-professional-card-meta > small{
    display:block;
    margin-top:16px !important;
    line-height:1.2;
    white-space:nowrap;
}

@media (max-width:640px){
    .eacrm-agenda-professional-card{
        min-height:88px;
    }

    .eacrm-agenda-professional-card-meta > small{
        margin-top:12px !important;
        white-space:normal;
    }
}


/* v4.0.104 — desce mais a contagem de agendamentos futuros */
.eacrm-agenda-professional-card{
    min-height:90px;
}

.eacrm-agenda-professional-card-meta > small{
    margin-top:24px !important;
}

@media (max-width:640px){
    .eacrm-agenda-professional-card{
        min-height:96px;
    }

    .eacrm-agenda-professional-card-meta > small{
        margin-top:20px !important;
    }
}


/* v4.0.105 — ajustes exatos solicitados */
.eacrm-agenda-professional-card-meta > small {
    margin-top: 37px !important;
}

.eacrm-agenda-professional-card-main small {
    display: block;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.35;
    min-height: auto;
    margin-top: 2px;
}


/* v4.0.126 — confirmação mantém o card original; apenas reforça estado de sucesso */
.eacrm-confirm-card-page{background:var(--eacrm-bg)}
.eacrm-confirm-card{position:relative;overflow:hidden}
.eacrm-confirm-card.is-success{border-color:#b7e4c7;box-shadow:0 14px 34px rgba(22,101,52,.10)}
.eacrm-confirm-card.is-success:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:#2e7d32}
.eacrm-confirm-card.is-success .eacrm-confirm-card-mark{width:48px;height:48px;background:#eaf7ee;color:#247a35}
.eacrm-confirm-card.is-success h1{color:#226b31}
.eacrm-confirm-card.is-success .eacrm-confirm-details span{background:#f6fbf7}
.eacrm-confirm-card.is-success .eacrm-badge-success{background:#e7f6eb;color:#1f7a35}
.eacrm-confirm-card.is-cancelled .eacrm-confirm-card-mark{background:#fff1f0;color:#b42318}
.eacrm-confirm-cancel-subtle{width:100%;min-height:36px;background:transparent;border:1px solid #e4e7ec;color:#8a4b4b;font-weight:600;box-shadow:none}
.eacrm-confirm-cancel-subtle:hover{background:#fff8f7;border-color:#f3c7c3;color:#b42318;transform:none}
.eacrm-confirm-cancel-subtle .eacrm-icon{width:16px;height:16px}

/* v4.0.127 — refinamento visual do card de confirmação */
.eacrm-confirm-card.is-success{border:2px solid #79c58a;box-shadow:0 12px 30px rgba(22,101,52,.10)}
.eacrm-confirm-card.is-success:before{display:none}
.eacrm-confirm-top-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-2px 0 12px}
.eacrm-confirm-top-link{display:inline-flex;align-items:center;gap:6px;color:#667085;text-decoration:none;font-size:12px;font-weight:600;line-height:1}
.eacrm-confirm-top-link:hover{color:#226b31}
.eacrm-confirm-close>span{font-size:21px;font-weight:400;line-height:.8}.eacrm-confirm-close em{font-style:normal}
.eacrm-confirm-card .eacrm-confirm-card-mark{width:36px;height:36px;margin-left:auto;margin-right:auto}
.eacrm-confirm-card .eacrm-confirm-card-mark .eacrm-icon,.eacrm-confirm-card .eacrm-confirm-card-mark svg{width:18px;height:18px}
@media(max-width:430px){.eacrm-confirm-top-link{font-size:11px}.eacrm-confirm-card .eacrm-confirm-card-mark{width:34px;height:34px}.eacrm-confirm-card .eacrm-confirm-card-mark .eacrm-icon,.eacrm-confirm-card .eacrm-confirm-card-mark svg{width:17px;height:17px}}


/* v4.0.128 — cabeçalho da confirmação mais compacto */
.eacrm-confirm-top-actions{align-items:flex-start;margin:-4px 0 4px}
.eacrm-confirm-card .eacrm-confirm-card-mark{width:30px;height:30px;margin:0 auto 4px}
.eacrm-confirm-card .eacrm-confirm-card-mark .eacrm-icon,.eacrm-confirm-card .eacrm-confirm-card-mark svg{width:14px;height:14px}
.eacrm-confirm-card h1{margin-top:4px}
@media(max-width:430px){.eacrm-confirm-top-actions{margin:-4px 0 3px}.eacrm-confirm-card .eacrm-confirm-card-mark{width:28px;height:28px;margin-bottom:3px}.eacrm-confirm-card .eacrm-confirm-card-mark .eacrm-icon,.eacrm-confirm-card .eacrm-confirm-card-mark svg{width:13px;height:13px}}


/* v4.0.129 — voltar, ícone de sucesso e fechar na mesma linha */
.eacrm-confirm-top-actions{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:-5px 0 5px}
.eacrm-confirm-top-actions .eacrm-confirm-back{justify-self:start}
.eacrm-confirm-top-actions .eacrm-confirm-close{justify-self:end}
.eacrm-confirm-top-actions .eacrm-confirm-card-mark{justify-self:center;width:26px;height:26px;margin:0}
.eacrm-confirm-top-actions .eacrm-confirm-card-mark .eacrm-icon,.eacrm-confirm-top-actions .eacrm-confirm-card-mark svg{width:12px;height:12px}
.eacrm-confirm-card h1{margin-top:2px}
@media(max-width:430px){.eacrm-confirm-top-actions{gap:8px;margin:-5px 0 4px}.eacrm-confirm-top-actions .eacrm-confirm-card-mark{width:24px;height:24px}.eacrm-confirm-top-actions .eacrm-confirm-card-mark .eacrm-icon,.eacrm-confirm-top-actions .eacrm-confirm-card-mark svg{width:11px;height:11px}}


/* v4.0.130 — ajuste final do card de confirmação */
.eacrm-auth-card.eacrm-confirm-card.is-success{border:2px solid #58b978 !important;box-shadow:0 12px 30px rgba(22,101,52,.10)}
.eacrm-confirm-top-actions{align-items:center}
.eacrm-confirm-top-actions .eacrm-confirm-card-mark{width:22px;height:22px;margin:0}
.eacrm-confirm-top-actions .eacrm-confirm-card-mark .eacrm-icon,.eacrm-confirm-top-actions .eacrm-confirm-card-mark svg{width:14px;height:14px}
.eacrm-confirm-card h1{margin-top:15px}
@media(max-width:430px){.eacrm-confirm-top-actions .eacrm-confirm-card-mark{width:22px;height:22px}.eacrm-confirm-top-actions .eacrm-confirm-card-mark .eacrm-icon,.eacrm-confirm-top-actions .eacrm-confirm-card-mark svg{width:14px;height:14px}.eacrm-confirm-card h1{margin-top:15px}}

/* v4.0.131 — ajuste pontual solicitado: marca 38x38 e reagendamento sem quebra no desktop */
.eacrm-confirm-card.is-success .eacrm-confirm-card-mark,
.eacrm-confirm-top-actions .eacrm-confirm-card-mark{width:38px;height:38px;background:#eaf7ee;color:#247a35}
@media(min-width:431px){.eacrm-confirm-actions .eacrm-confirm-action-secondary{white-space:nowrap;font-size:12px;padding-left:8px;padding-right:8px}}
@media(max-width:430px){.eacrm-confirm-card.is-success .eacrm-confirm-card-mark,.eacrm-confirm-top-actions .eacrm-confirm-card-mark{width:38px;height:38px}}

/* v4.0.132 — mantém tipografia original dos botões e amplia levemente o card apenas no desktop */
@media(min-width:431px){
  .eacrm-auth-card.eacrm-confirm-card{width:min(500px,100%)}
  .eacrm-confirm-actions .eacrm-confirm-action-secondary{
    white-space:nowrap;
    font-size:inherit;
    padding-left:13px;
    padding-right:13px;
  }
}

/* v4.0.134 — borda verde no card completo de Status; badge sem borda */
.eacrm-confirm-card.is-success .eacrm-confirm-details>span:last-child{border:1px solid #58b978}
.eacrm-confirm-card.is-success .eacrm-confirm-details>span:last-child .eacrm-badge-success{border:0}

/* v4.0.145 — linguagem de cores das telas públicas: cancelamento em vermelho */
.eacrm-confirm-card-page.is-cancel-confirm-page{background:#fff5f4}
.eacrm-auth-card.eacrm-confirm-card.is-cancel-confirm,
.eacrm-auth-card.eacrm-confirm-card.is-cancelled{border:2px solid #e36b63;box-shadow:0 12px 30px rgba(180,35,24,.10)}
.eacrm-confirm-card.is-cancel-confirm .eacrm-confirm-card-mark,
.eacrm-confirm-card.is-cancelled .eacrm-confirm-card-mark{background:#fff0ee;color:#b42318}
.eacrm-confirm-card.is-cancel-confirm h1,
.eacrm-confirm-card.is-cancelled h1{color:#9f251c}
.eacrm-confirm-card.is-cancel-confirm .eacrm-confirm-details span,
.eacrm-confirm-card.is-cancelled .eacrm-confirm-details span{background:#fff8f7}
.eacrm-confirm-card.is-cancel-confirm .eacrm-confirm-top-link:hover,
.eacrm-confirm-card.is-cancelled .eacrm-confirm-top-link:hover{color:#b42318}
.eacrm-confirm-card.is-cancel-confirm .eacrm-alert-info{background:#fff3f1;border-color:#f2b8b3;color:#8f2921}
.eacrm-confirm-card.is-cancel-confirm .eacrm-btn-danger{background:#b42318;border-color:#b42318;color:#fff}
.eacrm-confirm-card.is-cancel-confirm .eacrm-btn-danger:hover{background:#951f16;border-color:#951f16}
.eacrm-confirm-card.is-cancelled .eacrm-confirm-details>span:last-child{border:1px solid #e36b63}

/* v4.0.145 — respiro no aviso da tela pública de confirmação de cancelamento */
.eacrm-confirm-card.is-cancel-confirm .eacrm-alert-info{
    padding:18px 20px;
    margin:20px 0 22px;
    gap:12px;
    line-height:1.55;
}
.eacrm-confirm-card.is-cancel-confirm .eacrm-alert-info svg{
    flex:0 0 auto;
}
@media (max-width:640px){
    .eacrm-confirm-card.is-cancel-confirm .eacrm-alert-info{
        padding:16px;
        margin:18px 0 20px;
    }
}

/* v4.0.145 — cancelamento com proporção vertical próxima à tela de confirmação. */
@media (min-width:621px){
  .eacrm-confirm-card-page.is-cancel-confirm-page .eacrm-confirm-card,
  .eacrm-confirm-card-page.is-cancelled-page .eacrm-confirm-card{
    min-height:560px;
    display:flex;
    flex-direction:column;
  }
  .eacrm-confirm-card-page.is-cancel-confirm-page .eacrm-confirm-actions,
  .eacrm-confirm-card-page.is-cancelled-page .eacrm-confirm-actions{
    margin-top:auto;
  }
}
@media (max-width:620px){
  .eacrm-confirm-card-page.is-cancel-confirm-page,
  .eacrm-confirm-card-page.is-cancelled-page{
    padding-top:20px;
    padding-bottom:20px;
  }
}

/* v4.0.145 — "Agendamento cancelado" centralizado verticalmente, altura dinâmica */
.eacrm-confirm-card-page.is-cancelled-page{
    min-height:100vh !important;
    height:auto !important;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center !important;
    padding-top:32px !important;
    padding-bottom:32px !important;
}
.eacrm-confirm-card-page.is-cancelled-page .eacrm-confirm-card.is-cancelled{
    min-height:auto !important;
    height:auto !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.eacrm-confirm-card-page.is-cancelled-page .eacrm-confirm-actions{
    margin-top:18px !important;
}
@media (max-width:620px){
    .eacrm-confirm-card-page.is-cancelled-page{
        min-height:100vh !important;
        padding-top:20px !important;
        padding-bottom:20px !important;
        justify-content:center !important;
    }
}

/* v4.0.145 — centralização sem scroll artificial na tela "Agendamento cancelado" */
.eacrm-confirm-card-page.is-cancelled-page{
    box-sizing:border-box !important;
    min-height:100dvh !important;
    height:auto !important;
    overflow:visible !important;
}
@supports not (min-height:100dvh){
    .eacrm-confirm-card-page.is-cancelled-page{
        min-height:100vh !important;
    }
}

/* v4.0.161 — onboarding em uma linha + olho fixo no cadastro público */
.eacrm-onboarding{grid-template-columns:repeat(5,minmax(0,1fr))}
.eacrm-step:not(:last-child)::after{right:6px}
.eacrm-signup-password-wrap{position:relative;display:block;width:100%}
.eacrm-signup-password-wrap>input{width:100%;padding-right:46px!important}
.eacrm-signup-password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:34px;height:34px;min-width:34px;padding:0;margin:0;border:0;background:transparent;color:#667085;display:grid;place-items:center;line-height:1;cursor:pointer;z-index:2}
.eacrm-signup-password-toggle:hover{color:#101828;background:#f2f4f7;border-radius:8px}
.eacrm-signup-password-toggle:focus-visible{outline:2px solid var(--eacrm-primary);outline-offset:1px;border-radius:8px}
.eacrm-signup-password-toggle .eacrm-icon{width:18px;height:18px;display:block}
@media(max-width:820px){.eacrm-onboarding{grid-template-columns:repeat(5,minmax(0,1fr));gap:2px}.eacrm-step{font-size:9px;gap:4px}.eacrm-step strong{white-space:normal;line-height:1.15}}
@media(max-width:520px){.eacrm-onboarding{overflow:visible;padding:0}.eacrm-step{font-size:8px}.eacrm-step span{width:28px;height:28px;flex-basis:28px}.eacrm-step:not(:last-child)::after{top:14px;left:calc(50% + 14px);right:calc(-50% + 14px)}}

/* v4.0.164 — ações compactas no onboarding */
.eacrm-onboarding-row-actions{gap:6px!important;flex-wrap:nowrap!important}.eacrm-onboarding-row-actions form{margin:0!important;display:inline-flex}.eacrm-onboarding-row-actions .eacrm-btn-sm{min-height:28px!important;height:28px!important;padding:3px 7px!important;border-radius:7px!important;font-size:11px!important;gap:4px!important;line-height:1!important;white-space:nowrap}.eacrm-onboarding-row-actions .eacrm-btn-sm .eacrm-icon{width:14px!important;height:14px!important;vertical-align:-2px!important}.eacrm-onboarding-row-actions .eacrm-badge{padding:3px 7px!important;font-size:10px!important;line-height:1.1!important}.eacrm-category-list .eacrm-onboarding-row-actions .eacrm-btn-sm{min-width:0!important}.eacrm-onboarding-list-row{gap:12px}.eacrm-onboarding-list-row>div:first-child{min-width:0}.eacrm-onboarding-list-row>div:first-child strong,.eacrm-onboarding-list-row>div:first-child small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:620px){.eacrm-onboarding-row-actions{gap:4px!important}.eacrm-onboarding-row-actions .eacrm-btn-sm{padding:3px 6px!important;font-size:10px!important}.eacrm-onboarding-row-actions .eacrm-btn-sm .eacrm-icon{width:13px!important;height:13px!important}}

/* v4.0.166 — cards de profissionais um pouco mais largos no desktop. */
@media (min-width: 900px){
  .eacrm-agenda-professional-cards{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));}
}

/* v4.0.167 — respiro visual entre blocos técnicos de Configurações. */
.eacrm-settings-section-space{margin-top:34px!important;}

/* v4.0.170 — validação visual da contratação */
.eacrm-field.is-invalid input,.eacrm-field.is-invalid select,.eacrm-field.is-invalid textarea{border-color:#d92d20!important;box-shadow:0 0 0 3px rgba(217,45,32,.10)!important}.eacrm-field-error{display:block;margin:0;color:#b42318;font-size:12px;font-weight:500;line-height:1.35}.eacrm-purchase-step .eacrm-field>small{margin-top:0}.eacrm-purchase-step [data-company-slug-status]{display:block;margin-top:3px!important;margin-bottom:0!important;padding-left:0;line-height:1.35}.eacrm-purchase-step [data-company-slug-status].is-available{color:#067647}.eacrm-purchase-step [data-company-slug-status].is-warning{color:#b54708}.eacrm-field input[readonly][data-company-slug]{background:#f8fafc;color:#475467;cursor:default}

/* v4.0.175 — links da empresa: ações nunca extrapolam o modal */
.eacrm-url-row{min-width:0;flex-wrap:wrap}.eacrm-url-row>div:first-child{flex:1 1 360px;min-width:0}.eacrm-url-row>.eacrm-actions{display:flex;flex:0 1 auto;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:100%;min-width:0}.eacrm-url-row>.eacrm-actions .eacrm-btn{max-width:100%;white-space:normal}.eacrm-modal .eacrm-url-row>.eacrm-actions{flex:1 1 260px}.eacrm-modal .eacrm-url-row>.eacrm-actions .eacrm-btn{flex:1 1 150px;min-width:0}@media(max-width:760px){.eacrm-url-row>.eacrm-actions{width:100%;justify-content:stretch}.eacrm-url-row>.eacrm-actions .eacrm-btn{flex:1 1 100%;width:100%}}

/* v4.0.201 — Área do Cliente / autenticação pública */
.eacrm-v2-account-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.eacrm-v2-account-actions a{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:10px;text-decoration:none;font-weight:700;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.25)}
.eacrm-customer-auth-shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:#f5f7fb}.eacrm-customer-auth-shell .eacrm-auth-card{width:min(100%,480px)}.eacrm-customer-back{width:min(100%,480px);margin-bottom:14px;color:#475569;text-decoration:none;font-weight:700}.eacrm-customer-auth-switch{margin-top:18px;padding-top:16px;border-top:1px solid #e5e7eb;text-align:center;color:#64748b}.eacrm-customer-auth-switch a{font-weight:800;color:var(--eacrm-primary);text-decoration:none}
.eacrm-customer-login-required{grid-column:1/-1;border:1px solid #e2e8f0;background:#f8fafc;border-radius:14px;padding:18px}.eacrm-customer-login-required strong{display:block;font-size:16px}.eacrm-customer-login-required p{margin:6px 0 14px;color:#64748b}.eacrm-customer-login-required>div{display:flex;gap:10px;flex-wrap:wrap}
.eacrm-customer-area{max-width:1120px;margin:0 auto;padding:32px 20px 64px}.eacrm-customer-area-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.eacrm-customer-area-head>div:first-child{display:flex;align-items:center;gap:14px}.eacrm-customer-area-head img{width:58px;height:58px;object-fit:contain;border-radius:14px}.eacrm-customer-area-head h1{margin:2px 0 4px}.eacrm-customer-area-head p{margin:0;color:#64748b}.eacrm-customer-area-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.eacrm-customer-area-actions form{margin:0}.eacrm-customer-section{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;margin-top:18px;box-shadow:0 8px 30px rgba(15,23,42,.05)}.eacrm-customer-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.eacrm-customer-section-title small{color:var(--eacrm-primary);font-weight:800;text-transform:uppercase;letter-spacing:.05em}.eacrm-customer-section-title h2{margin:3px 0 0}.eacrm-customer-cards{display:grid;gap:12px}.eacrm-customer-cards article{display:grid;grid-template-columns:minmax(0,1.6fr) auto auto;gap:16px;align-items:center;padding:16px;border:1px solid #e5e7eb;border-radius:14px}.eacrm-customer-cards article form{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:12px;border-top:1px solid #eef2f7;padding-top:12px}.eacrm-customer-card-status{display:flex;gap:6px;flex-wrap:wrap}.eacrm-customer-money{text-align:right}.eacrm-customer-money strong,.eacrm-customer-money small{display:block}.eacrm-customer-refund{margin-right:auto;color:#64748b;font-size:13px}.eacrm-customer-table{overflow:auto}.eacrm-customer-table table{width:100%;border-collapse:collapse}.eacrm-customer-table th,.eacrm-customer-table td{text-align:left;padding:12px;border-bottom:1px solid #eef2f7;white-space:nowrap}.eacrm-customer-table td small{display:block;color:#64748b;margin-top:3px}.eacrm-customer-security{margin-top:18px;padding:16px 18px;border-radius:14px;background:#eef6ff;color:#334155}.eacrm-customer-security p{margin:5px 0 0;font-size:13px;line-height:1.5}
@media(max-width:700px){.eacrm-customer-area{padding:20px 12px 90px}.eacrm-customer-area-head{align-items:flex-start;flex-direction:column}.eacrm-customer-area-actions{width:100%}.eacrm-customer-area-actions .eacrm-btn{flex:1}.eacrm-customer-cards article{grid-template-columns:1fr}.eacrm-customer-money{text-align:left}.eacrm-customer-cards article form{grid-column:1;align-items:stretch;flex-direction:column}.eacrm-customer-refund{margin-right:0}}

/* v4.0.204 — foto segura de profissionais + miniaturas internas */
.eacrm-prof-photo-field{margin:0 0 18px}.eacrm-prof-photo-label{display:block;font-size:12px;font-weight:700;color:var(--eacrm-text);margin-bottom:8px}.eacrm-prof-photo-control{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.eacrm-prof-photo-preview{position:relative;width:92px;height:92px;border-radius:18px;border:1px solid var(--eacrm-border);background:#f8fafc;display:grid;place-items:center;overflow:visible;flex:0 0 auto}.eacrm-prof-photo-preview>img{width:100%;height:100%;object-fit:cover;border-radius:17px;display:block}.eacrm-prof-photo-preview>[data-prof-photo-placeholder]{display:grid;place-items:center;color:var(--eacrm-muted)}.eacrm-prof-photo-preview>[data-prof-photo-placeholder] svg{width:30px;height:30px}.eacrm-prof-photo-remove{position:absolute;right:-8px;top:-8px;width:28px;height:28px;border-radius:50%;border:2px solid #fff;background:#d92d20;color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.16)}.eacrm-prof-photo-remove svg{width:14px;height:14px}.eacrm-prof-photo-upload{cursor:pointer}.eacrm-prof-photo-control>div:last-child small{display:block;color:var(--eacrm-muted);margin-top:4px;max-width:430px}.eacrm-prof-list-person{display:flex;align-items:center;gap:10px;min-width:0}.eacrm-prof-list-person>span:last-child{display:flex;flex-direction:column;min-width:0}.eacrm-prof-list-avatar,.eacrm-agenda-professional-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;flex:0 0 auto;border:1px solid var(--eacrm-border);background:#f2f4f7}.eacrm-prof-list-avatar-fallback{display:grid;place-items:center;font-size:13px;font-weight:800;color:var(--eacrm-primary);background:color-mix(in srgb,var(--eacrm-primary) 9%,#fff)}.eacrm-agenda-professional-avatar{width:42px;height:42px}@media(max-width:640px){.eacrm-prof-photo-control{align-items:flex-start}.eacrm-prof-photo-preview{width:80px;height:80px}}

/* v4.0.210 - profissional: miniatura real no modal standalone */
#professionalModal .eacrm-prof-photo-preview{width:112px!important;height:112px!important;min-width:112px!important;min-height:112px!important;max-width:112px!important;max-height:112px!important;flex:0 0 112px!important;overflow:visible!important;box-sizing:border-box!important}
#professionalModal .eacrm-prof-photo-preview>img[data-prof-photo-img]{display:block!important;width:112px!important;height:112px!important;min-width:112px!important;min-height:112px!important;max-width:112px!important;max-height:112px!important;object-fit:cover!important;object-position:center!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
#professionalModal .eacrm-prof-photo-preview>img[data-prof-photo-img][hidden]{display:none!important}
#professionalModal .eacrm-modal-dialog{overflow-x:hidden!important}
@media(max-width:640px){#professionalModal .eacrm-prof-photo-preview,#professionalModal .eacrm-prof-photo-preview>img[data-prof-photo-img]{width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important;max-width:96px!important;max-height:96px!important}}


/* v4.0.211 — agenda: miniatura protegida contra estilos globais do casco */
.portal-content .eacrm-agenda-professional-card{min-height:64px!important}
.portal-content img.eacrm-agenda-professional-avatar,.portal-content span.eacrm-agenda-professional-avatar{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;flex:0 0 42px!important;border-radius:50%!important;object-fit:cover!important;object-position:center!important;margin:0!important;padding:0!important;box-sizing:border-box!important}

/* v4.0.212 — Agenda: 3 cards de profissionais por linha no desktop */
.eacrm-agenda-professional-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}
@media (max-width:899px) and (min-width:641px){.eacrm-agenda-professional-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:640px){.eacrm-agenda-professional-cards{grid-template-columns:1fr!important}}

/* v4.0.229 — ação de cancelamento de suporte mais visível */
.eacrm-support-cancel-btn{margin-top:10px!important;font-weight:700!important;min-height:42px!important;padding:10px 16px!important}
.eacrm-support-cancel-btn .eacrm-icon{margin-right:6px!important}

/* v4.0.229 — espaçamento da página de suporte */
.eacrm-support-stack{display:flex;flex-direction:column;gap:20px;width:100%}
.eacrm-support-stack>.eacrm-alert,.eacrm-support-stack>.eacrm-card{margin-top:0!important;margin-bottom:0!important}


/* v4.0.229 — Produtos, Estoque e Relacionamento mais intuitivos */
.eacrm-info-guide{display:flex;gap:10px;align-items:flex-start;margin:0 0 18px;padding:14px 16px;border:1px solid var(--eacrm-border);border-radius:12px;background:var(--eacrm-surface,#fff)}
.eacrm-info-guide strong{white-space:nowrap}.eacrm-info-guide span{color:var(--eacrm-muted);line-height:1.55}
.eacrm-product-view-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.eacrm-product-view-grid>div{padding:12px;border:1px solid var(--eacrm-border);border-radius:10px}
.eacrm-product-view-grid small{display:block;color:var(--eacrm-muted);margin-bottom:4px}
.eacrm-product-view-grid strong{display:block;overflow-wrap:anywhere}
.eacrm-relationship-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 18px}
.eacrm-relationship-flow>div{position:relative;padding:16px;border:1px solid var(--eacrm-border);border-radius:12px;background:var(--eacrm-surface,#fff)}
.eacrm-relationship-flow>div>span{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--eacrm-primary);color:#fff;font-weight:800;margin-bottom:10px}
.eacrm-relationship-flow strong,.eacrm-relationship-flow small{display:block}
.eacrm-relationship-flow small{margin-top:5px;color:var(--eacrm-muted);line-height:1.45}
.eacrm-relationship-kpis{margin-bottom:18px}
@media(max-width:900px){.eacrm-relationship-flow{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.eacrm-info-guide{flex-direction:column}.eacrm-info-guide strong{white-space:normal}.eacrm-product-view-grid,.eacrm-relationship-flow{grid-template-columns:1fr}}


/* v4.0.229 — Financeiro CRM Pai: botão Filtrar no padrão dos demais botões */
.eacrm-filter>.eacrm-btn[type="submit"]{width:auto!important;min-width:0!important;min-height:38px!important;height:38px!important;padding:8px 14px!important;align-self:flex-end!important;flex:0 0 auto!important}


/* v4.0.229 — Financeiro CRM Pai: campo e botão alinhados pela base */
.eacrm-platform-finance-filter{display:flex!important;align-items:flex-end!important;gap:8px!important;margin-bottom:14px!important}
.eacrm-platform-finance-filter .eacrm-field{width:220px!important;max-width:220px!important;margin:0!important;gap:6px!important}
.eacrm-platform-finance-filter .eacrm-field input{height:40px!important;min-height:40px!important}
.eacrm-platform-finance-filter>.eacrm-btn{margin:0!important;align-self:flex-end!important;flex:0 0 auto!important}
@media(max-width:520px){.eacrm-platform-finance-filter .eacrm-field{width:min(220px,calc(100% - 104px))!important}}




/* v4.0.231 — novos módulos do CRM Empresa seguem o espaçamento e escala visual do CRM. */
.eacrm-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}
.eacrm-module-card{margin-top:18px}
.eacrm-module-grid>.eacrm-module-card{margin-top:0}
.eacrm-module-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}
.eacrm-module-metrics>span{padding:14px;border:1px solid var(--eacrm-border,#e5e7eb);border-radius:12px;background:#fff}
.eacrm-module-metrics small{display:block;margin-bottom:4px;color:#667085}.eacrm-module-metrics strong{font-size:16px}
.eacrm-integrations-grid .eacrm-card{min-height:210px}
.eacrm-integrations-grid .eacrm-btn{margin-top:14px}
@media(max-width:900px){.eacrm-module-grid{grid-template-columns:1fr}.eacrm-module-metrics{grid-template-columns:1fr}.eacrm-integrations-grid .eacrm-card{min-height:0}}


/* v4.0.256 — padronização global de filtros e tabelas do CRM Empresa */
.eacrm-filter{align-items:flex-end!important;}
.eacrm-filter>.eacrm-field{margin-bottom:0!important;}
.eacrm-filter>.eacrm-btn[type="submit"]{height:40px!important;min-height:40px!important;align-self:flex-end!important;margin:0!important;}
.eacrm-table thead th,
.eacrm-customer-table thead th{background:#26313e!important;color:#fff!important;font-size:13px!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important;}
.eacrm-table thead th:first-child,
.eacrm-customer-table thead th:first-child{border-top-left-radius:8px;}
.eacrm-table thead th:last-child,
.eacrm-customer-table thead th:last-child{border-top-right-radius:8px;}


/* v4.0.257 — tabelas ocupam a largura útil da página, sem card externo duplicado */
.eacrm-card:has(> .eacrm-table-wrap){
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.eacrm-card:has(> .eacrm-table-wrap)>.eacrm-card-head,
.eacrm-card:has(> .eacrm-table-wrap)>h2,
.eacrm-card:has(> .eacrm-table-wrap)>h3{margin-left:0;margin-right:0;}
.eacrm-card:has(> .eacrm-table-wrap)>.eacrm-table-wrap{
  width:100%;
  max-width:none;
  background:#fff;
  border:1px solid var(--eacrm-border,#e5e7eb);
  border-radius:12px;
  overflow:auto;
}
.eacrm-card:has(> .eacrm-table-wrap)>.eacrm-table-wrap .eacrm-table{width:100%;}

/* v4.0.260 — ajustes de navegação e respiro no CRM Empresa */
.eacrm-integration-status .eacrm-integration-link{display:inline-block;margin-left:4px;font-weight:700;color:var(--eacrm-primary,#0f766e);text-decoration:underline;text-underline-offset:2px}.eacrm-integration-status .eacrm-integration-link:hover{text-decoration-thickness:2px}.eacrm-advanced-settings{margin:24px 0 40px}.eacrm-grid-main>.eacrm-card{min-width:0}.eacrm-export-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;max-width:100%}.eacrm-export-actions .eacrm-btn{box-sizing:border-box;min-width:0;width:100%;max-width:100%;justify-content:center;white-space:normal;text-align:center}@media(max-width:620px){.eacrm-export-actions{grid-template-columns:1fr}}

/* v4.0.261 — paginação administrativa compacta e responsiva */
.portal-content .eacrm-pagination-wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px;padding:14px 2px 0;border-top:1px solid #edf0f4;flex-wrap:wrap}.portal-content .eacrm-pagination-summary{display:flex;align-items:center;gap:8px;color:#667085;font-size:12px}.portal-content .eacrm-pagination-summary strong{color:#344054;font-size:13px}.portal-content .eacrm-pagination-summary span:before{content:"•";margin-right:8px;color:#c5ccd6}.portal-content .eacrm-pagination{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.portal-content .eacrm-pagination a,.portal-content .eacrm-page-ellipsis{min-width:34px;height:34px;padding:0 10px;border:1px solid #dfe4eb;border-radius:9px;background:#fff;color:#344054;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:700;line-height:1;transition:.15s ease}.portal-content .eacrm-pagination a:hover{border-color:var(--eacrm-primary);color:var(--eacrm-primary);box-shadow:0 2px 8px rgba(16,24,40,.06)}.portal-content .eacrm-pagination a.active{background:var(--eacrm-primary);border-color:var(--eacrm-primary);color:#fff;box-shadow:0 3px 10px color-mix(in srgb,var(--eacrm-primary) 20%,transparent)}.portal-content .eacrm-pagination .eacrm-page-nav{padding:0 12px;min-width:auto}.portal-content .eacrm-page-ellipsis{border-color:transparent;background:transparent;color:#98a2b3;min-width:24px;padding:0 2px}.portal-content .eacrm-inline-form{display:inline-flex;margin:0}@media(max-width:700px){.portal-content .eacrm-pagination-wrap{align-items:stretch}.portal-content .eacrm-pagination-summary{width:100%;justify-content:center}.portal-content .eacrm-pagination{width:100%;justify-content:center}.portal-content .eacrm-pagination .eacrm-page-nav{flex:1 1 auto}.portal-content .eacrm-page-actions{width:100%}.portal-content .eacrm-page-actions .eacrm-btn,.portal-content .eacrm-page-actions .eacrm-inline-form{flex:1 1 150px}.portal-content .eacrm-page-actions .eacrm-inline-form .eacrm-btn{width:100%}}

/* v4.0.262 — Importar/Exportar: ações confinadas ao card */
.escrm-import-export-grid{align-items:stretch}
.escrm-import-export-grid>.portal-card{min-width:0;overflow:hidden}
.escrm-export-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}
.escrm-export-actions .portal-button{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;white-space:normal!important;text-align:center!important;overflow-wrap:anywhere!important;margin:0!important}
@media(max-width:700px){.escrm-export-actions{grid-template-columns:1fr!important}}


/* v4.0.263 — respiros e ações administrativas */
.eacrm-mp-block{margin-top:22px!important;margin-bottom:0!important}.eacrm-mp-payment-note{margin-top:6px!important;margin-bottom:22px!important;}
.eacrm-page-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;}
.eacrm-page-actions>.eacrm-inline-form{display:inline-flex!important;margin:0!important;width:auto!important;}
.eacrm-page-actions>.eacrm-inline-form>.eacrm-btn{width:auto!important;margin:0!important;}
@media(min-width:701px){.eacrm-page-actions{flex-wrap:nowrap!important;}.eacrm-page-actions>.eacrm-inline-form{flex:0 0 auto!important;}}

/* v4.0.264 — Sessões: ações alinhadas mais abaixo com o bloco de título */
@media(min-width:901px){.eacrm-page-head.eacrm-page-head-sessions .eacrm-page-actions{padding-top:12px!important;}}

/* v4.0.272 — autenticação pública no topo e subrotas de cliente */
.eacrm-v2-hero-inner{position:relative}
.eacrm-v2-account-actions-top{position:absolute;top:34px;right:0;margin-top:0!important;z-index:4;justify-content:flex-end}
@media(max-width:760px){.eacrm-v2-account-actions-top{position:static;margin:0 0 24px!important;justify-content:flex-start}}

/* v4.0.274 — autenticação do cliente dentro do fluxo de agendamento */
.eacrm-booking-auth-modal .eacrm-field{margin-bottom:13px}
.eacrm-booking-auth-modal .eacrm-field input{width:100%;min-height:44px;border:1px solid #cfd7e3;border-radius:10px;padding:9px 11px;background:#fff;color:#101828;outline:none}
.eacrm-booking-auth-modal .eacrm-field input:focus{border-color:var(--eacrm-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--eacrm-primary) 14%,transparent)}
.eacrm-booking-auth-intro p,.eacrm-booking-auth-code-help{margin:0 0 17px;color:#667085;font-size:13px;line-height:1.55}
.eacrm-booking-auth-submit{width:100%;min-height:44px;margin-top:2px}
.eacrm-booking-auth-switch{text-align:center;margin-top:14px;color:#667085;font-size:12px}
.eacrm-booking-auth-switch .eacrm-link-button,.eacrm-booking-auth-other{font-weight:700;text-decoration:none}
.eacrm-booking-auth-other{display:block;margin:10px auto 0}
.eacrm-booking-auth-notice{border-radius:10px;padding:10px 12px;margin:0 0 15px;font-size:12px;line-height:1.45;border:1px solid}
.eacrm-booking-auth-notice-success{background:#ecfdf3;color:#067647;border-color:#abefc6}
.eacrm-booking-auth-notice-error{background:#fef3f2;color:#b42318;border-color:#fecdca}
.eacrm-booking-auth-modal [hidden]{display:none!important}
#bookingCustomerAuthModal .eacrm-modal-dialog{width:min(460px,100%)}
#bookingCustomerAuthModal .eacrm-modal-head{position:relative}
@media(max-width:620px){#bookingCustomerAuthModal.eacrm-modal{align-items:flex-end}.eacrm-booking-auth-submit{min-height:46px}}

/* v4.0.275 — foto do profissional no resumo da etapa de agendamento */
.eacrm-v2-professional-summary{display:flex;align-items:center;gap:12px;margin-top:12px}.eacrm-v2-professional-summary>img,.eacrm-v2-professional-summary>.eacrm-v2-avatar{width:48px;height:48px;border-radius:13px;object-fit:cover;flex:0 0 48px}.eacrm-v2-professional-summary>div{min-width:0}.eacrm-v2-professional-summary>div>strong,.eacrm-v2-professional-summary>div>span{display:block}.eacrm-v2-professional-summary>div>strong{font-size:13px}.eacrm-v2-professional-summary>div>span{font-size:11px;color:#8a94a4;margin-top:3px}

/* v4.0.276 — fluxo público: data clicável e atalho da confirmação para a área do cliente. */
.eacrm-v2-date input[data-eacrm-booking-date]{cursor:pointer}
.eacrm-confirm-actions .eacrm-confirm-customer-area{order:-2}
/* v4.0.277 - navegação pública autenticada */
.eacrm-v2-account-actions-top{align-items:center}.eacrm-v2-account-greeting{font-size:13px;font-weight:700;color:rgba(255,255,255,.82);margin-right:4px;white-space:nowrap}.eacrm-v2-menu-toggle,.eacrm-v2-mobile-menu,.eacrm-v2-menu-overlay{display:none}
@media(max-width:760px){.eacrm-v2-account-actions-top{display:none!important}.eacrm-v2-menu-toggle{display:flex;position:absolute;top:24px;right:20px;z-index:42;width:44px;height:42px;padding:10px;border:1px solid rgba(255,255,255,.22);border-radius:11px;background:rgba(255,255,255,.08);align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.eacrm-v2-menu-toggle span{display:block;width:19px;height:2px;border-radius:2px;background:#fff}.eacrm-v2-menu-overlay{position:fixed;inset:0;z-index:90;background:rgba(10,13,18,.55);backdrop-filter:blur(2px)}.eacrm-v2-menu-overlay.is-open{display:block}.eacrm-v2-mobile-menu{display:flex;position:fixed;z-index:91;top:0;right:0;bottom:0;width:min(86vw,340px);padding:22px;background:#171a20;color:#fff;transform:translateX(105%);transition:transform .22s ease;flex-direction:column;box-shadow:-18px 0 45px rgba(0,0,0,.24)}.eacrm-v2-mobile-menu.is-open{transform:translateX(0)}.eacrm-v2-mobile-menu-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:8px 0 20px;border-bottom:1px solid rgba(255,255,255,.1)}.eacrm-v2-mobile-menu-head strong,.eacrm-v2-mobile-menu-head small{display:block}.eacrm-v2-mobile-menu-head strong{font-size:17px}.eacrm-v2-mobile-menu-head small{margin-top:4px;color:rgba(255,255,255,.5)}.eacrm-v2-mobile-menu-head button{width:36px;height:36px;border:0;border-radius:9px;background:rgba(255,255,255,.08);color:#fff;font-size:24px;line-height:1;cursor:pointer}.eacrm-v2-mobile-menu nav{display:grid;gap:6px;padding-top:18px}.eacrm-v2-mobile-menu nav a{display:flex;align-items:center;min-height:46px;padding:11px 13px;border-radius:10px;color:#fff;text-decoration:none;font-weight:650}.eacrm-v2-mobile-menu nav a:hover{background:rgba(255,255,255,.08)}body.eacrm-public-menu-open{overflow:hidden}}

/* v4.0.278 — navegação pública e refinamentos da Área do Cliente */
.eacrm-v2-account-greeting{color:#fff!important}
.eacrm-customer-status-item{display:grid;gap:5px;align-content:start}
.eacrm-customer-status-item>small{font-size:11px;font-weight:700;color:#64748b;line-height:1.2}
.eacrm-customer-menu-toggle{display:none}
.eacrm-customer-menu-logout{margin:0}
.eacrm-customer-menu-logout button{display:flex;align-items:center;width:100%;min-height:46px;padding:11px 13px;border:0;border-radius:10px;background:transparent;color:#fff;font:inherit;font-weight:650;text-align:left;cursor:pointer}
.eacrm-customer-menu-logout button:hover{background:rgba(255,255,255,.08)}
@media(max-width:760px){
  .eacrm-v2-identity>span,.eacrm-v2-menu-toggle{background:#2a2f38!important;border-color:rgba(255,255,255,.16)!important;backdrop-filter:none!important}
  .eacrm-v2-identity>span{box-shadow:0 1px 0 rgba(255,255,255,.05) inset}
  .eacrm-v2-menu-toggle{box-shadow:0 1px 0 rgba(255,255,255,.05) inset}
  .eacrm-customer-area{padding:16px 5px 88px;box-sizing:border-box;width:100%}
  .eacrm-customer-area-head{position:relative;gap:14px;margin-bottom:18px;padding-right:54px}
  .eacrm-customer-area-head h1{font-size:25px;line-height:1.08;letter-spacing:-.025em;margin-top:4px}
  .eacrm-customer-area-head p{font-size:13px;line-height:1.45}
  .eacrm-customer-area-actions{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:100%;gap:8px;box-sizing:border-box;padding:0 5px}
  .eacrm-customer-area-actions .eacrm-btn,.eacrm-customer-area-actions form,.eacrm-customer-area-actions form .eacrm-btn{width:100%;max-width:100%;flex:none;box-sizing:border-box}
  .eacrm-customer-menu-toggle{display:flex;position:absolute;top:0;right:0;width:44px;height:42px;padding:10px;border:1px solid #d7dce4;border-radius:11px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;box-shadow:0 3px 12px rgba(15,23,42,.06)}
  .eacrm-customer-menu-toggle span{display:block;width:19px;height:2px;border-radius:2px;background:#111827}
  .eacrm-customer-section{padding:12px;margin:12px 5px 0;border-radius:16px;box-sizing:border-box}
  .eacrm-customer-section-title{margin-bottom:10px}
  .eacrm-customer-section-title h2{font-size:22px;line-height:1.12}
  .eacrm-customer-cards{gap:10px}
  .eacrm-customer-cards article{padding:12px;gap:12px;border-radius:12px}
  .eacrm-customer-card-status{gap:12px;align-items:start}
  .eacrm-customer-status-item{min-width:0}
  .eacrm-customer-cards article form{padding-top:10px;gap:8px}
}

/* v4.0.280 — avaliação pós-atendimento na área do cliente */
.eacrm-customer-review-done{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.eacrm-customer-review-done small{color:#667085}.eacrm-customer-review-btn{white-space:nowrap}.eacrm-customer-review-btn svg{width:16px;height:16px}
@media(max-width:700px){.eacrm-customer-review-btn{width:100%;justify-content:center;white-space:normal}.eacrm-customer-review-done{min-width:120px}}

/* v4.0.282 — retorno da avaliação e respiro externo real no mobile */
.eacrm-review-shell{width:min(100%,500px);margin:0 auto}.eacrm-review-nav{width:100%;margin:0 0 12px}.eacrm-review-nav a{display:inline-flex;align-items:center;min-height:38px;color:#475467;text-decoration:none;font-weight:700;font-size:13px}.eacrm-review-nav a:hover{color:var(--eacrm-primary)}.eacrm-review-return{margin-top:18px}.eacrm-review-return .eacrm-btn{width:100%;box-sizing:border-box}
@media(max-width:760px){.eacrm-customer-area{width:calc(100% - 10px)!important;margin-left:5px!important;margin-right:5px!important;padding-left:0!important;padding-right:0!important}.eacrm-review-shell{width:calc(100% - 10px);margin-left:5px;margin-right:5px;box-sizing:border-box}.eacrm-review-card{width:100%;box-sizing:border-box}}

/* v4.0.283 — avaliação do atendimento + profissional */
.eacrm-review-context{display:flex;align-items:center;gap:12px;margin:18px 0 22px;padding:12px;border:1px solid #e4e7ec;border-radius:12px;background:#f8fafc}.eacrm-review-context img,.eacrm-review-prof-placeholder{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:0 0 48px}.eacrm-review-prof-placeholder{display:grid;place-items:center;background:#ede9fe;color:#5b4be7;font-weight:800}.eacrm-review-context div{display:grid;gap:2px}.eacrm-review-context small{color:#667085}.eacrm-review-context strong{font-size:15px}.eacrm-review-context span{font-size:13px;color:#475467}.eacrm-review-card .eacrm-rating{margin-top:18px}.eacrm-review-result{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.eacrm-review-result>div{padding:12px;border:1px solid #e4e7ec;border-radius:12px}.eacrm-review-result small{display:block;margin-bottom:8px;color:#667085;font-weight:700}@media(max-width:600px){.eacrm-review-result{grid-template-columns:1fr}.eacrm-review-context{align-items:flex-start}}
.eacrm-review-heading{display:flex;align-items:center;gap:14px;margin-bottom:8px}.eacrm-review-heading .eacrm-auth-mark{flex:0 0 48px}.eacrm-review-heading h1{margin:0 0 4px}.eacrm-review-heading p{margin:0;color:var(--eacrm-muted)}.eacrm-rating label .eacrm-icon,.eacrm-stars .eacrm-icon{fill:currentColor;stroke:currentColor}.eacrm-rating label{display:inline-flex;align-items:center;justify-content:center}.eacrm-stars{display:inline-flex;align-items:center;gap:3px}.eacrm-stars-large .eacrm-icon{width:19px;height:19px}@media(max-width:600px){.eacrm-review-heading{align-items:flex-start;gap:10px}.eacrm-review-heading .eacrm-auth-mark{width:42px;height:42px;flex-basis:42px}.eacrm-review-heading h1{font-size:21px}.eacrm-review-heading p{font-size:13px;line-height:1.4}}

/* v4.0.287 — contadores das abas de relacionamento */
.eacrm-tabs-buttons a .eacrm-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-left:7px;padding:0 6px;border-radius:999px;background:#eef2f6;color:#344054;font-size:11px;font-weight:800;line-height:1}.eacrm-tabs-buttons a.is-active .eacrm-tab-count{background:rgba(255,255,255,.22);color:#fff}

/* v4.0.289 — vitrine e checkout público de produtos/pacotes */
.eacrm-v2-store-section{scroll-margin-top:24px}
.eacrm-v2-section-link{font-size:13px;font-weight:800;text-decoration:none;color:var(--eacrm-primary,#6D5DFB)}
.eacrm-v2-store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.eacrm-v2-store-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0}
.eacrm-v2-store-card>img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#f8fafc}
.eacrm-v2-store-card>div{padding:16px;display:flex;flex-direction:column;gap:8px;min-height:100%}
.eacrm-v2-store-card small{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#6b7280}
.eacrm-v2-store-card strong{font-size:17px;line-height:1.25;color:#111827}
.eacrm-v2-store-card p{margin:0;font-size:13px;line-height:1.5;color:#64748b;min-height:38px}
.eacrm-v2-store-card span{font-size:12px;color:#64748b}
.eacrm-v2-store-card b{font-size:18px;color:#111827;margin-top:auto}
.eacrm-v2-store-card a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;font-weight:800;color:#fff;background:var(--eacrm-primary,#6D5DFB);padding:11px 13px;border-radius:12px;margin-top:4px}
.eacrm-v2-store-card em{font-style:normal}
.eacrm-storefront{min-height:100vh;background:#f5f7fb;padding-bottom:40px}
.eacrm-store-main{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:34px 0 60px}
.eacrm-store-top{display:flex;flex-direction:column;gap:20px;margin-bottom:26px}
.eacrm-store-top>a{width:max-content;text-decoration:none;color:#334155;font-weight:800;font-size:13px}
.eacrm-store-top small{text-transform:uppercase;font-weight:900;letter-spacing:.08em;color:var(--eacrm-primary,#6D5DFB)}
.eacrm-store-top h1{margin:4px 0 6px;font-size:34px;color:#0f172a}
.eacrm-store-top p{margin:0;color:#64748b;max-width:760px}
.eacrm-store-tabs{display:flex;gap:8px;margin:0 0 24px;flex-wrap:wrap}
.eacrm-store-tabs a{padding:10px 14px;border:1px solid #dbe1ea;background:#fff;border-radius:999px;text-decoration:none;color:#334155;font-weight:800;font-size:13px}
.eacrm-store-checkout,.eacrm-store-order-result{background:#fff;border:1px solid #e1e7ef;border-radius:22px;padding:24px;box-shadow:0 12px 40px rgba(15,23,42,.06)}
.eacrm-store-checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:24px}
.eacrm-store-checkout-product{display:flex;gap:18px;align-items:flex-start}
.eacrm-store-checkout-product img{width:150px;aspect-ratio:1/1;object-fit:cover;border-radius:16px;background:#f8fafc}
.eacrm-store-checkout-product small{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#64748b}
.eacrm-store-checkout-product h2{margin:6px 0 8px;font-size:26px}
.eacrm-store-checkout-product p{color:#64748b;line-height:1.55}
.eacrm-store-checkout-product strong{display:block;font-size:24px;margin-top:12px}
.eacrm-store-form{display:flex;flex-direction:column;gap:14px}
.eacrm-store-form .eacrm-v2-primary{border:0;cursor:pointer;justify-content:space-between}
.eacrm-store-form>small{color:#64748b;line-height:1.4}
.eacrm-store-order-result{text-align:center;max-width:650px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px}
.eacrm-store-order-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#15803d;font-size:28px;font-weight:900}
.eacrm-store-order-result h2{margin:0}.eacrm-store-order-result p{margin:0;color:#64748b}.eacrm-store-order-result .eacrm-v2-primary{margin-top:8px}
@media(max-width:900px){.eacrm-v2-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eacrm-store-checkout{grid-template-columns:1fr}}
@media(max-width:600px){.eacrm-store-main{width:calc(100% - 10px);padding-top:18px}.eacrm-v2-store-grid{grid-template-columns:1fr;gap:10px}.eacrm-store-checkout,.eacrm-store-order-result{padding:14px;border-radius:16px}.eacrm-store-checkout-product{flex-direction:column}.eacrm-store-checkout-product img{width:100%;max-height:240px;aspect-ratio:16/10}.eacrm-store-top h1{font-size:28px}}

/* v4.0.290 — imagens de catálogo e miniaturas. */
.eacrm-catalog-photo-field{margin:0 0 18px}.eacrm-catalog-photo-preview{width:104px;height:104px;border-radius:16px}.eacrm-catalog-photo-preview>img{border-radius:15px}.eacrm-list-item-with-thumb{display:flex;align-items:center;gap:10px;min-width:0}.eacrm-list-item-with-thumb>span:last-child{min-width:0}.eacrm-list-thumb{width:46px;height:46px;object-fit:cover;border-radius:10px;border:1px solid var(--eacrm-border);background:#f8fafc;flex:0 0 auto}.eacrm-list-thumb-empty{display:grid;place-items:center;color:var(--eacrm-muted)}.eacrm-list-thumb-empty svg{width:20px;height:20px}.eacrm-product-view-photo{grid-column:1/-1}.eacrm-product-view-photo [data-pv-image]{margin-top:7px}.eacrm-product-view-photo img{display:block;width:120px;height:120px;object-fit:cover;border:1px solid var(--eacrm-border);border-radius:14px}.eacrm-catalog-tabs{margin-bottom:18px}.eacrm-catalog-tabs a{display:inline-flex;align-items:center;gap:7px}@media(max-width:640px){.eacrm-catalog-photo-preview{width:88px;height:88px}.eacrm-list-thumb{width:40px;height:40px}.eacrm-catalog-tabs{display:grid;grid-template-columns:1fr}.eacrm-catalog-tabs a{justify-content:center}}

/* v4.0.291 — miniaturas de upload padronizadas: nunca usar o tamanho natural do arquivo. */
.eacrm-catalog-photo-preview{width:112px!important;height:112px!important;min-width:112px!important;min-height:112px!important;max-width:112px!important;max-height:112px!important;flex:0 0 112px!important;overflow:visible!important;box-sizing:border-box!important}
.eacrm-catalog-photo-preview>img[data-catalog-photo-img]{display:block!important;width:112px!important;height:112px!important;min-width:112px!important;min-height:112px!important;max-width:112px!important;max-height:112px!important;object-fit:cover!important;object-position:center!important;margin:0!important;padding:0!important;box-sizing:border-box!important;border-radius:17px!important}
.eacrm-catalog-photo-preview>img[data-catalog-photo-img][hidden]{display:none!important}
.eacrm-list-thumb{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;max-width:46px!important;max-height:46px!important;object-fit:cover!important}
.eacrm-product-view-photo img{width:112px!important;height:112px!important;max-width:112px!important;max-height:112px!important;object-fit:cover!important}
@media(max-width:640px){.eacrm-catalog-photo-preview,.eacrm-catalog-photo-preview>img[data-catalog-photo-img]{width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important;max-width:96px!important;max-height:96px!important}.eacrm-list-thumb{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important}}
/* v4.0.292 — padrão único de upload: miniatura compacta + X vermelho + ajuda abaixo. */
.eacrm-catalog-photo-control{align-items:center!important}
.eacrm-catalog-photo-field .eacrm-photo-help{display:flex;flex-direction:column;gap:2px;margin-top:7px;color:var(--eacrm-muted);font-size:12px;line-height:1.35}
.eacrm-catalog-photo-remove:not([hidden]){display:grid!important;position:absolute!important;right:-8px!important;top:-8px!important;width:28px!important;height:28px!important;border-radius:50%!important;border:2px solid #fff!important;background:#d92d20!important;color:#fff!important;place-items:center!important;z-index:5!important}
.eacrm-catalog-photo-remove svg{width:14px!important;height:14px!important}
#professionalModal .eacrm-prof-photo-control>div:last-child{flex-basis:100%;width:100%;margin-top:-4px}
#professionalModal .eacrm-prof-photo-control>div:last-child small{display:block!important;margin-top:2px!important}
@media(max-width:640px){.eacrm-catalog-photo-field .eacrm-photo-help{font-size:11px}.eacrm-catalog-photo-remove:not([hidden]){right:-6px!important;top:-6px!important}}


/* v4.0.294 — upload consistente + navegação pública dinâmica. */
.eacrm-catalog-photo-field{display:block!important}
.eacrm-catalog-photo-control{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
.eacrm-catalog-photo-preview{position:relative!important;isolation:isolate!important;overflow:visible!important}
.eacrm-catalog-photo-placeholder{position:relative;z-index:1}
.eacrm-catalog-photo-preview>img[data-catalog-photo-img]{position:relative!important;z-index:2!important}
.eacrm-catalog-photo-remove[hidden],.eacrm-catalog-photo-field:not(.has-image) .eacrm-catalog-photo-remove{display:none!important}
.eacrm-catalog-photo-field.has-image .eacrm-catalog-photo-remove{display:grid!important;position:absolute!important;right:-8px!important;top:-8px!important;width:28px!important;height:28px!important;padding:0!important;border-radius:50%!important;border:2px solid #fff!important;background:#d92d20!important;color:#fff!important;place-items:center!important;z-index:50!important;box-shadow:0 4px 12px rgba(0,0,0,.18)!important}
.eacrm-catalog-photo-field.has-image .eacrm-catalog-photo-remove svg{display:block!important;width:14px!important;height:14px!important;stroke:currentColor!important}
.eacrm-catalog-photo-field .eacrm-photo-help{width:100%!important;margin-top:8px!important}
.eacrm-v2-commerce-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:18px 0 2px}
.eacrm-v2-commerce-nav a{display:inline-flex;align-items:center;min-height:36px;padding:8px 12px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#fff;text-decoration:none;font-size:13px;font-weight:750;background:rgba(255,255,255,.08)}
.eacrm-v2-commerce-nav a:hover{background:rgba(255,255,255,.14)}
@media(max-width:760px){.eacrm-v2-commerce-nav{display:none!important}.eacrm-catalog-photo-field.has-image .eacrm-catalog-photo-remove{right:-6px!important;top:-6px!important}}

/* v4.0.296 — navegação pública e mídia do catálogo */
.eacrm-v2-topnav-row{display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}
.eacrm-v2-desktop-store-nav{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:58%}
.eacrm-v2-desktop-store-nav a{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;text-decoration:none;font-size:13px;font-weight:750;background:rgba(255,255,255,.06)}
.eacrm-v2-desktop-store-nav a:hover{background:rgba(255,255,255,.13)}
.eacrm-v2-desktop-store-nav a.is-store{background:var(--eacrm-primary);border-color:var(--eacrm-primary)}
.eacrm-v2-store-media{width:100%;aspect-ratio:4/3;overflow:hidden;background:#eef2f7;display:grid;place-items:center;border-bottom:1px solid #e5e7eb}
.eacrm-v2-store-card>.eacrm-v2-store-media{padding:0;gap:0;min-height:0;flex:none}
.eacrm-v2-store-media img{width:100%;height:100%;display:block;object-fit:cover}
.eacrm-v2-store-media span{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#fff;color:#94a3b8;box-shadow:0 3px 12px rgba(15,23,42,.06)}
.eacrm-v2-store-media span svg{width:25px;height:25px}
@media(max-width:760px){
  .eacrm-v2-desktop-store-nav{display:none!important}
  .eacrm-v2-topnav-row{display:block}
  .eacrm-v2-store-section .eacrm-v2-section-head{align-items:flex-start;flex-direction:column;gap:14px}
  .eacrm-v2-store-section .eacrm-v2-section-link{display:inline-flex;align-self:flex-start;margin-top:2px}
}


/* v4.0.298 — comércio público: cards fluidos, detalhe, carrinho e checkout */
.eacrm-v2-store-grid-dynamic{align-items:start}.eacrm-store-card-dynamic{height:auto!important;min-height:0!important}.eacrm-store-card-dynamic>div{min-height:0!important;padding:14px!important;gap:6px!important}.eacrm-store-card-dynamic p{min-height:0!important;margin:0!important}.eacrm-store-card-dynamic b{margin-top:2px!important}.eacrm-store-card-dynamic .eacrm-v2-store-media{aspect-ratio:4/3}.eacrm-store-card-dynamic:not(:has(.eacrm-v2-store-media))>div{padding-top:16px!important}.eacrm-store-category-nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.eacrm-store-category-nav a{display:inline-flex;padding:8px 12px;border:1px solid #dfe4ea;border-radius:999px;text-decoration:none;color:#334155;font-weight:750;font-size:13px;background:#fff}.eacrm-store-category-nav a.is-active{background:var(--eacrm-primary,#6D5DFB);border-color:var(--eacrm-primary,#6D5DFB);color:#fff}.eacrm-product-detail{display:grid;grid-template-columns:minmax(260px,420px) minmax(0,1fr);gap:28px;align-items:start;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:22px}.eacrm-product-detail-media{overflow:hidden;border-radius:16px;background:#f1f5f9}.eacrm-product-detail-media img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}.eacrm-product-detail-content{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.eacrm-product-detail-content>small{text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#64748b}.eacrm-product-detail-content h2{margin:0;font-size:30px;line-height:1.1}.eacrm-product-detail-content p{margin:0;color:#64748b;line-height:1.6}.eacrm-product-detail-price{font-size:24px;margin-top:4px}.eacrm-product-detail-stock{font-size:13px;color:#64748b}.eacrm-add-cart-form{width:min(100%,340px);margin-top:8px}.eacrm-store-requirement{width:100%;padding:16px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc}.eacrm-store-requirement p{margin:5px 0 12px}.eacrm-store-requirement>div{display:flex;gap:8px;flex-wrap:wrap}.eacrm-cart-page{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);gap:24px;align-items:start}.eacrm-cart-items{display:grid;gap:10px}.eacrm-cart-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto auto auto;gap:12px;align-items:center;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:14px}.eacrm-cart-item>img{width:72px;height:72px;border-radius:10px;object-fit:cover}.eacrm-cart-item>div>small,.eacrm-cart-item>div>strong,.eacrm-cart-item>div>span{display:block}.eacrm-cart-item>div>small{font-size:10px;text-transform:uppercase;color:#64748b}.eacrm-cart-item label{font-size:12px;color:#64748b}.eacrm-cart-item input{width:70px;margin-top:4px}.eacrm-cart-line-total{font-weight:800;white-space:nowrap}.eacrm-cart-remove{border:0;background:transparent;color:#b42318;cursor:pointer;font-weight:700}.eacrm-cart-summary{position:sticky;top:20px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;display:grid;gap:14px}.eacrm-cart-summary>div:first-child{display:flex;justify-content:space-between;gap:16px;font-size:18px}.eacrm-cart-summary form{display:grid;gap:8px}.eacrm-cart-summary small{color:#64748b}.eacrm-store-top>div>h1{margin-bottom:6px}.eacrm-store-top>div>small{display:none}
@media(max-width:760px){.eacrm-product-detail{grid-template-columns:1fr;padding:14px;gap:16px}.eacrm-product-detail-content h2{font-size:25px}.eacrm-cart-page{grid-template-columns:1fr}.eacrm-cart-summary{position:static}.eacrm-cart-item{grid-template-columns:56px minmax(0,1fr) auto}.eacrm-cart-item>img{width:56px;height:56px}.eacrm-cart-item label,.eacrm-cart-line-total,.eacrm-cart-remove{grid-column:2/-1}.eacrm-store-category-nav{gap:6px}.eacrm-store-category-nav a{font-size:12px;padding:7px 10px}}

.eacrm-v2-store-grid{align-items:start}.eacrm-v2-store-card{height:auto!important;min-height:0!important}.eacrm-v2-store-card>div:not(.eacrm-v2-store-media){min-height:0!important}.eacrm-v2-store-card p{min-height:0!important}.eacrm-v2-store-card b{margin-top:2px!important}

/* v4.0.300 — ações auxiliares do modal Editar Empresa */
.eacrm-company-detail-extra-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px}.eacrm-company-detail-extra-actions .eacrm-inline-form{margin:0}.eacrm-company-detail-extra-actions .eacrm-btn{margin:0}
@media(max-width:700px){.eacrm-company-detail-extra-actions{align-items:stretch}.eacrm-company-detail-extra-actions .eacrm-inline-form,.eacrm-company-detail-extra-actions .eacrm-btn{width:100%}}

/* v4.0.302 — carrinho em ícone + modal comercial público */
.eacrm-v2-cart-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;text-decoration:none;position:relative;z-index:8}
.eacrm-v2-cart-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.eacrm-v2-cart-icon>span{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;display:grid;place-items:center;font-size:10px;font-weight:900;line-height:1;background:var(--eacrm-primary,#6D5DFB);color:#fff;border:2px solid currentColor}
.eacrm-v2-cart-icon-home{position:absolute;top:0;right:230px;color:#fff;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08)}
.eacrm-v2-cart-icon-home:hover{background:rgba(255,255,255,.15)}
.eacrm-store-top{position:relative;padding-right:58px}
.eacrm-v2-cart-icon-store{position:absolute;top:0;right:0;color:#334155;border:1px solid #dfe4ea;background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.04)}
.eacrm-v2-cart-icon-store:hover{background:#f8fafc}
.eacrm-store-notice-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}
.eacrm-store-notice-modal.is-open{display:flex}
.eacrm-store-notice-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.54);backdrop-filter:blur(2px)}
.eacrm-store-notice-dialog{position:relative;z-index:1;width:min(100%,430px);padding:24px;border-radius:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.24);color:#0f172a}
.eacrm-store-notice-dialog>strong{display:block;font-size:20px;margin:0 34px 8px 0}
.eacrm-store-notice-dialog>p{margin:0 0 18px;color:#475569;line-height:1.55}
.eacrm-store-notice-x{position:absolute;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:9px;background:#f1f5f9;color:#334155;font-size:23px;line-height:1;cursor:pointer}
.eacrm-store-notice-ok{width:100%;border:0;cursor:pointer}
body.eacrm-store-modal-open{overflow:hidden}
@media(max-width:760px){
 .eacrm-v2-cart-icon-home{position:absolute;top:24px;right:74px;width:44px;height:42px}
 .eacrm-store-top{padding-right:54px}
 .eacrm-v2-cart-icon-store{width:42px;height:42px}
}

/* v4.0.303 — chave-mestra pública + ordem [Entrar/Cadastre-se][Carrinho] */
@media(min-width:761px){
  .eacrm-v2-account-actions-top{right:60px!important}
  .eacrm-v2-cart-icon-home{right:0!important;top:0!important;width:46px;height:46px;border-radius:13px}
  .eacrm-v2-cart-icon-store{width:50px;height:50px;border-radius:14px}
  .eacrm-store-top{padding-right:66px}
}


/* v4.0.304 — padrão único dos controles comerciais públicos */
@media(min-width:761px){
  .eacrm-v2-account-actions-top{right:0!important;gap:8px!important;flex-wrap:nowrap!important;}
  .eacrm-v2-account-actions-top>a:not(.eacrm-v2-cart-icon){min-height:40px;box-sizing:border-box;padding:9px 14px;border-radius:10px;}
  .eacrm-v2-cart-icon-home{position:relative!important;top:auto!important;right:auto!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;border-radius:10px!important;box-sizing:border-box!important;flex:0 0 40px;}
  .eacrm-v2-cart-icon-home svg{width:20px;height:20px;}
  .eacrm-v2-desktop-store-nav{gap:8px;}
  .eacrm-v2-desktop-store-nav a{min-height:40px;box-sizing:border-box;padding:9px 14px;border-radius:10px;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);font-weight:700;}
  .eacrm-v2-desktop-store-nav a:hover,.eacrm-v2-desktop-store-nav a.is-store{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.30);}
  .eacrm-v2-cart-icon-store{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:10px!important;padding:0!important;box-sizing:border-box!important;}
  .eacrm-v2-cart-icon-store svg{width:20px;height:20px;}
  .eacrm-store-top{padding-right:56px;}
}


/* v4.0.305 — catálogo público e seletor de quantidade dos produtos */
.eacrm-catalog-only{display:block;margin-top:4px;padding:9px 10px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;color:#64748b!important;font-size:12px!important;font-weight:650}
.eacrm-product-buy-inline{display:grid;grid-template-columns:128px minmax(110px,1fr);gap:0;margin-top:6px;width:100%;align-items:stretch}
.eacrm-qty-picker{display:grid;grid-template-columns:40px 48px 40px;min-height:42px;border:1px solid #dfe4ea;border-radius:12px 0 0 12px;overflow:hidden;background:#fff}
.eacrm-qty-picker button{border:0;background:#fff;color:#0f172a;font-size:18px;font-weight:700;cursor:pointer;padding:0;display:grid;place-items:center}
.eacrm-qty-picker button:hover{background:#f8fafc}
.eacrm-qty-picker input{width:48px!important;min-width:0!important;border:0!important;border-left:1px solid #edf0f4!important;border-right:1px solid #edf0f4!important;border-radius:0!important;text-align:center!important;padding:0!important;min-height:40px!important;font-weight:800;color:#0f172a;background:#fff;appearance:textfield;-moz-appearance:textfield}
.eacrm-qty-picker input::-webkit-outer-spin-button,.eacrm-qty-picker input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.eacrm-product-add-btn{border:0;border-radius:0 12px 12px 0;background:var(--eacrm-primary,#6D5DFB);color:#fff;font-weight:800;padding:0 16px;min-height:42px;cursor:pointer}
.eacrm-product-add-btn:hover{filter:brightness(.97)}
@media(max-width:520px){.eacrm-product-buy-inline{grid-template-columns:120px minmax(100px,1fr)}.eacrm-qty-picker{grid-template-columns:36px 48px 36px}}

/* v4.0.308 — cards públicos de produto com hierarquia de vitrine/e-commerce */
.eacrm-product-card{border-radius:18px;overflow:hidden;box-shadow:0 4px 18px rgba(15,23,42,.035);transition:box-shadow .18s ease,transform .18s ease}
.eacrm-product-card:hover{box-shadow:0 10px 28px rgba(15,23,42,.07)}
.eacrm-product-card .eacrm-product-card-media{aspect-ratio:1/1;border-bottom:1px solid #eef1f5;background:#f4f6f9}
.eacrm-product-card .eacrm-product-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.eacrm-product-card>.eacrm-product-card-body{padding:15px 16px 16px!important;gap:7px!important;min-height:0!important}
.eacrm-product-card-body>small{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.1em;font-weight:850;color:#64748b}
.eacrm-product-card-body>strong{font-size:18px;line-height:1.22;color:#0f172a;margin-top:1px}
.eacrm-product-card-body>.eacrm-product-card-availability{font-size:12px;line-height:1.35;color:#64748b;margin-top:2px}
.eacrm-product-card-body>.eacrm-product-card-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:12.5px;line-height:1.45;color:#64748b;margin:1px 0 0!important;min-height:0!important}
.eacrm-product-card-body>b{font-size:19px;line-height:1.2;color:#0f172a;margin:5px 0 1px!important;font-weight:850}
.eacrm-product-card--sale .eacrm-product-buy-inline{margin-top:7px;width:100%;grid-template-columns:128px minmax(104px,1fr);border-radius:12px;overflow:hidden}
.eacrm-product-card--sale .eacrm-qty-picker{border-radius:12px 0 0 12px;min-height:42px;border-right:0}
.eacrm-product-card--sale .eacrm-product-add-btn{border-radius:0 12px 12px 0;min-height:42px;padding:0 14px;font-size:13px}
.eacrm-product-card:not(:has(.eacrm-product-card-media))>.eacrm-product-card-body{padding-top:17px!important}
@media(max-width:600px){.eacrm-product-card .eacrm-product-card-media{aspect-ratio:4/3}.eacrm-product-card-body>strong{font-size:17px}}

/* v4.0.309 — card público mais compacto, imagem menor e borda escura */
.eacrm-product-card{
  border:1px solid #252a32!important;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 4px 16px rgba(15,23,42,.035);
}
.eacrm-product-card .eacrm-product-card-media{
  aspect-ratio:16/9!important;
  max-height:138px;
  border-bottom:1px solid rgba(37,42,50,.22)!important;
  background:#f4f6f9;
}
.eacrm-product-card .eacrm-product-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
@media(max-width:600px){
  .eacrm-product-card .eacrm-product-card-media{aspect-ratio:16/9!important;max-height:132px}
}

/* v4.0.310 — ajuste fino de proporção dos cards públicos de produto */
.eacrm-product-card{
  width:100%;
  max-width:250px;
  justify-self:start;
}
.eacrm-product-card .eacrm-product-card-media{
  aspect-ratio:1.72/1!important;
  max-height:none!important;
}
.eacrm-product-card--sale .eacrm-product-buy-inline{
  grid-template-columns:120px minmax(98px,1fr);
}
.eacrm-product-card--sale .eacrm-qty-picker{
  grid-template-columns:36px 48px 36px;
}
@media(max-width:600px){
  .eacrm-product-card{max-width:248px}
  .eacrm-product-card .eacrm-product-card-media{aspect-ratio:1.72/1!important;max-height:none!important}
}


/* v4.0.311 — fechamento do fluxo público de assinaturas */
.eacrm-subscription-store-card{border:1px solid #252a32;border-radius:18px;overflow:hidden;background:#fff}
.eacrm-subscription-store-media{aspect-ratio:16/8.3;min-height:0;overflow:hidden}
.eacrm-subscription-store-media img{width:100%;height:100%;object-fit:cover}
.eacrm-subscription-store-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:4px 0;color:#667085;line-height:1.45}
.eacrm-customer-subscription-card{gap:14px}
.eacrm-customer-subscription-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.eacrm-customer-subscription-metrics>span{padding:10px 12px;border:1px solid #e4e7ec;border-radius:10px;background:#f8fafc}
.eacrm-customer-subscription-metrics small,.eacrm-customer-subscription-metrics strong{display:block}
.eacrm-customer-subscription-metrics small{color:#667085;font-size:11px;margin-bottom:3px}
.eacrm-customer-subscription-metrics strong{color:#101828;font-size:14px}
.eacrm-customer-subscription-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.eacrm-customer-subscription-actions form{margin:0}
.eacrm-subscription-cancel-btn{color:#b42318;border-color:#f1c4c0}
.eacrm-subscription-return-shell{min-height:100vh;padding:36px 20px;background:#f5f7fb}
.eacrm-subscription-return-shell>.eacrm-customer-back{display:block;max-width:720px;margin:0 auto 18px}
.eacrm-subscription-return-card{max-width:720px;margin:0 auto;padding:28px;border:1px solid #d0d5dd;border-radius:20px;background:#fff;box-shadow:0 18px 40px rgba(16,24,40,.08);text-align:center}
.eacrm-subscription-return-card.is-success{border-color:#a6d7ba}
.eacrm-subscription-return-card.is-cancelled{border-color:#efb5b0}
.eacrm-subscription-return-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:#eef2ff;color:var(--eacrm-primary);font-size:26px;font-weight:800}
.eacrm-subscription-return-card.is-success .eacrm-subscription-return-mark{background:#ecfdf3;color:#067647}
.eacrm-subscription-return-card.is-cancelled .eacrm-subscription-return-mark{background:#fef3f2;color:#b42318}
.eacrm-subscription-return-card h1{margin:0 0 8px;font-size:30px}
.eacrm-subscription-return-card>p{margin:0 auto 22px;max-width:560px;color:#667085}
.eacrm-subscription-return-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;text-align:left;margin:18px 0 22px}
.eacrm-subscription-return-details>span{padding:12px;border:1px solid #e4e7ec;border-radius:10px;background:#f8fafc;color:#667085;font-size:12px}
.eacrm-subscription-return-details strong{display:block;margin-top:4px;color:#101828;font-size:14px}
.eacrm-subscription-return-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}
@media(max-width:620px){
  .eacrm-customer-subscription-metrics{grid-template-columns:1fr}
  .eacrm-customer-subscription-actions,.eacrm-customer-subscription-actions .eacrm-btn,.eacrm-customer-subscription-actions form{width:100%}
  .eacrm-subscription-return-details{grid-template-columns:1fr}
  .eacrm-subscription-return-card{padding:22px 16px}
}

/* v4.0.313 — ajuste isolado no card público de produto: +12px na altura da imagem */
.eacrm-product-card .eacrm-product-card-media{
  aspect-ratio:auto!important;
  height:157px!important;
  max-height:none!important;
}
@media(max-width:600px){
  .eacrm-product-card .eacrm-product-card-media{
    aspect-ratio:auto!important;
    height:156px!important;
    max-height:none!important;
  }
}

/* v4.0.321 — foto do serviço no agendamento público */
.eacrm-v2-service-photo{width:52px;height:52px;min-width:52px;min-height:52px;max-width:52px;max-height:52px;flex:0 0 52px;border-radius:14px;object-fit:cover;object-position:center;background:#eef1f5;border:1px solid #e3e8ee}
.eacrm-v2-service-photo-fallback{display:grid;place-items:center;font-weight:800;color:#7d8796;font-size:16px}
@media(max-width:640px){.eacrm-v2-service-photo{width:46px;height:46px;min-width:46px;min-height:46px;max-width:46px;max-height:46px;flex-basis:46px;border-radius:12px}.eacrm-v2-service-option{gap:10px;padding:12px}.eacrm-v2-service-option b{white-space:nowrap}}
/* v4.0.323 — foto do serviço na vitrine pública */
.eacrm-v2-service-grid>a{justify-content:flex-start}
.eacrm-v2-home-service-photo{display:block;box-sizing:border-box;flex:0 0 56px;width:56px;height:56px;min-width:56px;min-height:56px;max-width:56px;max-height:56px;border:1px solid #dbe2ea;border-radius:12px;object-fit:cover;object-position:center;background:#f8fafc;overflow:hidden}
.eacrm-v2-home-service-photo-fallback{display:grid;place-items:center;font-size:16px;font-weight:700;line-height:1;color:#1f2937;background:#f8fafc;border:1px solid #dbe2ea}
.eacrm-v2-home-service-copy{min-width:0;flex:1}
.eacrm-v2-service-grid>a>em{margin-left:auto;flex:0 0 auto}
@media(max-width:620px){.eacrm-v2-home-service-photo{flex-basis:50px;width:50px;height:50px;min-width:50px;min-height:50px;max-width:50px;max-height:50px;border-radius:11px}}

/* v4.0.325 — miniatura pública do serviço */
.eacrm-v2-service-grid>a>.eacrm-v2-home-service-photo{
  box-sizing:border-box!important;
  border:1px solid #dbe2ea!important;
  background:#f8fafc!important;
}
.eacrm-v2-service-grid>a>img.eacrm-v2-home-service-photo{
  object-fit:cover!important;
  object-position:center!important;
}
.eacrm-v2-service-grid>a>.eacrm-v2-home-service-photo-fallback{
  display:grid!important;
  place-items:center!important;
}

/* v4.0.326 — botões de remover imagem dos uploads sempre perfeitamente redondos */
.eacrm-prof-photo-remove,
.eacrm-catalog-photo-remove{
  box-sizing:border-box!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  max-width:28px!important;
  max-height:28px!important;
  flex:0 0 28px!important;
  aspect-ratio:1/1!important;
  padding:0!important;
  margin:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
  overflow:hidden!important;
}
.eacrm-prof-photo-remove svg,
.eacrm-catalog-photo-remove svg{
  display:block!important;
  width:13px!important;
  height:13px!important;
  min-width:13px!important;
  min-height:13px!important;
  margin:0!important;
}
