:root{color-scheme:dark;font-family:Avenir Next,Century Gothic,Segoe UI,sans-serif;--bg: linear-gradient(135deg, #fff5eb 0%, #f4f9ff 100%);--panel: #ffffff;--text: #1d2433;--muted: #667085;--brand: #0f9d6e;--brand-strong: #0a7b57;--line: #d7dee9;--inbound: #f4f7fb;--outbound: #dff7ec;--topbar-height: 74px;--app-height: 100vh;--keyboard-inset: 0px}@supports (height: 100dvh){:root{--app-height: 100dvh}}*{box-sizing:border-box}html,body{height:100%;overscroll-behavior:none}body{margin:0;min-height:var(--app-height);background:var(--bg);color:var(--text);overflow:hidden}a{color:inherit;text-decoration:none}.crm-shell{display:grid;grid-template-columns:320px 1fr;height:var(--app-height);min-height:var(--app-height);overflow:hidden;overscroll-behavior:contain}.crm-sidebar{display:flex;flex-direction:column;min-height:0;overflow:hidden;border-right:1px solid var(--line);background:#ffffffbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.crm-title-bar{display:flex;align-items:center;justify-content:space-between;gap:.6rem;height:var(--topbar-height);padding:0 .78rem 0 1rem;border-bottom:1px solid #1f2a38;background:#111b21;color:#f8fafc}.crm-title{margin:0;font-size:1.15rem;letter-spacing:.02em}.sidebar-menu{position:relative}.sidebar-menu-toggle{width:36px;height:36px;border:none;border-radius:999px;background:transparent;color:#d0d8e2;cursor:pointer;display:grid;place-items:center}.sidebar-menu-toggle:hover{background:#ffffff24}.sidebar-menu-toggle svg{width:17px;height:17px;fill:currentColor}.sidebar-menu-dropdown{position:absolute;right:0;top:calc(100% + .42rem);z-index:40;min-width:220px;border:1px solid #dbe4f0;border-radius:12px;background:#fff;box-shadow:0 18px 44px #0f172a2e;padding:.3rem;display:grid;gap:.2rem}.sidebar-menu-item{width:100%;border:none;border-radius:8px;background:transparent;color:#1d2433;cursor:pointer;font:inherit;font-size:.84rem;text-align:left;padding:.55rem .62rem}.sidebar-menu-item:hover{background:#f5f8fc}.sidebar-menu-item:disabled{color:#98a2b3;cursor:not-allowed}.sidebar-menu-item:disabled:hover{background:transparent}.sidebar-menu-item-danger{color:#b42318}.sidebar-menu-form{margin:0}.sidebar-copy-status{margin:0;padding:.38rem 1rem .55rem;font-size:.74rem;color:#344054;border-bottom:1px solid var(--line)}.conversation-list{flex:1;min-height:0;overflow-y:auto;margin:0;padding:0;list-style:none}.conversation-link{display:block;padding:.9rem 1rem;border-bottom:1px solid var(--line)}.conversation-link.active{background:#e9f7f1;border-left:4px solid var(--brand);padding-left:.75rem}.conversation-link .name{margin:0;font-weight:700;font-size:.95rem}.conversation-top-row{display:flex;align-items:center;gap:.45rem;min-width:0}.conversation-top-row .name{min-width:0;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-channel-badge{flex:0 0 auto;border:1px solid #d3dbe7;border-radius:999px;padding:.1rem .42rem;font-size:.66rem;font-weight:700;line-height:1.2;color:#475467;background:#f8fafc}.conversation-channel-badge.whatsapp{border-color:#b7e9d2;color:#067647;background:#ecfdf3}.conversation-channel-badge.instagram{border-color:#f7c5d9;color:#9e165f;background:#fff1f7}.unread-badge{flex:0 0 auto;min-width:1.35rem;height:1.35rem;border-radius:999px;background:#0f9d6e;color:#fff;font-size:.72rem;font-weight:700;line-height:1;display:grid;place-items:center;padding:0 .35rem}.conversation-link .meta{margin:.2rem 0 0;color:var(--muted);font-size:.83rem}.conversation-link .preview-meta{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal;word-break:break-word}.conversation-link .date-meta{white-space:nowrap}.crm-main{display:grid;grid-template-rows:auto 1fr auto;height:100%;min-height:0;overflow:hidden}.crm-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:var(--topbar-height);padding:0 1.25rem;border-bottom:1px solid var(--line);background:#ffffffd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chat-header-main{display:flex;align-items:center;gap:.62rem;min-width:0}.chat-header-text{min-width:0}.chat-header-main h2,.chat-header-main p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-header h2{margin:0;font-size:1rem}.crm-header p{margin:.2rem 0 0;color:var(--muted);font-size:.84rem}.header-actions{display:flex;align-items:center;min-width:0;gap:.6rem}.chat-bot-switch-form{margin:0}.chat-bot-switch{border:1px solid #d3dbe7;border-radius:999px;background:#fff;color:#1f2937;cursor:pointer;display:inline-flex;align-items:center;gap:.48rem;padding:.28rem .42rem .28rem .52rem;min-height:34px}.chat-bot-switch:disabled{cursor:not-allowed;opacity:.7}.chat-bot-switch-label{font-size:.74rem;font-weight:700;line-height:1;white-space:nowrap}.chat-bot-switch-track{width:34px;height:20px;border-radius:999px;background:#d0d5dd;border:1px solid #c8ced8;display:inline-flex;align-items:center;padding:1px;transition:background .12s ease}.chat-bot-switch-track.active{background:#22a06b;border-color:#158a58}.chat-bot-switch-thumb{width:16px;height:16px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #10182840;transform:translate(0);transition:transform .12s ease}.chat-bot-switch-track.active .chat-bot-switch-thumb{transform:translate(14px)}.session-pill{font-size:.76rem;color:#475467;padding:.3rem .5rem;border-radius:999px;background:#eef3f9;border:1px solid #d3dbe7}.access-summary{position:relative;display:flex;align-items:center;gap:.34rem;max-width:min(420px,44vw);overflow:hidden}.access-chip{flex:0 1 auto;min-width:0;max-width:165px;border:1px solid #ccead9;border-radius:999px;background:#edf9f3;color:#0f5132;font-size:.72rem;font-weight:700;line-height:1;padding:.24rem .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.access-more-btn{flex:0 0 auto;border:1px solid #d3dbe7;border-radius:999px;background:#fff;color:#334155;cursor:pointer;font-size:.72rem;font-weight:700;line-height:1;padding:.24rem .48rem}.access-more-btn:hover{background:#f8fbff}.access-popover{position:absolute;left:0;top:calc(100% + .42rem);z-index:34;width:min(340px,calc(100vw - 3rem));border:1px solid #dbe4f0;border-radius:12px;background:#fff;box-shadow:0 18px 44px #0f172a2e;padding:.52rem}.access-popover h4{margin:0 0 .4rem;font-size:.8rem}.access-popover ul{margin:0;padding:0;list-style:none;display:grid;gap:.3rem;max-height:220px;overflow-y:auto}.access-popover li{border:1px solid #e7edf6;border-radius:8px;padding:.42rem .5rem;display:grid;gap:.1rem}.access-popover li span{font-size:.8rem;font-weight:700}.access-popover li small{color:#667085;font-size:.72rem}.chat-menu{position:relative}.chat-menu-toggle{width:34px;height:34px;border:1px solid #d3dbe7;border-radius:999px;background:#fff;color:#475467;cursor:pointer;display:grid;place-items:center}.chat-menu-toggle:hover{background:#f8fbff}.chat-menu-toggle svg{width:15px;height:15px;fill:currentColor}.chat-menu-dropdown{position:absolute;right:0;top:calc(100% + .38rem);z-index:30;min-width:180px;border:1px solid #dbe4f0;border-radius:12px;background:#fff;box-shadow:0 18px 44px #0f172a2e;padding:.3rem}.chat-menu-item{width:100%;border:none;border-radius:8px;background:transparent;color:#1d2433;cursor:pointer;font:inherit;font-size:.84rem;text-align:left;padding:.55rem .62rem}.chat-menu-item:hover{background:#f5f8fc}.chat-menu-item:disabled{color:#98a2b3;cursor:not-allowed}.chat-menu-item:disabled:hover{background:transparent}.chat-menu-item-danger{color:#b42318}.chat-menu-item-danger:hover{background:#fef3f2}.chat-menu-form{margin:0}.mobile-back-btn{width:34px;height:34px;border:1px solid #d3dbe7;border-radius:999px;background:#fff;color:#334155;cursor:pointer;display:grid;place-items:center;font-size:1.05rem;line-height:1;padding:0;flex:0 0 auto}.mobile-back-btn:hover{background:#f8fbff}.admin-strip{padding:.8rem 1rem .7rem;display:grid;gap:.8rem;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--line);background:#f8fcffd9}.admin-strip.admin-single{grid-template-columns:minmax(0,540px)}.admin-card{border:1px solid #dbe4f0;border-radius:12px;background:#fff;padding:.8rem}.admin-card h3{margin:0;font-size:.95rem}.admin-card p{margin:.35rem 0 .7rem;font-size:.8rem;color:#667085}.create-admin-form{display:grid;gap:.55rem}.create-admin-form label{display:grid;gap:.3rem;font-size:.78rem;color:#475467}.create-admin-form input{border:1px solid #d5dfea;border-radius:8px;padding:.5rem .6rem;font:inherit}.stylist-grid{max-height:190px;overflow-y:auto;border:1px solid #e3e9f2;border-radius:10px;padding:.3rem;margin-bottom:.55rem}.stylist-row{display:flex;align-items:flex-start;gap:.5rem;padding:.45rem;border-radius:8px}.stylist-row:hover{background:#f6f9fc}.stylist-row span{display:grid}.stylist-row strong{font-size:.84rem}.stylist-row small{color:#667085;font-size:.74rem}.admin-btn{border:none;border-radius:8px;background:#0f9d6e;color:#fff;cursor:pointer;font-size:.81rem;font-weight:700;padding:.52rem .7rem}.admin-btn-danger{background:#b42318}.admin-btn-danger:hover{background:#912018}.prompt-modal-card{width:min(440px,100%)}.prompt-modal-actions{margin-top:.7rem;display:flex;justify-content:flex-end;gap:.5rem}.admin-form-actions{display:flex;align-items:center;gap:.5rem}.admin-cancel-btn{border:1px solid #d3dbe7;border-radius:8px;background:#fff;color:#334155;cursor:pointer;font-size:.81rem;font-weight:700;padding:.52rem .7rem}.admins-list{margin-top:.7rem;border-top:1px solid #edf1f7;padding-top:.6rem}.admins-list h4{margin:0 0 .45rem;font-size:.81rem}.admins-list ul{margin:0;padding:0;list-style:none;display:grid;gap:.35rem}.admins-list li{border:1px solid #e7edf6;border-radius:8px;padding:.45rem .55rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.admin-row-content{min-width:0;display:grid;gap:.16rem}.admin-row-content span{font-size:.83rem;font-weight:700}.admin-row-content small{color:#667085;font-size:.74rem}.admin-edit-btn{border:1px solid #d3dbe7;border-radius:8px;background:#fff;color:#334155;cursor:pointer;font-size:.76rem;font-weight:700;padding:.32rem .54rem;white-space:nowrap}.empty-mini{margin:0;font-size:.78rem;color:#667085}.inline-error{margin:0 0 .45rem;color:#b42318;font-size:.8rem}.inline-success{margin:0 0 .15rem;color:#067647;font-size:.8rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f172a73;display:grid;place-items:center;padding:1rem}.modal-dismiss-layer{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:transparent;padding:0;margin:0;cursor:pointer}.modal-card{position:relative;z-index:1;width:min(720px,100%);max-height:calc(100vh - 2rem);overflow:auto;border:1px solid #dbe4f0;border-radius:14px;background:#fff;padding:.95rem;box-shadow:0 26px 80px #0f172a38}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.3rem}.modal-header h3{margin:0;font-size:.95rem}.modal-close{border:1px solid #d3dbe7;border-radius:8px;background:#fff;color:#334155;cursor:pointer;font-size:.79rem;font-weight:700;padding:.38rem .58rem}.icon-close-btn{width:32px;height:32px;padding:0;display:grid;place-items:center;font-size:1.25rem;line-height:1}.modal-description{margin:.18rem 0 .75rem;font-size:.82rem;color:#667085}.messages{padding:1rem 1.2rem;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:.7rem}.message{width:fit-content;max-width:min(62ch,74%);padding:.72rem .85rem;border-radius:12px;border:1px solid var(--line);background:var(--inbound);align-self:flex-start}.message.has-audio,.message.has-video{width:min(92vw,420px);max-width:min(92vw,420px)}.message.outbound{align-self:flex-end;background:var(--outbound)}.message .meta{margin-top:.4rem;color:var(--muted);font-size:.73rem}.composer{border-top:1px solid var(--line);background:var(--panel);padding:.9rem 1.2rem}.composer-lock-notice{margin:0 0 .5rem;font-size:.78rem;color:#7a2e0e;background:#fff3e8;border:1px solid #f7d9bf;border-radius:9px;padding:.42rem .58rem}.composer form{display:grid;gap:.55rem}.composer-image-input{display:none}.composer-input-wrap{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:.46rem}.composer textarea{width:100%;min-height:42px;max-height:180px;resize:none;overflow-y:hidden;border:1px solid var(--line);border-radius:16px;padding:.5rem .82rem;font:inherit;line-height:1.35}.composer textarea:disabled{background:#f8fafc;color:#98a2b3;cursor:not-allowed}.composer-attach-btn{align-self:end;width:40px;height:40px;border:1px solid #d0d5dd;border-radius:999px;background:#fff;color:#475467;font-size:1.35rem;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}.composer-attach-btn:hover{background:#f8fafc}.composer-attach-btn:disabled{color:#98a2b3;background:#f8fafc;cursor:not-allowed}.composer-send-btn{align-self:end;width:44px;height:44px;border:none;border-radius:999px;padding:0;background:var(--brand);color:#fff;font-weight:700;font-size:1.05rem;line-height:1;cursor:pointer;display:grid;place-items:center}.composer-send-btn:hover{background:var(--brand-strong)}.composer-send-btn:disabled{background:#7aa691;cursor:not-allowed}.composer-attachment-chip{display:flex;align-items:center;justify-content:space-between;gap:.6rem;border:1px solid #d5dfea;border-radius:999px;background:#f8fafc;padding:.32rem .6rem;font-size:.76rem;color:#344054}.composer-attachment-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-attachment-remove-btn{border:none;background:transparent;color:#b42318;font-size:.74rem;font-weight:700;cursor:pointer;padding:0}.error{margin:0 0 .65rem;color:#b42318;font-size:.85rem}.empty{margin:auto;text-align:center;color:var(--muted)}@media (max-width: 900px){body{position:fixed;top:0;right:0;bottom:0;left:0;width:100%}.crm-shell{grid-template-columns:1fr;height:var(--app-height);min-height:var(--app-height)}.crm-sidebar{min-height:var(--app-height);max-height:none;height:var(--app-height);overflow:hidden}.crm-main{height:var(--app-height);min-height:var(--app-height)}.crm-header{flex-direction:row;align-items:center;min-height:var(--topbar-height);padding:0 .9rem}.crm-title-bar{min-height:var(--topbar-height);padding:0 .78rem 0 1rem}.header-actions{width:auto;flex-wrap:nowrap;justify-content:flex-end;margin-left:auto}.session-pill,.access-summary{display:none}.chat-bot-switch{padding:.2rem .38rem;min-height:32px}.chat-bot-switch-label{display:inline;max-width:92px;overflow:hidden;text-overflow:ellipsis;font-size:.68rem}.access-summary{max-width:100%}.admin-strip{grid-template-columns:1fr}.modal-card{width:100%;max-height:calc(100vh - 1.2rem);padding:.8rem}.composer{padding:.7rem .75rem calc(.7rem + env(safe-area-inset-bottom))}.messages{padding:.8rem .75rem}.composer-input-wrap{gap:.4rem}.composer textarea{min-height:40px;max-height:140px}.composer-send-btn{width:42px;height:42px}.composer-attach-btn{width:38px;height:38px}.message.has-audio,.message.has-video{width:min(94vw,420px);max-width:min(94vw,420px)}}
