:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box}html,body,#root{min-width:100%;min-height:100%;margin:0}body{background:#f4f7fb;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}.internal-page{color:#17324d;flex-direction:column;width:100%;min-width:0;height:calc(100dvh - 90px);padding:20px;display:flex}.internal-page>header h1{margin:0;font-size:25px}.internal-page>header p{color:#607389;margin:6px 0 18px;font-size:14px}.internal-grid{background:#fff;border:1px solid #dbe4ed;border-radius:14px;flex:1;grid-template-columns:280px minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.internal-people{border-right:1px solid #dbe4ed;flex-direction:column;min-height:0;display:flex}.internal-people>label{padding:16px;font-size:13px;font-weight:600}.internal-people input{border:1px solid #ccd9e5;border-radius:8px;width:100%;margin-top:8px;padding:10px;display:block}.internal-people>div{overflow:auto}.internal-people button{text-align:left;color:#17324d;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eff3f7;align-items:center;gap:10px;width:100%;padding:14px;display:flex}.internal-people button.selected{background:#eaf3ff}.internal-people button>span:nth-child(2){overflow-wrap:anywhere;flex:1}.internal-people small{color:#63778c;margin-top:3px;font-size:11px;display:block}.internal-people b{color:#fff;background:#075ad7;border-radius:20px;padding:3px 7px;font-size:11px}.internal-avatar{background:#dcecff;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-weight:600;display:grid}.internal-conversation{flex-direction:column;min-width:0;min-height:0;display:flex}.internal-title{border-bottom:1px solid #dbe4ed;flex-wrap:wrap;align-items:center;gap:12px;padding:16px;display:flex}.internal-title small{color:#607389;font-size:12px}.internal-messages{background:#f2f6fa;flex-direction:column;flex:1;gap:12px;min-height:0;padding:20px;display:flex;overflow:auto}.internal-messages article{background:#fff;border:1px solid #dfe7ef;border-radius:12px;align-self:flex-start;min-width:80px;max-width:80%;padding:10px 14px}.internal-messages .mine{background:#e1efff;border-color:#cadff7;align-self:flex-end}.internal-messages p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 7px;font-size:14px}.internal-messages small{color:#5a6d80;font-size:10px}.internal-compose{grid-template-columns:1fr auto;align-items:center;gap:9px;padding:14px;display:grid}.internal-compose textarea{resize:none;min-width:0;font:inherit;border:1px solid #cad7e5;border-radius:9px;padding:10px}.internal-compose button{color:#fff;cursor:pointer;background:#075ad7;border:0;border-radius:8px;padding:12px 18px}.internal-compose button:disabled{opacity:.5}.internal-compose small{color:#607389;grid-column:1/-1;font-size:11px}.internal-empty{text-align:center;color:#607389;margin:auto;padding:24px}.internal-empty h2{font-size:20px}.internal-back{display:none}.internal-error{color:#942525;background:#fff0f0;margin-bottom:10px;padding:10px;font-size:13px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=700px){.internal-page{height:calc(100dvh - 75px);padding:12px}.internal-grid{grid-template-columns:1fr}.internal-conversation{display:none}.internal-page.has-peer .internal-conversation{display:flex}.internal-page.has-peer .internal-people{display:none}.internal-back{background:#fff;border:1px solid #cbd8e5;border-radius:6px;padding:8px;display:block}.internal-messages{padding:12px}.internal-messages article{max-width:92%}.internal-title,.internal-compose{padding:10px}.internal-compose small{display:none}.internal-people{border-right:0}}.page-content>.internal-page{color:#172033;max-width:1500px;height:100%;min-height:0;margin:0 auto;padding:0;overflow:hidden}.internal-page>header,.internal-page>.internal-error,.internal-title,.internal-compose,.internal-people>label{flex-shrink:0}.internal-page>header h1{color:#172033;font-size:28px;font-weight:700;line-height:1.2}.internal-page>header p{color:#7b8796;margin:7px 0 24px;font-size:14px;line-height:1.5}.internal-grid{border-color:#e1e8f1;border-radius:16px;flex:1 1 0}.internal-people>div{flex:1 1 0;min-height:0}.internal-people>div,.internal-messages{scrollbar-gutter:stable;overscroll-behavior-y:contain;overflow:hidden auto}.internal-messages>*{flex-shrink:0}.internal-compose button{font:inherit;background:#245be1;border-radius:9px;font-size:14px;font-weight:600}.internal-page input:focus-visible,.internal-page textarea:focus-visible,.internal-page button:focus-visible{outline-offset:2px;outline:2px solid #245be1}@media (width<=600px){.internal-page>header h1{font-size:22px}.internal-page>header p{margin-bottom:16px}}.internal-avatar{overflow:hidden}.internal-avatar img{object-fit:cover;width:100%;height:100%;display:block}.automation-group-policy label.automation-group-option{cursor:pointer;flex-direction:row;justify-content:flex-start;min-height:32px}.automation-group-policy label.automation-group-option input[type=checkbox]{accent-color:#5575d8;min-width:16px;min-height:0;padding:0}.automation-group-policy label.automation-group-option input[type=checkbox]:focus-visible{outline-offset:3px;outline:2px solid #5575d8}.automation-flows-page{flex-direction:column;gap:24px;display:flex}.automation-flows-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.automation-flows-header h1{color:#0f172a;margin:4px 0 6px;font-size:28px}.automation-flows-header p{color:#64748b;margin:0}.automation-flows-eyebrow{color:#3157ba;text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:700}.automation-flows-primary{color:#fff;cursor:pointer;background:#3157d5;border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-weight:700;transition:background .18s,transform .18s;display:inline-flex}.automation-flows-primary:hover{background:#2848b8}.automation-flows-primary:active{transform:translateY(1px)}.automation-flows-card{background:#fff;border:1px solid #dbe3ee;border-radius:14px;overflow:hidden}.automation-flows-toolbar{border-bottom:1px solid #e6ebf2;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.automation-flows-search{background:#fff;border:1px solid #cfd8e5;border-radius:9px;flex:1;align-items:center;gap:9px;max-width:430px;padding:0 12px;display:flex}.automation-flows-search input{color:#1e293b;width:100%;font:inherit;background:0 0;border:0;outline:0;padding:10px 0}.automation-flows-summary{color:#64748b;align-items:center;gap:7px;font-size:14px;display:flex}.automation-flows-list{flex-direction:column;display:flex}.automation-flow-row{border-bottom:1px solid #edf1f6;grid-template-columns:minmax(0,1fr) auto minmax(360px,auto);align-items:center;gap:24px;padding:18px;display:grid}.automation-flow-row:last-child{border-bottom:0}.automation-flow-row.inactive{background:#fcfdff}.automation-flow-main{align-items:center;gap:14px;min-width:0;display:flex}.automation-flow-icon{color:#3157ba;background:#edf3ff;border-radius:10px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.automation-flow-info{min-width:0}.automation-flow-title-line{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.automation-flow-info strong{color:#0f172a;font-size:15px}.automation-flow-info p{color:#718096;margin:5px 0 0;font-size:14px}.automation-flow-status{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.automation-flow-status.active{color:#22834f;background:#dff7e8}.automation-flow-status.inactive{color:#64748b;background:#eef2f7}.automation-flow-meta{color:#64748b;white-space:nowrap;flex-direction:column;gap:3px;font-size:13px;display:flex}.automation-flow-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.automation-flow-actions button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;height:38px;font-family:inherit;font-weight:600;display:inline-flex}.automation-flow-toggle{color:#334155;background:#fff;border:1px solid #cfd8e5;padding:0 12px}.automation-flow-toggle:hover:not(:disabled){background:#f8fafc}.automation-flow-icon-button{color:#52627a;background:0 0;border:0;width:38px;padding:0}.automation-flow-icon-button:hover:not(:disabled){color:#3157ba;background:#eef3f8}.automation-flow-icon-button.danger:hover:not(:disabled){color:#c43a3a;background:#fff0f0}.automation-flow-open{color:#64748b;background:#fff;border:1px solid #dbe3ee;padding:0 14px}.automation-flow-actions button:disabled{opacity:.48;cursor:not-allowed}.automation-flows-empty{text-align:center;color:#64748b;padding:42px 20px}.automation-flow-modal-backdrop{z-index:1000;background:#0f172a70;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.automation-flow-modal{background:#fff;border:1px solid #dbe3ee;border-radius:16px;flex-direction:column;width:min(100%,620px);max-height:calc(100vh - 40px);display:flex;overflow:hidden;box-shadow:0 25px 70px #0f172a3d}.automation-flow-modal-header{border-bottom:1px solid #e6ebf2;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 20px 17px;display:flex}.automation-flow-modal-header>div{flex-direction:column;gap:4px;display:flex}.automation-flow-modal-header strong{color:#1e293b;font-size:18px}.automation-flow-modal-header span{color:#7b8aa0;font-size:13px}.automation-flow-modal-header>button{color:#7b8aa0;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.automation-flow-modal-header>button:hover:not(:disabled){color:#334155;background:#f2f5f9}.automation-flow-modal-body{flex-direction:column;gap:18px;padding:20px;display:flex;overflow-y:auto}.automation-flow-modal-body label{flex-direction:column;gap:7px;display:flex}.automation-flow-modal-body label>span{color:#334155;font-size:13px;font-weight:700}.automation-flow-modal-body input,.automation-flow-modal-body textarea,.automation-flow-modal-body select{box-sizing:border-box;color:#334155;width:100%;font:inherit;background:#fff;border:1px solid #d2dbe7;border-radius:9px;outline:none;padding:10px 12px;font-size:14px;font-weight:400}.automation-flow-modal-body input{min-height:40px}.automation-flow-modal-body textarea{resize:vertical;min-height:76px}.automation-flow-modal-body select{min-height:42px}.automation-flow-modal-body input:focus,.automation-flow-modal-body textarea:focus,.automation-flow-modal-body select:focus{border-color:#5575d8;box-shadow:0 0 0 2px #5575d81f}.automation-flow-modal-body small{color:#7b8aa0;margin-top:-1px;font-size:12px;font-weight:400;line-height:1.45}.automation-flow-modal-actions{background:#fff;border-top:1px solid #e6ebf2;justify-content:flex-end;align-items:center;gap:9px;padding:14px 20px;display:flex}.automation-flow-modal-actions button,.automation-flow-confirm-actions button{cursor:pointer;border-radius:8px;min-height:40px;padding:0 15px;font-family:inherit;font-weight:700}.automation-flow-modal-actions .secondary,.automation-flow-confirm-actions .secondary{color:#52627a;background:#fff;border:1px solid #d2dbe7}.automation-flow-modal-actions .primary{color:#fff;background:#3157d5;border:1px solid #3157d5}.automation-flow-modal-actions .primary:hover:not(:disabled){background:#2848b8}.automation-flow-modal-actions button:disabled,.automation-flow-confirm-actions button:disabled{opacity:.55;cursor:not-allowed}.automation-flow-confirm-modal{background:#fff;border:1px solid #dbe3ee;border-radius:16px;width:min(100%,460px);padding:24px;box-shadow:0 25px 70px #0f172a3d}.automation-flow-confirm-icon{color:#c43a3a;background:#fff0f0;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.automation-flow-confirm-content h2{color:#1e293b;margin:0 0 8px;font-size:19px}.automation-flow-confirm-content p{color:#52627a;margin:0;line-height:1.55}.automation-flow-confirm-note{font-size:12px;color:#7b8aa0!important;margin-top:10px!important}.automation-flow-confirm-actions{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.automation-flow-confirm-actions .danger{color:#fff;background:#c43a3a;border:1px solid #c43a3a}.automation-flow-confirm-actions .danger:hover:not(:disabled){background:#a92f2f}@media (width<=1100px){.automation-flow-row{grid-template-columns:minmax(0,1fr) auto}.automation-flow-actions{grid-column:1/-1;justify-content:flex-end}}@media (width<=760px){.automation-flows-header{flex-direction:column}.automation-flows-toolbar{flex-direction:column;align-items:stretch}.automation-flows-search{max-width:none}.automation-flow-row{grid-template-columns:1fr;gap:12px}.automation-flow-meta{flex-direction:row;gap:12px}.automation-flow-actions{flex-wrap:wrap;grid-column:auto;justify-content:flex-start}}@media (width<=620px){.automation-flow-modal-backdrop{padding:10px}.automation-flow-modal-actions,.automation-flow-confirm-actions{flex-direction:column-reverse;align-items:stretch}.automation-flow-modal-actions button,.automation-flow-confirm-actions button{width:100%}}.automation-group-policy{border:1px solid #dce2ed;border-radius:10px;min-width:0;margin:8px 0 0;padding:14px}.automation-group-policy legend{color:#344054;font-size:13px;font-weight:700}.automation-group-policy p,.automation-group-policy small{color:#667085;font-size:12px;line-height:1.5}.automation-group-policy .automation-group-option{align-items:center;gap:8px;margin:10px 0;display:flex}.automation-group-policy .automation-group-option input{flex:0 0 16px;width:16px;height:16px;margin:0}.automation-group-policy textarea{box-sizing:border-box;resize:vertical;width:100%;min-height:90px}.flow-channels{border:1px solid #dfe5ee;border-radius:10px;min-width:0;margin:16px 0;padding:14px}.flow-channels legend{padding:0 5px;font-size:14px;font-weight:700}.flow-channels p,.flow-channels small{color:#657187;font-size:12px;line-height:1.5}.flow-channel-row{border-bottom:1px solid #edf0f5;align-items:center;gap:8px;padding:10px 0;display:flex}.flow-channel-row>div{overflow-wrap:anywhere;flex:1;min-width:0}.flow-channel-row strong,.flow-channel-row small{display:block}.flow-channel-row strong{font-size:13px}.flow-channels button{color:#315bd6;cursor:pointer;background:#f5f8ff;border:1px solid #d5deed;border-radius:7px;padding:7px 9px;font-size:12px}.flow-channels button:disabled{opacity:.5;cursor:not-allowed}.flow-channel-add{gap:8px;margin:12px 0;display:flex}.flow-channel-add select{border:1px solid #d5deed;border-radius:7px;flex:1;min-width:0;padding:8px}.crm-pipelines{color:#334155;width:100%;min-width:0}.crm-pipelines button:not(.automation-flows-primary):not(.primary):not(.danger){color:#52627a;font:inherit;cursor:pointer;background:#fff;border:1px solid #d2dbe7;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:8px 11px;font-size:13px;display:inline-flex}.crm-pipelines button:disabled{opacity:.55;cursor:not-allowed}.crm-pipelines button:hover:not(:disabled):not(.automation-flows-primary):not(.primary):not(.danger){background:#f2f5f9}.crm-toolbar{flex-wrap:wrap}.crm-pipelines .crm-check{color:#64748b;white-space:nowrap;flex-direction:row;align-items:center;gap:7px;font-size:13px;font-weight:400;display:flex}.crm-check input[type=checkbox]{accent-color:#3157d5;width:16px;height:16px;min-height:16px}.crm-pipeline-row{border-bottom:1px solid #edf1f6;grid-template-columns:minmax(200px,1fr) minmax(240px,1.4fr) auto;align-items:center;gap:24px;padding:18px;display:grid}.crm-pipeline-row:last-child{border-bottom:0}.crm-pipeline-row.inactive{background:#fcfdff}.crm-pipeline-row .automation-flow-info strong,.crm-pipeline-row .automation-flow-info p{overflow-wrap:anywhere}.crm-pipeline-row .automation-flow-info small{color:#7b8aa0;margin-top:7px;font-size:12px;display:block}.crm-active,.crm-inactive{color:#16834a;background:#e9f7ef;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.crm-inactive{color:#68758a;background:#edf0f4}.crm-stage-preview{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.crm-stage-preview li{overflow-wrap:anywhere;background:#f8fafc;border:1px solid #e6ebf2;border-radius:7px;align-items:center;gap:6px;padding:5px 8px;font-size:11px;display:inline-flex}.crm-stage-preview li.inactive{opacity:.55}.crm-stage-preview i{border-radius:50%;flex-shrink:0;width:7px;height:7px}.crm-row-actions{gap:7px;display:flex}.crm-pipelines .crm-delete-button{color:#c43e43!important}.crm-empty{text-align:center;color:#718096;padding:56px 20px}.crm-empty h2{color:#334155;font-size:18px}.crm-dialog{color:#334155;width:min(920px,100vw - 32px);max-height:calc(100dvh - 40px);margin:auto;padding:0}.crm-dialog:not([open]){display:none}.crm-dialog::backdrop{background:#0f172a70}.crm-dialog-confirm{width:min(480px,100vw - 32px)}.crm-dialog>header,.crm-dialog footer{flex:none}.crm-dialog>form{flex-direction:column;min-height:0;display:flex;overflow:hidden}.crm-editor{border:0;min-width:0;margin:0;padding:20px}.crm-editor>label{color:#334155;font-size:13px;font-weight:700}.crm-editor h3{color:#334155;margin:2px 0 -10px;font-size:14px}.crm-editor>p{color:#7b8aa0;margin:0;font-size:12px;line-height:1.5}.crm-stage-editor{background:#fafbfe;border:1px solid #e6ebf2;border-radius:9px;grid-template-columns:20px 34px minmax(110px,1fr) 104px 65px 32px 32px 32px;align-items:center;gap:7px;padding:10px;display:grid}.crm-stage-editor input[type=color]{width:34px;height:34px;min-height:34px;padding:3px}.crm-stage-editor input,.crm-stage-editor select{padding:8px;font-size:13px}.crm-stage-editor button{width:32px;height:32px;padding:0!important}.crm-stage-number{color:#7b8aa0;text-align:center;font-size:12px;font-weight:700}.crm-dialog .automation-flow-modal-header>button{border:0!important}.crm-dialog .automation-flow-confirm-actions{border-top:1px solid #e6ebf2;padding:14px 20px}.crm-form-error{background:#fff1f0;border-radius:8px;margin:10px 20px;padding:10px 12px;font-size:13px;color:#b42318!important}.crm-pipelines button:focus-visible{outline-offset:2px;outline:2px solid #5575d8}@media (width<=1050px){.crm-pipeline-row{grid-template-columns:minmax(0,1fr) auto;gap:16px}.crm-stage-preview{grid-area:2/1/auto/-1}}@media (width<=760px){.crm-stage-editor{flex-wrap:wrap;display:flex}.crm-stage-editor .crm-stage-name{flex:1;width:calc(100% - 80px)}.crm-stage-editor select{width:110px}.crm-pipelines .automation-flows-header{flex-wrap:wrap}.crm-editor{padding:14px}}.crm-dialog[open]:not(.crm-dialog-confirm){height:min(820px,100dvh - 40px)}.crm-dialog>form{flex:auto;min-height:0}.crm-editor-scroll{overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;min-height:0;overflow-y:auto}.crm-editor-scroll .crm-editor{overflow:visible}.crm-editor-scroll .crm-editor>*,.crm-dialog>form>footer{flex-shrink:0}.crm-opportunities:not(.crm-opportunities--kanban){scrollbar-gutter:stable;scrollbar-color:#94a3b8 #edf1f6;height:100%;min-height:0;overflow-y:auto}.crm-opportunities:not(.crm-opportunities--kanban)>header,.crm-opportunities:not(.crm-opportunities--kanban)>.automation-flows-card{flex-shrink:0}.crm-opportunities .crm-toolbar>select{color:#52627a;min-height:38px;font:inherit;background:#fff;border:1px solid #d2dbe7;border-radius:8px;max-width:100%;padding:8px 10px;font-size:13px}.crm-opportunity-notice{color:#64748b;margin:0;padding:10px 18px;font-size:13px}.crm-opportunity-row{border-bottom:1px solid #edf1f6;grid-template-columns:minmax(200px,1.5fr) minmax(150px,1fr) minmax(140px,.8fr) auto;align-items:center;gap:20px;padding:18px;display:grid}.crm-opportunity-row strong,.crm-opportunity-row p{overflow-wrap:anywhere}.crm-opportunity-row small{color:#718096;margin-top:5px;font-size:12px;display:block}.crm-opportunity-stage{flex-direction:column;gap:4px;font-size:13px;display:flex}.crm-opportunity-stage>span{align-items:center;gap:6px;display:flex}.crm-opportunity-stage i{border-radius:50%;flex:none;width:8px;height:8px}.crm-opportunity-stage .crm-kind-won{color:#16834a}.crm-opportunity-stage .crm-kind-lost{color:#b42318}.crm-opportunity-value{font-size:14px}.crm-opportunity-pagination,.crm-opportunity-pagination>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.crm-opportunity-pagination{color:#64748b;padding:14px 18px;font-size:13px}.crm-opportunity-fields{grid-template-columns:1fr 1fr;gap:16px;display:grid}.crm-opportunity-fields>label{flex-direction:column;gap:8px;min-width:0;font-size:13px;font-weight:700;display:flex}.crm-opportunity-fields input,.crm-opportunity-fields select{box-sizing:border-box;width:100%}.crm-opportunity-history{padding:20px}.crm-opportunity-history dl{grid-template-columns:120px 1fr;gap:8px 16px;font-size:13px;display:grid}.crm-opportunity-history dt{color:#64748b}.crm-opportunity-history dd{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.crm-opportunity-history h3{font-size:15px}.crm-opportunity-history ol{padding:0;list-style:none}.crm-opportunity-history li{border-left:2px solid #dce5fb;padding:12px 0 12px 14px;font-size:13px}.crm-opportunity-history small{color:#718096;margin-top:5px;display:block}.crm-opportunity-history li p{white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0 0}@media (width<=1100px){.crm-opportunity-row{grid-template-columns:minmax(0,1fr) auto;gap:12px}.crm-opportunity-row .crm-row-actions{grid-area:1/2}.crm-opportunity-value{text-align:right}}@media (width<=600px){.crm-opportunity-fields{grid-template-columns:1fr}.crm-opportunity-pagination{flex-wrap:wrap}.crm-opportunity-history dl{grid-template-columns:1fr}.crm-opportunity-row{padding:14px}}.official-page{color:#16324e;width:100%;min-width:0;max-width:1440px;margin:auto;padding:24px;overflow:auto}.official-page header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.official-page h1{margin:0;font-size:26px}.official-page h2{font-size:19px}.official-page p{line-height:1.55}.official-page label{flex-direction:column;gap:6px;margin:14px 0;font-size:14px;font-weight:600;display:flex}.official-page input,.official-page select,.official-page textarea{color:#16324e;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #cad7e5;border-radius:8px;padding:11px}.official-page small,.feature-help{color:#566b80;font-size:12px;font-weight:400}.official-page button{color:#16324e;cursor:pointer;background:#fff;border:1px solid #cad7e5;border-radius:8px;min-height:42px;padding:10px 15px}.official-page button:disabled{opacity:.6;cursor:wait}.official-page fieldset{border:0;min-width:0;margin:0;padding:0}.template-grid{grid-template-columns:1fr 1fr;align-items:start;gap:22px;display:grid}.feature-card{background:#fff;border:1px solid #dde6ef;border-radius:14px;min-width:0;padding:22px}.form-pair{grid-template-columns:1fr 1fr;gap:12px;display:grid}.official-page .feature-primary{color:#fff;background:#075ad7;border-color:#075ad7}.feature-error{color:#972329;background:#fff0f0;border-radius:8px;padding:14px}.feature-success{color:#1c6533;background:#eaf8ee;border-radius:8px;padding:14px}.feature-empty{background:#fff;border-radius:10px;padding:24px}.template-preview{overflow-wrap:anywhere;background:#edf6ee;border:1px solid #c7dfca;border-radius:12px;margin:22px 0;padding:18px}.template-preview strong{margin-top:10px;display:block}.template-preview p,.template-list p{white-space:pre-wrap;overflow-wrap:anywhere}.template-preview>div{text-align:center;color:#075ad7;border-top:1px solid #c7dfca;padding:8px}.button-field{align-items:center;gap:8px;display:flex}.button-field label{flex:1}.template-confirm{background:#eef5ff;border-radius:8px;padding:15px}.template-confirm button{margin:4px}.template-list article{border-bottom:1px solid #e1e8ef;padding:18px 0}.template-list article>div{flex-wrap:wrap;justify-content:space-between;gap:8px;display:flex}.template-list strong{overflow-wrap:anywhere}.template-status{background:#edf1f7;border-radius:15px;padding:3px 8px;font-size:12px}.s-APPROVED{color:#216936;background:#dcf4e3}.s-REJECTED{color:#91252b;background:#ffeded}.s-PENDING{color:#795316;background:#fff4da}@media (width<=850px){.template-grid{grid-template-columns:1fr}.official-page{padding:16px}}@media (width<=480px){.official-page header{flex-direction:column;align-items:stretch}.form-pair{grid-template-columns:1fr}.feature-card{padding:16px}}.page-content>.official-page{scrollbar-gutter:stable;overscroll-behavior-y:contain;color:#172033;max-width:1500px;height:100%;min-height:0;margin:0 auto;padding:0 8px 20px 0;overflow:hidden auto}.official-page>header h1{color:#172033;font-size:28px;font-weight:700;line-height:1.2}.official-page>header p{color:#7b8796;margin:7px 0 0;font-size:14px;line-height:1.5}.official-page>header{gap:20px;margin-bottom:24px}.official-page button{font:inherit;border-radius:9px;font-size:14px;font-weight:600}.official-page .feature-primary{background:#245be1;border-color:#245be1}.official-page .feature-card{border-color:#e1e8f1;border-radius:16px}.official-page input:focus-visible,.official-page textarea:focus-visible,.official-page select:focus-visible,.official-page button:focus-visible{outline-offset:2px;outline:2px solid #245be1}@media (width<=600px){.page-content>.official-page{padding-right:4px}.official-page>header h1{font-size:22px}}.page-content>.official-catalog{flex-direction:column;padding:0;display:flex;overflow:hidden}.official-catalog>header,.official-catalog>.feature-error,.official-catalog>.feature-success{flex-shrink:0}.official-header-actions{align-items:center;gap:10px;display:flex}.official-header-actions button{white-space:nowrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.official-catalog .automation-flows-primary{color:#fff;background:#245be1;border-color:#245be1}.official-list-card{flex-direction:column;flex:1 1 0;min-height:0;display:flex;overflow:hidden}.official-toolbar{border-bottom:1px solid #edf1f6;flex-wrap:wrap;align-items:center;gap:12px;padding:18px;display:flex}.official-toolbar .official-search{color:#7b8796;border:1px solid #d2dbe7;border-radius:8px;flex-direction:row;flex:220px;align-items:center;gap:8px;margin:0;padding:0 10px;display:flex}.official-search input{background:0 0;border:0;padding:10px 0}.official-toolbar>select{flex:0 230px;width:auto;min-width:140px;margin:0}.official-catalog .crm-opportunity-notice{color:#64748b;margin:0;padding:10px 18px;font-size:12px}.official-rows{scrollbar-gutter:stable;flex:1 1 0;min-height:0;overflow:hidden auto}.official-template-row{border-bottom:1px solid #edf1f6;grid-template-columns:minmax(0,1fr) 140px 110px;align-items:center;gap:16px;padding:18px;display:grid}.official-template-row .automation-flow-main,.official-template-row .automation-flow-info{min-width:0}.official-template-row .automation-flow-info p{white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:5px 0;overflow:hidden}.official-template-row strong{overflow-wrap:anywhere}.official-template-row small{margin-top:5px;display:block}.official-template-meta{font-size:13px}.official-template-row .template-status{justify-self:start}.official-template-details{color:#52627a;grid-column:1/-1;font-size:13px}.official-template-details summary{cursor:pointer;color:#245be1}.official-template-details p{white-space:pre-wrap;overflow-wrap:anywhere}.official-list-card>.crm-toolbar,.official-list-card>.crm-opportunity-notice,.official-list-card>footer{flex-shrink:0}.official-list-card>footer{border-top:1px solid #edf1f6}.official-catalog dialog.official-editor{border:0;border-radius:16px;width:min(720px,100vw - 32px);max-height:calc(100dvh - 40px);padding:0;overflow:hidden}.official-editor[open]{flex-direction:column;display:flex}.official-editor::backdrop{background:#0f172a80}.official-catalog .official-editor>header{border-bottom:1px solid #e1e8f1;flex-shrink:0;margin:0;padding:20px 24px}.official-editor>header>div{flex-direction:column;gap:5px;display:flex}.official-editor>header span{color:#64748b;font-size:12px}.official-editor-scroll{scrollbar-gutter:stable;min-height:0;padding:4px 24px 24px;overflow-y:auto}.official-catalog .crm-empty{text-align:center;color:#718096;padding:36px 20px}.official-catalog .crm-empty h2{color:#172033;font-size:18px}@media (width<=850px){.official-catalog>header{flex-wrap:wrap;align-items:flex-start}.official-template-row{grid-template-columns:minmax(0,1fr) auto}.official-template-meta{grid-column:1}.official-template-row .template-status{grid-area:1/2}.official-header-actions{flex-wrap:wrap}}@media (width<=600px){.official-toolbar{gap:8px;padding:12px}.official-toolbar .official-search{flex-basis:100%}.official-toolbar>select{flex:110px;min-width:0}.official-template-row{gap:10px;padding:14px}.official-header-actions{width:100%}.official-header-actions button{white-space:normal;flex:1}.official-list-card .crm-opportunity-pagination{flex-wrap:wrap;gap:8px}.official-editor-scroll{padding:4px 16px 16px}.official-catalog .official-editor>header{padding:16px}.official-catalog .crm-opportunity-notice{padding:8px 12px;font-size:11px}}.app-settings-tabs{box-sizing:border-box;scrollbar-width:thin;background:#fff;border:1px solid #e1e6ef;border-radius:12px;align-items:center;gap:5px;width:auto;max-width:100%;margin:0 0 24px;padding:5px;display:inline-flex;overflow:auto hidden;box-shadow:0 1px 2px #0f172a08}.app-settings-tabs a{box-sizing:border-box;color:#667085;white-space:nowrap;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 15px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.app-settings-tabs a:hover{color:#344054;background:#f5f7fb}.app-settings-tabs a.active{color:#fff;background:#3157d5;box-shadow:0 3px 8px #3157d52e}.app-settings-tabs a svg{flex:none}@media (width<=760px){.app-settings-tabs{width:100%;display:flex}}.page-content:has(>.company-page){overflow-y:auto}.company-page{width:100%;min-width:0}.company-page h1{margin:0 0 20px;font-size:26px}.company-card{background:#fff;border:1px solid #e1e8f1;border-radius:16px;max-width:760px;margin-top:20px;padding:28px}.company-card h2{margin:0 0 10px;font-size:19px}.company-card p{color:#65758b;font-size:14px;line-height:1.6}.company-card form{gap:12px;margin-top:24px;display:grid}.company-card label{font-size:14px;font-weight:600}.company-card input{box-sizing:border-box;width:100%;min-width:0;font:inherit;border:1px solid #cbd5e1;border-radius:10px;padding:13px;font-size:16px}.company-card button{color:#fff;cursor:pointer;background:#245be1;border:0;border-radius:10px;justify-self:start;min-height:44px;padding:13px 20px;font-weight:600}.company-card button:disabled{opacity:.5;cursor:default}.company-card .company-error{color:#b42318}.company-card .company-success{color:#087443}@media (width<=600px){.company-card{padding:18px}.company-card button{width:100%}.company-page h1{font-size:22px}}.crm-activities{border-top:1px solid #e5ebf3;margin-top:20px;padding-top:16px}.crm-activities>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.crm-activities>header h3{font-size:15px;border:0!important;margin:0 0 4px!important;padding:0!important}.crm-activities>header span{color:#718096;font-size:12px}.crm-activities button{font-size:12px!important}.crm-activities-filter{color:#64748b;align-items:center;gap:10px;margin:14px 0;font-size:12px;display:flex}.crm-activities-filter select{color:#334155;background:#fff;border:1px solid #d6dfed;border-radius:8px;padding:7px}.crm-activity-form{background:#f8faff;border:1px solid #cfdcf1;border-radius:10px;margin:12px 0}.crm-activity-form fieldset{border:0;gap:12px;min-width:0;margin:0;padding:14px;overflow:visible}.crm-activity-form fieldset>strong{color:#3157ba;font-size:13px}.crm-activity-form small{color:#718096;font-size:11px}.crm-activity-form footer{border-top:1px solid #e3eaf5;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:12px;display:flex}.crm-activity-form .primary{color:#fff;cursor:pointer;background:#3157d5;border:0;border-radius:8px;padding:8px 12px}.crm-activity-card{border:1px solid #e2e8f0;border-radius:9px;margin:10px 0;padding:12px}.crm-activity-card.is-overdue{border-left:3px solid #d98a56}.crm-activity-title{color:#334155;align-items:center;gap:7px;font-size:13px;display:flex}.crm-activity-title>svg{color:#6c85bc;flex:none}.crm-activity-title strong{overflow-wrap:anywhere}.crm-activity-status{color:#64748b;background:#edf1f7;border-radius:20px;margin-left:auto;padding:3px 6px;font-size:10px}.crm-activity-status.status-completed{color:#16834a;background:#e9f7ef}.crm-activity-card>small{color:#718096;margin-top:7px;font-size:11px;display:block}.crm-activity-card .crm-activity-overdue{color:#b45339}.crm-activity-card>p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.5}.crm-activity-card footer{gap:6px;margin-top:10px;display:flex}.crm-activity-confirm{background:#fff8ee;border-radius:8px;margin-top:10px;padding:10px;font-size:12px}.crm-activity-confirm p{margin:0 0 8px}.crm-activity-confirm button{margin:3px}.crm-activities-empty{color:#718096;padding:12px 0;font-size:12px}.crm-activities-pages{justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}@media (width<=600px){.crm-activities>header,.crm-activity-title{flex-wrap:wrap}}.crm-view-switch{gap:6px;padding:14px 18px 0;display:flex}.crm-view-switch button[aria-pressed=true]{color:#3157d5!important;background:#eaf0ff!important;border-color:#aabded!important}.crm-kanban-help{color:#64748b;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;font-size:12px;display:flex}.crm-kanban-help button{flex-shrink:0}.crm-opportunities--kanban{height:100%;min-height:0;overflow:hidden}.crm-opportunities--kanban>header,.crm-opportunities--kanban>p{flex-shrink:0}.crm-opportunities--kanban>.automation-flows-card{flex-direction:column;flex:1 1 0;min-width:0;min-height:0;display:flex}.crm-opportunities--kanban .crm-view-switch,.crm-opportunities--kanban .crm-toolbar{flex-shrink:0}.crm-kanban-container{flex-direction:column;flex:1 1 0;min-width:0;min-height:0;display:flex}.crm-kanban-container>p,.crm-kanban-help{flex-shrink:0}.crm-kanban{overscroll-behavior-x:contain;scrollbar-color:#94a3b8 #edf1f6;flex:1 1 0;align-items:stretch;gap:14px;min-width:0;min-height:0;padding:4px 18px 12px;display:flex;overflow:auto hidden}.crm-kanban-column{background:#f5f7fb;border:1px solid #e2e8f0;border-top:3px solid;border-radius:10px;flex-direction:column;flex:0 0 288px;width:288px;min-width:0;min-height:0;display:flex;overflow:hidden}.crm-kanban-column.is-over{background:#e9efff;outline:2px solid #91aaf0}.crm-kanban-column>header{border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:13px}.crm-kanban-column>header>div{justify-content:space-between;align-items:center;gap:8px;font-size:14px;display:flex}.crm-kanban-column>header strong{overflow-wrap:anywhere}.crm-kanban-column>header span{background:#e5eaf3;border-radius:12px;padding:3px 8px;font-size:12px}.crm-kanban-column>header small{color:#64748b;margin-top:7px;font-size:12px;display:block}.crm-kanban-cards{scrollbar-gutter:stable;overscroll-behavior-y:contain;scrollbar-color:#94a3b8 #edf1f6;flex-direction:column;flex:1 1 0;gap:10px;min-height:0;padding:10px;display:flex;overflow:hidden auto}.crm-kanban-cards>*{flex-shrink:0}.crm-kanban-card{background:#fff;border:1px solid #dfe6f0;border-radius:9px;padding:12px;font-size:13px;box-shadow:0 2px 4px #1e293b08}.crm-kanban-card[draggable=true]{cursor:grab}.crm-kanban-card.is-dragging{opacity:.45}.crm-kanban-card-title{align-items:flex-start;gap:5px;display:flex}.crm-kanban-card-title svg{color:#94a3b8;flex-shrink:0}.crm-kanban-card strong,.crm-kanban-card p{overflow-wrap:anywhere}.crm-kanban-card p{color:#64748b;margin:9px 0}.crm-kanban-card small{color:#64748b;margin-top:7px;font-size:12px;display:block}.crm-kanban-card footer{gap:6px;margin-top:12px;display:flex}.crm-kanban-card footer button:last-child{margin-left:auto}.crm-kanban-empty{text-align:center;color:#94a3b8;padding:24px 10px;font-size:12px}@media (width<=600px){.crm-kanban-help{flex-direction:column;align-items:flex-start}.crm-kanban-column{flex-basis:270px;width:270px}}@media (height<=600px){.crm-opportunities--kanban{overflow-y:auto}.crm-opportunities--kanban>.automation-flows-card{flex-shrink:0;min-height:360px}}.page-content.page-content-kanban{padding:16px 20px 12px}.crm-opportunities--kanban{gap:12px}.crm-opportunities--kanban .automation-flows-header{align-items:center;gap:18px}.crm-opportunities--kanban .automation-flows-header>div{align-items:baseline;gap:10px;display:flex}.crm-opportunities--kanban .automation-flows-header h1{letter-spacing:-.5px;margin:0;font-size:23px}.crm-opportunities--kanban .automation-flows-header .automation-flows-eyebrow{font-size:11px}.crm-pipeline-selector{color:#334155;max-width:260px;font:inherit;background:#fff;border:1px solid #d6dfed;border-radius:9px;padding:9px 12px;font-size:13px}.crm-opportunities--kanban .automation-flows-header>.crm-pipeline-selector{margin-right:auto}.crm-opportunities .crm-toolbar{justify-content:flex-start;gap:10px;padding:12px 0}.crm-opportunities .crm-view-switch{background:#edf1f7;border:1px solid #dbe3ee;border-radius:9px;gap:2px;padding:3px}.crm-opportunities .crm-view-switch button{background:0 0!important;border:0!important;padding:7px 10px!important}.crm-opportunities .crm-view-switch button[aria-pressed=true]{box-shadow:0 1px 4px #1e293b12;color:#3157d5!important;background:#fff!important}.crm-opportunities .automation-flows-search{background:#fff;min-width:160px;max-width:320px}.crm-opportunities--kanban>.automation-flows-card{background:0 0;border:0;border-radius:0}.crm-opportunities:not(.crm-opportunities--kanban) .crm-toolbar{padding:12px 18px}.crm-opportunities--kanban .crm-toolbar{border-bottom:0;padding-top:0}.crm-kanban-overview{flex:none;align-items:center;gap:28px;padding:0 2px 12px;display:flex}.crm-kanban-overview>div:not(.crm-board-tools){flex-direction:column;gap:3px;min-width:0;display:flex}.crm-kanban-overview small{color:#718096;font-size:11px}.crm-kanban-overview strong{color:#334155;letter-spacing:-.4px;font-size:18px;font-weight:700}.crm-kanban-overview .crm-overview-won strong{color:#16834a}.crm-board-tools{gap:6px;margin-left:auto;display:flex}.crm-kanban{gap:12px;padding:2px 2px 10px}.crm-kanban-column{background:#edf1f7;border-color:#e0e6f0;border-top-width:3px;border-radius:12px;flex-basis:300px;width:300px}.crm-kanban-column>header{border-bottom:0;padding:13px 14px 11px}.crm-kanban-column>header span{color:#52627a;background:#fff;border:1px solid #dce3ed}.crm-kanban-cards{gap:9px;padding:4px 8px 8px}.crm-kanban-card{border-color:#e0e7f0;border-radius:10px;padding:13px;transition:box-shadow .15s,border-color .15s;box-shadow:0 2px 5px #1e293b06}.crm-kanban-card:hover{border-color:#b7c8e9;box-shadow:0 4px 12px #33415510}.crm-kanban-card-title{justify-content:space-between;align-items:center}.crm-pipelines .crm-kanban-card .crm-card-open{text-align:left;overflow-wrap:anywhere;justify-content:flex-start;line-height:1.4;color:#25354d!important;background:0 0!important;border:0!important;padding:0!important;font-size:14px!important;font-weight:650!important}.crm-kanban-card p{margin:5px 0 12px;font-size:12px}.crm-card-amount{color:#243c64;letter-spacing:-.3px;margin-bottom:12px;font-size:17px;display:block}.crm-card-person{color:#64748b;align-items:center;gap:7px;font-size:11px;display:flex}.crm-owner-avatar{color:#4d69b4;background:#e8eefc;border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;height:24px;font-size:9px;font-weight:700;display:inline-flex}.crm-card-date{color:#718096;align-items:center;gap:5px;margin-top:8px;font-size:11px;display:flex}.crm-card-date svg:last-child:not(:first-child){margin-left:auto}.crm-card-date.is-overdue{color:#b45339}.crm-kanban-card footer{border-top:1px solid #f0f3f8;margin-top:10px;padding-top:8px}.crm-kanban-card footer button{padding:5px 7px!important;font-size:11px!important}.crm-dialog.crm-opportunity-drawer[open]{border:0;border-left:1px solid #dce3ee;border-radius:16px 0 0 16px;width:min(540px,100vw);height:100dvh;max-height:100dvh;margin:0;position:fixed;inset:0 0 0 auto;box-shadow:-12px 0 50px #0f172a20}.crm-opportunity-drawer::backdrop{background:#0f172a29}.crm-opportunity-drawer .crm-opportunity-history h3{border-top:1px solid #e8edf4;padding-top:18px}.crm-opportunity-drawer .crm-opportunity-history dl{grid-template-columns:100px 1fr;gap:13px 16px}@media (width<=1050px){.crm-opportunities--kanban .automation-flows-header{flex-wrap:wrap;gap:10px}.crm-opportunities--kanban .automation-flows-header .automation-flows-eyebrow{display:none}.crm-kanban-overview{gap:18px}}@media (width<=600px){.page-content.page-content-kanban{padding:12px}.crm-opportunities--kanban .automation-flows-header h1{font-size:20px}.crm-opportunities--kanban .automation-flows-header>.crm-pipeline-selector{order:3;width:100%;max-width:none}.crm-kanban-overview{flex-wrap:wrap;gap:10px 16px}.crm-kanban-overview strong{font-size:15px}.crm-kanban-column{flex-basis:280px;width:280px}.crm-opportunity-drawer .crm-opportunity-fields{grid-template-columns:1fr}}.campaigns-page{scrollbar-gutter:stable;height:100%;min-height:0;overflow-y:auto}.campaigns-page>header,.campaigns-page>.automation-flows-card{flex-shrink:0}.campaign-row{border-bottom:1px solid #edf1f6;grid-template-columns:minmax(180px,1fr) minmax(140px,.45fr) auto;align-items:center;gap:22px;padding:18px;display:grid}.campaign-row .automation-flow-info{min-width:0}.campaign-row .automation-flow-info strong{overflow-wrap:anywhere}.campaign-row .automation-flow-info p{text-overflow:ellipsis;white-space:nowrap;max-width:48vw;overflow:hidden}.campaign-row small{color:#718096;margin-top:5px;font-size:12px;display:block}.campaign-draft-badge{color:#5164a6;background:#eef2ff;border-radius:20px;width:fit-content;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex}.campaign-channel{overflow-wrap:anywhere;flex-direction:column;gap:7px;min-width:0;font-size:13px;display:flex}.campaign-channel small{gap:4px;display:flex}.campaign-pagination,.campaign-pagination>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.campaign-pagination,.campaign-notice{color:#64748b;padding:16px 18px;font-size:13px}.campaign-dialog{max-height:calc(100dvh - 40px)}.campaign-dialog .crm-editor-scroll{min-height:0;max-height:calc(100dvh - 220px);overflow-y:auto}.campaign-fields{grid-template-columns:1fr 1fr;gap:16px;display:grid}.campaign-fields label{min-width:0;font-size:13px;font-weight:700}.campaign-dialog textarea{resize:vertical;min-height:110px}.campaign-attachment{overflow-wrap:anywhere;background:#f5f7fb;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px;font-size:12px;display:flex}.campaign-preview{background:#f2f5f9;border:1px solid #e0e6ee;border-radius:10px;padding:14px}.campaign-preview>strong{color:#64748b;font-size:12px}.campaign-preview-bubble{background:#fff;border:1px solid #dfe6ee;border-radius:10px;max-width:420px;margin-top:10px;padding:12px}.campaign-preview-bubble img,.campaign-preview-bubble video{object-fit:contain;border-radius:6px;max-width:100%;max-height:220px;display:block}.campaign-preview-bubble audio{max-width:100%}.campaign-preview-bubble p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.5}.campaign-preview-bubble>span{align-items:center;gap:8px;font-size:13px;display:flex}@media (width<=700px){.campaign-fields{grid-template-columns:1fr}.campaign-row{grid-template-columns:1fr auto;gap:12px}.campaign-channel{grid-column:1}.campaign-row .crm-row-actions{grid-area:1/2}.campaign-row .automation-flow-info p{max-width:55vw}.campaign-pagination{flex-wrap:wrap}}.campaign-audience h3{color:#24344d;align-items:center;gap:8px;margin:0 0 12px;font-size:15px;display:flex}.campaign-audience section{border:1px solid #e4eaf3;border-radius:12px;padding:16px}.campaign-audience p,.campaign-audience small{color:#6e7e96;font-size:12px;line-height:1.6}.campaign-audience .audience-choice{cursor:pointer;justify-content:flex-start;align-items:center;gap:10px;margin:0;padding:9px;font-size:13px;flex-direction:row!important;display:flex!important}.campaign-audience .audience-choice input[type=checkbox]{appearance:auto;accent-color:#3454dc;flex:0 0 16px;min-width:16px;width:16px!important;height:16px!important;margin:0!important;padding:0!important}.audience-choice span{overflow-wrap:anywhere;flex-direction:column;gap:3px;min-width:0;display:flex}.audience-options{border:1px solid #edf0f6;border-radius:8px;max-height:180px;margin:10px 0;overflow-y:auto}.audience-tags{flex-wrap:wrap;max-height:180px;display:flex;overflow:auto}.audience-search{align-items:center;gap:8px;flex-direction:row!important;display:flex!important}.audience-file{margin-top:12px;display:block}.audience-table{border:1px solid #e4eaf3;border-radius:8px;max-height:230px;margin:12px 0;overflow:auto}.audience-table table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}.audience-table th,.audience-table td{overflow-wrap:anywhere;border-bottom:1px solid #e8edf4;padding:9px}.audience-table th{background:#f3f6fb;position:sticky;top:0}.audience-selected{justify-content:space-between;align-items:center;gap:8px;padding:8px;font-size:12px;display:flex}.audience-preview{background:#f5f8ff}.campaign-audience button:not(.primary):not(.automation-flows-primary){color:#3c5277;cursor:pointer;background:#fff;border:1px solid #dce4f2;border-radius:8px;padding:8px 11px}.campaign-audience button:disabled{opacity:.5;cursor:not-allowed}.delivery-summary{background:#f3f6fd;border-radius:9px;flex-wrap:wrap;gap:12px;padding:12px;font-size:13px;display:flex}.delivery-days{flex-wrap:wrap;gap:12px;display:flex}.campaign-delivery .delivery-days label,.campaign-delivery .delivery-check{align-items:center;gap:8px;font-size:13px;flex-direction:row!important;display:flex!important}.campaign-delivery input[type=checkbox]{appearance:auto;accent-color:#3454dc;min-width:16px;width:16px!important;height:16px!important;margin:0!important;padding:0!important}.campaign-delivery p{color:#62718a;font-size:13px;line-height:1.5}.crm-row-actions button:disabled{opacity:.35;cursor:not-allowed}.campaign-delivery .crm-editor button{color:#3c5277;cursor:pointer;background:#fff;border:1px solid #dce4f2;border-radius:8px;align-self:flex-start;padding:8px 14px}.campaign-delivery .crm-editor button:disabled{opacity:.5;cursor:not-allowed}.campaign-stats{flex-shrink:0;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 0 20px;display:grid}.campaign-stats>div{background:#fff;border:1px solid #e3e9f3;border-radius:12px;flex-direction:column;gap:7px;padding:16px;display:flex}.campaign-stats small{color:#718198;font-size:12px}.campaign-stats strong{color:#23334f;font-size:23px}.campaign-progress progress{accent-color:#3454dc;width:100%;height:6px}.campaign-progress{max-width:380px;margin-top:9px}.campaigns-page .crm-toolbar{flex-wrap:wrap}.campaigns-page .crm-toolbar>label:not(.automation-flows-search){color:#64748b;flex-direction:column;gap:5px;font-size:11px;display:flex}.campaigns-page .crm-toolbar select,.campaigns-page .crm-toolbar input[type=date]{background:#fff;border:1px solid #dce4f1;border-radius:8px;padding:8px}.campaigns-page .crm-toolbar>button{color:#496080;background:#fff;border:1px solid #dce4f1;border-radius:8px;padding:9px}.campaign-monitor-tabs{gap:8px;display:flex}.campaign-monitor-tabs button[aria-pressed=true]{color:#3454dc;background:#eef2ff;border-color:#3454dc}.campaign-history-list{margin:0;padding:0;list-style:none}.campaign-history-list li{border-left:2px solid #dce5fa;margin-left:5px;padding:4px 14px 18px}.campaign-history-list strong{font-size:13px}.campaign-history-list small{color:#718198;margin-top:5px;display:block}.campaign-history-list p{margin:5px 0}.campaign-history-footer{justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}@media (width<=850px){.campaign-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.campaign-delivery .crm-editor .campaign-monitor-tabs button[aria-pressed=true]{color:#3454dc;background:#eef2ff;border-color:#3454dc;font-weight:600}.campaign-model-fields{gap:14px;min-width:0;display:grid}.campaign-model-fields label{gap:7px;min-width:0;display:grid}.campaign-model-fields .cadence-variable-button{color:#3157d5;font:inherit;cursor:pointer;background:#eef2ff;border:1px solid #d8deea;border-radius:7px;justify-self:start;padding:6px 10px;font-size:12px;font-weight:600}.campaign-model-fields small{color:#667085;line-height:1.6}.access-page{--ink:#142b4d;box-sizing:border-box;min-height:100svh;color:var(--ink);background:radial-gradient(at 15% 15%,#dceaff,#0000 55%),radial-gradient(at 90% 90%,#e2edff,#0000 50%),#f5f8ff;justify-content:center;align-items:center;padding:20px;font-family:Inter,system-ui,sans-serif;display:flex}.access-page *,.access-page :before,.access-page :after{box-sizing:border-box}.access-page .access-story,.access-page .access-account-mark{display:none}.access-page .access-panel{background:#fff;border:1px solid #e3eaf5;border-radius:22px;width:100%;max-width:420px;padding:26px 32px 18px;box-shadow:0 18px 60px #234c8a12}.access-page .access-mobile-brand{justify-content:center;margin-bottom:18px;display:flex}.access-page .access-brand{width:240px;max-width:100%}.access-page .access-brand img{width:100%;height:auto;display:block}.access-page .access-card h2{letter-spacing:-.6px;text-align:center;color:var(--ink);margin:0 0 7px;font-size:24px;line-height:1.2}.access-page .access-subtitle{color:#62738d;text-align:center;margin:0 0 22px;font-size:13px;line-height:1.5}.access-page form{flex-direction:column;gap:14px;margin:0;display:flex}.access-page label{color:#314664;flex-direction:column;gap:6px;min-width:0;font-size:13px;font-weight:600;display:flex}.access-page input{width:100%;min-width:0;height:46px;color:var(--ink);background:#fff;border:1px solid #ced9e9;border-radius:9px;outline:none;padding:0 12px;font:400 16px system-ui}.access-page input:focus{border-color:#2262cf;box-shadow:0 0 0 3px #2262cf15}.access-page input::placeholder{color:#8391a5;font-size:13px}.access-page .access-password{position:relative}.access-page .access-password input{padding-right:46px}.access-page .access-password button{color:#647995;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:1px;right:1px}.access-page a{color:#1859ba;font-weight:600;text-decoration:none}.access-page a:hover{text-decoration:underline}.access-page .access-forgot{text-align:right;margin-top:-8px;font-size:12px}.access-page .access-forgot a{align-items:center;min-height:32px;display:inline-flex}.access-page .access-submit{color:#fff;cursor:pointer;background:#195bc4;border:0;border-radius:9px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:46px;padding:11px;font:600 14px system-ui;display:flex}.access-page .access-submit:hover:not(:disabled){background:#124ba7}.access-page .access-submit:disabled{opacity:.55;cursor:not-allowed}.access-page .access-signup{text-align:center;color:#687b95;border-top:1px solid #edf0f5;margin-top:20px;padding-top:16px;font-size:12px;line-height:1.5}.access-page .access-signup a{justify-content:center;align-items:center;gap:7px;min-height:34px;font-size:13px;display:flex}.access-page footer{color:#8290a3;justify-content:center;align-items:center;gap:5px;margin-top:14px;font-size:10px;display:flex}.access-page .access-back{text-align:center;margin:14px 0 0;font-size:13px}.access-page .access-back a{align-items:center;min-height:32px;display:inline-flex}.access-page .access-info,.access-page .access-error,.access-page .access-success{color:#526982;overflow-wrap:anywhere;background:#f0f5fc;border-radius:8px;margin:0;padding:10px;font-size:12px;line-height:1.5}.access-page .access-error{color:#a42b39;background:#fff0f0}.access-page .access-success{color:#246440;background:#eaf6f0}.access-page .access-trial{color:#1859ba;justify-content:center;align-items:center;gap:5px;margin-bottom:10px;font-size:11px;display:flex}.access-page button:focus-visible,.access-page a:focus-visible{outline-offset:2px;outline:3px solid #91b7ef}@media (width<=480px){.access-page{padding:14px}.access-page .access-panel{border-radius:18px;padding:22px 24px 16px}.access-page .access-brand{width:220px}}@media (height<=700px){.access-page{padding:12px}.access-page .access-panel{padding:16px 24px 12px}.access-page .access-brand{width:190px}.access-page .access-mobile-brand{margin-bottom:10px}.access-page .access-subtitle{margin-bottom:16px}.access-page .access-signup{margin-top:14px;padding-top:10px}.access-page footer{margin-top:8px}}@media (height<=480px) and (width>=600px){.access-login .access-panel{grid-template-columns:220px minmax(0,1fr);align-items:center;column-gap:32px;max-width:720px;padding:18px 24px;display:grid}.access-login .access-mobile-brand{margin:0}.access-login .access-brand{width:220px}.access-login footer{grid-area:2/1;margin-top:0}.access-login .access-card{grid-area:1/2/3}.access-login .access-subtitle{margin-bottom:12px}.access-login form{gap:10px}.access-login .access-signup{margin-top:10px;padding-top:8px}}@media (prefers-reduced-motion:reduce){.access-page *{transition:none!important;animation:none!important}}@media (height<=480px) and (width>=600px){.access-login .access-subtitle{display:none}.access-login .access-card h2{margin-bottom:12px;font-size:22px}.access-login .access-signup{margin-top:8px;padding-top:6px}.access-page.access-login{padding:8px}.access-login .access-panel{padding-top:8px;padding-bottom:8px}}.contract-groups{min-width:0}.contract-groups-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.contract-groups-heading h2{margin-top:0}.contract-group-count{background:#edf3ff;border-radius:10px;padding:12px}.contract-group-search{gap:8px;margin:18px 0;display:flex}.contract-group-search input{flex:1;min-width:0;font-size:16px}.contract-group-list article{border-top:1px solid #e3eaf4;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.contract-group-info{min-width:0}.contract-group-info strong,.contract-group-info span,.contract-group-info small{overflow-wrap:anywhere;display:block}.contract-group-info span{color:#6d7e96;margin:6px 0;font-size:13px}.contract-group-info small{color:#60718b;font-size:12px}.contract-group-list button{flex-shrink:0;min-height:44px}.contract-group-success{color:#13815b}.contract-group-pages{justify-content:space-between;align-items:center;gap:8px;margin-top:12px;font-size:12px;display:flex}@media (width<=600px){.contract-group-list article{flex-direction:column;align-items:stretch}.contract-group-list button{width:100%}.contract-groups-heading,.contract-group-search{flex-wrap:wrap}.contract-group-search input{flex-basis:100%}}.billing-page{color:#253858;max-width:1450px;margin:auto;padding:28px}.billing-page *{box-sizing:border-box}.billing-page h1{margin:8px 0;font-size:27px}.billing-page h2{margin:0 0 20px;font-size:18px}.billing-page p{color:#6b7c93;font-size:13px;line-height:1.65}.billing-eyebrow{letter-spacing:1.8px;color:#3261aa;font-size:10px;font-weight:700}.billing-box{background:#fff;border:1px solid #e0e6ef;border-radius:14px;margin:20px 0;padding:22px}.billing-box summary{cursor:pointer;font-weight:600}.billing-layout{grid-template-columns:290px minmax(0,1fr);gap:22px;display:grid}.billing-layout aside{align-self:start;max-height:75vh;overflow:auto}.billing-page button{color:#fff;font:inherit;cursor:pointer;background:#1559bb;border:0;border-radius:7px;padding:10px 14px;font-size:12px}.billing-page button:disabled{opacity:.5;cursor:wait}.billing-page .billing-company{text-align:left;color:#30435f;overflow-wrap:anywhere;background:#f6f8fc;flex-direction:column;gap:7px;width:100%;margin-top:10px;line-height:1.4;display:flex}.billing-company small{color:#71809a;font-size:11px;font-weight:400}.billing-page .billing-company.selected{background:#e9f0ff;box-shadow:inset 3px 0 #2364c7}.billing-search{gap:5px;display:flex}.billing-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin:18px 0;display:grid}.billing-page label{color:#425573;flex-direction:column;gap:7px;font-size:12px;display:flex}.billing-page input,.billing-page select,.billing-page textarea{width:100%;font:inherit;background:#fff;border:1px solid #d9e1ed;border-radius:7px;min-width:0;padding:10px}.billing-page textarea{min-height:70px}.billing-page .billing-check{flex-direction:row;align-items:center;margin:14px 0}.billing-check input{width:auto}.billing-title{justify-content:space-between;align-items:start;gap:12px;display:flex}.billing-status,.billing-expired{color:#28714b;background:#e5f4eb;border-radius:20px;padding:6px 9px;font-size:11px}.billing-expired{color:#9c6615;background:#fff0df}.billing-metrics{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.billing-metrics>div{border:1px solid #e5eaf3;border-radius:10px;padding:16px}.billing-metrics span{font-size:12px}.billing-metrics strong{margin-top:10px;font-size:27px;display:block}.billing-metrics strong small{color:#8a96a9;font-size:14px;font-weight:400}.billing-metrics p{margin:8px 0 0;font-size:10px}.billing-error{background:#fff0f0;border-radius:8px;padding:13px;color:#a33838!important}.billing-notice{background:#eaf6ee;border-radius:8px;padding:13px;color:#286945!important}.billing-empty{color:#7a879d;text-align:center;padding:60px 25px}.billing-table{margin-top:22px;overflow:auto}.billing-table table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}.billing-table td,.billing-table th{white-space:nowrap;border-bottom:1px solid #e9edf4;padding:12px 8px}.billing-table th{color:#7c89a0;font-weight:500}.billing-table button{margin-right:5px;padding:7px 9px}.billing-page .billing-secondary{color:#456086;background:#edf1f7}.billing-page input:focus,.billing-page select:focus,.billing-page textarea:focus{outline:2px solid #a8c7ef}.billing-muted{font-size:10px!important}@media (width<=1000px){.billing-layout{grid-template-columns:1fr}.billing-layout aside{max-height:300px}.billing-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=550px){.billing-page{padding:15px}.billing-fields,.billing-metrics{grid-template-columns:1fr}.billing-title{flex-direction:column}}.enriched-dashboard{color:#1c2d46;width:100%;min-width:0;padding-bottom:20px}.dash-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.dash-eyebrow{color:#5271a9;letter-spacing:1.7px;font-size:11px;font-weight:700}.dash-heading h1{margin:7px 0;font-size:29px}.enriched-dashboard p{color:#718096;margin:6px 0 16px;font-size:13px;line-height:1.6}.dash-refresh{color:#305387;cursor:pointer;background:#fff;border:1px solid #d7e1ee;border-radius:10px;align-items:center;gap:8px;min-height:44px;padding:10px 16px;display:flex}.dash-refresh:disabled{opacity:.5}.dash-section-label{margin:0 0 12px;font-size:15px}.enriched-dashboard .dashboard-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.enriched-dashboard .dashboard-card{background:#fff;border:1px solid #e0e7f0;border-radius:15px;align-items:flex-start;gap:13px;min-width:0;padding:20px;display:flex}.dashboard-card>div{min-width:0}.enriched-dashboard .dashboard-card span:not(.dash-icon){color:#61718a;font-size:13px;display:block}.enriched-dashboard .dashboard-card strong{color:#182c4e;margin:8px 0;font-size:30px;display:block}.dashboard-card small{color:#8290a5;font-size:11px;line-height:1.5;display:block}.dash-icon{color:#3568db;background:#edf3ff;border-radius:11px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.dash-period-heading{justify-content:space-between;align-items:center;gap:16px;margin:30px 0 16px;display:flex}.dash-period-heading h2{margin:0;font-size:19px}.dash-period-heading p{margin-bottom:0}.dash-period-heading label{color:#61718a;align-items:center;gap:10px;font-size:13px;display:flex}.dash-period-heading select{color:#284568;background:#fff;border:1px solid #d5dfed;border-radius:10px;min-height:44px;padding:10px;font-size:14px}.dash-period-cards{background:#edf3fb;border:1px solid #dfe7f3;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px;display:grid}.dash-period-cards article{grid-template-columns:20px 1fr;gap:9px;min-width:0;padding:18px;display:grid}.dash-period-cards article+article{border-left:1px solid #dfe7f3}.dash-period-cards svg{color:#5876a8}.dash-period-cards span{color:#596d8b;font-size:12px}.dash-period-cards strong{grid-column:2;font-size:24px}.dash-main-grid{grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:18px;display:grid}.dash-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px;display:grid}.dash-panel{background:#fff;border:1px solid #e0e7f0;border-radius:16px;min-width:0;padding:24px}.dash-panel h2{margin:0;font-size:17px}.dash-chart{width:100%;height:auto;margin:18px 0;display:block;overflow:visible}.dash-chart text{fill:#73829a;font-size:11px}.dash-legend{flex-wrap:wrap;gap:16px;display:flex}.dash-legend span,.dash-queue span{color:#667890;align-items:center;gap:7px;font-size:12px;display:flex}.dash-legend i,.dash-queue i{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.received{background:#285ce6}.sent{background:#079885}.waiting{background:#e5a027}.dash-data summary{cursor:pointer;color:#4265a0;box-sizing:border-box;min-height:44px;padding:12px 0;font-size:12px}.dash-data table{border-collapse:collapse;width:100%;font-size:12px}.dash-data th,.dash-data td{text-align:right;border-bottom:1px solid #edf1f6;padding:9px 4px}.dash-data th:first-child,.dash-data td:first-child{text-align:left}.dash-open-total{margin:22px 0;font-size:34px;display:block}.dash-open-total small{color:#7c8a9e;font-size:12px;font-weight:400}.dash-bar-row{margin:18px 0}.dash-bar-row>div:first-child{justify-content:space-between;margin-bottom:9px;font-size:13px;display:flex}.dash-track{background:#edf1f7;border-radius:8px;height:7px;overflow:hidden}.dash-track i{background:#6a8ced;border-radius:8px;height:100%;display:block}.dash-queue{border-bottom:1px solid #edf1f6;padding:15px 0}.dash-queue>strong{overflow-wrap:anywhere;font-size:13px}.dash-queue>div:not(.dash-track){flex-wrap:wrap;gap:16px;margin:9px 0;display:flex}.dash-channel{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;font-size:13px;display:flex}.dash-channel>span{overflow-wrap:anywhere;min-width:0}.dash-channel strong{border-radius:20px;flex-shrink:0;padding:6px 10px;font-size:11px;font-weight:600}.connected{color:#197450;background:#e5f7ee}.offline{color:#95601f;background:#fff2dd}.dash-empty{text-align:center;color:#8090a8;padding:32px 12px;font-size:13px}.dash-error{color:#a22c31;background:#fff0f0;border-radius:10px;margin-bottom:16px;padding:14px;font-size:13px}.enriched-dashboard .dash-updated{text-align:right;margin-top:20px;font-size:11px}.enriched-dashboard button:focus-visible,.enriched-dashboard select:focus-visible,.enriched-dashboard summary:focus-visible{outline-offset:2px;outline:3px solid #85a9ff}@media (width<=1200px){.enriched-dashboard .dashboard-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-main-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=700px){.dash-bottom-grid{grid-template-columns:minmax(0,1fr)}.dash-period-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-period-cards article:nth-child(3){border-left:0}.dash-period-cards article:nth-child(n+3){border-top:1px solid #dfe7f3}.dash-panel{padding:18px}.dash-period-heading{flex-direction:column;align-items:flex-start}.dash-period-heading label{width:100%}.dash-period-heading select{flex:1;min-width:0;font-size:16px}.dash-heading{align-items:flex-start}.dash-heading h1{font-size:25px}.dash-refresh{padding:10px;font-size:12px}.dash-heading p{max-width:320px}.dash-channel{flex-wrap:wrap}}@media (width<=480px){.enriched-dashboard .dashboard-cards{grid-template-columns:minmax(0,1fr)}.enriched-dashboard .dashboard-card{align-items:center;padding:15px}.enriched-dashboard .dashboard-card strong{margin:4px 0;font-size:27px}.dash-period-cards article{gap:7px;padding:14px 10px}.dash-period-cards span{font-size:11px}.dash-period-cards strong{font-size:23px}.dash-chart text{font-size:15px}.dash-legend{gap:9px}.dash-legend span{font-size:11px}}.dash-custom-period{background:#fff;border:1px solid #dfe7f3;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:18px;padding:16px;display:flex}.dash-custom-period label{color:#536984;flex:180px;gap:7px;min-width:0;font-size:13px;display:grid}.dash-custom-period input{box-sizing:border-box;width:100%;min-width:0;min-height:44px;font:inherit;color:#284568;background:#fff;border:1px solid #d5dfed;border-radius:9px;padding:10px;font-size:16px}.dash-custom-period button{color:#fff;cursor:pointer;background:#285ce6;border:0;border-radius:9px;min-height:44px;padding:10px 18px}.dash-custom-period small{color:#718096;width:100%;font-size:12px}.dash-custom-period p{color:#b42318;width:100%}@media (width<=480px){.dash-custom-period label,.dash-custom-period button{flex-basis:100%;width:100%}}.dash-agents{margin-top:18px}.dash-agent-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dash-agent-filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.dash-agent-filters>input{box-sizing:border-box;border:1px solid #d5dfed;border-radius:9px;min-width:0;max-width:100%;padding:11px;font-size:16px}.dash-agent-filters label{align-items:center;gap:6px;min-height:44px;font-size:13px;display:flex}.dash-agent-list{max-height:560px;overflow-y:auto}.dash-agent{border-top:1px solid #e8edf4;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;display:flex}.dash-agent-person{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.dash-agent-person>div{min-width:0}.dash-agent-person strong{overflow-wrap:anywhere;font-size:14px;display:block}.dash-agent-person span:not(.dash-agent-avatar){margin-top:6px;font-size:11px;display:block}.agent-online{color:#13835b}.agent-offline{color:#7a8699}.dash-agent-avatar{color:#3a64b6;background:#e9f0fe;border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-weight:600;display:grid}.dash-agent dl{flex:1.8;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0;display:grid}.dash-agent dt{color:#6c7e96;font-size:11px}.dash-agent dd{margin:6px 0 0;font-size:22px;font-weight:600}.enriched-dashboard .dash-agent-note{margin-bottom:0;font-size:11px}@media (width<=850px){.dash-agent{flex-direction:column;align-items:stretch}.dash-agent dl{gap:12px}.dash-agent-filters{width:100%}}@media (width<=480px){.dash-agent dl{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-agent-filters>input{width:100%}}.meta-setup{color:#253858;border:1px solid #e3e8f2;border-radius:18px;width:min(620px,100vw - 32px);max-height:calc(100dvh - 40px);padding:0}.meta-setup::backdrop{background:#10182880}.meta-setup header{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:start;padding:20px 24px;display:flex}.meta-setup h2{margin:0;font-size:20px}.meta-setup p{font-size:13px;line-height:1.5}.meta-setup header p{color:#71809a;margin:6px 0 0}.meta-setup header button{cursor:pointer;color:#71809a;background:0 0;border:0}.meta-setup form{flex-direction:column;min-height:0;display:flex}.meta-setup-body{max-height:calc(100dvh - 230px);padding:8px 24px 24px;overflow-y:auto}.meta-setup-body label{flex-direction:column;gap:6px;margin:14px 0;font-size:13px;font-weight:600;display:flex}.meta-setup-body input{box-sizing:border-box;width:100%;font:inherit;border:1px solid #dce3f0;border-radius:8px;padding:10px 12px}.meta-setup-body input:focus{border-color:#4169ed;outline:2px solid #b5c3ff}.meta-setup-body input:disabled{background:#f3f5f9}.meta-setup-body section{background:#f5f7fc;border-radius:10px;margin-top:18px;padding:14px}.meta-setup code{overflow-wrap:anywhere;font-size:12px}.meta-setup footer{border-top:1px solid #edf1f6;flex-wrap:wrap;gap:8px;padding:16px 24px;display:flex}.meta-setup-error{color:#b42318}.new-channel-form button.channel-option{text-align:left;width:100%;font:inherit;cursor:pointer}.new-channel-form button.channel-option:focus-visible{outline-offset:2px;outline:2px solid #4169ed}.new-channel-form button.channel-option:not(.selected) .channel-option-check{visibility:hidden}.channels-page{width:100%;max-width:1500px;margin:0 auto}.channels-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.channels-header>div:first-child{min-width:0}.channels-header h1{color:#172033;margin:0;font-size:28px;font-weight:700;line-height:1.2}.channels-header p{color:#7b8796;margin:7px 0 0;font-size:14px;line-height:1.5}.channels-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.button-primary,.button-secondary{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 16px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.button-primary{color:#fff;background:#0b72e7;border:1px solid #0b72e7}.button-primary:hover{background:#0864ca;border-color:#0864ca;box-shadow:0 5px 14px #0b72e733}.button-secondary{color:#475569;background:#fff;border:1px solid #dce4ec}.button-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.channels-summary{grid-template-columns:repeat(3,minmax(180px,230px));gap:14px;margin-bottom:24px;display:grid}.channels-summary>div{background:#fff;border:1px solid #e5ebf1;border-radius:12px;flex-direction:column;justify-content:center;min-height:88px;padding:17px 18px;display:flex}.channels-summary span{color:#8492a3;font-size:12px;font-weight:500}.channels-summary strong{color:#172033;margin-top:4px;font-size:25px;font-weight:700;line-height:1.2}.channels-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-items:stretch;gap:18px;display:grid}.channel-card{background:#fff;border:1px solid #e5ebf1;border-radius:14px;flex-direction:column;min-width:0;padding:20px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.channel-card:hover{border-color:#d7e1ea;transform:translateY(-2px);box-shadow:0 10px 28px #0f172a0f}.channel-card-top{justify-content:space-between;align-items:center;display:flex}.channel-icon{color:#159452;background:#eaf8f0;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.channel-menu{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.channel-menu:hover{color:#64748b;background:#f1f5f9}.channel-info{margin-top:17px}.channel-info h2{text-overflow:ellipsis;white-space:nowrap;color:#1e293b;max-width:100%;margin:0;font-size:17px;font-weight:650;line-height:1.3;overflow:hidden}.channel-provider{color:#8492a3;margin-top:5px;font-size:12px;display:block}.channel-details{border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5;flex-direction:column;gap:11px;margin-top:18px;padding:14px 0;display:flex}.channel-details>div{color:#64748b;align-items:center;gap:9px;min-width:0;font-size:13px;display:flex}.channel-details svg{flex-shrink:0}.channel-details>div>span:not(.status-badge){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.status-badge{border-radius:999px;align-items:center;width:fit-content;padding:4px 9px;font-size:11px;font-weight:700;line-height:1.2;display:inline-flex}.status-connected{color:#15803d;background:#dcfce7}.status-disconnected{color:#64748b;background:#f1f5f9}.status-connecting,.status-reconnecting{color:#a16207;background:#fef3c7}.status-error{color:#b91c1c;background:#fee2e2}.status-disabled{color:#64748b;background:#e2e8f0}.channel-card-footer{margin-top:auto;padding-top:17px}.connect-button,.manage-button{cursor:pointer;border-radius:9px;width:100%;height:42px;padding:0 14px;font-size:13px;font-weight:650;transition:background .15s,border-color .15s,box-shadow .15s}.connect-button{color:#fff;background:#16a35a;border:1px solid #16a35a;justify-content:center;align-items:center;gap:8px;display:flex}.connect-button:hover{background:#13884c;border-color:#13884c;box-shadow:0 5px 14px #16a35a2e}.manage-button{color:#475569;background:#fff;border:1px solid #dce4ec}.manage-button:hover{background:#f8fafc}.channels-loading,.channels-empty,.channels-error{text-align:center;color:#94a3b8;background:#fff;border:1px solid #e5ebf1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:30px;display:flex}.channels-loading{gap:10px}.channels-empty strong,.channels-error strong{color:#475569;margin-top:12px;font-size:15px}.channels-empty span,.channels-error span{color:#8492a3;margin-top:6px;font-size:13px}.channels-error button{margin-top:15px}.qr-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#081b2da8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.qr-modal{background:#fff;border-radius:18px;width:min(430px,100%);max-height:calc(100vh - 40px);padding:30px;position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000040}.qr-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex;position:absolute;top:15px;right:15px}.qr-modal-close:hover{background:#e2e8f0}.qr-modal-header{text-align:center;padding:0 35px}.qr-modal-icon{color:#16a35a;background:#e8f8ef;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;display:flex}.qr-modal-header h2{color:#172033;margin:0;font-size:21px}.qr-modal-header span{color:#8492a3;margin-top:5px;font-size:13px;display:block}.qr-area{background:#f8fafc;border-radius:14px;justify-content:center;align-items:center;min-height:285px;margin-top:22px;padding:20px;display:flex}.qr-box{background:#fff;border-radius:12px;justify-content:center;align-items:center;max-width:100%;padding:14px;display:flex;box-shadow:0 5px 20px #0f172a12}.qr-box svg{max-width:100%;height:auto}.qr-waiting{color:#8492a3;flex-direction:column;align-items:center;gap:12px;display:flex}.qr-message{text-align:center;color:#64748b;margin:18px 0 0;font-size:13px;line-height:1.5}.qr-instructions{color:#64748b;background:#f7f9fc;border-radius:10px;margin-top:18px;padding:15px 17px;font-size:12px;line-height:2}.qr-instructions span{color:#0b72e7;background:#e7f1ff;border-radius:50%;justify-content:center;align-items:center;width:21px;height:21px;margin-right:7px;font-size:11px;font-weight:700;display:inline-flex}.spin{animation:.9s linear infinite channel-spin}@keyframes channel-spin{to{transform:rotate(360deg)}}@media (width<=1000px){.channels-summary{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.channels-header{flex-direction:column;align-items:stretch}.channels-header-actions{width:100%}.channels-header-actions button{flex:1}.channels-summary,.channels-grid{grid-template-columns:1fr}}@media (width<=520px){.channels-header-actions{flex-direction:column}.qr-modal{padding:28px 18px 20px}.qr-area{min-height:250px;padding:15px}}.disconnect-button{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;height:42px;padding:0 14px;font-size:13px;font-weight:650;transition:background .15s,border-color .15s;display:flex}.disconnect-button:hover{background:#fef2f2;border-color:#fca5a5}.new-channel-overlay{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#081b2da8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.new-channel-modal{background:#fff;border-radius:18px;width:min(480px,100%);max-height:calc(100vh - 40px);padding:30px;position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000040}.new-channel-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex;position:absolute;top:15px;right:15px}.new-channel-close:hover{background:#e2e8f0}.new-channel-header{text-align:center;margin-bottom:26px}.new-channel-icon{color:#16a35a;background:#e8f8ef;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;display:flex}.new-channel-header h2{color:#172033;margin:0;font-size:22px;font-weight:700}.new-channel-header p{color:#8492a3;margin:6px 0 0;font-size:13px}.new-channel-form{flex-direction:column;gap:21px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group>label{color:#344054;font-size:13px;font-weight:650}.form-group input{box-sizing:border-box;color:#1e293b;background:#fff;border:1px solid #dce4ec;border-radius:9px;outline:none;width:100%;height:44px;padding:0 13px;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-group input:focus{border-color:#0b72e7;box-shadow:0 0 0 3px #0b72e71a}.form-group input::placeholder{color:#aab4c0}.form-group small{color:#94a3b8;font-size:11px;line-height:1.4}.channel-option{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;min-height:62px;padding:12px 13px;display:flex;position:relative}.channel-option.selected{background:#f7fbff;border-color:#b7d6f8}.channel-option.disabled{opacity:.55;background:#f8fafc;margin-top:8px}.channel-option-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.channel-option-icon.whatsapp{color:#16a35a;background:#e8f8ef}.channel-option-icon.qr{color:#0b72e7;background:#eaf3ff}.channel-option-icon.meta{color:#5267df;background:#eef2ff}.channel-option>div:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.channel-option strong{color:#344054;font-size:13px}.channel-option span{color:#8492a3;font-size:11px}.channel-option-check{color:#fff;background:#0b72e7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-left:auto;font-size:12px;font-weight:700;display:flex}.coming-soon{background:#eef2f7;border-radius:999px;flex-shrink:0;margin-left:auto;padding:4px 7px;font-weight:650;color:#64748b!important;font-size:10px!important}.new-channel-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:11px 13px;font-size:12px}.new-channel-actions{grid-template-columns:1fr 1fr;gap:10px;padding-top:5px;display:grid}.new-channel-cancel,.new-channel-save{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:43px;font-size:13px;font-weight:650;display:flex}.new-channel-cancel{color:#475569;background:#fff;border:1px solid #dce4ec}.new-channel-cancel:hover{background:#f8fafc}.new-channel-save{color:#fff;background:#0b72e7;border:1px solid #0b72e7}.new-channel-save:hover{background:#0864ca}.new-channel-save:disabled,.new-channel-cancel:disabled{opacity:.6;cursor:not-allowed}@media (width<=520px){.new-channel-modal{padding:28px 18px 20px}.new-channel-actions{grid-template-columns:1fr}}.channel-footer-actions{grid-template-columns:1fr auto;gap:9px;display:grid}.delete-channel-button{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:42px;padding:0 13px;font-size:13px;font-weight:650;transition:background .15s,border-color .15s;display:flex}.delete-channel-button:hover{background:#fef2f2;border-color:#fca5a5}@media (width<=520px){.channel-footer-actions{grid-template-columns:1fr}}.delete-modal-overlay{z-index:1200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#081b2da8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.delete-modal{text-align:center;background:#fff;border-radius:18px;width:min(420px,100%);padding:30px;box-shadow:0 30px 80px #00000040}.delete-modal-icon{color:#dc2626;background:#fef2f2;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 16px;display:flex}.delete-modal h2{color:#172033;margin:0;font-size:21px}.delete-modal>p{color:#64748b;margin:9px 0 0;font-size:13px}.delete-channel-name{color:#1e293b;margin-top:8px;font-size:15px;display:block}.delete-warning{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-top:20px;padding:13px 15px;font-size:12px;line-height:1.6}.delete-warning-text{color:#94a3b8!important;font-size:11px!important}.delete-modal-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:24px;display:grid}.delete-cancel-button,.delete-confirm-button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:43px;font-size:13px;font-weight:650;display:flex}.delete-cancel-button{color:#475569;background:#fff;border:1px solid #dce4ec}.delete-cancel-button:hover{background:#f8fafc}.delete-confirm-button{color:#fff;background:#dc2626;border:1px solid #dc2626}.delete-confirm-button:hover{background:#b91c1c}.delete-confirm-button:disabled,.delete-cancel-button:disabled{opacity:.6;cursor:not-allowed}@media (width<=520px){.delete-modal{padding:25px 18px}.delete-modal-actions{grid-template-columns:1fr}}.disconnect-modal-icon{color:#ea580c;background:#fff7ed;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 16px;display:flex}.disconnect-warning{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;margin-top:20px;padding:13px 15px;font-size:12px;line-height:1.6}.disconnect-confirm-button{color:#fff;cursor:pointer;background:#ea580c;border:1px solid #ea580c;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:43px;font-size:13px;font-weight:650;display:flex}.disconnect-confirm-button:hover{background:#c2410c}.disconnect-confirm-button:disabled{opacity:.6;cursor:not-allowed}.edit-channel-overlay{z-index:1150;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#081b2da8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.edit-channel-modal{background:#fff;border-radius:18px;width:min(480px,100%);padding:30px;position:relative;box-shadow:0 30px 80px #00000040}.edit-channel-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex;position:absolute;top:15px;right:15px}.edit-channel-header{text-align:center;margin-bottom:24px}.edit-channel-icon{color:#0b72e7;background:#eaf3ff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;display:flex}.edit-channel-header h2{color:#172033;margin:0;font-size:22px}.edit-channel-header p{color:#8492a3;margin:6px 0 0;font-size:13px}.edit-channel-form{flex-direction:column;gap:18px;display:flex}.edit-channel-actions{grid-template-columns:1fr 1fr;gap:10px;padding-top:5px;display:grid}.edit-channel-cancel,.edit-channel-save{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:43px;font-size:13px;font-weight:650;display:flex}.edit-channel-cancel{color:#475569;background:#fff;border:1px solid #dce4ec}.edit-channel-save{color:#fff;background:#0b72e7;border:1px solid #0b72e7}.edit-channel-cancel:disabled,.edit-channel-save:disabled{opacity:.6;cursor:not-allowed}.channel-menu:disabled{cursor:default;opacity:.45}.social-setup .meta-setup-body{overflow-x:hidden}.social-setup select{box-sizing:border-box;width:100%;min-width:0;color:inherit;font:inherit;background:#fff;border:1px solid #dce3f0;border-radius:8px;padding:10px 12px}.social-setup select:focus{border-color:#4169ed;outline:2px solid #b5c3ff}.social-setup details{border-top:1px solid #edf1f6;margin-top:24px;padding-top:16px}.social-setup summary{cursor:pointer;color:#71809a;font-size:13px}.social-setup p{overflow-wrap:anywhere}.social-setup details button{margin:4px 6px 4px 0}.users-page{flex-direction:column;gap:18px;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.users-header{flex:none;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.users-header h1{color:#172033;margin:3px 0 4px;font-size:28px}.users-header p{color:#697386;margin:0}.users-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#5b7cfa;font-size:12px;font-weight:800;display:block}.users-primary-button{color:#fff;cursor:pointer;background:#426ce8;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;font-weight:700;display:inline-flex}.users-card{background:#fff;border:1px solid #e3e7ef;border-radius:14px;flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.users-toolbar{border-bottom:1px solid #edf0f5;flex:none;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.users-search{color:#8993a5;border:1px solid #dfe4ed;border-radius:10px;align-items:center;gap:9px;width:min(430px,100%);height:40px;padding:0 12px;display:flex}.users-search input{color:#20283a;background:0 0;border:0;outline:0;width:100%}.users-count{color:#697386;font-size:14px}.users-list{scrollbar-gutter:stable;flex:auto;min-height:0;overflow:hidden auto}.user-card{background:#fff;border-bottom:1px solid #edf0f5;align-items:center;gap:12px;min-height:82px;padding:13px 18px;display:flex}.user-card:last-child{border-bottom:0}.user-card-avatar{color:#426ce8;background:#edf2ff;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:12px;font-weight:800;display:grid;overflow:hidden}.user-card-avatar img{object-fit:cover;width:100%;height:100%}.user-card-main{flex:1;min-width:0}.user-card-title{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.user-card-title strong{color:#222b3d;font-size:13px;display:block}.user-card-title>div:first-child>span{color:#7f899b;margin-top:3px;font-size:11px;display:block}.user-card-badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.user-role,.user-status{text-transform:uppercase;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.user-role{color:#426ce8;background:#eef4ff}.user-role.role-owner{color:#7e22ce;background:#f3e8ff}.user-role.role-admin{color:#c2410c;background:#fff7ed}.user-status.status-active{color:#24864b;background:#eaf8ef}.user-status.status-inactive{color:#7e8796;background:#f0f2f5}.user-status.status-blocked{color:#b42318;background:#fef2f2}.user-signature-summary{color:#7f899b;align-items:center;gap:10px;margin-top:7px;font-size:11px;display:flex}.signature-indicator{align-items:center;gap:4px;font-weight:700;display:inline-flex}.signature-indicator.enabled{color:#24864b}.signature-indicator.disabled{color:#8a93a5}.user-signature-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-edit-button{color:#7f8999;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.user-edit-button:hover:not(:disabled){color:#426ce8;background:#eef4ff}.user-edit-button:disabled{opacity:.45;cursor:not-allowed}.users-empty{color:#7c8798;place-items:center;min-height:180px;display:grid}.users-access-card{text-align:center;color:#697386;background:#fff;border:1px solid #e3e7ef;border-radius:14px;max-width:520px;margin:40px auto;padding:34px}.users-access-card strong{color:#20283a;margin-top:10px;display:block}.users-modal-backdrop{z-index:1400;background:#1118277a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.users-modal{background:#fff;border-radius:16px;flex-direction:column;width:min(660px,100%);max-height:min(820px,100dvh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a3d}.users-modal-header{border-bottom:1px solid #edf0f5;flex:none;justify-content:space-between;gap:18px;padding:18px 20px;display:flex}.users-modal-header>div{flex-direction:column;gap:3px;display:flex}.users-modal-header strong{color:#20283a;font-size:17px}.users-modal-header span{color:#7b8596;font-size:13px}.users-modal-header>button{color:#7d8798;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.users-modal-body{flex:auto;min-height:0;padding:18px 20px;overflow-y:auto}.users-photo-section{background:#fafbfc;border:1px solid #e4e8ef;border-radius:10px;align-items:center;gap:14px;margin-bottom:18px;padding:13px;display:flex}.users-photo-avatar{color:#426ce8;background:#e9efff;border-radius:50%;flex:0 0 66px;place-items:center;width:66px;height:66px;font-size:17px;font-weight:800;display:grid;overflow:hidden}.users-photo-avatar img{object-fit:cover;width:100%;height:100%}.users-photo-actions{flex-direction:column;gap:4px;min-width:0;display:flex}.users-photo-actions>strong{color:#404a5c;font-size:13px}.users-photo-actions>span{color:#7c8697;font-size:11px}.users-photo-actions>div{gap:7px;margin-top:5px;display:flex}.users-photo-button,.users-photo-remove{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.users-photo-button{color:#426ce8;background:#fff;border:1px solid #cfd8e6}.users-photo-button input{display:none}.users-photo-remove{color:#b42318;background:#fff;border:1px solid #f1caca}.users-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.users-form-grid label,.users-signature-section label{color:#404a5c;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.users-form-grid input,.users-form-grid select,.users-signature-section input{box-sizing:border-box;color:#20283a;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #dfe4ed;border-radius:9px;outline:0;padding:0 10px;font-weight:400}.users-form-grid input:focus,.users-form-grid select:focus,.users-signature-section input:focus{border-color:#8ba6ff;box-shadow:0 0 0 3px #426ce81a}.users-form-full{grid-column:1/-1}.users-input-icon{color:#8993a5;border:1px solid #dfe4ed;border-radius:9px;align-items:center;gap:8px;min-height:40px;padding-left:10px;display:flex}.users-input-icon input{border:0;padding-left:0;box-shadow:none!important}.users-signature-section{background:#fafbfc;border:1px solid #e4e8ef;border-radius:10px;margin-top:18px;padding:13px}.users-signature-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.users-signature-heading strong,.users-signature-heading span{display:block}.users-signature-heading strong{color:#404a5c;font-size:13px}.users-signature-heading span,.users-signature-section small{color:#7c8697;margin-top:3px;font-size:11px}.users-switch{cursor:pointer;display:block!important}.users-switch input{opacity:0;pointer-events:none;position:absolute}.users-switch-track{box-sizing:border-box;background:#cbd5e1;border-radius:999px;width:44px;height:24px;padding:3px;display:block}.users-switch-track>span{background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;display:block}.users-switch input:checked+.users-switch-track{background:#426ce8}.users-switch input:checked+.users-switch-track>span{transform:translate(20px)}.users-signature-preview{background:#fff;border:1px dashed #c9d2df;border-radius:9px;margin-top:12px;padding:11px}.users-signature-preview>span{color:#7b8596;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.users-signature-preview>div{color:#25332a;background:#d9fdd3;border-radius:9px 4px 9px 9px;width:fit-content;max-width:100%;margin-left:auto;padding:8px 10px;font-size:12px}.users-signature-preview strong,.users-signature-preview p{margin:0}.users-signature-preview strong{margin-bottom:3px;display:block}.users-modal-actions{border-top:1px solid #edf0f5;flex:none;justify-content:flex-end;gap:9px;padding:15px 20px;display:flex}.users-modal-actions button{cursor:pointer;border-radius:9px;min-height:40px;padding:0 15px;font-weight:700}.users-modal-actions .secondary{color:#596478;background:#fff;border:1px solid #dfe4ed}.users-modal-actions .primary{color:#fff;background:#426ce8;border:0}.users-modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media (width<=720px){.users-header,.users-toolbar,.user-card-title{flex-direction:column;align-items:stretch}.users-primary-button,.users-search{width:100%}.user-card{flex-wrap:wrap}.user-edit-button{justify-content:center;width:100%}.users-form-grid{grid-template-columns:1fr}.users-form-full{grid-column:auto}.users-modal-backdrop{padding:10px}.users-photo-section{align-items:flex-start}}.meta-template-action{flex:none;align-items:center;display:inline-flex;position:relative}.chat-compose-action.meta-template-trigger{white-space:nowrap;align-items:center;gap:5px;width:auto;padding:6px 8px;font-size:12px;display:inline-flex}.meta-template-trigger.needs-template{color:#a05a00;background:#fff5df}.meta-template-required-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.meta-template-hint{z-index:30;color:#fff;pointer-events:none;background:#28384e;border-radius:9px;width:240px;max-width:70vw;padding:10px 12px;font-size:12px;line-height:1.5;display:none;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 5px 18px #0002}.meta-template-action:hover .meta-template-hint,.meta-template-action:focus-within .meta-template-hint{display:block}.meta-template-dialog{color:#26364d;background:#fff;border:1px solid #d8e0ee;border-radius:14px;width:min(560px,100vw - 32px);max-height:85dvh;padding:20px;overflow-y:auto}.meta-template-dialog::backdrop{background:#15243b80}.meta-template-dialog header{justify-content:space-between;align-items:center;gap:12px;display:flex}.meta-template-dialog h2{margin:0;font-size:20px}.meta-template-dialog p{font-size:14px;line-height:1.5}.meta-template-dialog label{flex-direction:column;gap:7px;margin:14px 0;font-size:14px;display:flex}.meta-template-dialog input,.meta-template-dialog select{box-sizing:border-box;width:100%;font:inherit;border:1px solid #ccd7e8;border-radius:8px;padding:10px}.meta-template-dialog footer{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.meta-template-dialog button{color:inherit;cursor:pointer;background:#fff;border:1px solid #d2dcea;border-radius:8px;padding:9px 12px}.meta-template-dialog button.primary{color:#fff;background:#4265ed}.meta-template-dialog button:disabled{opacity:.5;cursor:default}.meta-template-preview{white-space:pre-wrap;overflow-wrap:anywhere;background:#f3f6fb;border-radius:10px;padding:14px}.meta-template-preview-button{text-align:center;color:#287766;border-top:1px solid #dbe2ec;padding:8px}.meta-template-error{color:#a42626}.share-contact-dialog{color:#24344b;background:#fff;border:1px solid #dce3ed;border-radius:16px;width:min(480px,100vw - 32px);max-height:85dvh;padding:0;box-shadow:0 18px 60px #15243a40}.share-contact-dialog::backdrop{background:#14243b80}.share-contact-dialog header{justify-content:space-between;align-items:start;padding:20px;display:flex}.share-contact-dialog h2{margin:0;font-size:20px}.share-contact-dialog p{margin:6px 0;font-size:14px}.share-contact-dialog button{color:inherit;cursor:pointer;background:#fff;border:1px solid #dce3ed;border-radius:8px;padding:9px 12px}.share-contact-dialog button:disabled{opacity:.5;cursor:default}.share-contact-search{border:1px solid #dce3ed;border-radius:9px;align-items:center;gap:8px;margin:0 20px 12px;padding:10px;display:flex}.share-contact-search input{width:100%;font:inherit;outline-offset:4px;background:0 0;border:0;padding:0}.share-contact-results{height:min(320px,38dvh);padding:0 12px;overflow-y:auto}.share-contact-results>p{text-align:center;padding:20px}.share-contact-row{cursor:pointer;border-radius:9px;align-items:center;gap:12px;padding:12px;display:flex}.share-contact-row:hover,.share-contact-row.selected{background:#edf3ff}.share-contact-row span{overflow-wrap:anywhere;flex:1;min-width:0}.share-contact-row strong,.share-contact-row small{display:block}.share-contact-row small{color:#69778b;margin-top:4px}.share-contact-row input{accent-color:#4265ed;width:18px;height:18px}.share-contact-row.unavailable{opacity:.65;cursor:default}.share-contact-dialog nav{justify-content:space-between;align-items:center;padding:12px 20px;font-size:13px;display:flex}.share-contact-dialog footer{border-top:1px solid #e5eaf1;padding:14px 20px}.share-contact-dialog footer>div{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.share-contact-dialog .share-contact-send{color:#fff;background:#4265ed;border-color:#4265ed}.share-contact-error{color:#a32121;margin:8px 20px;font-size:14px}.share-contact-row .share-contact-avatar{color:#5672a7;background:#e5ecf8;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.share-contact-avatar img{object-fit:cover;width:100%;height:100%}.share-contact-dialog .share-contact-row{box-sizing:border-box;grid-template-columns:40px minmax(0,1fr) 18px;width:100%;display:grid}.share-contact-dialog .share-contact-details{width:auto;min-width:0}.share-contact-dialog .share-contact-details strong,.share-contact-dialog .share-contact-details small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.share-contact-dialog .share-contact-row input[type=radio]{justify-self:end;width:18px;min-width:18px;max-width:18px;height:18px;margin:0;padding:0}.share-contact-dialog .share-contact-search input{border:0;width:100%;min-width:0;padding:0}.conversation-crm{flex-direction:column;gap:10px;display:flex}.conversation-crm-heading{justify-content:space-between;align-items:center;display:flex}.conversation-crm-heading h3{align-items:center;gap:7px;margin:0;display:flex}.conversation-crm-heading button{padding:5px;display:flex}.conversation-crm-title{overflow-wrap:anywhere;font-size:14px}.conversation-crm p,.conversation-crm small,.conversation-crm>span{color:#64748b;margin:0;font-size:12px}.conversation-crm-stage{background:#f8fafc;border-left:3px solid;border-radius:4px;padding:5px 8px}.conversation-crm fieldset{border:0;gap:8px;min-width:0;margin:0;padding:0;display:grid}.conversation-crm label{color:#475569;gap:5px;font-size:12px;display:grid}.conversation-crm input,.conversation-crm select,.conversation-crm textarea{box-sizing:border-box;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px}.conversation-crm button{color:#365cf5;cursor:pointer;font:inherit;background:#f0f4ff;border:1px solid #dbe4ff;border-radius:8px;padding:7px 10px;font-size:12px}.conversation-crm button:disabled{opacity:.5;cursor:default}.conversation-crm .conversation-crm-error{color:#b91c1c}.conversation-copilot{flex:none;min-width:0;padding:8px 12px 0}.conversation-copilot button{color:#4860a8;min-height:32px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dce3f4;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:inline-flex}.conversation-copilot button:disabled{opacity:.5;cursor:default}.conversation-copilot button:focus-visible,.conversation-copilot select:focus-visible{outline-offset:2px;outline:2px solid #5575d8}.conversation-copilot .copilot-trigger{background:#f3f5ff}.copilot-preview{scrollbar-gutter:stable;color:#334155;background:#f7f9ff;border:1px solid #dbe2f7;border-radius:12px;max-height:min(360px,45dvh);padding:12px;overflow-y:auto}.copilot-preview header{justify-content:space-between;align-items:center;gap:12px;display:flex}.copilot-preview header strong{color:#435cad;align-items:center;gap:7px;font-size:13px;display:flex}.copilot-preview p{margin:10px 0;font-size:13px;line-height:1.6}.copilot-preview .copilot-text{white-space:pre-wrap;overflow-wrap:anywhere}.copilot-preview small{color:#64748b;font-size:11px;line-height:1.5;display:block}.copilot-preview footer{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.conversation-copilot .copilot-use{color:#fff;background:#3155d9;border-color:#3155d9}.copilot-preview .copilot-error{color:#a13c31}.copilot-integration{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;font-size:12px;display:flex}.copilot-integration select{max-width:100%;font:inherit;background:#fff;border:1px solid #dce3f4;border-radius:7px;padding:6px}.audio-transcription{min-width:0;margin-top:8px}.audio-transcription button{color:#4562a2;min-height:30px;font:inherit;cursor:pointer;background:#f8faff;border:1px solid #d6e0ef;border-radius:7px;align-items:center;gap:6px;padding:5px 8px;font-size:12px;display:inline-flex}.audio-transcription button:disabled{opacity:.6;cursor:default}.audio-transcription button:focus-visible{outline-offset:2px;outline:2px solid #5575d8}.audio-transcription-content{background:#f3f6fb;border-radius:8px;max-width:420px;max-height:240px;margin-top:7px;padding:9px;overflow:auto}.audio-transcription-content p{white-space:pre-wrap;overflow-wrap:anywhere;color:#334155;margin:0 0 6px;font-size:13px;line-height:1.5}.audio-transcription-content small{color:#64748b;font-size:10px;line-height:1.5;display:block}.audio-transcription-content label{flex-direction:column;gap:5px;font-size:12px;display:flex}.audio-transcription-content select{max-width:100%;font:inherit;background:#fff;border:1px solid #d6e0ef;border-radius:6px;padding:5px}.conversations-page{flex-direction:column;gap:18px;height:calc(100vh - 96px);min-height:620px;display:flex}.conversations-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.conversations-header h1{color:#172033;margin:0;font-size:27px;font-weight:700}.conversations-header p{color:#778096;margin:5px 0 0;font-size:14px}.conversations-refresh{color:#485267;cursor:pointer;background:#fff;border:1px solid #e2e6ee;border-radius:9px;align-items:center;gap:8px;height:38px;padding:0 14px;font-weight:600;display:inline-flex}.conversations-refresh:hover{background:#f7f8fb}.conversations-error{color:#b42318;background:#fff1f1;border-radius:9px;padding:11px 14px;font-size:14px}.conversations-workspace{background:#fff;border:1px solid #e5e8ef;border-radius:14px;flex:1;grid-template-columns:330px minmax(420px,1fr) 270px;min-height:0;display:grid;overflow:hidden;box-shadow:0 4px 18px #1f2a440d}.conversation-list-panel{border-right:1px solid #eaedf3;flex-direction:column;min-width:0;display:flex}.conversation-list-header{border-bottom:1px solid #edf0f5;padding:17px}.conversation-list-title{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.conversation-list-title span{color:#20283a;font-weight:700}.conversation-list-title strong{color:#3461d8;background:#edf3ff;border-radius:20px;justify-content:center;align-items:center;min-width:25px;height:25px;font-size:12px;display:inline-flex}.conversation-search{color:#8a93a5;background:#f8f9fb;border:1px solid #e0e5ed;border-radius:9px;align-items:center;gap:9px;padding:0 11px;display:flex}.conversation-search input{width:100%;height:37px;font:inherit;color:#293248;background:0 0;border:0;outline:none;font-size:13px}.conversation-list{flex:1;min-height:0;overflow-y:auto}.conversation-item{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f0f2f6;align-items:flex-start;gap:11px;width:100%;padding:14px 15px;display:flex}.conversation-item:hover{background:#f8faff}.conversation-avatar,.chat-avatar{color:#426ce8;background:#edf2ff;border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.conversation-avatar{width:40px;height:40px}.conversation-item-body{flex:1;min-width:0}.conversation-item-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.conversation-item-top strong{white-space:nowrap;text-overflow:ellipsis;color:#222b3d;font-size:14px;overflow:hidden}.conversation-item-top time{color:#949cad;flex:none;font-size:11px}.conversation-item-bottom{align-items:center;gap:8px;margin-top:6px;display:flex}.conversation-preview{white-space:nowrap;text-overflow:ellipsis;color:#737d91;flex:1;min-width:0;font-size:12px;overflow:hidden}.conversation-status{color:#667085;background:#eef1f5;border-radius:20px;flex:none;padding:3px 7px;font-size:10px;font-weight:700}.status-waiting_agent,.status-waiting_queue{color:#9b6500;background:#fff4df}.status-with_agent{color:#247a49;background:#e7f8ee}.status-closed{color:#70798a;background:#edf0f5}.conversation-chat-panel{background:#f6f7f9;flex-direction:column;min-width:0;display:flex}.chat-header{background:#fff;border-bottom:1px solid #e7eaf0;flex:none;justify-content:space-between;align-items:center;height:68px;padding:0 20px;display:flex}.chat-contact{align-items:center;gap:11px;display:flex}.chat-avatar{width:39px;height:39px}.chat-contact div:last-child{flex-direction:column;gap:3px;display:flex}.chat-contact strong{color:#20283a;font-size:14px}.chat-contact span{color:#8992a4;font-size:12px}.chat-header-status{color:#936200;background:#fff5df;border-radius:18px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.chat-messages{flex-direction:column;flex:1;min-height:0;padding:22px;display:flex;overflow-y:auto}.chat-message-row{margin-bottom:9px;display:flex}.chat-message-row.inbound{justify-content:flex-start}.chat-message-row.outbound{justify-content:flex-end}.chat-bubble{border-radius:13px;max-width:72%;padding:9px 12px 7px;box-shadow:0 1px 2px #10182814}.chat-message-row.inbound .chat-bubble{background:#fff;border-bottom-left-radius:4px}.chat-message-row.outbound .chat-bubble{background:#dfeaff;border-bottom-right-radius:4px}.chat-message-text{color:#283043;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.45}.chat-message-meta{color:#959cad;justify-content:flex-end;align-items:center;gap:3px;margin-top:4px;font-size:10px;display:flex}.chat-compose-disabled{color:#979ead;background:#fff;border-top:1px solid #e6e9ef;flex:none;justify-content:center;align-items:center;gap:8px;min-height:62px;font-size:12px;display:flex}.chat-loading,.chat-empty{color:#8d96a8;flex:1;justify-content:center;align-items:center;display:flex}.chat-empty{text-align:center;flex-direction:column;gap:7px;padding:30px}.chat-empty-icon{color:#486fe0;background:#edf2ff;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;margin-bottom:7px;display:flex}.chat-empty strong{color:#30394c;font-size:15px}.chat-empty span{color:#8b94a6;max-width:290px;font-size:13px}.conversation-details-panel{background:#fff;border-left:1px solid #e9ecf2;min-width:0;overflow-y:auto}.details-profile{border-bottom:1px solid #edf0f4;flex-direction:column;align-items:center;padding:25px 18px 21px;display:flex}.details-avatar{color:#426ce8;background:#edf2ff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:10px;display:flex}.details-profile strong{color:#222a3b;font-size:15px}.details-profile span{color:#8b94a4;margin-top:4px;font-size:11px}.details-section{border-bottom:1px solid #edf0f4;padding:18px}.details-section h3{color:#768095;text-transform:uppercase;letter-spacing:.06em;margin:0 0 14px;font-size:11px;font-weight:800}.details-line{color:#4d566a;align-items:center;gap:9px;margin-bottom:10px;font-size:12px;display:flex}.details-info{justify-content:space-between;gap:12px;margin-bottom:12px;font-size:12px;display:flex}.details-info span{color:#929aab}.details-info strong{color:#444d60;text-align:right;font-weight:600}.details-empty{color:#9098a8;text-align:center;padding:30px 20px;font-size:12px}.conversation-empty{color:#929aaa;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:180px;padding:20px;font-size:12px;display:flex}.conversation-empty strong{color:#596276}@media (width<=1180px){.conversations-workspace{grid-template-columns:310px minmax(400px,1fr)}.conversation-details-panel{display:none}}@media (width<=800px){.conversations-page{height:auto;min-height:0}.conversations-workspace{grid-template-columns:1fr;min-height:700px}.conversation-list-panel{display:none}.conversation-chat-panel{min-height:700px}}.chat-compose{background:#fff;border-top:1px solid #e6e9ef;flex:none;align-items:flex-end;gap:10px;padding:12px 14px 8px;display:flex}.chat-compose-input{resize:none;color:#273044;min-height:42px;max-height:130px;font:inherit;background:#f8f9fb;border:1px solid #dfe4ec;border-radius:11px;outline:none;flex:1;padding:11px 13px;font-size:14px;line-height:1.45;transition:border-color .15s,box-shadow .15s,background .15s}.chat-compose-input:focus{background:#fff;border-color:#6e8ef0;box-shadow:0 0 0 3px #426ce81a}.chat-compose-input:disabled{cursor:not-allowed;opacity:.65}.chat-send-button{color:#fff;cursor:pointer;background:#426ce8;border:0;border-radius:11px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .12s,opacity .12s,background .12s;display:flex}.chat-send-button:hover:not(:disabled){background:#355fd7}.chat-send-button:active:not(:disabled){transform:scale(.96)}.chat-send-button:disabled{cursor:not-allowed;opacity:.45}.chat-compose-help{color:#989faf;text-align:right;background:#fff;flex:none;padding:0 16px 9px;font-size:10px}.conversation-chat-panel{background:radial-gradient(circle at 20% 10%,#ffffffb8,#0000 26%),#efeae2}.chat-header{background:#f7f8fa;height:64px;padding:0 16px}.chat-header-status{color:#247a49;background:#eaf7ef}.chat-messages{scroll-behavior:smooth;padding:18px 7%}.chat-message-group{width:100%}.chat-date-divider{z-index:4;pointer-events:none;justify-content:center;margin:10px 0 16px;display:flex;position:sticky;top:6px}.chat-date-divider span{color:#667085;text-transform:capitalize;background:#ffffffeb;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:600;box-shadow:0 1px 2px #10182814}.chat-message-row{margin-bottom:3px}.chat-bubble{border-radius:8px;min-width:90px;max-width:min(72%,620px);padding:7px 28px 5px 9px;position:relative;box-shadow:0 1px 1px #0b141a21}.chat-message-row.inbound .chat-bubble{background:#fff;border-top-left-radius:2px;border-bottom-left-radius:8px}.chat-message-row.outbound .chat-bubble{background:#d9fdd3;border-top-right-radius:2px;border-bottom-right-radius:8px}.chat-message-text{color:#111b21;padding-right:3px;font-size:13.5px;line-height:1.42}.chat-message-meta{color:#667781;gap:3px;min-height:15px;margin-top:2px;font-size:9.5px;line-height:1}.message-status{flex:none}.message-status.read{color:#53bdeb}.message-status.delivered,.message-status.sent,.message-status.pending{color:#667781}.message-status.failed{color:#fff;background:#d92d20;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;font-weight:800;display:inline-flex}.chat-message-menu-trigger{z-index:3;color:#667781;cursor:pointer;opacity:0;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:opacity .12s,background .12s;display:flex;position:absolute;top:3px;right:4px}.chat-bubble:hover .chat-message-menu-trigger,.chat-message-menu-trigger:focus-visible{opacity:1}.chat-message-menu-trigger:hover{background:#0000000f}.chat-message-menu{z-index:20;background:#fff;border:1px solid #e5e7eb;border-radius:9px;width:170px;padding:6px;position:absolute;top:28px;right:5px;box-shadow:0 10px 30px #1018282e}.chat-message-menu button{color:#344054;cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;padding:9px 10px;font-size:12px;display:flex}.chat-message-menu button:hover{background:#f5f7fa}.chat-media-placeholder{color:#344054;background:#0000000b;border-radius:7px;align-items:center;gap:9px;min-width:180px;padding:9px;font-size:12px;display:flex}.chat-scroll-anchor{width:1px;height:1px}.chat-compose-shell{background:#f0f2f5;border-top:1px solid #dfe3e7;flex:none}.chat-compose{background:0 0;border-top:0;gap:4px;min-height:58px;padding:8px 12px}.chat-compose-action{color:#54656f;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background .12s,color .12s;display:flex}.chat-compose-action:hover:not(:disabled){color:#344054;background:#0000000f}.chat-compose-action:disabled{cursor:not-allowed;opacity:.4}.chat-compose-input-wrap{flex:1;align-items:flex-end;min-width:0;padding:1px 3px;display:flex}.chat-compose-input{color:#111b21;background:#fff;border:0;border-radius:9px;width:100%;min-height:40px;max-height:130px;padding:10px 12px;line-height:20px;overflow-y:auto}.chat-compose-input:focus{box-shadow:none;background:#fff;border:0}.chat-compose-input::placeholder{color:#8696a0}.chat-send-button{background:#426ce8;border-radius:50%;width:40px;height:40px;margin-left:3px}.chat-compose-help{color:#8696a0;background:0 0;min-height:20px;padding:0 15px 6px;font-size:9.5px}.chat-compose-offline{color:#b54708}@media (width<=900px){.chat-messages{padding-left:14px;padding-right:14px}.chat-bubble{max-width:86%}}.conversations-workspace{flex:auto;height:0;min-height:0}.conversation-list-panel,.conversation-chat-panel,.conversation-details-panel{min-height:0}.conversation-list-panel{overflow:hidden}.conversation-list{overscroll-behavior:contain;min-height:0;overflow-y:auto}.conversation-chat-panel{height:100%;min-height:0;position:relative;overflow:hidden}.chat-messages{overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;height:0;min-height:0;overflow-y:auto}.chat-compose-shell{z-index:12;background:#f0f2f5;border-top:1px solid #d8dde3;flex:none;width:100%;margin-top:auto;position:relative;bottom:auto;box-shadow:0 -1px 4px #111b210a}.chat-compose{width:100%}.chat-compose-input-wrap{min-width:0}.chat-compose-input{display:block}.conversation-details-panel{overscroll-behavior:contain;height:100%;overflow-y:auto}.contact-avatar{color:#426ce8;-webkit-user-select:none;user-select:none;background:linear-gradient(145deg,#e8efff,#dce8ff);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.contact-avatar img{object-fit:cover;width:100%;height:100%;display:block}.contact-avatar-small{width:40px;height:40px;font-size:13px}.contact-avatar-normal{width:46px;height:46px;font-size:14px}.contact-avatar-large{width:64px;height:64px;margin-bottom:10px;font-size:18px}.conversation-item.active .contact-avatar{box-shadow:0 0 0 2px #426ce81f}.conversation-avatar,.chat-avatar,.details-avatar{display:none}@media (height<=760px){.conversations-page{gap:10px;height:calc(100dvh - 104px)}.conversations-header p{display:none}}@media (width<=800px){.conversations-page{height:calc(100dvh - 92px);min-height:0}.conversations-workspace{height:0;min-height:0}.conversation-chat-panel{height:100%;min-height:0}}.conversations-page{height:100%;min-height:0;max-height:100%;overflow:hidden}.conversations-workspace{height:auto;min-height:0;overflow:hidden}.conversation-chat-panel{height:100%;min-height:0}.chat-header-actions{align-items:center;gap:8px;display:flex}.chat-details-toggle{color:#54656f;cursor:pointer;background:#fff;border:1px solid #e1e5ea;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.chat-details-toggle:hover{color:#111b21;background:#edf1f4;border-color:#d5dbe1}.chat-audio-button,.chat-audio-stop{color:#fff;cursor:pointer;background:#426ce8;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex}.chat-audio-button:hover:not(:disabled),.chat-audio-stop:hover:not(:disabled){filter:brightness(.95)}.chat-audio-button:disabled{cursor:not-allowed;opacity:.45}.chat-audio-recording{flex:none;align-items:center;gap:8px;min-height:40px;padding-left:10px;display:flex}.chat-audio-recording-dot{background:#d92d20;border-radius:50%;width:9px;height:9px;animation:1s ease-in-out infinite chat-audio-pulse}.chat-audio-recording strong{color:#d92d20;min-width:42px;font-size:12px}.chat-audio-cancel{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.chat-audio-cancel:hover{color:#b42318;background:#e6e9ed}.chat-audio-stop{background:#d92d20}.chat-audio-preview{background:#fff;border-top:1px solid #e3e7eb;align-items:center;gap:12px;padding:8px 14px 10px;display:flex}.chat-audio-preview audio{width:min(320px,45%);height:34px}.chat-audio-preview-actions{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.chat-audio-preview-actions button{color:#475467;cursor:pointer;background:#f2f4f7;border:0;border-radius:7px;align-items:center;gap:6px;padding:7px 9px;font-size:11px;font-weight:600;display:inline-flex}.chat-audio-preview-actions span{color:#7b8494;font-size:10px;line-height:1.3}@keyframes chat-audio-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@media (prefers-reduced-motion:reduce){.chat-audio-recording-dot{animation:none}}@media (width<=1180px){.conversations-workspace,.conversations-workspace.details-hidden{grid-template-columns:310px minmax(400px,1fr)}.conversation-details-panel{z-index:30;width:290px;position:absolute;top:0;bottom:0;right:0;box-shadow:-8px 0 25px #1018281f}.conversations-workspace{position:relative}}@media (width<=760px){.chat-audio-preview{flex-direction:column;align-items:stretch}.chat-audio-preview audio{width:100%}.chat-audio-preview-actions{flex-direction:column;align-items:flex-start}}.conversations-page{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.conversations-header{flex:none}.conversations-workspace{flex:auto;width:100%;min-width:0;height:0;min-height:0;overflow:hidden}.conversation-list-panel{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.conversation-list{flex:auto;min-height:0;overflow:hidden auto}.conversation-chat-panel{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.chat-header{flex:none}.chat-messages{flex:auto;min-width:0;height:0;min-height:0;overflow:hidden auto}.chat-compose-shell{flex:none;min-height:0;margin-top:0}.conversation-details-panel{height:100%;min-height:0;overflow:hidden auto}.chat-reply-quote{background:#ffffff94;border-left:3px solid #426ce8;border-radius:7px;flex-direction:column;gap:3px;margin:0 0 7px;padding:7px 9px;display:flex;overflow:hidden}.chat-message-row.inbound .chat-reply-quote{background:#f3f5f8}.chat-reply-quote strong{color:#426ce8;font-size:11px;font-weight:700}.chat-reply-quote span{white-space:nowrap;text-overflow:ellipsis;color:#626b7d;max-width:360px;font-size:12px;overflow:hidden}.chat-reply-compose{background:#fff;border-top:1px solid #e6e9ef;border-bottom:1px solid #edf0f4;flex:none;align-items:center;gap:10px;margin:0;padding:10px 14px;display:flex}.chat-reply-compose-icon{color:#426ce8;background:#edf3ff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.chat-reply-compose-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.chat-reply-compose-content strong{color:#426ce8;font-size:12px;font-weight:700}.chat-reply-compose-content span{white-space:nowrap;text-overflow:ellipsis;color:#687285;font-size:12px;overflow:hidden}.chat-reply-compose-close{color:#7c8597;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chat-reply-compose-close:hover{color:#3e4759;background:#f1f3f6}.chat-reply-quote{text-align:left;width:100%;font:inherit;border:0}.chat-reply-quote.clickable{cursor:pointer}.chat-reply-quote.clickable:hover{filter:brightness(.97)}.chat-message-highlight .chat-bubble{animation:1.8s chat-message-highlight-animation}@keyframes chat-message-highlight-animation{0%{box-shadow:0 0 #0000}25%{box-shadow:0 0 0 3px #00000029}to{box-shadow:0 0 #0000}}.chat-image-input{display:none}.chat-image-message{flex-direction:column;gap:7px;max-width:min(360px,62vw);display:flex}.chat-image-message>img{object-fit:contain;cursor:pointer;border-radius:8px;width:100%;max-height:420px;display:block}.chat-image-caption{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.38}.chat-image-compose-preview{border-bottom:1px solid #00000014;align-items:center;gap:12px;padding:10px 12px;display:flex}.chat-image-compose-preview>img{object-fit:cover;border-radius:8px;flex:none;width:72px;height:72px}.chat-image-compose-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.chat-image-compose-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.chat-image-compose-info span{opacity:.66;font-size:12px}.chat-image-compose-remove{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.chat-image-compose-remove:hover{background:#00000012}.chat-document-card{color:inherit;background:#0000000f;border-radius:8px;align-items:center;gap:10px;min-width:220px;max-width:360px;padding:10px 12px;text-decoration:none;display:flex}.chat-document-card>div{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-document-card strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-document-card span{opacity:.7;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.chat-document-caption{white-space:pre-wrap;margin-top:7px}.chat-document-compose-preview{border-top:1px solid #00000014;align-items:center;gap:12px;padding:10px 14px;display:flex}.chat-document-compose-info{flex-direction:column;flex:1;min-width:0;display:flex}.chat-document-compose-info strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-document-compose-info span{opacity:.7;font-size:12px}.chat-document-compose-preview button{cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.chat-video-message{flex-direction:column;gap:7px;min-width:240px;display:flex}.chat-video-message video{background:#111;border-radius:10px;width:min(420px,100%);max-height:430px;display:block}.chat-video-caption{white-space:pre-wrap;word-break:break-word}.chat-audio-message{min-width:270px}.chat-audio-message audio{width:min(340px,100%);height:42px;display:block}.chat-attachment-compose-preview{background:#f8fafc;border-top:1px solid #0f172a14;align-items:center;gap:12px;padding:10px 12px;display:flex}.chat-attachment-compose-preview>img,.chat-attachment-compose-preview>video{object-fit:cover;background:#0f172a;border-radius:8px;flex:0 0 76px;width:76px;height:62px}.chat-attachment-compose-preview>audio{width:230px;max-width:42%;height:40px}.chat-attachment-compose-icon{background:#e2e8f0;border-radius:10px;flex:0 0 52px;place-items:center;width:52px;height:52px;display:grid}.chat-attachment-compose-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.chat-attachment-compose-info strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-attachment-compose-info span{opacity:.7;font-size:12px}.chat-attachment-compose-remove{cursor:pointer;background:0 0;border:0;border-radius:999px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.chat-attachment-compose-remove:hover{background:#0f172a14}.chat-audio-preview-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.chat-audio-preview-actions button{align-items:center;gap:6px;display:inline-flex}.chat-audio-preview-send{font-weight:600}.chat-waveform-player{align-items:center;gap:9px;width:min(330px,72vw);min-width:230px;padding:4px 2px;display:flex}.chat-waveform-play{width:36px;height:36px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;padding:0;display:inline-flex}.chat-waveform-play:hover{background:#0000000f}.chat-waveform-bars{flex:1;align-items:center;gap:2px;min-width:0;height:38px;display:flex;overflow:hidden}.chat-waveform-bar{opacity:.28;cursor:pointer;background:currentColor;border:0;border-radius:999px;width:3px;min-width:3px;max-width:3px;padding:0;transition:opacity .12s,transform .12s}.chat-waveform-bar:hover{opacity:.62;transform:scaleY(1.08)}.chat-waveform-bar.is-played{opacity:.92}.chat-waveform-time{opacity:.7;text-align:right;font-variant-numeric:tabular-nums;flex:none;min-width:34px;font-size:11px;line-height:1}.chat-waveform-player>audio{display:none}.chat-audio-preview .chat-waveform-player{width:min(360px,70vw)}@media (width<=720px){.chat-waveform-player{width:min(285px,68vw);min-width:190px}.chat-waveform-bars{gap:1px}.chat-waveform-bar{width:2px;min-width:2px;max-width:2px}}.chat-message-edited{opacity:.82;margin-right:2px;font-style:italic}.chat-edit-compose{background:#fff;border-top:1px solid #e6e9ef;border-bottom:1px solid #edf0f4;flex:none;align-items:center;gap:10px;padding:10px 14px;display:flex}.chat-edit-compose-icon{color:#426ce8;background:#edf3ff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.chat-edit-compose-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.chat-edit-compose-content strong{color:#426ce8;font-size:12px;font-weight:700}.chat-edit-compose-content span{white-space:nowrap;text-overflow:ellipsis;color:#687285;font-size:12px;overflow:hidden}.chat-edit-compose-close{color:#7c8597;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chat-edit-compose-close:hover{color:#3e4759;background:#f1f3f6}.chat-message-menu button.danger{color:#c62828}.chat-message-menu button.danger:hover{color:#a61b1b;background:#fff1f1}.chat-message-deleted{color:#667781;align-items:center;gap:7px;min-height:24px;padding-right:4px;font-size:13px;font-style:italic;display:flex}.chat-message-deleted svg{flex:none}.chat-confirm-backdrop{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a75;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.chat-confirm-dialog{background:#fff;border-radius:14px;grid-template-columns:44px 1fr;gap:14px;width:min(440px,100%);padding:20px;display:grid;box-shadow:0 24px 60px #0f172a38}.chat-confirm-icon{color:#475467;background:#f2f4f7;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.chat-confirm-content{min-width:0}.chat-confirm-content h3{color:#101828;margin:1px 0 7px;font-size:16px;line-height:1.3}.chat-confirm-content p{color:#667085;margin:0;font-size:13px;line-height:1.55}.chat-confirm-actions{grid-column:1/-1;justify-content:flex-end;gap:9px;margin-top:6px;display:flex}.chat-confirm-actions button{min-height:38px;font:inherit;cursor:pointer;border:0;border-radius:9px;padding:0 14px;font-size:13px;font-weight:600}.chat-confirm-actions button:disabled{cursor:not-allowed;opacity:.55}.chat-confirm-actions .secondary{color:#344054;background:#fff;border:1px solid #d0d5dd}.chat-confirm-actions .secondary:hover:not(:disabled){background:#f9fafb}.chat-confirm-actions .primary{color:#fff;background:#426ce8}.chat-confirm-actions .primary:hover:not(:disabled){background:#355fd7}.chat-confirm-actions .danger{color:#fff;background:#d92d20}.chat-confirm-actions .danger:hover:not(:disabled){background:#b42318}@media (width<=640px){.chat-confirm-backdrop{align-items:flex-end;padding:14px}.chat-confirm-dialog{grid-template-columns:38px 1fr;padding:17px}.chat-confirm-icon{width:38px;height:38px}.chat-confirm-actions{flex-direction:column-reverse}.chat-confirm-actions button{width:100%}}.chat-reaction-picker{border-bottom:1px solid #edf0f4;grid-template-columns:repeat(6,1fr);gap:3px;margin-bottom:4px;padding:3px 3px 7px;display:grid}.chat-reaction-picker button{cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:25px;height:27px;padding:0;font-size:17px;line-height:1;display:grid}.chat-reaction-picker button:hover,.chat-reaction-picker button.active{background:#eef3ff;transform:scale(1.05)}.chat-message-reactions{z-index:4;align-items:center;gap:3px;display:flex;position:absolute;bottom:-15px;left:8px}.chat-message-row.outbound .chat-message-reactions{left:auto;right:8px}.chat-message-reactions button{cursor:default;background:#fff;border:1px solid #e0e5ea;border-radius:999px;justify-content:center;align-items:center;min-width:29px;height:24px;padding:0 6px;font-size:15px;line-height:1;display:inline-flex;box-shadow:0 1px 2px #1018281f}.chat-message-reactions button.mine{cursor:pointer;background:#edf4ff;border-color:#a8c7fa}.chat-message-group:has(.chat-message-reactions){margin-bottom:15px}.chat-sticker-message{width:min(220px,42vw);min-width:110px}.chat-sticker-message img{object-fit:contain;width:100%;max-height:240px;display:block}.chat-message-row:has(.chat-sticker-message) .chat-bubble{box-shadow:none;background:0 0;padding:2px 28px 3px 2px}.chat-message-row:has(.chat-sticker-message) .chat-message-meta{background:#ffffffd1;border-radius:7px;width:fit-content;margin-left:auto;padding:3px 5px}@media (width<=720px){.chat-sticker-message{width:min(190px,52vw)}}.chat-emoji-picker-wrap{flex:none;position:relative}.chat-compose-action.active{color:#426ce8;background:#426ce81f}.chat-emoji-picker{z-index:80;background:#fff;border:1px solid #e2e7ec;border-radius:14px;width:320px;max-width:min(320px,100vw - 28px);padding:10px;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 16px 42px #111b2133}.chat-emoji-picker:after{content:"";background:#fff;border-bottom:1px solid #e2e7ec;border-right:1px solid #e2e7ec;width:11px;height:11px;position:absolute;bottom:-6px;left:15px;transform:rotate(45deg)}.chat-emoji-picker-header{justify-content:space-between;align-items:center;gap:12px;padding:2px 4px 9px;display:flex}.chat-emoji-picker-header strong{color:#172033;font-size:13px}.chat-emoji-picker-header span{color:#8b95a5;font-size:10px}.chat-emoji-categories{border-bottom:1px solid #edf0f4;grid-template-columns:repeat(5,1fr);gap:4px;margin-bottom:8px;padding-bottom:8px;display:grid}.chat-emoji-categories button{cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;height:34px;padding:0;font-size:18px;transition:background .12s,transform .12s;display:inline-flex}.chat-emoji-categories button:hover{background:#f2f5f8}.chat-emoji-categories button.active{background:#eaf0ff}.chat-emoji-grid{grid-template-columns:repeat(8,1fr);gap:2px;max-height:190px;padding:2px;display:grid;overflow-y:auto}.chat-emoji-grid>button{cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:21px;line-height:1;transition:background .1s,transform .1s;display:inline-flex}.chat-emoji-grid>button:hover{background:#f2f5f8;transform:scale(1.12)}.chat-emoji-empty{color:#8b95a5;text-align:center;grid-column:1/-1;padding:18px 8px;font-size:11px}@media (width<=520px){.chat-emoji-picker{width:auto;max-width:none;position:fixed;bottom:76px;left:12px;right:12px}.chat-emoji-picker:after{display:none}.chat-emoji-grid{grid-template-columns:repeat(7,1fr)}}.chat-location-card,.chat-contact-card{align-items:center;gap:10px;min-width:220px;display:flex}.chat-location-card>div,.chat-contact-card>div{flex-direction:column;gap:3px;min-width:0;display:flex}.chat-location-card strong,.chat-contact-card strong{font-size:14px}.chat-location-card span,.chat-contact-card span{opacity:.78;font-size:12px}.chat-location-card a,.chat-contact-card a{color:inherit;opacity:.9;font-size:12px;font-weight:600;text-decoration:none}.chat-contact-list{flex-direction:column;gap:10px;display:flex}.chat-contact-card+.chat-contact-card{border-top:1px solid #00000014;padding-top:9px}.chat-share-panel{background:var(--surface,#fff);border:1px solid #0000001a;border-radius:12px;flex-direction:column;gap:8px;margin:0 12px 8px;padding:12px;display:flex;box-shadow:0 10px 28px #0000001f}.chat-share-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.chat-share-panel-header button{cursor:pointer;background:0 0;border:0;padding:4px;display:inline-flex}.chat-share-panel input{width:100%;font:inherit;border:1px solid #00000026;border-radius:8px;outline:none;padding:9px 10px}.chat-share-panel input:focus{border-color:currentColor}.chat-share-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.chat-share-actions{justify-content:flex-end;gap:8px;margin-top:2px;display:flex}.chat-share-actions button{cursor:pointer;border-radius:8px;padding:8px 12px;font-weight:600}.chat-share-actions .secondary{background:0 0;border:1px solid #00000026}.chat-share-actions .primary{color:#fff;background:#111827;border:0}@media (width<=700px){.chat-share-grid{grid-template-columns:1fr}}.chat-contact .chat-contact-presence,.conversation-preview-presence{color:#16a36a;font-weight:700}.conversations-header-actions{align-items:center;gap:9px;display:flex}.conversations-new{color:#fff;cursor:pointer;background:#426ce8;border:0;border-radius:9px;align-items:center;gap:7px;height:38px;padding:0 14px;font-weight:700;display:inline-flex}.conversations-new:hover{background:#355fd7}.chat-operation-button{color:#475467;cursor:pointer;background:#fff;border:1px solid #d8dde5;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.chat-operation-button:hover:not(:disabled){background:#f5f7fa}.chat-operation-button.claim{color:#067647;background:#ecfdf3;border-color:#a7dfbd}.chat-operation-button.finish{color:#b42318;border-color:#f4c7c3}.chat-operation-button:disabled{opacity:.5;cursor:not-allowed}.conversation-modal-backdrop{z-index:1400;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.conversation-modal{background:#fff;border-radius:14px;flex-direction:column;gap:14px;width:min(480px,100%);padding:20px;display:flex;box-shadow:0 24px 70px #0f172a40}.conversation-modal-small{width:min(420px,100%)}.conversation-modal-header{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.conversation-modal-header>div{flex-direction:column;gap:4px;display:flex}.conversation-modal-header strong{color:#101828;font-size:17px}.conversation-modal-header span{color:#667085;font-size:12px}.conversation-modal-header>button{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.conversation-modal label{color:#475467;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.conversation-modal input,.conversation-modal select{color:#101828;width:100%;height:40px;font:inherit;background:#fff;border:1px solid #d0d5dd;border-radius:9px;outline:none;padding:0 11px}.conversation-modal input:focus,.conversation-modal select:focus{border-color:#6e8ef0;box-shadow:0 0 0 3px #426ce81a}.conversation-modal-actions{justify-content:flex-end;gap:9px;margin-top:4px;display:flex}.conversation-modal-actions button{cursor:pointer;border:0;border-radius:9px;min-height:38px;padding:0 14px;font-weight:700}.conversation-modal-actions .secondary{color:#344054;background:#fff;border:1px solid #d0d5dd}.conversation-modal-actions .primary{color:#fff;background:#426ce8}.conversation-modal-actions .danger{color:#fff;background:#d92d20}.conversation-modal-actions button:disabled{opacity:.5;cursor:not-allowed}.conversation-transfer-tabs{background:#f2f4f7;border-radius:10px;grid-template-columns:1fr 1fr;gap:5px;padding:4px;display:grid}.conversation-transfer-tabs button{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:7px;height:34px;font-weight:700}.conversation-transfer-tabs button.active{color:#344054;background:#fff;box-shadow:0 1px 3px #1018281a}@media (width<=1050px){.chat-operation-button span{display:none}.chat-operation-button{justify-content:center;width:34px;padding:0}.conversations-header-actions{gap:5px}}@media (width<=640px){.conversation-modal-backdrop{align-items:flex-end;padding:12px}.conversation-modal{width:100%}.conversation-modal-actions{flex-direction:column-reverse}.conversation-modal-actions button{width:100%}}.conversation-modal-contact{width:min(620px,100vw - 32px)}.conversation-contact-search{color:#7b8495;background:#f8fafc;border:1px solid #dfe4ec;border-radius:9px;align-items:center;gap:9px;min-height:42px;padding:0 11px;display:flex}.conversation-contact-search input{color:#172033;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0}.conversation-contact-results{background:#fff;border:1px solid #e5e9ef;border-radius:10px;max-height:245px;overflow-y:auto}.conversation-contact-empty{color:#8b95a5;text-align:center;padding:24px 16px;font-size:12px}.conversation-contact-result{color:#344054;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f0f2f5;align-items:center;gap:11px;width:100%;padding:10px 12px;display:flex}.conversation-contact-result:last-child{border-bottom:0}.conversation-contact-result:hover{background:#f7f9fc}.conversation-contact-result.selected{background:#edf3ff}.conversation-contact-result-avatar{color:#426ce8;background:#eaf0ff;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:grid;overflow:hidden}.conversation-contact-result-avatar img{object-fit:cover;width:100%;height:100%}.conversation-contact-result-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.conversation-contact-result-content strong,.conversation-contact-result-content span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.conversation-contact-result-content strong{font-size:13px}.conversation-contact-result-content span{color:#7b8495;font-size:11px}.conversation-contact-create,.conversation-contact-save{color:#365fcf;min-height:39px;font:inherit;cursor:pointer;background:#f6f8ff;border:1px solid #cfd8ef;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.conversation-contact-create{width:100%}.conversation-contact-save{color:#fff;background:#426ce8;border-color:#426ce8}.conversation-contact-save:disabled{cursor:not-allowed;opacity:.5}.conversation-selected-contact{color:#246b43;background:#edf8f1;border-radius:9px;flex-direction:column;gap:2px;padding:9px 11px;display:flex}.conversation-selected-contact strong{font-size:11px}.conversation-selected-contact span{font-size:12px}.conversation-new-contact-form{background:#fafbfc;border:1px solid #e1e6ef;border-radius:10px;flex-direction:column;gap:11px;padding:13px;display:flex}.conversation-new-contact-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.conversation-new-contact-title strong{color:#172033;font-size:13px}.conversation-new-contact-title button{color:#426ce8;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:700}.conversation-new-contact-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (width<=620px){.conversation-new-contact-grid{grid-template-columns:1fr}}.chat-queue-label{color:#7b8494;margin-top:2px;font-size:11px;font-weight:600;display:block}.conversation-transfer-hint{color:#53627a;background:#f5f8ff;border:1px solid #dce6ff;border-radius:9px;margin:-2px 0 10px;padding:9px 11px;font-size:12px;line-height:1.45}.conversation-transfer-warning{color:#8a641f;background:#fff9ed;border:1px solid #f2d7a2;border-radius:9px;margin:-2px 0 10px;padding:9px 11px;font-size:12px;line-height:1.45}.chat-contact-context{align-items:center;gap:7px;min-width:0;display:flex}.chat-contact-channel{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.chat-queue-badge{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;flex:none;padding:3px 7px;font-weight:700;line-height:1.2;font-size:10px!important}.chat-queue-badge-empty{color:#64748b;background:#f8fafc;border-color:#e2e8f0}@media (width<=900px){.chat-contact-context{max-width:260px}}.conversation-item-tags{flex-wrap:wrap;align-items:center;gap:5px;margin-top:6px;display:flex}.conversation-agent-badge,.conversation-queue-badge{white-space:nowrap;text-overflow:ellipsis;border-radius:999px;max-width:118px;padding:3px 7px;font-size:10px;font-weight:700;line-height:1.2;overflow:hidden}.conversation-agent-badge{color:#4b5565;background:#f5f6f8;border:1px solid #d8dce5}.conversation-queue-badge{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.conversation-queue-badge-empty{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.conversation-item-tags .conversation-status{white-space:nowrap;text-overflow:ellipsis;max-width:118px;overflow:hidden}.conversation-item .contact-avatar-small{flex:0 0 48px;width:48px;height:48px;font-size:14px}.conversation-item-body{flex-direction:column;justify-content:center;min-height:48px;display:flex}.conversation-item-top{gap:6px;line-height:1.15}.conversation-item-top time{font-size:10px}.conversation-item-bottom{min-height:14px;margin-top:3px}.conversation-preview{font-size:11px;line-height:1.2}.conversation-item-tags{flex-wrap:nowrap;gap:4px;min-width:0;margin-top:4px}.conversation-agent-badge,.conversation-queue-badge,.conversation-item-tags .conversation-status{max-width:92px;padding:2px 6px;font-size:9px;line-height:1.15}.conversation-item-tags .conversation-status{max-width:100px}.conversation-item-tags>span{min-width:0}@media (width<=1180px){.conversation-item{padding-left:10px;padding-right:10px}.conversation-item .contact-avatar-small{flex-basis:46px;width:46px;height:46px}}.conversation-history-tabs{background:#f1f3f6;border-radius:9px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin:0 0 10px;padding:3px;display:grid}.conversation-history-tabs button{color:#667085;cursor:pointer;min-width:0;height:31px;font:inherit;background:0 0;border:0;border-radius:7px;padding:0 6px;font-size:11px;font-weight:700}.conversation-history-tabs button:hover{color:#344054}.conversation-history-tabs button.active{color:#315fd5;background:#fff;box-shadow:0 1px 3px #1018281a}.chat-history-readonly{color:#667085;background:#f8fafc;border-top:1px solid #dfe3e7;flex:none;justify-content:center;align-items:center;gap:10px;min-height:66px;padding:10px 16px;display:flex}.chat-history-readonly svg{color:#667085;flex:none}.chat-history-readonly>div{flex-direction:column;gap:2px;display:flex}.chat-history-readonly strong{color:#344054;font-size:12px}.chat-history-readonly span{font-size:11px;line-height:1.35}.chat-history-loader{flex:none;justify-content:center;min-height:40px;padding:2px 0 10px;display:flex}.chat-history-loader>button{color:#536079;cursor:pointer;min-height:32px;font:inherit;background:#fffffff0;border:1px solid #66708533;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #10182814}.chat-history-loader>button:hover:not(:disabled){color:#315fd5;background:#f8faff;border-color:#b9c8ef}.chat-history-loader>button:disabled{cursor:wait;opacity:.65}.chat-history-complete{color:#8a93a4;align-items:center;gap:6px;min-height:28px;font-size:10px;font-weight:600;display:inline-flex}.chat-attendance-divider{align-items:center;gap:10px;width:100%;margin:6px 0 16px;display:flex}.chat-attendance-divider-line{background:#66708538;flex:1;height:1px}.chat-attendance-divider-card{text-align:center;background:#fffffff2;border:1px solid #66708529;border-radius:10px;flex:0 auto;min-width:250px;max-width:min(520px,82%);padding:8px 12px;box-shadow:0 1px 3px #10182812}.chat-attendance-divider-card>strong{color:#344054;margin-bottom:3px;font-size:11px;display:block}.chat-attendance-divider-card>span{color:#7b8496;font-size:9.5px;display:block}.chat-attendance-divider-card>div{flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;margin-top:6px;display:flex}.chat-attendance-divider-card>div>span{color:#667085;background:#f2f4f7;border-radius:999px;align-items:center;min-height:20px;padding:2px 7px;font-size:9.5px;display:inline-flex}.chat-attendance-divider-card>div>span b{color:#344054;margin-left:3px}.chat-attendance-divider-card>div .chat-attendance-closed{color:#667085;background:#edf0f5;font-weight:700}.chat-message-history .chat-message-menu-trigger{display:none}@media (width<=640px){.conversation-agent-badge,.conversation-queue-badge,.conversation-status{max-width:92px;padding-left:5px;padding-right:5px;font-size:9px}.chat-attendance-divider{gap:6px}.chat-attendance-divider-card{min-width:0;max-width:92%}}.chat-message-author{color:#1f2937;margin:0 0 3px;padding-right:4px;font-size:11.5px;font-weight:700;line-height:1.25;display:block}.chat-message-history .chat-message-author{font-weight:700}.conversation-item.has-unread{background:#f8fbff}.conversation-item.has-unread:hover{background:#f2f7ff}.conversation-item.has-unread .conversation-item-top>strong{color:#172033;font-weight:800}.conversation-item.has-unread .conversation-preview{color:#475467;font-weight:650}.conversation-item-time-wrap{flex:none;align-items:center;gap:6px;display:flex}.conversation-item-time-wrap time{flex:none}.conversation-unread-badge{color:#fff;font-variant-numeric:tabular-nums;background:#426ce8;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:9px;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 1px 2px #1018281f}.conversation-item.active .conversation-unread-badge{background:#315fd5}@media (width<=640px){.conversation-unread-badge{min-width:18px;height:18px;padding:0 5px;font-size:8px}}.conversation-operational-tabs{background:#f6f7f9;border:1px solid #e4e8ef;border-radius:12px;flex:none;align-items:center;gap:8px;padding:5px;display:flex}.conversation-operational-tabs>button{color:#667085;cursor:pointer;min-height:40px;font:inherit;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:12px;font-weight:700;transition:background .12s,color .12s,box-shadow .12s;display:inline-flex}.conversation-operational-tabs>button:hover{color:#344054;background:#ffffffb8}.conversation-operational-tabs>button.active{color:#315fd5;background:#fff;box-shadow:0 1px 4px #1018281c}.conversation-operational-tabs>button.active.bot{color:#7c3aed}.conversation-operational-tabs>button.active.closed{color:#067647}.conversation-operational-tabs>button strong{color:#526075;font-variant-numeric:tabular-nums;background:#e9edf4;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:10px;display:inline-flex}.conversation-operational-tabs>button.active strong{color:currentColor;background:#edf3ff}.conversation-attendance-tabs{background:#f1f3f6;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin:0 0 10px;padding:4px;display:grid}.conversation-attendance-tabs>button{color:#667085;cursor:pointer;min-width:0;min-height:34px;font:inherit;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:0 7px;font-size:10px;font-weight:700;display:flex}.conversation-attendance-tabs>button span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.conversation-attendance-tabs>button strong{color:#667085;font-variant-numeric:tabular-nums;background:#e3e7ee;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:9px;display:inline-flex}.conversation-attendance-tabs>button.active{color:#344054;background:#fff;box-shadow:0 1px 3px #1018281a}.conversation-attendance-tabs>button.active.waiting{color:#9b6500}.conversation-attendance-tabs>button.active.in-service{color:#247a49}.status-bot{color:#7c3aed;background:#f3e8ff}@media (width<=760px){.conversation-operational-tabs{overflow-x:auto}.conversation-operational-tabs>button{flex:1 0 auto}}.conversations-page{gap:10px}.conversations-header{gap:14px;min-height:46px}.conversations-header h1{font-size:23px;line-height:1.15}.conversations-header p{margin-top:2px;font-size:12px}.conversations-header-actions{flex:none}.conversation-operational-tabs{background:0 0;border:0;border-bottom:1px solid #e7eaf0;border-radius:0;gap:6px;min-height:46px;padding:0}.conversation-operational-tabs>button{color:#667085;border-radius:8px 8px 0 0;justify-content:flex-start;min-width:142px;min-height:45px;padding:0 12px;position:relative}.conversation-operational-tabs>button:hover{background:#f7f9fc}.conversation-operational-tabs>button.active{box-shadow:none;background:#f8faff}.conversation-operational-tabs>button.active:after{content:"";background:currentColor;border-radius:999px 999px 0 0;height:3px;position:absolute;bottom:-1px;left:10px;right:10px}.conversation-operational-tabs>button strong{min-width:24px;height:22px;margin-left:auto;padding:0 7px}.conversations-workspace{border-radius:12px;grid-template-columns:372px minmax(520px,1fr) 292px}.conversations-workspace.details-hidden{grid-template-columns:372px minmax(520px,1fr)}.conversation-list-header{padding:14px 14px 12px}.conversation-list-title{align-items:flex-start;margin-bottom:10px}.conversation-list-heading{flex-direction:column;gap:3px;min-width:0;display:flex}.conversation-list-heading>span{color:#172033;font-size:14px;font-weight:800}.conversation-list-heading>small{color:#8a93a5;max-width:265px;font-size:10.5px;font-weight:500;line-height:1.3}.conversation-list-title>strong{color:#315fd5;background:#edf3ff;min-width:29px;height:29px;margin-top:1px;font-size:11px}.conversation-attendance-tabs{margin-bottom:10px;padding:3px}.conversation-attendance-tabs>button{min-height:36px;font-size:10.5px}.conversation-attendance-tabs>button.active{box-shadow:0 1px 2px #10182814}.conversation-search{background:#f9fafb;min-height:40px}.conversation-search input{height:39px;font-size:12.5px}.conversation-item{gap:11px;padding:10px 12px}.conversation-item .contact-avatar-small{flex:0 0 46px;width:46px;height:46px}.conversation-item-body{min-height:46px}.conversation-item-top strong{font-size:13.5px}.conversation-preview{font-size:11.5px}.conversation-item-tags{gap:5px;margin-top:5px}.conversation-agent-badge,.conversation-queue-badge,.conversation-item-tags .conversation-status{max-width:124px;padding:3px 7px;font-size:9.5px}.chat-header{padding-left:18px;padding-right:14px}.chat-messages{padding-left:clamp(18px,5vw,74px);padding-right:clamp(18px,5vw,74px)}.chat-bubble{max-width:min(70%,680px)}.conversation-item.active{background:#f2f6ff;box-shadow:inset 3px 0 #426ce8}.conversation-item.active .conversation-item-top strong{color:#204fc7}@media (width<=1320px){.conversations-workspace,.conversations-workspace.details-hidden{grid-template-columns:340px minmax(440px,1fr)}.conversation-details-panel{z-index:30;width:300px;position:absolute;top:0;bottom:0;right:0;box-shadow:-8px 0 25px #1018281f}.conversations-workspace{position:relative}}@media (width<=900px){.conversation-operational-tabs{scrollbar-width:none;overflow-x:auto}.conversation-operational-tabs::-webkit-scrollbar{display:none}.conversation-operational-tabs>button{flex:none;min-width:132px}}.conversations-workspace{column-gap:0}.conversation-resizer{z-index:25;color:#a1aabd;cursor:col-resize;touch-action:none;background:#f7f9fc;border:0;border-left:1px solid #e5e9f0;border-right:1px solid #e5e9f0;justify-content:center;align-items:center;width:7px;min-width:7px;height:100%;padding:0;transition:background .15s,color .15s;display:flex;position:relative}.conversation-resizer:hover,.conversation-resizer:focus-visible{color:#426ce8;background:#e9efff;outline:none}body.conversation-resizing,body.conversation-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.chat-expand-toggle{color:#667085;cursor:pointer;background:#fff;border:1px solid #dde3ec;border-radius:9px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.chat-expand-toggle:hover,.chat-expand-toggle.active{color:#315fd5;background:#edf3ff;border-color:#b9c9f6}.conversations-workspace.chat-expanded .conversation-list-panel,.conversations-workspace.chat-expanded .conversation-resizer,.conversations-workspace.chat-expanded .conversation-details-panel{display:none!important}.conversations-workspace.chat-expanded .conversation-chat-panel{grid-column:1;width:100%}.conversations-workspace.chat-expanded .chat-messages{padding-left:clamp(24px,8vw,140px);padding-right:clamp(24px,8vw,140px)}.conversations-workspace.chat-expanded .chat-bubble{max-width:min(68%,820px)}@media (width<=1320px){.conversations-workspace:not(.chat-expanded) .conversation-resizer-details{display:none}}@media (width<=999px){.conversation-resizer{display:none}}.conversations-heading{flex:auto;min-width:0}.conversations-header-actions{z-index:60;position:relative}.conversations-global-search{color:#7d8798;background:#fff;border:1px solid #dfe4ec;border-radius:10px;align-items:center;gap:8px;width:clamp(260px,27vw,390px);height:40px;padding:0 10px;display:flex;position:relative;box-shadow:0 1px 2px #10182808}.conversations-global-search:focus-within{border-color:#9eb2f4;box-shadow:0 0 0 3px #426ce81a}.conversations-global-search>input{color:#273044;min-width:0;height:100%;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:12px}.conversations-global-search>input::placeholder{color:#8b95a5}.conversations-global-search>kbd{color:#8b95a5;background:#f7f9fc;border:1px solid #e2e7ee;border-radius:6px;flex:none;padding:2px 6px;font-family:inherit;font-size:9px;font-weight:700}.conversations-global-search-results{z-index:120;background:#fff;border:1px solid #e1e6ee;border-radius:12px;max-height:min(430px,62vh);padding:6px;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 45px #0f172a2e}.conversations-global-search-results>button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;width:100%;min-width:0;padding:8px 9px;display:flex}.conversations-global-search-results>button:hover{background:#f4f7ff}.conversations-global-search-results .contact-avatar-small{flex:0 0 36px;width:36px;height:36px;font-size:11px}.global-search-result-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.global-search-result-body strong,.global-search-result-body small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.global-search-result-body strong{color:#20283a;font-size:12px}.global-search-result-body small{color:#7d8798;font-size:10.5px}.conversations-global-search-empty{color:#8a93a5;text-align:center;padding:18px 12px;font-size:11px}.conversations-header-collapse{color:#667085;cursor:pointer;background:#fff;border:1px solid #dfe4ec;border-radius:10px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.conversations-header-collapse:hover,.conversations-header-collapse.active{color:#315fd5;background:#edf3ff;border-color:#aebff1}.conversations-page.header-collapsed{gap:6px}.conversations-page.header-collapsed .conversations-header{min-height:42px}.conversations-page.header-collapsed .conversations-heading{display:none}.conversations-page.header-collapsed .conversations-header-actions{justify-content:flex-end;width:100%}.conversations-page.header-collapsed .conversation-operational-tabs{min-height:39px}.conversations-page.header-collapsed .conversation-operational-tabs>button{min-height:38px}@media (width<=1120px){.conversations-global-search{width:min(310px,34vw)}}@media (width<=820px){.conversations-header{flex-direction:column;align-items:stretch}.conversations-header-actions{width:100%}.conversations-global-search{flex:1;width:auto}.conversations-global-search>kbd{display:none}}.conversation-label-row{align-items:center;gap:4px;min-width:0;margin-top:5px;display:flex;overflow:hidden}.conversation-label-chip{color:#475467;background:#fff;border:1px solid #dfe4ec;border-radius:999px;align-items:center;gap:5px;min-width:0;max-width:112px;height:20px;padding:0 7px;font-size:9.5px;font-weight:700;line-height:1;display:inline-flex}.conversation-label-chip>span:last-child{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.conversation-label-dot,.conversation-tag-dot,.conversation-tag-option-dot{border-radius:50%;flex:none}.conversation-label-dot{width:7px;height:7px}.conversation-label-more{color:#667085;background:#f2f4f7;border-radius:999px;flex:none;justify-content:center;align-items:center;height:20px;padding:0 6px;font-size:9px;font-weight:800;display:inline-flex}.conversation-tags-section{position:relative}.conversation-tags-heading{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.conversation-tags-heading h3{margin:0}.conversation-tag-add{color:#315fd5;cursor:pointer;min-height:30px;font:inherit;background:#f7f9ff;border:1px solid #d8e0f2;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.conversation-tag-add:hover:not(:disabled),.conversation-tag-add.active{background:#edf3ff;border-color:#b9c9f6}.conversation-tag-add:disabled{cursor:not-allowed;opacity:.55}.conversation-tags-current{flex-wrap:wrap;gap:6px;display:flex}.conversation-tag-chip{color:#344054;background:#fff;border:1px solid #dfe4ec;border-radius:999px;align-items:center;gap:6px;max-width:100%;min-height:28px;padding:3px 4px 3px 8px;font-size:10.5px;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #1018280a}.conversation-tag-dot{width:8px;height:8px}.conversation-tag-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:165px;overflow:hidden}.conversation-tag-chip>button{color:#98a2b3;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:inline-flex}.conversation-tag-chip>button:hover:not(:disabled){color:#b42318;background:#f2f4f7}.conversation-tag-chip>button:disabled{cursor:not-allowed;opacity:.45}.conversation-tags-empty{color:#8a93a5;text-align:center;background:#fafbfc;border:1px dashed #d9dee7;border-radius:9px;padding:9px 10px;font-size:10.5px}.conversation-tag-picker{background:#fff;border:1px solid #e0e5ed;border-radius:10px;margin-top:9px;overflow:hidden;box-shadow:0 8px 24px #1018281a}.conversation-tag-picker-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:10px;min-height:35px;padding:0 9px 0 11px;display:flex}.conversation-tag-picker-header strong{color:#344054;font-size:10.5px}.conversation-tag-picker-header>button{color:#7b8495;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:inline-flex}.conversation-tag-picker-header>button:hover{background:#f2f4f7}.conversation-tag-picker-list{max-height:210px;padding:5px;overflow-y:auto}.conversation-tag-picker-list>button{color:#344054;cursor:pointer;text-align:left;width:100%;min-height:34px;font:inherit;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:5px 8px;font-size:10.5px;font-weight:600;display:flex}.conversation-tag-picker-list>button:hover:not(:disabled){background:#f5f8ff}.conversation-tag-picker-list>button:disabled{cursor:wait;opacity:.55}.conversation-tag-picker-list>button>span:nth-child(2){white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.conversation-tag-picker-list>button small{color:#8b95a5;flex:none;font-size:9px}.conversation-tag-option-dot{width:9px;height:9px}.conversation-tag-picker-empty{color:#8a93a5;text-align:center;padding:16px 10px;font-size:10.5px}@media (width<=640px){.conversation-label-chip{max-width:96px}.conversation-tag-add>span{display:none}.conversation-tag-add{width:30px;padding:0}}.conversation-label-row{margin-top:6px}.conversation-label-chip{border-width:1px;gap:6px;max-width:132px;height:22px;padding:0 8px;font-size:9.5px;box-shadow:0 1px 2px #10182809}.conversation-label-chip .conversation-label-dot{width:7px;height:7px;box-shadow:0 0 0 2px #ffffffc7}.conversation-label-more{height:22px}.chat-contact>div:last-child{min-width:0}.chat-contact-tags{align-items:center;gap:4px;min-width:0;max-width:min(430px,42vw);display:flex;overflow:hidden}.chat-contact-tag{border:1px solid;border-radius:999px;align-items:center;gap:4px;min-width:0;max-width:125px;height:19px;padding:0 6px;font-weight:800;line-height:1;display:inline-flex;font-size:9px!important}.chat-contact-tag>span:last-child{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.chat-contact-tag-dot{border-radius:50%;flex:0 0 6px;width:6px;height:6px}.chat-contact-tag-more{background:#eef1f5;border-radius:999px;flex:none;justify-content:center;align-items:center;height:19px;padding:0 6px;font-weight:800;display:inline-flex;color:#667085!important;font-size:8.5px!important}.conversation-tags-heading{align-items:flex-start}.conversation-tags-title{flex-direction:column;gap:3px;min-width:0;display:flex}.conversation-tags-title h3{margin:0}.conversation-tags-title small{color:#98a2b3;font-size:9px;font-weight:500;line-height:1.25}.conversation-tag-chip{min-height:30px;padding-left:9px;box-shadow:0 1px 2px #10182809}.conversation-tag-dot{box-shadow:0 0 0 2px #ffffffd1}.conversation-tags-empty{line-height:1.35}@media (width<=1050px){.chat-contact-tags{max-width:280px}.chat-contact-tag{max-width:92px}}@media (width<=760px){.chat-contact-tags{display:none}}.conversation-tags-section{background:#fbfcfe}.conversation-tags-title h3{color:#5f6b7c}.conversation-tags-title small{max-width:185px}.conversation-tags-current{align-items:flex-start}.conversation-tag-chip{border-width:1px}.conversation-tag-add{flex:none}.conversation-label-row{padding-right:2px}.chat-contact-context{margin-top:1px}.chat-compose-input-wrap{flex:1;min-width:0;position:relative}.chat-quick-replies-picker{z-index:95;background:#fff;border:1px solid #dfe5ee;border-radius:12px;position:absolute;bottom:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 16px 42px #111b212e}.chat-quick-replies-header{background:#f8faff;border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:12px;padding:9px 12px;display:flex}.chat-quick-replies-header strong{color:#25324a;font-size:11px}.chat-quick-replies-header span{color:#8b95a5;font-size:9.5px}.chat-quick-replies-list{max-height:280px;padding:5px;overflow-y:auto}.chat-quick-replies-list>button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:9px 10px;display:block}.chat-quick-replies-list>button:hover,.chat-quick-replies-list>button.active{background:#eef4ff}.chat-quick-reply-top{align-items:center;gap:8px;min-width:0;margin-bottom:4px;display:flex}.chat-quick-reply-top code{color:#365fc8;background:#e7eeff;border-radius:5px;flex:none;padding:2px 6px;font-family:inherit;font-size:10.5px;font-weight:700}.chat-quick-reply-top strong{white-space:nowrap;text-overflow:ellipsis;color:#273044;min-width:0;font-size:11.5px;overflow:hidden}.chat-quick-replies-list>button>span{-webkit-line-clamp:2;color:#687386;white-space:pre-wrap;-webkit-box-orient:vertical;font-size:10.5px;line-height:1.4;display:-webkit-box;overflow:hidden}.chat-quick-replies-empty{color:#8b95a5;text-align:center;padding:18px 12px;font-size:11px}@media (width<=720px){.chat-quick-replies-header span{display:none}}.chat-internal-note-group{width:100%}.chat-internal-note-row{justify-content:center;width:100%;margin:8px 0 12px;display:flex}.chat-internal-note-card{color:#5f4c17;background:#fff8d9;border:1px solid #ead58a;border-radius:10px;width:min(560px,86%);padding:11px 13px 10px;box-shadow:0 1px 3px #10182814}.chat-internal-note-title{align-items:center;gap:7px;margin-bottom:5px;display:flex}.chat-internal-note-title>strong{color:#7a5d08;letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:800}.chat-internal-note-title>span:last-child:not(.chat-internal-note-lock){color:#8a6b11;background:#7a5d0817;border-radius:999px;margin-left:auto;padding:2px 6px;font-size:9px;font-weight:700}.chat-internal-note-lock{color:#7a5d08;background:#f6e7a9;border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.chat-internal-note-author{color:#806c31;align-items:center;gap:5px;margin-bottom:7px;font-size:10.5px;font-weight:700;display:flex}.chat-internal-note-author time{font-variant-numeric:tabular-nums;font-weight:600}.chat-internal-note-content{color:#4f4320;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.45}.chat-internal-note-footer{color:#927a36;border-top:1px solid #7a5d0824;margin-top:8px;padding-top:7px;font-size:9.5px;font-weight:600}.chat-internal-note-history .chat-internal-note-card{opacity:.92}@media (width<=640px){.chat-internal-note-card{width:94%}}.chat-compose-shell.internal-note-mode{background:#fffdf5;border-top-color:#ead58a}.chat-compose-note-indicator{color:#765c13;background:#fffaf0;border-bottom:1px solid #eee2b2;justify-content:space-between;align-items:center;gap:8px;min-height:25px;padding:3px 10px 2px;display:flex}.chat-compose-note-indicator>span{align-items:center;gap:5px;min-width:0;font-size:10px;line-height:1;display:inline-flex}.chat-compose-note-indicator strong{font-size:10px;font-weight:800}.chat-compose-note-indicator small{color:#9a8244;font-size:9px;font-weight:600}.chat-compose-note-indicator>button{color:#8b7437;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:inline-flex}.chat-compose-note-indicator>button:hover:not(:disabled){color:#624b0f;background:#9a82441a}.chat-compose-note-indicator>button:disabled{cursor:not-allowed;opacity:.5}.chat-compose-shell.internal-note-mode .chat-compose{background:#fff9df}.chat-compose-shell.internal-note-mode .chat-compose-input{color:#4f4320;background:#fffef8;border:1px solid #e4cd73}.chat-compose-shell.internal-note-mode .chat-compose-input:focus{background:#fff;border-color:#d6b94e;box-shadow:0 0 0 2px #d6b94e1f}.chat-compose-shell.internal-note-mode .chat-compose-input::placeholder{color:#9d884e}.chat-internal-note-toggle{position:relative}.chat-internal-note-toggle.active{color:#7a5d08;background:#fff1b8}.chat-internal-note-toggle.active:hover:not(:disabled){color:#654c05;background:#ffe99a}.chat-internal-note-toggle.active:after{content:"";background:currentColor;border-radius:50%;width:5px;height:5px;position:absolute;bottom:3px;right:4px}.chat-internal-note-send{color:#fff;background:#c69b22}.chat-internal-note-send:hover:not(:disabled){background:#a98218}.chat-compose-note-help{color:#8d772f;background:#fffaf0}@media (width<=760px){.chat-compose-note-indicator{padding-left:8px;padding-right:8px}.chat-compose-note-indicator small{display:none}}.conversation-sla-badge{white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;border-radius:999px;align-items:center;gap:5px;min-width:0;max-width:112px;padding:3px 7px;font-size:9.5px;font-weight:800;line-height:1.2;display:inline-flex;overflow:hidden}.conversation-sla-badge>span:last-child{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.conversation-sla-dot{background:currentColor;border-radius:50%;flex:0 0 7px;width:7px;height:7px;box-shadow:0 0 0 2px #ffffffd1}.conversation-sla-badge.sla-ok{color:#247a49;background:#edf9f2;border-color:#b7dfc8}.conversation-sla-badge.sla-warning{color:#9b6500;background:#fff8e8;border-color:#f1d59b}.conversation-sla-badge.sla-breached{color:#b42318;background:#fff0ef;border-color:#efb7b2}@media (width<=1180px){.conversation-sla-badge{max-width:96px;padding-left:6px;padding-right:6px;font-size:9px}}.sla-history-section{min-width:0}.sla-history-heading{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.sla-history-heading h3{margin:0}.sla-history-heading button,.sla-history-error button{color:#315fd5;min-height:30px;font:inherit;cursor:pointer;background:#f7f9ff;border:1px solid #d8e0f2;border-radius:8px;justify-content:center;align-items:center;padding:6px 9px;font-size:11px;display:inline-flex}.sla-history-heading button:disabled{opacity:.5;cursor:wait}.sla-history-section button:focus-visible,.sla-history-execution summary:focus-visible{outline-offset:3px;outline:2px solid #315fd5}.sla-history-message{color:#667085;margin:0 0 10px;font-size:11px;line-height:1.5}.sla-history-error{color:#b42318;font-size:11px;line-height:1.5}.sla-history-executions{gap:8px;display:grid}.sla-history-execution{overflow-wrap:anywhere;background:#fff;border:1px solid #e0e5ed;border-radius:10px;min-width:0}.sla-history-execution summary{cursor:pointer;color:#344054;padding:10px;font-size:11px}.sla-history-execution summary::marker{color:#667085}.sla-history-type{font-weight:700}.sla-history-status{color:#475467;background:#f2f4f7;border:1px solid #dfe4ec;border-radius:999px;margin:5px 0 0 5px;padding:3px 7px;font-size:10px;font-weight:700;display:inline-block}.sla-history-pending{color:#3538cd;background:#eff4ff;border-color:#c7d7fe}.sla-history-met{color:#247a49;background:#edf9f2;border-color:#b7dfc8}.sla-history-breached{color:#b42318;background:#fff0ef;border-color:#efb7b2}.sla-history-policy,.sla-history-start{color:#667085;margin-top:5px;font-size:10px;line-height:1.4;display:block}.sla-history-body{border-top:1px solid #edf0f4;padding:0 10px 10px}.sla-history-facts{margin:10px 0 14px;font-size:10.5px;line-height:1.5}.sla-history-facts dt{color:#667085;margin-top:7px}.sla-history-facts dd{color:#344054;margin:0;font-weight:600}.sla-history-body h4{color:#475467;margin:0 0 12px;font-size:11px}.sla-history-timeline{border-left:2px solid #e4e7ec;margin:0 0 0 4px;padding:0 0 0 14px;list-style:none}.sla-history-event{color:#667085;gap:4px;padding-bottom:16px;font-size:10.5px;line-height:1.4;display:grid;position:relative}.sla-history-event:last-child{padding-bottom:0}.sla-history-event:before{content:"";background:#667085;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:3px;left:-19px}.sla-history-event strong{color:#344054}.sla-history-event-created:before,.sla-history-event-updated:before{background:#315fd5}.sla-history-event-warning:before{background:#9b6500}.sla-history-event-warning strong{color:#9b6500}.sla-history-event-breached:before{background:#b42318}.sla-history-event-breached strong{color:#b42318}.sla-history-event-completed:before{background:#247a49}.sla-history-event time{font-variant-numeric:tabular-nums}.conversation-kind-tabs{border-bottom:1px solid #e4e8ef;flex-shrink:0;gap:6px;padding:12px;display:flex}.conversation-kind-tabs button{color:#596478;cursor:pointer;min-width:0;font:inherit;background:#f4f6f9;border:1px solid #0000;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 6px;font-size:12px;font-weight:700;display:flex}.conversation-kind-tabs button.active{color:#315bd6;background:#eaf0ff;border-color:#cddaff}.conversation-kind-tabs button:hover{background:#eaf0ff}.conversation-kind-tabs button:focus-visible{outline-offset:2px;outline:2px solid #426ce8}.conversation-kind-tabs small{font-variant-numeric:tabular-nums}.conversation-kind-unread{background:#e5484d;border-radius:50%;flex-shrink:0;width:7px;height:7px}.conversation-kind-tabs{border-bottom:0;padding:8px 10px 6px}.conversation-kind-tabs button{padding:8px 6px}.conversation-list-toolbar{border-bottom:1px solid #e4e8ef;flex:none;align-items:center;gap:6px;padding:0 10px 10px;display:flex}.conversation-list-toolbar .conversation-search{flex:1 1 0;gap:5px;min-width:0;margin:0;padding:0 8px}.conversation-list-toolbar .conversation-search svg{flex-shrink:0}.conversation-list-toolbar .conversation-search input{min-width:0;height:36px;font-size:12px}.conversation-situation-select{color:#34435a;min-width:0;max-width:60%;height:38px;font:inherit;cursor:pointer;background:#f8f9fb;border:1px solid #dce3ed;border-radius:9px;flex:0 166px;padding:0 6px;font-size:12px}.conversation-situation-select:focus-visible,.conversation-empty-reset:focus-visible{outline-offset:2px;outline:2px solid #426ce8}.conversation-list-toolbar .conversation-search:focus-within{border-color:#426ce8}.conversation-empty-reset{color:#315bd6;font:inherit;cursor:pointer;background:#eaf0ff;border:1px solid #cddaff;border-radius:8px;padding:8px 12px;font-size:12px}.contacts-page{box-sizing:border-box;flex-direction:column;flex:auto;gap:18px;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.contacts-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.contacts-header h1{color:#172033;margin:0;font-size:27px}.contacts-header p{color:#778096;margin:5px 0 0;font-size:13px}.contacts-header>button{color:#fff;cursor:pointer;background:#426ce8;border:0;border-radius:9px;align-items:center;gap:7px;min-height:39px;padding:0 14px;font-weight:700;display:inline-flex}.contacts-error{color:#b42318;background:#fff1f1;border-radius:9px;padding:10px 13px}.contacts-card{background:#fff;border:1px solid #e5e8ef;border-radius:14px;flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.contacts-search{color:#8a93a5;border-bottom:1px solid #edf0f4;align-items:center;gap:9px;padding:14px 16px;display:flex}.contacts-search input{width:100%;min-width:0;font:inherit;border:0;outline:0}.contacts-list{scrollbar-gutter:stable;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden auto}.contacts-row{border-bottom:1px solid #f0f2f6;align-items:center;gap:12px;padding:12px 16px;display:flex}.contacts-row:last-child{border-bottom:0}.contacts-avatar{color:#426ce8;background:#edf2ff;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:12px;font-weight:800;display:grid;overflow:hidden}.contacts-avatar img{object-fit:cover;width:100%;height:100%}.contacts-main{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.contacts-main strong,.contacts-main span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.contacts-main strong{color:#222b3d;font-size:13px}.contacts-main span,.contacts-meta{color:#7f899b;font-size:11px}.contacts-meta{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.contacts-edit{color:#8a93a5;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;transition:background .15s,color .15s;display:grid}.contacts-edit:hover{color:#426ce8;background:#eef4ff}.contacts-empty{color:#8a93a5;justify-content:center;align-items:center;gap:9px;min-height:180px;display:flex}.contacts-modal-backdrop{z-index:1400;background:#0f172a75;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.contacts-modal{background:#fff;border-radius:14px;flex-direction:column;gap:12px;width:min(460px,100%);padding:18px;display:flex;box-shadow:0 24px 60px #0f172a38}.contacts-modal-header{justify-content:space-between;gap:12px;display:flex}.contacts-modal-header>div{flex-direction:column;gap:3px;display:flex}.contacts-modal-header span{color:#7f899b;font-size:11px}.contacts-modal-header>button{cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.contacts-modal label{color:#667085;flex-direction:column;gap:5px;font-size:11px;font-weight:700;display:flex}.contacts-modal input,.contacts-modal select{height:40px;font:inherit;border:1px solid #dfe4ec;border-radius:8px;outline:0;padding:0 10px;font-weight:400}.contacts-modal-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.contacts-modal-actions button{cursor:pointer;border:0;border-radius:8px;min-height:38px;padding:0 13px;font-weight:700}.contacts-modal-actions .secondary{background:#fff;border:1px solid #d0d5dd}.contacts-modal-actions .primary{color:#fff;background:#426ce8}.contacts-pagination{background:#fbfcfe;border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 16px;display:flex}.contacts-pagination-info{color:#7f899b;font-size:12px}.contacts-pagination-info strong{color:#344054}.contacts-pagination-controls{align-items:center;gap:10px;display:flex}.contacts-pagination-controls>span{color:#667085;text-align:center;min-width:110px;font-size:12px}.contacts-pagination-controls>span strong{color:#344054}.contacts-pagination-controls button{color:#475467;min-height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:12px;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.contacts-pagination-controls button:hover:not(:disabled){color:#315bd4;background:#f2f6ff;border-color:#b8c8f3}.contacts-pagination-controls button:disabled{cursor:not-allowed;opacity:.45}@media (width<=720px){.contacts-pagination{flex-direction:column;align-items:stretch}.contacts-pagination-info{text-align:center}.contacts-pagination-controls{justify-content:center}}.contacts-header,.contacts-search,.contacts-pagination{flex:none}.contacts-platforms{flex-wrap:wrap;flex:none;gap:8px;padding:16px 20px 0;display:flex}.contacts-platforms button{color:#475467;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:8px;padding:9px 14px;font-size:13px}.contacts-platforms button[aria-pressed=true]{color:#244fb8;background:#edf3ff;border-color:#789aeb;font-weight:600}.contacts-platform-badges{flex-wrap:wrap;gap:6px;margin-top:5px;display:flex}.contacts-platform-badges small{color:#475467;background:#f0f3f8;border-radius:5px;padding:3px 7px;font-size:11px}.contacts-platform-badges small[data-platform=WHATSAPP]{color:#18784b;background:#e9f7ef}.contacts-platform-badges small[data-platform=INSTAGRAM]{color:#a13379;background:#faedf5}.contacts-platform-badges small[data-platform=MESSENGER]{color:#315bd4;background:#edf3ff}.mobile-import-backdrop{z-index:2000;background:#10182880;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.mobile-import-dialog{color:#344054;background:#fff;border-radius:16px;flex-direction:column;width:760px;max-width:100%;max-height:calc(100dvh - 32px);font-size:14px;display:flex;box-shadow:0 20px 60px #10182833}.mobile-import-dialog header,.mobile-import-dialog footer{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;display:flex}.mobile-import-dialog header{border-bottom:1px solid #eaecf0}.mobile-import-dialog footer{border-top:1px solid #eaecf0;justify-content:flex-end}.mobile-import-dialog h2{margin:0;font-size:20px}.mobile-import-dialog h3{font-size:16px}.mobile-import-dialog p{overflow-wrap:anywhere;line-height:1.5}.mobile-import-dialog header p{color:#667085;margin:6px 0 0}.mobile-import-body{flex-direction:column;gap:14px;min-height:0;padding:20px 22px;display:flex;overflow:auto}.mobile-import-dialog label{flex-direction:column;gap:7px;font-weight:600;display:flex}.mobile-import-dialog input,.mobile-import-dialog select{font:inherit;box-sizing:border-box;color:#344054;background:#fff;border:1px solid #d0d5dd;border-radius:8px;width:100%;max-width:100%;padding:10px}.mobile-import-dialog button,.contacts-import-button,.contacts-history-button{font:inherit;color:#344054;cursor:pointer;overflow-wrap:anywhere;background:#fff;border:1px solid #d0d5dd;border-radius:8px;padding:9px 12px}.mobile-import-dialog button:disabled{opacity:.5;cursor:default}.mobile-import-dialog .mobile-primary{color:#fff;background:#1769e0;border-color:#1769e0}.mobile-import-dialog .mobile-check{flex-direction:row;align-items:flex-start}.mobile-check input{flex-shrink:0;width:18px;margin:2px 0}.mobile-preview{border-top:1px solid #eaecf0}.mobile-rows,.mobile-messages{flex-direction:column;gap:8px;display:flex}.mobile-rows article,.mobile-messages article{overflow-wrap:anywhere;background:#f8f9fc;border:1px solid #eaecf0;border-radius:8px;padding:12px}.mobile-rows article{flex-direction:column;gap:4px;display:flex}.mobile-messages p{white-space:pre-wrap;margin:7px 0}.mobile-messages small,.mobile-rows small{color:#667085}.mobile-import-dialog nav{justify-content:space-between;align-items:center;gap:10px;padding-top:12px;display:flex}.mobile-error{color:#b42318;background:#fef3f2;border-radius:8px;padding:12px}.mobile-success{background:#ecfdf3;border-radius:8px;padding:16px}.mobile-import-dialog summary{cursor:pointer;font-weight:600}.contacts-import-toolbar{justify-content:flex-end;margin-bottom:12px;display:flex}.contacts-history-button{align-self:flex-start;margin-top:6px;padding:5px 8px;font-size:11px}@media (width<=480px){.mobile-import-backdrop{padding:8px}.mobile-import-dialog{max-height:calc(100dvh - 16px)}.mobile-import-dialog header,.mobile-import-dialog footer,.mobile-import-body{padding:14px}.mobile-import-dialog footer{flex-wrap:wrap}}.queues-page{flex-direction:column;gap:18px;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.queues-header{flex:none;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.queues-header h1{color:#172033;margin:3px 0 4px;font-size:28px}.queues-header p{color:#697386;margin:0}.queues-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#5b7cfa;font-size:12px;font-weight:800;display:block}.queues-primary{color:#fff;cursor:pointer;background:#426ce8;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;font-weight:700;display:inline-flex}.queues-card{background:#fff;border:1px solid #e3e7ef;border-radius:14px;flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.queues-toolbar{border-bottom:1px solid #edf0f5;flex:none;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.queues-search{color:#8993a5;border:1px solid #dfe4ed;border-radius:10px;align-items:center;gap:9px;width:min(430px,100%);height:40px;padding:0 12px;display:flex}.queues-search input{color:#20283a;background:0 0;border:0;outline:0;width:100%}.queues-summary{color:#697386;align-items:center;gap:7px;font-size:14px;display:inline-flex}.queues-list{scrollbar-gutter:stable;flex:auto;min-height:0;overflow:hidden auto}.queue-row{border-bottom:1px solid #edf0f5;grid-template-columns:minmax(280px,1fr) auto auto;align-items:center;gap:22px;min-height:92px;padding:16px 18px;display:grid}.queue-row:last-child{border-bottom:0}.queue-row.inactive{background:#fafbfc}.queue-main{align-items:flex-start;gap:12px;min-width:0;display:flex}.queue-icon{color:#426ce8;background:#eef4ff;border-radius:10px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.queue-info{min-width:0}.queue-title-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.queue-title-line strong{color:#20283a;font-size:15px}.queue-info p{color:#737d90;margin:4px 0 7px;font-size:13px}.queue-status{border-radius:999px;padding:3px 7px;font-size:11px;font-weight:800}.queue-status.active{color:#24864b;background:#eaf8ef}.queue-status.inactive{color:#7e8796;background:#f0f2f5}.queue-members{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.queue-members span,.queue-members em{color:#697386;background:#f3f5f8;border-radius:999px;padding:3px 7px;font-size:11px;font-style:normal}.queue-meta{color:#7b8494;white-space:nowrap;flex-direction:column;gap:4px;font-size:12px;display:flex}.queue-actions{align-items:center;gap:7px;display:flex}.queue-toggle{color:#596478;cursor:pointer;background:#fff;border:1px solid #dfe4ed;border-radius:8px;height:34px;padding:0 11px;font-size:12px;font-weight:700}.queue-edit{color:#7f8999;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.queue-edit:hover{color:#426ce8;background:#eef4ff}.queues-empty{color:#7c8798;place-items:center;min-height:180px;display:grid}.queues-empty.compact{min-height:80px}.queue-modal-backdrop{z-index:80;background:#1118277a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.queue-modal{background:#fff;border-radius:16px;flex-direction:column;width:min(620px,100%);max-height:min(780px,100dvh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a3d}.queue-modal-header{border-bottom:1px solid #edf0f5;flex:none;justify-content:space-between;gap:18px;padding:18px 20px;display:flex}.queue-modal-header>div{flex-direction:column;gap:3px;display:flex}.queue-modal-header strong{color:#20283a;font-size:17px}.queue-modal-header span{color:#7b8596;font-size:13px}.queue-modal-header button{color:#7d8798;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.queue-modal-body{flex-direction:column;flex:auto;gap:15px;min-height:0;padding:18px 20px;display:flex;overflow-y:auto}.queue-modal-body>label{color:#404a5c;flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.queue-modal-body input[type=text],.queue-modal-body input:not([type]),.queue-modal-body textarea{color:#20283a;width:100%;font:inherit;background:#fff;border:1px solid #dfe4ed;border-radius:9px;outline:0;padding:10px 11px;font-weight:400}.queue-modal-body textarea{resize:vertical}.queue-modal-body input:focus,.queue-modal-body textarea:focus{border-color:#8ba6ff;box-shadow:0 0 0 3px #426ce81a}.queue-switch-row{background:#fafbfc;border:1px solid #e4e8ef;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:12px 13px;flex-direction:row!important}.queue-switch-row>div{flex-direction:column;gap:3px;display:flex}.queue-switch-row span{color:#7c8697;font-size:12px;font-weight:400}.queue-switch-row input{accent-color:#426ce8;width:18px;height:18px}.queue-users-section{flex-direction:column;gap:10px;display:flex}.queue-users-title{justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.queue-users-title>div{flex-direction:column;gap:3px;display:flex}.queue-users-title strong{color:#404a5c;font-size:13px}.queue-users-title span{color:#7c8697;font-size:12px}.queue-users-count{white-space:nowrap}.queue-users-list{border:1px solid #e4e8ef;border-radius:10px;flex-direction:column;max-height:260px;display:flex;overflow-y:auto}.queue-user-option{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf0f5;align-items:center;gap:10px;width:100%;min-height:58px;padding:9px 11px;display:flex}.queue-user-option:last-child{border-bottom:0}.queue-user-option:hover,.queue-user-option.selected{background:#f5f8ff}.queue-user-avatar{color:#426ce8;background:#e9efff;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:grid}.queue-user-data{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.queue-user-data strong{text-overflow:ellipsis;white-space:nowrap;color:#263044;font-size:13px;overflow:hidden}.queue-user-data small{text-overflow:ellipsis;white-space:nowrap;color:#7c8697;font-size:11px;overflow:hidden}.queue-user-check{color:#0000;border:1px solid #d8deea;border-radius:7px;place-items:center;width:24px;height:24px;display:grid}.queue-user-option.selected .queue-user-check{color:#fff;background:#426ce8;border-color:#426ce8}.queue-modal-actions{border-top:1px solid #edf0f5;flex:none;justify-content:flex-end;gap:9px;padding:15px 20px;display:flex}.queue-modal-actions button{cursor:pointer;border-radius:9px;min-height:40px;padding:0 15px;font-weight:700}.queue-modal-actions .secondary{color:#596478;background:#fff;border:1px solid #dfe4ed}.queue-modal-actions .primary{color:#fff;background:#426ce8;border:0}.queue-modal-actions button:disabled{opacity:.65;cursor:wait}@media (width<=900px){.queue-row{grid-template-columns:1fr;gap:10px}.queue-meta{flex-direction:row;gap:14px}.queue-actions{justify-content:flex-end}}@media (width<=640px){.queues-header,.queues-toolbar{flex-direction:column;align-items:stretch}.queues-primary,.queues-search{width:100%}.queue-modal-backdrop{padding:10px}.queue-modal{max-height:calc(100dvh - 20px)}}.queue-distribution-status{border-radius:999px;padding:3px 7px;font-size:11px;font-weight:800}.queue-distribution-status.enabled{color:#426ce8;background:#eef4ff}.queue-distribution-status.disabled{color:#7e8796;background:#f3f5f8}.topbar-account{align-items:center;gap:14px;display:flex}.activity-alert-trigger{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.activity-alert-count{color:#fff;background:#dc2626;border-radius:20px;min-width:18px;padding:2px 4px;font-size:10px;font-weight:700;position:absolute;top:-5px;right:-7px}.activity-alert-dialog{color:#334155;border:1px solid #e2e8f0;border-radius:16px;width:min(540px,100vw - 24px);max-height:85dvh;padding:0;box-shadow:0 20px 70px #0f172a33}.activity-alert-dialog::backdrop{background:#0f172a55}.activity-alert-dialog[open]{flex-direction:column;display:flex}.activity-alert-dialog>header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.activity-alert-dialog h2{margin:0;font-size:18px}.activity-alert-dialog button{cursor:pointer}.activity-alert-dialog>header button{color:inherit;background:0 0;border:0}.activity-alert-body{min-height:0;padding:20px;font-size:13px;overflow:auto}.activity-alert-body p{color:#64748b;line-height:1.5}.activity-alert-item{text-align:left;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:7px;width:100%;margin-top:10px;padding:14px;display:flex}.activity-alert-item:hover{background:#f0f4ff;border-color:#818cf8}.activity-alert-item span{overflow-wrap:anywhere;font-size:12px}.activity-alert-item .is-overdue{color:#b91c1c}.notification-section-title{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.notification-section-title h3,.notification-crm h3{margin:0;font-size:14px}.notification-section-title button,.subscription-notice-actions button{color:#24529c;background:#edf4ff;border:1px solid #d6e2f3;border-radius:8px;align-items:center;gap:5px;min-height:36px;padding:7px 10px;font-size:12px;display:inline-flex}.subscription-notice{overflow-wrap:anywhere;background:#f4f8ff;border:1px solid #cbdcf5;border-left:3px solid #3273d5;border-radius:10px;margin-top:12px;padding:14px}.subscription-notice>strong{align-items:baseline;gap:7px;line-height:1.5;display:flex}.subscription-notice i{background:#3273d5;border-radius:50%;flex-shrink:0;width:7px;height:7px}.subscription-notice.is-read{background:#fff;border-color:#e2e8f0}.subscription-notice.is-urgent{border-left-color:#c87915}.subscription-notice-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.subscription-notice-actions .notification-mark{color:#64748b;background:#fff;border-color:#e2e8f0}.subscription-notice-actions small{color:#64748b;align-items:center;gap:4px;display:flex}.notification-crm{border-top:1px solid #e2e8f0;margin-top:22px;padding-top:20px}.activity-alert-dialog button:disabled{opacity:.5;cursor:wait}.activity-alert-dialog button:focus-visible{outline-offset:2px;outline:2px solid #3273d5}@media (width<=600px){.activity-alert-body{padding:14px}.activity-alert-dialog>header{padding:12px 14px}.activity-alert-dialog>header button{width:40px;height:40px}.subscription-notice-actions button,.notification-section-title button{min-height:44px}.subscription-notice{padding:12px}.activity-alert-dialog h2{font-size:17px}}.sidebar-mobile-backdrop{display:none}.app-shell{background:#f4f7fb;width:100%;height:100dvh;min-height:0;display:flex;overflow:hidden}.sidebar{background:#081b2d;flex-direction:column;flex:0 0 250px;width:250px;height:100dvh;min-height:0;padding:24px 16px;display:flex;overflow:hidden}.sidebar-brand{color:#fff;flex:none;align-items:center;gap:12px;padding:4px 10px 30px;display:flex}.sidebar-logo{background:linear-gradient(135deg,#0b7cff,#14b8e6);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:flex}.sidebar-brand strong,.sidebar-brand span{display:block}.sidebar-brand strong{font-size:16px}.sidebar-brand span{color:#7f9db8;font-size:13px}.sidebar-menu{flex-direction:column;gap:5px;min-height:0;display:flex;overflow:hidden auto}.sidebar-menu a{color:#9db3c7;border-radius:9px;flex:none;align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-menu a:hover{color:#fff;background:#ffffff0f}.sidebar-menu a.active{color:#fff;background:linear-gradient(90deg,#0f7cff47,#14b8e614)}.sidebar-footer{flex:none;margin-top:auto}.sidebar-footer button{color:#9db3c7;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;width:100%;padding:12px 14px;display:flex}.sidebar-footer button:hover{color:#fff;background:#ffffff0f}.sidebar,.main-area{transition:width .22s,flex-basis .22s}.app-shell.sidebar-collapsed .sidebar{flex-basis:72px;width:72px;padding-left:10px;padding-right:10px}.app-shell.sidebar-collapsed .sidebar-brand{justify-content:center;padding-left:0;padding-right:0}.app-shell.sidebar-collapsed .sidebar-brand div:not(.sidebar-logo),.app-shell.sidebar-collapsed .sidebar-menu span,.app-shell.sidebar-collapsed .sidebar-footer button{font-size:0}.app-shell.sidebar-collapsed .sidebar-menu a,.app-shell.sidebar-collapsed .sidebar-footer button{justify-content:center;gap:0;padding-left:0;padding-right:0}.app-shell.sidebar-collapsed .sidebar-footer button svg{flex:none}.topbar-left{align-items:center;gap:12px;min-width:0;display:flex}.sidebar-toggle{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s,border-color .2s;display:flex}.sidebar-toggle:hover{color:#0b72e7;background:#f1f5f9;border-color:#cbd5e1}.main-area{flex-direction:column;flex:auto;min-width:0;height:100dvh;min-height:0;display:flex;overflow:hidden}.topbar{background:#fff;border-bottom:1px solid #e5eaf0;flex:0 0 72px;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex}.topbar-title{color:#334155;font-size:15px;font-weight:600}.topbar-user{align-items:center;gap:10px;display:flex}.user-avatar{color:#0b72e7;background:#e7f1ff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex}.topbar-user strong,.topbar-user span{display:block}.topbar-user strong{color:#1e293b;font-size:13px}.topbar-user span{color:#94a3b8;margin-top:2px;font-size:11px}.page-content{flex:auto;min-width:0;min-height:0;padding:28px;overflow:hidden}@media (width<=850px){.sidebar{flex-basis:72px;width:72px}.sidebar-brand div:not(.sidebar-logo),.sidebar-menu span,.sidebar-footer{display:none}.sidebar-menu a{justify-content:center}}.user-avatar{overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%;display:block}.topbar-user{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;padding:6px 8px;transition:background .15s}.topbar-user:hover{background:#f5f8fc}.profile-modal-backdrop{z-index:1600;background:#1118277a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.profile-modal{background:#fff;border-radius:16px;flex-direction:column;width:min(660px,100%);max-height:min(820px,100dvh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a3d}.profile-modal-header{border-bottom:1px solid #edf0f5;flex:none;justify-content:space-between;gap:18px;padding:18px 20px;display:flex}.profile-modal-header>div{flex-direction:column;gap:3px;display:flex}.profile-modal-header strong{color:#20283a;font-size:17px}.profile-modal-header span{color:#7b8596;font-size:13px}.profile-modal-header>button{color:#7d8798;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.profile-modal-body{flex:auto;min-height:0;padding:18px 20px;overflow-y:auto}.profile-loading{color:#7c8798;place-items:center;min-height:180px;display:grid}.profile-photo-section{background:#fafbfc;border:1px solid #e4e8ef;border-radius:10px;align-items:center;gap:14px;margin-bottom:18px;padding:13px;display:flex}.profile-photo-avatar{color:#426ce8;background:#e9efff;border-radius:50%;flex:0 0 70px;place-items:center;width:70px;height:70px;font-size:19px;font-weight:800;display:grid;overflow:hidden}.profile-photo-avatar img{object-fit:cover;width:100%;height:100%}.profile-photo-info{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-photo-info>strong{color:#404a5c;font-size:13px}.profile-photo-info>span{color:#7c8697;font-size:11px}.profile-photo-info>div{flex-wrap:wrap;gap:7px;margin-top:5px;display:flex}.profile-photo-button,.profile-photo-remove{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.profile-photo-button{color:#426ce8;background:#fff;border:1px solid #cfd8e6}.profile-photo-button input{display:none}.profile-photo-remove{color:#b42318;background:#fff;border:1px solid #f1caca}.profile-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.profile-form-grid label,.profile-signature-field{color:#404a5c;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.profile-form-grid input,.profile-signature-field input{box-sizing:border-box;color:#20283a;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #dfe4ed;border-radius:9px;outline:0;padding:0 10px;font-weight:400}.profile-form-grid input:focus,.profile-signature-field input:focus{border-color:#8ba6ff;box-shadow:0 0 0 3px #426ce81a}.profile-form-grid input:disabled{color:#697386;background:#f4f6f8}.profile-form-full{grid-column:1/-1}.profile-input-icon{color:#8993a5;border:1px solid #dfe4ed;border-radius:9px;align-items:center;gap:8px;min-height:40px;padding-left:10px;display:flex}.profile-input-icon input{border:0;padding-left:0;box-shadow:none!important}.profile-signature-section{background:#fafbfc;border:1px solid #e4e8ef;border-radius:10px;margin-top:18px;padding:13px}.profile-signature-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.profile-signature-heading strong,.profile-signature-heading span{display:block}.profile-signature-heading strong{color:#404a5c;font-size:13px}.profile-signature-heading span,.profile-signature-field small{color:#7c8697;margin-top:3px;font-size:11px}.profile-switch{cursor:pointer;display:block}.profile-switch input{opacity:0;pointer-events:none;position:absolute}.profile-switch-track{box-sizing:border-box;background:#cbd5e1;border-radius:999px;width:44px;height:24px;padding:3px;display:block}.profile-switch-track>span{background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;display:block}.profile-switch input:checked+.profile-switch-track{background:#426ce8}.profile-switch input:checked+.profile-switch-track>span{transform:translate(20px)}.profile-signature-preview{background:#fff;border:1px dashed #c9d2df;border-radius:9px;margin-top:12px;padding:11px}.profile-signature-preview>span{color:#7b8596;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.profile-signature-preview>div{color:#25332a;background:#d9fdd3;border-radius:9px 4px 9px 9px;width:fit-content;max-width:100%;margin-left:auto;padding:8px 10px;font-size:12px}.profile-signature-preview strong,.profile-signature-preview p{margin:0}.profile-signature-preview strong{margin-bottom:3px;display:block}.profile-modal-actions{border-top:1px solid #edf0f5;flex:none;justify-content:flex-end;gap:9px;padding:15px 20px;display:flex}.profile-modal-actions button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 15px;font-weight:700;display:inline-flex}.profile-modal-actions .secondary{color:#596478;background:#fff;border:1px solid #dfe4ed}.profile-modal-actions .primary{color:#fff;background:#426ce8;border:0}.profile-modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media (width<=640px){.profile-modal-backdrop{padding:10px}.profile-modal{max-height:calc(100dvh - 20px)}.profile-form-grid{grid-template-columns:1fr}.profile-form-full{grid-column:auto}.profile-photo-section{align-items:flex-start}}.sidebar-menu-link{position:relative}.sidebar-menu-icon-wrap{flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.sidebar-menu-label{min-width:0}.sidebar-unread-badge{color:#fff;font-variant-numeric:tabular-nums;background:#e5484d;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:10px;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 0 0 2px #081b2d}.sidebar-unread-badge-expanded{margin-left:auto}.sidebar-unread-badge-collapsed{min-width:17px;height:17px;padding:0 4px;font-size:8px;display:none;position:absolute;top:-9px;right:-12px}.app-shell.sidebar-collapsed .sidebar-unread-badge-expanded{display:none}.app-shell.sidebar-collapsed .sidebar-unread-badge-collapsed{display:inline-flex}@media (width<=850px){.sidebar-unread-badge-expanded{display:none}.sidebar-unread-badge-collapsed{display:inline-flex}}.page-content.page-content-conversations{padding:14px 16px 16px}@media (width<=900px){.page-content.page-content-conversations{padding:10px}}@media (width<=850px){.app-shell.sidebar-collapsed .sidebar{display:none}.app-shell:not(.sidebar-collapsed) .sidebar{z-index:1501;width:250px;position:fixed;inset:0 auto 0 0}.app-shell:not(.sidebar-collapsed) .sidebar-brand div:not(.sidebar-logo),.app-shell:not(.sidebar-collapsed) .sidebar-menu span,.app-shell:not(.sidebar-collapsed) .sidebar-footer{display:block}.app-shell:not(.sidebar-collapsed) .sidebar-menu a{justify-content:flex-start}.app-shell:not(.sidebar-collapsed) .sidebar-menu .sidebar-unread-badge-collapsed{display:none}.sidebar-mobile-backdrop{z-index:1500;background:#0f172a73;border:0;display:block;position:fixed;inset:0}}@media (prefers-reduced-motion:reduce){.sidebar{transition:none}}.app-shell .main-area,.app-shell .main-area :not(.conversation-operational-tabs){scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.app-shell .main-area::-webkit-scrollbar{width:9px;height:9px}.app-shell .main-area :not(.conversation-operational-tabs)::-webkit-scrollbar{width:9px;height:9px}.app-shell .main-area::-webkit-scrollbar-track{background:0 0}.app-shell .main-area :not(.conversation-operational-tabs)::-webkit-scrollbar-track{background:0 0}.app-shell .main-area::-webkit-scrollbar-corner{background:0 0}.app-shell .main-area :not(.conversation-operational-tabs)::-webkit-scrollbar-corner{background:0 0}.app-shell .main-area::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.app-shell .main-area :not(.conversation-operational-tabs)::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.app-shell .main-area::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app-shell .main-area :not(.conversation-operational-tabs)::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (forced-colors:active){.app-shell .main-area,.app-shell .main-area :not(.conversation-operational-tabs){scrollbar-color:auto}}.page-content :is(.automation-flows-page:not(.crm-opportunities--kanban),.channels-page){box-sizing:border-box;flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.page-content :is(.automation-flows-page:not(.crm-opportunities--kanban),.channels-page)>:not(dialog){flex-shrink:0}.page-content :is(.automation-flows-page:not(.crm-opportunities--kanban)>.automation-flows-card){flex-direction:column;flex:1 1 0;min-width:0;min-height:0;display:flex;overflow:hidden}.page-content :is(.automation-flows-page:not(.crm-opportunities--kanban)>.automation-flows-card)>*{flex-shrink:0}.page-content :is(.automation-flows-page:not(.crm-opportunities--kanban) .automation-flows-list,.campaign-list,.channels-page>.channels-grid){scrollbar-gutter:stable;overscroll-behavior-y:contain;flex:1 1 0;align-content:start;min-width:0;min-height:0;overflow:hidden auto}.page-content .campaigns-page{scrollbar-gutter:auto;gap:16px}.page-content .campaigns-page>.campaign-stats{margin-bottom:0}.page-content .campaigns-page .campaign-pagination{border-top:1px solid #edf1f6;flex:none}.page-content .campaign-list>.campaign-row{flex-shrink:0}@media (height<=760px){.page-content .campaign-stats>div{gap:4px;padding:10px 14px}.page-content .campaign-stats strong{font-size:21px}}.app-shell>.sidebar{flex-shrink:0;padding-top:16px;padding-bottom:12px}.sidebar-brand{padding-bottom:18px}.sidebar-menu{gap:3px}.sidebar-menu a{min-height:42px;padding:10px 12px;position:relative}.sidebar-menu svg{flex-shrink:0}.navigation-group-toggle{color:#a8bed2;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;width:100%;min-height:44px;padding:10px 12px;font-family:inherit;font-size:13px;font-weight:500;line-height:1.4;display:flex}.navigation-group-toggle:hover,.navigation-group-toggle.current{color:#fff;background:#ffffff0d}.navigation-group-toggle span{flex:1}.navigation-group-toggle[aria-expanded=true] .navigation-chevron{transform:rotate(180deg)}.navigation-group-links{border-left:1px solid #30475b;margin:2px 0 6px 13px;padding-left:6px}.navigation-group-links[hidden]{display:none!important}.navigation-group-links a{gap:9px;min-height:38px;font-size:12px}.navigation-unread{color:#fff;background:#2874e5;border-radius:10px;margin-left:auto;padding:2px 5px;font-size:10px}.sidebar-collapsed .navigation-group-toggle{justify-content:center;padding:10px}.sidebar-collapsed .navigation-group-toggle span,.sidebar-collapsed .navigation-chevron{display:none}.sidebar-collapsed .navigation-unread{position:absolute;top:0;right:0}.mobile-menu-close,.settings-mobile-select,.mobile-conversation-back{display:none}.page-content>*{min-width:0;max-width:100%}.page-content:has(>.billing-page){overflow-y:auto}.billing-page{width:100%;padding:0!important}.billing-layout>*,.billing-detail{min-width:0}.billing-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.billing-actions button{white-space:normal;overflow-wrap:anywhere}.billing-requests{gap:12px;margin-top:18px;display:grid}.billing-request{overflow-wrap:anywhere;border:1px solid #e1e8f2;border-radius:10px;padding:15px}.billing-review{background:#f5f9ff;border:1px solid #b8cfee;border-radius:10px;margin-top:16px;padding:18px}.billing-review h3{margin-top:0;font-size:16px}.billing-box small{line-height:1.5}@media (width>=851px){.app-shell>.sidebar{display:flex}}@media (width<=850px){.page-content .app-settings-tabs{display:none}.settings-mobile-select{color:#61738c;flex-direction:column;flex-shrink:0;gap:6px;margin-bottom:14px;font-size:12px;display:flex}.settings-mobile-select select{color:#263e60;background:#fff;border:1px solid #d5dfed;border-radius:9px;width:100%;min-height:44px;padding:8px}.topbar{flex-basis:58px;gap:8px;height:58px;padding:0 12px}.topbar-title{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.topbar-left{gap:8px;min-width:0}.topbar-user>div:not(.user-avatar){display:none}.sidebar-toggle{min-width:44px;min-height:44px}.app-shell:not(.sidebar-collapsed) .sidebar{width:min(290px,88vw);padding:14px}.app-shell:not(.sidebar-collapsed) .mobile-menu-close{color:#c5d7e7;cursor:pointer;background:0 0;border:0;align-self:flex-end;place-items:center;width:40px;height:40px;display:grid}.app-shell:not(.sidebar-collapsed) .navigation-group-toggle span{font-size:13px;display:block}.app-shell:not(.sidebar-collapsed) .sidebar-menu a{min-height:44px}.sidebar-brand{padding-bottom:14px}.page-content{padding:12px}.page-content input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),.page-content select,.page-content textarea{min-width:0;max-width:100%;font-size:16px}.page-content dialog{max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.page-content [class$=-modal-backdrop]{padding:12px}.page-content [class$=-modal]{max-width:100%;max-height:calc(100dvh - 24px)}.billing-box{padding:16px}.billing-page button{min-height:44px}.billing-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.billing-metrics>div{padding:10px}.billing-metrics strong{font-size:22px}.billing-layout{grid-template-columns:minmax(0,1fr)}.billing-layout aside{max-height:230px}}@media (width<=1024px){.page-content .conversations-page{height:100%;min-height:0}.page-content .conversations-workspace{position:relative;grid-template-columns:minmax(0,1fr)!important}.page-content .conversations-workspace .conversation-resizer{display:none}.page-content .conversations-page:not(.mobile-chat-open) .conversation-list-panel{height:100%;min-height:0;display:flex}.page-content .conversations-page:not(.mobile-chat-open) .conversation-chat-panel,.page-content .mobile-chat-open .conversation-list-panel{display:none}.page-content .mobile-chat-open .conversation-chat-panel{min-width:0;min-height:0;display:flex}.page-content .mobile-chat-open .conversations-header{display:none}.page-content .mobile-conversation-back{text-align:left;color:#2857a5;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e2e8f2;flex-shrink:0;min-height:40px;padding:8px 12px;font-size:13px;display:block}.page-content .conversations-header{flex-direction:column;align-items:stretch;gap:10px}.page-content .conversations-header-actions{flex-wrap:wrap;min-width:0}.page-content .conversations-global-search{flex:180px;width:auto;min-width:0}.page-content .conversations-global-search kbd{display:none}.page-content .chat-header{flex-wrap:wrap;gap:6px;padding:8px}.page-content .chat-header-actions{flex-wrap:wrap;max-width:100%}.page-content .chat-expand-toggle{display:none}.page-content .chat-contact{min-width:0}.page-content .chat-messages{padding:12px 8px}.page-content .chat-message-bubble{max-width:100%}.page-content .chat-compose{padding:8px}}@media (width<=480px){.billing-fields{grid-template-columns:minmax(0,1fr)}.billing-title{flex-direction:column}.billing-metrics{grid-template-columns:minmax(0,1fr)}.billing-metrics>div{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.billing-metrics strong{margin:0 0 0 auto}.billing-metrics p{flex-basis:100%;margin:0}.billing-page h1{font-size:23px}.billing-box{margin:12px 0}}@media (width<=1024px){.page-content .mobile-chat-open .conversation-details-panel{z-index:30;background:#fff;width:100%;height:100%;min-height:0;display:flex;position:absolute;inset:0;overflow-y:auto}.page-content .conversations-page:not(.mobile-chat-open) .conversation-details-panel{display:none}}@media (width<=650px){.billing-table{overflow:visible}.billing-table table,.billing-table tbody{display:block}.billing-table thead{display:none}.billing-table tr{border:1px solid #e1e8f1;border-radius:10px;margin-bottom:12px;padding:8px;display:block}.billing-table td{white-space:normal;overflow-wrap:anywhere;border:0;flex-wrap:wrap;justify-content:space-between;gap:8px;padding:8px 4px;display:flex}.billing-table td:before{content:attr(data-label);color:#71819a;font-weight:600}.billing-table td[data-label=Ações]:before{width:100%}.billing-table button{margin:0}}.chat-compose-tools{display:contents}.mobile-compose-tools-toggle{display:none}@media (width<=1024px){.page-content .chat-header{height:auto;min-height:0}.page-content .chat-header-actions{justify-content:flex-start;width:100%}.page-content .chat-compose{gap:5px;min-width:0;position:relative}.page-content .mobile-compose-tools-toggle{color:#315a91;cursor:pointer;background:#e2e9f4;border:0;border-radius:9px;flex:0 0 40px;place-items:center;width:40px;height:44px;font-size:27px;line-height:1;display:grid}.page-content .chat-compose-tools{display:none}.page-content .chat-compose-tools.tools-open{z-index:35;background:#fff;border:1px solid #d9e2ee;border-radius:12px;flex-wrap:wrap;align-items:center;gap:7px;padding:12px;display:flex;position:absolute;bottom:calc(100% + 4px);left:8px;right:8px;box-shadow:0 -5px 25px #19395418}.page-content .chat-compose-tools .chat-compose-action{width:42px;height:44px}.page-content .chat-compose-input-wrap{flex:1 1 0;min-width:0}.page-content .chat-compose-input{min-height:44px}.page-content .chat-send-button,.page-content .chat-audio-button{flex-shrink:0;min-width:40px;min-height:44px}.page-content .chat-compose-help{display:none}.page-content .chat-audio-preview{flex-wrap:wrap}}.page-content:has(>.dashboard-page){overflow-y:auto}@media (width<=480px){.page-content .dashboard-cards{grid-template-columns:minmax(0,1fr);gap:10px}.page-content .dashboard-card{min-width:0;padding:14px}.page-content .dashboard-card-content{min-width:0}.page-content .dashboard-icon{flex-shrink:0}.page-content .dashboard-panel{padding:16px}}.sidebar .sidebar-brand.multi-brand{background:#fff;border-radius:12px;justify-content:center;align-items:center;min-width:0;margin:0 0 20px;padding:10px 8px;text-decoration:none;display:flex;overflow:hidden}.sidebar .multi-brand img{object-fit:contain;width:100%;height:auto;max-height:64px;display:block}.app-shell.sidebar-collapsed .sidebar .multi-brand{padding:6px 2px}.topbar-left{min-width:0}.topbar .topbar-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (width<=850px){.sidebar .sidebar-brand.multi-brand{margin-right:32px}.topbar .topbar-title{font-size:14px}}.app-shell.sidebar-collapsed .sidebar .multi-brand{justify-content:flex-start;height:46px;padding:0 3px}.app-shell.sidebar-collapsed .sidebar .multi-brand img{flex-shrink:0;width:148px;max-width:none;max-height:none}@media (width>=851px){.app-shell>.sidebar{padding-top:0}.app-shell .sidebar .sidebar-brand.multi-brand{box-sizing:border-box;border-radius:12px;flex:0 0 64px;height:64px;margin-top:8px;margin-bottom:20px;padding:8px}.app-shell:not(.sidebar-collapsed) .sidebar .multi-brand img{object-fit:contain;width:100%;height:48px;max-height:48px}.app-shell.sidebar-collapsed .sidebar .sidebar-brand.multi-brand{padding:0 3px}}.flow-crm-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0;display:grid}.flow-crm-fields label{color:#475569;flex-direction:column;gap:6px;font-size:12px;display:flex}.flow-crm-fields label:has(input[type=checkbox]){flex-direction:row;grid-column:1/-1;align-items:center}.flow-crm-fields select{color:#334155;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #d5deed;border-radius:8px;padding:9px}@media (width<=600px){.flow-crm-fields{grid-template-columns:1fr}}.flow-crm-settings label.flow-crm-toggle{color:#475569;cursor:pointer;flex-direction:row;grid-column:1/-1;justify-content:flex-start;align-items:center;gap:8px;min-height:32px;font-size:13px;line-height:1.5;display:flex}.flow-crm-settings label.flow-crm-toggle input[type=checkbox]{accent-color:#5575d8;width:16px;min-width:16px;height:16px;min-height:0;cursor:inherit;flex:0 0 16px;margin:0;padding:0}.flow-crm-settings label.flow-crm-toggle input[type=checkbox]:focus-visible{outline-offset:3px;box-shadow:none;outline:2px solid #5575d8}.flow-crm-settings:disabled label.flow-crm-toggle{cursor:default;opacity:.65}.flow-crm-fields.crm-owner-fields label.crm-owner-toggle{flex-direction:row;grid-column:1/-1;align-items:center;gap:8px;display:flex}.crm-owner-fields label.crm-owner-toggle input[type=checkbox]{flex:0 0 16px;width:16px;height:16px;min-height:0;margin:0;padding:0}.crm-activity-fields input,.crm-activity-fields textarea{box-sizing:border-box;color:#334155;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #d5deed;border-radius:8px;padding:9px}.crm-activity-fields textarea{resize:vertical;min-height:80px}.crm-activity-fields small{color:#64748b;line-height:1.5}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#555;--xy-background-pattern-lines-color-default:#333;--xy-background-pattern-cross-color-default:#333;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;touch-action:none}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px)translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px)translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));padding:10px;font-size:12px}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;translate:-50% -50%}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.automation-editor-page{box-sizing:border-box;background:#f7f8fc;width:100%;height:100%;min-height:0;padding:28px;overflow:hidden auto}.automation-editor-topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.automation-editor-title-area{align-items:flex-start;gap:18px;display:flex}.automation-editor-back{color:#394150;cursor:pointer;background:#fff;border:1px solid #d9deea;border-radius:9px;align-items:center;gap:7px;height:38px;padding:0 12px;font-weight:600;display:inline-flex}.automation-editor-eyebrow{color:#3157d5;letter-spacing:.08em;margin-bottom:5px;font-size:12px;font-weight:800}.automation-editor-title-row{align-items:center;gap:12px;display:flex}.automation-editor-title-row h1{color:#1f2937;margin:0;font-size:28px}.automation-editor-title-area p{color:#7b8494;margin:6px 0 0;font-size:14px}.automation-editor-status{border-radius:999px;align-items:center;min-height:25px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.automation-editor-status-active{color:#228b50;background:#e9f8ef}.automation-editor-status-draft{color:#667085;background:#eef1f6}.automation-editor-top-actions{align-items:center;gap:12px;display:flex}.automation-editor-summary{gap:10px;display:flex}.automation-editor-summary>div{text-align:center;background:#fff;border:1px solid #e0e5ee;border-radius:11px;min-width:86px;padding:12px 15px}.automation-editor-summary strong,.automation-editor-summary span{display:block}.automation-editor-summary strong{color:#1f2937;font-size:21px}.automation-editor-summary span{color:#8a93a3;margin-top:2px;font-size:12px}.automation-editor-primary{color:#fff;cursor:pointer;background:#3157d5;border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex}.automation-editor-primary:hover:not(:disabled){filter:brightness(.97)}.automation-editor-primary:disabled{opacity:.55;cursor:not-allowed}.automation-editor-lock-banner{color:#3157d5;background:#f1f5ff;border:1px solid #d8e1ff;border-radius:10px;align-items:flex-start;gap:11px;margin-bottom:18px;padding:13px 15px;display:flex}.automation-editor-lock-banner strong,.automation-editor-lock-banner span{display:block}.automation-editor-lock-banner span{color:#667085;margin-top:2px;font-size:13px}.automation-editor-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:18px;min-height:620px;display:grid}.automation-editor-sidebar,.automation-editor-canvas{background:#fff;border:1px solid #e0e5ee;border-radius:14px}.automation-editor-sidebar{padding:18px}.automation-editor-sidebar-header h2{color:#252b36;margin:0;font-size:17px}.automation-editor-sidebar-header span{color:#98a0ad;margin-top:4px;font-size:12px;display:block}.automation-editor-sidebar-stats{gap:9px;margin-top:20px;display:grid}.automation-editor-sidebar-stats>div{color:#5c6676;border:1px solid #edf0f5;border-radius:9px;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;padding:11px;display:grid}.automation-editor-sidebar-stats strong{color:#252b36}.automation-editor-next{color:#3157d5;background:#f7f8fc;border-radius:10px;gap:10px;margin-top:20px;padding:13px;display:flex}.automation-editor-next strong,.automation-editor-next span{display:block}.automation-editor-next strong{font-size:13px}.automation-editor-next span{color:#747d8c;margin-top:4px;font-size:12px;line-height:1.45}.automation-editor-canvas{min-height:620px;padding:28px;position:relative;overflow:visible}.automation-editor-visual-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.automation-editor-visual-toolbar strong,.automation-editor-visual-toolbar span{display:block}.automation-editor-visual-toolbar strong{color:#303846;font-size:15px}.automation-editor-visual-toolbar>div>span{color:#8a93a3;margin-top:3px;font-size:12px}.automation-editor-visual-hint{color:#747d8c;background:#f2f4f8;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.automation-editor-reactflow-shell{background:#fbfcfe;border:1px solid #dfe4ec;border-radius:12px;width:100%;height:650px;overflow:hidden}.automation-editor-reactflow-shell .react-flow__pane{cursor:grab}.automation-editor-reactflow-shell .react-flow__pane:active{cursor:grabbing}.automation-editor-reactflow-shell .react-flow__controls{border:1px solid #e1e5ec;border-radius:9px;overflow:hidden;box-shadow:0 4px 12px #1f293714}.automation-editor-reactflow-shell .react-flow__minimap{background:#fff;border:1px solid #e1e5ec;border-radius:9px;overflow:hidden}.automation-flow-node-card{background:#fff;border:1px solid #dfe4ec;border-radius:12px;width:250px;padding:13px;position:relative;box-shadow:0 6px 18px #1f293714}.automation-flow-node-card-start{border-color:#9eb0ef}.automation-flow-node-card-selected{box-shadow:0 0 0 2px #3157d533,0 8px 22px #1f29371a}.automation-flow-node-card-header{align-items:center;gap:10px;display:flex}.automation-flow-node-card-icon{color:#3157d5;background:#eef2ff;border-radius:9px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.automation-flow-node-card-title{flex:1;min-width:0}.automation-flow-node-card-title strong,.automation-flow-node-card-title small{display:block}.automation-flow-node-card-title strong{color:#29313d;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.automation-flow-node-card-title small{color:#8b94a3;margin-top:2px;font-size:10px;font-weight:700}.automation-flow-node-start-badge{color:#fff;background:#3157d5;border-radius:999px;padding:3px 6px;font-size:9px;font-weight:800}.automation-flow-node-message{color:#667085;background:#f8f9fc;border:1px solid #edf0f5;border-radius:8px;margin-top:10px;padding:8px 9px;font-size:10px;line-height:1.4}.automation-flow-node-card-actions{justify-content:flex-end;gap:5px;margin-top:10px;display:flex}.automation-flow-node-card-actions button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e1e5ec;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.automation-flow-node-card-actions button:hover:not(:disabled){color:#3157d5;background:#f7f8fc;border-color:#c9d2e0}.automation-flow-node-card-actions button.danger:hover:not(:disabled){color:#c83b3b;background:#fff5f5;border-color:#f1c6c6}.automation-flow-node-card-actions button:disabled{opacity:.4;cursor:not-allowed}.automation-flow-handle{background:#3157d5!important;border:2px solid #fff!important;width:10px!important;height:10px!important}.automation-editor-connections{z-index:1;background:#fffffff5;border:1px solid #e3e7ee;border-radius:12px;width:min(100%,760px);margin:26px auto 0;padding:16px;position:relative}.automation-editor-connections-header h3{color:#363f4e;margin:0;font-size:15px}.automation-editor-connections-header span{color:#8a93a3;margin-top:3px;font-size:12px;display:block}.automation-editor-connections-empty{color:#7a8493;background:#fafbfc;border:1px dashed #dfe4ec;border-radius:9px;margin-top:14px;padding:14px;font-size:13px}.automation-editor-connection-row{color:#667085;border-top:1px solid #f0f2f5;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) 38px;align-items:center;gap:12px;padding:12px 0;font-size:13px;display:grid}.automation-editor-connection-row:first-of-type{margin-top:12px}.automation-editor-connection-row>div strong,.automation-editor-connection-row>div small{display:block}.automation-editor-connection-row>div strong{color:#3d4655}.automation-editor-connection-row>div small{color:#9199a6;margin-top:3px}.automation-editor-connection-arrow{color:#3157d5;font-size:21px;font-weight:800}.automation-editor-connection-delete{color:#7c8594;cursor:pointer;background:#fff;border:1px solid #e4e7ed;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.automation-editor-connection-delete:hover:not(:disabled){color:#c83b3b;background:#fff5f5;border-color:#f1c6c6}.automation-editor-connection-delete:disabled{opacity:.45;cursor:not-allowed}.automation-editor-empty,.automation-editor-loading{text-align:center;color:#7a8493;flex-direction:column;justify-content:center;align-items:center;min-height:420px;display:flex}.automation-editor-empty-icon{color:#748094;background:#f2f4f8;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:14px;display:flex}.automation-editor-empty h2{color:#303846;margin:0;font-size:20px}.automation-editor-empty p{max-width:480px;margin:9px 0 0;font-size:14px;line-height:1.55}.automation-editor-empty-button{margin-top:18px}.automation-editor-modal-backdrop{z-index:1200;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.automation-editor-modal{background:#fff;border:1px solid #dfe4ec;border-radius:14px;width:min(100%,620px);max-height:calc(100vh - 48px);overflow:hidden;box-shadow:0 24px 70px #0f172a2e}.automation-editor-modal-header{border-bottom:1px solid #edf0f5;justify-content:space-between;gap:18px;padding:20px 22px;display:flex}.automation-editor-modal-header strong,.automation-editor-modal-header span{display:block}.automation-editor-modal-header strong{color:#27303d;font-size:18px}.automation-editor-modal-header span{color:#7c8595;margin-top:4px;font-size:13px}.automation-editor-modal-header button{color:#747d8c;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.automation-editor-modal-body{gap:16px;max-height:calc(100vh - 210px);padding:22px;display:grid;overflow-y:auto}.automation-editor-modal-body label:not(.automation-editor-checkbox){gap:7px;display:grid}.automation-editor-modal-body label>span{color:#3f4857;font-size:13px;font-weight:700}.automation-editor-modal-body input[type=text],.automation-editor-modal-body select,.automation-editor-modal-body textarea{box-sizing:border-box;color:#27303d;width:100%;font:inherit;background:#fff;border:1px solid #d9dee8;border-radius:9px;outline:none}.automation-editor-modal-body input[type=text],.automation-editor-modal-body input[type=number],.automation-editor-modal-body textarea,.automation-editor-modal-body select{min-height:42px;padding:0 12px}.automation-editor-modal-body textarea{resize:vertical;min-height:82px;padding:11px 12px}.automation-editor-modal-body input:focus,.automation-editor-modal-body select:focus,.automation-editor-modal-body textarea:focus{border-color:#8da3ee;box-shadow:0 0 0 3px #3157d517}.automation-editor-checkbox{cursor:pointer;background:#f9fafc;border:1px solid #e3e7ee;border-radius:10px;align-items:flex-start;gap:11px;padding:13px;display:flex}.automation-editor-checkbox input{margin-top:3px}.automation-editor-checkbox strong,.automation-editor-checkbox span{display:block}.automation-editor-checkbox strong{color:#3b4452;font-size:13px}.automation-editor-checkbox span{color:#7d8796;margin-top:3px;font-size:12px}.automation-editor-connection-source{background:#f8f9fc;border:1px solid #e1e6ef;border-radius:9px;padding:12px 13px}.automation-editor-connection-source span,.automation-editor-connection-source strong{display:block}.automation-editor-connection-source span{color:#8a93a3;text-transform:uppercase;font-size:11px;font-weight:700}.automation-editor-connection-source strong{color:#374151;margin-top:4px}.automation-editor-connection-info{color:#3157d5;background:#f1f5ff;border-radius:9px;align-items:flex-start;gap:10px;padding:12px 13px;font-size:12px;line-height:1.45;display:flex}.automation-editor-connection-info span{color:#667085}.automation-editor-modal-actions{border-top:1px solid #edf0f5;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.automation-editor-modal-actions button{cursor:pointer;border-radius:9px;min-height:40px;padding:0 15px;font-weight:700}.automation-editor-modal-actions .secondary{color:#4e5868;background:#fff;border:1px solid #d8dde7}.automation-editor-modal-actions .primary{color:#fff;background:#3157d5;border:0}.automation-editor-modal-actions button:disabled{opacity:.55;cursor:not-allowed}.automation-editor-confirm-modal{background:#fff;border:1px solid #e1e5ec;border-radius:14px;width:min(100%,470px);padding:24px;box-shadow:0 24px 70px #0f172a2e}.automation-editor-confirm-icon{color:#c83b3b;background:#fff2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.automation-editor-confirm-content h2{color:#27303d;margin:0;font-size:20px}.automation-editor-confirm-content p{color:#5f6877;margin:10px 0 0;font-size:14px;line-height:1.5}.automation-editor-confirm-note{background:#f7f8fc;border-radius:9px;padding:11px 12px;color:#727b89!important;font-size:12px!important}.automation-editor-confirm-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.automation-editor-confirm-actions button{cursor:pointer;border-radius:9px;min-height:40px;padding:0 15px;font-weight:700}.automation-editor-confirm-actions .secondary{color:#4e5868;background:#fff;border:1px solid #d8dde7}.automation-editor-confirm-actions .danger{color:#fff;background:#c83b3b;border:0}.automation-editor-confirm-actions button:disabled{opacity:.55;cursor:not-allowed}@media (width<=900px){.automation-editor-page{padding:18px}.automation-editor-topbar,.automation-editor-top-actions,.automation-editor-visual-toolbar{flex-direction:column;align-items:stretch}.automation-editor-layout{grid-template-columns:1fr}.automation-editor-sidebar{order:2}.automation-editor-canvas{min-height:520px}.automation-editor-reactflow-shell{height:560px}.automation-editor-connection-row{grid-template-columns:1fr}.automation-editor-connection-arrow{transform:rotate(90deg)}}.automation-editor-validation{background:#fff;border:1px solid #e3e7ee;border-radius:10px;margin-top:20px;padding:13px}.automation-editor-validation-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.automation-editor-validation-header strong,.automation-editor-validation-header span{display:block}.automation-editor-validation-header strong{color:#374151;font-size:13px}.automation-editor-validation-header span{color:#8a93a3;margin-top:3px;font-size:11px}.automation-editor-validation-header button{color:#4f5d73;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;align-items:center;gap:6px;min-height:32px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.automation-editor-validation-header button:hover:not(:disabled){color:#3157d5;border-color:#aab8e6}.automation-editor-validation-header button:disabled{opacity:.55;cursor:not-allowed}.automation-editor-validation-empty{color:#8a93a3;text-align:center;background:#f7f8fc;border-radius:8px;margin-top:11px;padding:10px;font-size:11px}.automation-editor-validation-status{border-radius:8px;align-items:flex-start;gap:9px;margin-top:12px;padding:10px;display:flex}.automation-editor-validation-status strong,.automation-editor-validation-status span{display:block}.automation-editor-validation-status strong{font-size:12px}.automation-editor-validation-status span{margin-top:2px;font-size:11px;line-height:1.35}.automation-editor-validation-status-valid{color:#23804a;background:#edf9f1}.automation-editor-validation-status-valid span{color:#527261}.automation-editor-validation-status-invalid{color:#bd4934;background:#fff4f1}.automation-editor-validation-status-invalid span{color:#7d625d}.automation-editor-validation-stats{grid-template-columns:repeat(3,1fr);gap:5px;margin-top:8px;display:grid}.automation-editor-validation-stats span{color:#7c8594;text-align:center;background:#f7f8fc;border-radius:7px;padding:7px 4px;font-size:9px}.automation-editor-validation-stats strong{color:#3d4655;margin-top:2px;font-size:12px;display:block}.automation-editor-validation-issues{gap:7px;max-height:225px;margin-top:9px;display:grid;overflow-y:auto}.automation-editor-validation-issue{color:#c1533f;background:snow;border:1px solid #f1ddd8;border-radius:8px;align-items:flex-start;gap:7px;padding:8px;display:flex}.automation-editor-validation-issue>svg{flex:none;margin-top:1px}.automation-editor-validation-issue strong,.automation-editor-validation-issue span,.automation-editor-validation-issue small{display:block}.automation-editor-validation-issue strong{color:#634640;font-size:10px}.automation-editor-validation-issue span{color:#745d58;margin-top:2px;font-size:10px;line-height:1.35}.automation-editor-validation-issue small{color:#aa7a70;margin-top:4px;font-size:8px;font-weight:700}.automation-flow-node-card-invalid{box-shadow:0 0 0 2px #cf4e391a,0 8px 22px #1f293712;border-color:#df7765!important}.automation-flow-node-error-badge{color:#c34c37;background:#fff0ed;border-radius:999px;align-items:center;gap:3px;padding:3px 6px;font-size:10px;font-weight:800;display:inline-flex}.automation-editor-visual-toolbar-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.automation-editor-visual-validation{border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.automation-editor-visual-validation-valid{color:#25804c;background:#eaf8ef}.automation-editor-visual-validation-invalid{color:#c34c37;background:#fff0ed}.automation-editor-spin{animation:.8s linear infinite automation-editor-spin}@keyframes automation-editor-spin{to{transform:rotate(360deg)}}@media (width<=900px){.automation-editor-validation-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.automation-editor-visual-toolbar-right{justify-content:flex-start}}.automation-editor-menu-config{gap:16px;display:grid}.automation-editor-menu-config>label{gap:7px;display:grid}.automation-editor-menu-config>label>span{color:#3f4857;font-size:13px;font-weight:700}.automation-editor-menu-options-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.automation-editor-menu-options-header strong,.automation-editor-menu-options-header span{display:block}.automation-editor-menu-options-header strong{color:#3b4452;font-size:13px}.automation-editor-menu-options-header span{color:#8a93a3;margin-top:3px;font-size:11px}.automation-editor-menu-options-header button{color:#3157d5;cursor:pointer;background:#f4f7ff;border:1px solid #cad4f4;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.automation-editor-menu-options{gap:9px;display:grid}.automation-editor-menu-option-row{background:#fafbfc;border:1px solid #e5e8ef;border-radius:9px;grid-template-columns:32px minmax(0,1fr) 120px 36px;align-items:end;gap:9px;padding:10px;display:grid}.automation-editor-menu-option-number{color:#3157d5;background:#eef2ff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:4px;font-size:12px;font-weight:800;display:flex}.automation-editor-menu-option-row label{gap:5px;display:grid}.automation-editor-menu-option-row label span{color:#697386;font-size:10px;font-weight:700}.automation-editor-menu-option-row input{box-sizing:border-box;color:#27303d;width:100%;min-height:36px;font:inherit;background:#fff;border:1px solid #d9dee8;border-radius:7px;outline:none;padding:0 9px;font-size:12px}.automation-editor-menu-option-row input:focus{border-color:#8da3ee;box-shadow:0 0 0 3px #3157d514}.automation-editor-menu-option-remove{color:#7c8594;cursor:pointer;background:#fff;border:1px solid #e3e6ec;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:1px;display:inline-flex}.automation-editor-menu-option-remove:hover:not(:disabled){color:#c34c37;background:#fff4f1;border-color:#efc7c0}.automation-editor-menu-option-remove:disabled{opacity:.4;cursor:not-allowed}.automation-editor-menu-config-note{color:#707a89;background:#f7f8fc;border-radius:8px;padding:11px 12px;font-size:11px;line-height:1.45}.automation-flow-node-menu-preview{background:#f8f9fc;border:1px solid #e5e8ef;border-radius:8px;margin-top:9px;padding:9px}.automation-flow-node-menu-preview>p{white-space:pre-wrap;line-height:1.35;color:#5d6675!important;margin:0 0 7px!important;font-size:10px!important}.automation-flow-node-menu-preview>div{gap:4px;display:grid}.automation-flow-node-menu-preview span{color:#606b7a;align-items:center;gap:6px;font-size:9px;display:flex}.automation-flow-node-menu-preview span strong{color:#3157d5;background:#e9eeff;border-radius:5px;justify-content:center;align-items:center;width:17px;height:17px;font-size:8px;display:inline-flex}.automation-flow-node-menu-preview small{color:#8b94a3;font-size:8px}@media (width<=700px){.automation-editor-menu-option-row{grid-template-columns:32px minmax(0,1fr) 36px}.automation-editor-menu-option-row label:nth-of-type(2){grid-column:2/3}.automation-editor-menu-options-header{flex-direction:column}}.automation-flow-node-menu-options-canvas{gap:5px!important;display:grid!important}.automation-flow-node-menu-option-canvas{min-height:24px;padding-right:14px;position:relative}.automation-flow-node-menu-option-canvas>span{min-height:24px}.automation-flow-menu-handle{background:#3157d5!important;border:2px solid #fff!important;width:10px!important;height:10px!important;inset:50% -14px auto auto!important;transform:translateY(-50%)!important}.automation-flow-menu-handle:hover{width:12px!important;height:12px!important}.automation-flow-node-card:has(.automation-flow-menu-handle){overflow:visible}.automation-flow-node-menu-option-canvas:hover>span{color:#3157d5}.automation-flow-node-menu-option-canvas:hover>span strong{color:#fff;background:#3157d5}.automation-editor-queue-config{background:#fafbfc;border:1px solid #e3e7ee;border-radius:10px;gap:14px;padding:14px;display:grid}.automation-editor-queue-config-heading{color:#3157d5;align-items:flex-start;gap:9px;display:flex}.automation-editor-queue-config-heading>svg{flex:none;margin-top:1px}.automation-editor-queue-config-heading strong,.automation-editor-queue-config-heading span{display:block}.automation-editor-queue-config-heading strong{color:#374151;font-size:13px}.automation-editor-queue-config-heading span{color:#818a99;margin-top:3px;font-size:11px}.automation-editor-queue-config>label{gap:7px;display:grid}.automation-editor-queue-config>label>span{color:#4a5362;font-size:12px;font-weight:700}.automation-editor-queue-config select{color:#293241;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:8px;outline:none;padding:0 10px;font-size:12px}.automation-editor-queue-config select:focus{border-color:#8da3ee;box-shadow:0 0 0 3px #3157d514}.automation-editor-queue-empty{color:#bd4934;background:#fff8f6;border:1px solid #f1ddd8;border-radius:8px;align-items:flex-start;gap:9px;padding:11px;display:flex}.automation-editor-queue-empty strong,.automation-editor-queue-empty span{display:block}.automation-editor-queue-empty strong{color:#684740;font-size:11px}.automation-editor-queue-empty span{color:#7c635e;margin-top:3px;font-size:10px;line-height:1.4}.automation-editor-queue-note{color:#64718a;background:#eef3ff;border-radius:8px;padding:10px 11px;font-size:10px;line-height:1.45}.automation-flow-node-queue-preview{color:#3157d5;background:#f5f7ff;border:1px solid #dce4f7;border-radius:8px;align-items:flex-start;gap:8px;margin-top:9px;padding:9px;display:flex}.automation-flow-node-queue-preview>svg{flex:none;margin-top:2px}.automation-flow-node-queue-preview small,.automation-flow-node-queue-preview strong,.automation-flow-node-queue-preview span{display:block}.automation-flow-node-queue-preview small{color:#78849a;text-transform:uppercase;letter-spacing:.04em;font-size:8px}.automation-flow-node-queue-preview strong{color:#34415a;margin-top:2px;font-size:10px;line-height:1.3}.automation-flow-node-queue-preview span{color:#c0523d;margin-top:3px;font-size:8px;font-weight:800}.automation-editor-http-header-row{grid-template-columns:minmax(150px,.8fr) minmax(240px,1.5fr) 36px}@media (width<=700px){.automation-editor-http-header-row{grid-template-columns:minmax(0,1fr) 36px}.automation-editor-http-header-row label:first-of-type,.automation-editor-http-header-row label:nth-of-type(2){grid-column:1/2}.automation-editor-http-header-row .automation-editor-menu-option-remove{grid-area:1/2/3/3;align-self:center}}.integrations-page{box-sizing:border-box;background:#f7f8fc;width:100%;height:100%;min-height:0;padding:28px;overflow:hidden auto}.integrations-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.integrations-eyebrow{color:#3157d5;letter-spacing:.08em;font-size:12px;font-weight:800}.integrations-header h1{color:#1f2937;margin:5px 0 0;font-size:28px}.integrations-header p{color:#7b8494;max-width:700px;margin:7px 0 0;font-size:14px}.integrations-primary{color:#fff;cursor:pointer;background:#3157d5;border:0;border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex}.integrations-summary{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.integrations-summary>div{color:#667085;background:#fff;border:1px solid #e0e5ee;border-radius:11px;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;min-width:150px;padding:13px 15px;display:grid}.integrations-summary strong{color:#252b36;font-size:18px}.integrations-panel{background:#fff;border:1px solid #e0e5ee;border-radius:14px;margin-top:18px;padding:18px}.integrations-panel-header{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}.integrations-panel-header strong,.integrations-panel-header span{display:block}.integrations-panel-header strong{color:#303846}.integrations-panel-header span{color:#8a93a3;margin-top:3px;font-size:12px}.integrations-panel-header button{color:#4f5d73;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-weight:700;display:inline-flex}.integrations-list{gap:10px;margin-top:14px;display:grid}.integrations-card{background:#fff;border:1px solid #e5e8ef;border-radius:11px;grid-template-columns:44px minmax(0,1fr) minmax(195px,auto) 78px;align-items:center;gap:14px;padding:14px;display:grid}.integrations-card-icon{color:#3157d5;background:#eef2ff;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.integrations-card-main strong,.integrations-card-main small{display:block}.integrations-card-title{align-items:center;gap:8px;display:flex}.integrations-card-title strong{color:#29313d}.integrations-card-title span{border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.integrations-card-title .active{color:#228b50;background:#e9f8ef}.integrations-card-title .inactive{color:#667085;background:#eef1f6}.integrations-type{color:#3157d5;margin-top:5px;font-size:10px;font-weight:800;display:inline-block}.integrations-card-main small{color:#8b94a3;text-overflow:ellipsis;margin-top:4px;overflow:hidden}.integrations-credential{color:#667085;text-align:left;cursor:pointer;background:#fafbfc;border:1px solid #e4e8ef;border-radius:9px;align-items:center;gap:8px;padding:9px 10px;display:flex}.integrations-credential:hover{background:#f6f8fc;border-color:#cbd4e6}.integrations-credential.configured{color:#228b50;background:#f4fbf7;border-color:#cde8d7}.integrations-credential span,.integrations-credential strong{display:block}.integrations-credential span{color:#929aa8;font-size:10px}.integrations-credential strong{color:#465061;margin-top:2px;font-size:11px}.integrations-credential.configured strong{color:#228b50}.integrations-actions{justify-content:flex-end;gap:6px;display:flex}.integrations-actions button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e1e5ec;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.integrations-actions .danger:hover{color:#c83b3b;background:#fff5f5;border-color:#f1c6c6}.integrations-empty{color:#8a93a3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:220px;display:flex}.integrations-empty strong{color:#3d4655}.integrations-modal-backdrop{z-index:1300;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.integrations-modal,.integrations-confirm{background:#fff;border:1px solid #dfe4ec;border-radius:14px;width:min(100%,560px);overflow:hidden;box-shadow:0 24px 70px #0f172a2e}.integrations-auth-modal{width:min(100%,620px)}.integrations-modal-header{border-bottom:1px solid #edf0f5;justify-content:space-between;gap:18px;padding:20px 22px;display:flex}.integrations-modal-header strong,.integrations-modal-header span{display:block}.integrations-modal-header strong{color:#27303d;font-size:18px}.integrations-modal-header span{color:#7c8595;margin-top:4px;font-size:13px}.integrations-modal-header button{color:#747d8c;cursor:pointer;background:0 0;border:0;border-radius:8px;width:34px;height:34px}.integrations-modal-body{gap:16px;padding:22px;display:grid}.integrations-modal-body>label:not(.integrations-check){gap:7px;display:grid}.integrations-modal-body label>span{color:#3f4857;font-size:13px;font-weight:700}.integrations-modal-body input[type=text],.integrations-modal-body input[type=password],.integrations-modal-body select{box-sizing:border-box;color:#27303d;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #d9dee8;border-radius:9px;outline:none;padding:0 12px}.integrations-modal-body input:focus,.integrations-modal-body select:focus{border-color:#8fa4e8;box-shadow:0 0 0 3px #3157d514}.integrations-modal-body small{color:#858e9d;line-height:1.4}.integrations-check{background:#f9fafc;border:1px solid #e3e7ee;border-radius:10px;align-items:flex-start;gap:11px;padding:13px;display:flex}.integrations-check strong,.integrations-check span{display:block}.integrations-check span{color:#7d8796;margin-top:3px;font-size:12px}.integrations-security-note,.integrations-current-credential{border-radius:9px;align-items:flex-start;gap:10px;padding:12px;display:flex}.integrations-security-note{color:#3157d5;background:#f1f5ff}.integrations-current-credential{color:#228b50;background:#f4fbf7;border:1px solid #cde8d7}.integrations-security-note strong,.integrations-security-note span,.integrations-current-credential strong,.integrations-current-credential span{display:block}.integrations-security-note strong,.integrations-current-credential strong{color:#374151;font-size:12px}.integrations-security-note span,.integrations-current-credential span{color:#667085;margin-top:3px;font-size:11px;line-height:1.45}.integrations-secret-input{position:relative}.integrations-secret-input input{padding-right:46px!important}.integrations-secret-input button{color:#6f7888;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.integrations-secret-input button:hover{background:#f1f3f7}.integrations-modal-actions{border-top:1px solid #edf0f5;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.integrations-modal-actions button{cursor:pointer;border-radius:9px;align-items:center;gap:7px;min-height:40px;padding:0 15px;font-weight:700;display:inline-flex}.integrations-modal-actions button:disabled{cursor:default;opacity:.58}.integrations-modal-actions .secondary{color:#4e5868;background:#fff;border:1px solid #d8dde7}.integrations-modal-actions .primary{color:#fff;background:#3157d5;border:0}.integrations-modal-actions .danger{color:#fff;background:#c83b3b;border:0}.integrations-modal-actions .danger-outline{color:#c83b3b;background:#fff;border:1px solid #efcaca;margin-right:auto}.integrations-auth-actions{justify-content:space-between;align-items:center}.integrations-auth-actions-right{gap:10px;margin-left:auto;display:flex}.integrations-confirm{padding-top:24px}.integrations-confirm h2,.integrations-confirm p{margin-left:24px;margin-right:24px}.integrations-confirm h2{color:#27303d}.integrations-confirm p{color:#5f6877;line-height:1.5}.integrations-confirm-icon{color:#c83b3b;background:#fff2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-left:24px;display:flex}.integrations-spin{animation:.8s linear infinite integrations-spin}@keyframes integrations-spin{to{transform:rotate(360deg)}}@media (width<=760px){.integrations-page{padding:18px}.integrations-header,.integrations-panel-header{flex-direction:column;align-items:stretch}.integrations-card{grid-template-columns:44px minmax(0,1fr)}.integrations-credential,.integrations-actions{grid-column:2}.integrations-auth-actions{flex-direction:column;align-items:stretch}.integrations-auth-actions-right{width:100%;margin-left:0}.integrations-auth-actions-right button{flex:1;justify-content:center}.integrations-modal-actions .danger-outline{justify-content:center;width:100%;margin-right:0}}.settings-tabs{background:#fff;border:1px solid #e3e7ef;border-radius:10px;align-items:center;gap:4px;margin-bottom:22px;padding:4px;display:inline-flex}.settings-tabs a{color:#667085;border-radius:7px;justify-content:center;align-items:center;min-height:38px;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.settings-tabs a:hover{color:#344054;background:#f5f7fb}@media (width<=760px){.settings-tabs{width:100%;display:flex}.settings-tabs a{flex:1}}.tags-page{box-sizing:border-box;background:#f7f8fc;width:100%;height:100%;min-height:0;padding:28px;overflow:hidden auto}.settings-tabs{background:#fff;border:1px solid #e0e5ee;border-radius:10px;gap:4px;width:max-content;margin-bottom:20px;padding:4px;display:flex}.settings-tabs a{color:#667085;border-radius:7px;padding:8px 13px;font-size:13px;font-weight:700;text-decoration:none}.settings-tabs a.active{color:#3157d5;background:#eef2ff}.tags-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.tags-eyebrow{color:#3157d5;letter-spacing:.08em;font-size:12px;font-weight:800}.tags-header h1{color:#1f2937;margin:5px 0 0;font-size:28px}.tags-header p{color:#7b8494;max-width:700px;margin:7px 0 0;font-size:14px}.tags-primary{color:#fff;cursor:pointer;background:#3157d5;border:0;border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex}.tags-summary{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.tags-summary>div{color:#667085;background:#fff;border:1px solid #e0e5ee;border-radius:11px;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;min-width:150px;padding:13px 15px;display:grid}.tags-summary strong{color:#252b36;font-size:18px}.tags-panel{background:#fff;border:1px solid #e0e5ee;border-radius:14px;margin-top:18px;padding:18px}.tags-panel-header{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}.tags-panel-header strong,.tags-panel-header span{display:block}.tags-panel-header strong{color:#303846}.tags-panel-header span{color:#8a93a3;margin-top:3px;font-size:12px}.tags-panel-header button{color:#4f5d73;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-weight:700;display:inline-flex}.tags-list{gap:10px;margin-top:14px;display:grid}.tags-card{background:#fff;border:1px solid #e5e8ef;border-radius:11px;grid-template-columns:42px minmax(0,1fr) auto 78px;align-items:center;gap:14px;padding:14px;display:grid}.tags-color{border:4px solid #fff;border-radius:10px;width:36px;height:36px;box-shadow:0 0 0 1px #dfe4ec}.tags-card-main strong,.tags-card-main small{display:block}.tags-card-title{align-items:center;gap:8px;display:flex}.tags-card-title strong{color:#29313d}.tags-card-title span{border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.tags-card-title .active{color:#228b50;background:#e9f8ef}.tags-card-title .inactive{color:#667085;background:#eef1f6}.tags-card-main small{color:#8b94a3;margin-top:5px}.tags-actions{justify-content:flex-end;gap:6px;display:flex}.tags-actions button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e1e5ec;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.tags-actions .danger:hover{color:#c83b3b;background:#fff5f5;border-color:#f1c6c6}.tags-switch{cursor:pointer;align-items:center;display:flex}.tags-switch input{opacity:0;pointer-events:none;position:absolute}.tags-switch>span{background:#d9dee8;border-radius:999px;width:40px;height:22px;transition:all .2s;position:relative}.tags-switch i{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000002e}.tags-switch input:checked+span{background:#3157d5}.tags-switch input:checked+span i{transform:translate(18px)}.tags-empty{color:#8a93a3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:220px;display:flex}.tags-empty strong{color:#3d4655}.tags-modal-backdrop{z-index:1300;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.tags-modal,.tags-confirm{background:#fff;border:1px solid #dfe4ec;border-radius:14px;width:min(100%,520px);overflow:hidden;box-shadow:0 24px 70px #0f172a2e}.tags-modal-header{border-bottom:1px solid #edf0f5;justify-content:space-between;gap:18px;padding:20px 22px;display:flex}.tags-modal-header strong,.tags-modal-header span{display:block}.tags-modal-header strong{color:#27303d;font-size:18px}.tags-modal-header span{color:#7c8595;margin-top:4px;font-size:13px}.tags-modal-header button{color:#747d8c;cursor:pointer;background:0 0;border:0;border-radius:8px;width:34px;height:34px}.tags-modal-body{gap:16px;padding:22px;display:grid}.tags-modal-body>label{gap:7px;display:grid}.tags-modal-body label>span,.tags-preview>span{color:#3f4857;font-size:13px;font-weight:700}.tags-modal-body input[type=text]{box-sizing:border-box;color:#27303d;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #d9dee8;border-radius:9px;outline:none;padding:0 12px}.tags-modal-body input[type=text]:focus{border-color:#8fa4e8;box-shadow:0 0 0 3px #3157d514}.tags-color-field{grid-template-columns:50px 1fr;gap:9px;display:grid}.tags-color-field input[type=color]{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #d9dee8;border-radius:9px;width:50px;height:42px;padding:4px}.tags-preview{background:#f9fafc;border:1px solid #e3e7ee;border-radius:10px;gap:8px;padding:13px;display:grid}.tags-preview strong{background:#fff;border:1px solid;border-radius:999px;align-items:center;gap:6px;width:max-content;max-width:100%;padding:6px 10px;font-size:12px;display:inline-flex}.tags-preview i{border-radius:50%;width:8px;height:8px}.tags-modal-actions{border-top:1px solid #edf0f5;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.tags-modal-actions button{cursor:pointer;border-radius:9px;align-items:center;min-height:40px;padding:0 15px;font-weight:700;display:inline-flex}.tags-modal-actions button:disabled{cursor:default;opacity:.58}.tags-modal-actions .secondary{color:#4e5868;background:#fff;border:1px solid #d8dde7}.tags-modal-actions .primary{color:#fff;background:#3157d5;border:0}.tags-modal-actions .danger{color:#fff;background:#c83b3b;border:0}.tags-confirm{padding-top:24px}.tags-confirm h2,.tags-confirm p{margin-left:24px;margin-right:24px}.tags-confirm h2{color:#27303d}.tags-confirm p{color:#5f6877;line-height:1.5}.tags-confirm-icon{color:#c83b3b;background:#fff2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-left:24px;display:flex}.tags-spin{animation:.8s linear infinite tags-spin}@keyframes tags-spin{to{transform:rotate(360deg)}}@media (width<=760px){.tags-page{padding:18px}.tags-header,.tags-panel-header{flex-direction:column;align-items:stretch}.tags-card{grid-template-columns:42px minmax(0,1fr)}.tags-switch,.tags-actions{grid-column:2}.settings-tabs{box-sizing:border-box;width:100%}.settings-tabs a{text-align:center;flex:1}}.quick-replies-page{box-sizing:border-box;background:#f7f8fc;width:100%;height:100%;min-height:0;padding:28px;overflow:hidden auto}.quick-replies-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.quick-replies-eyebrow{color:#3157d5;letter-spacing:.08em;font-size:12px;font-weight:800}.quick-replies-header h1{color:#1f2937;margin:5px 0 0;font-size:28px}.quick-replies-header p{color:#7b8494;max-width:720px;margin:7px 0 0;font-size:14px;line-height:1.5}.quick-replies-primary{color:#fff;cursor:pointer;background:#3157d5;border:0;border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #3157d529}.quick-replies-summary{grid-template-columns:repeat(3,minmax(0,190px));gap:10px;margin-top:22px;display:grid}.quick-replies-summary>div{color:#667085;background:#fff;border:1px solid #e0e5ee;border-radius:11px;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;min-height:50px;padding:13px 15px;display:grid}.quick-replies-summary strong{color:#252b36;font-size:18px}.quick-replies-panel{background:#fff;border:1px solid #e0e5ee;border-radius:14px;margin-top:18px;padding:18px}.quick-replies-panel-header{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}.quick-replies-panel-header>div strong,.quick-replies-panel-header>div span{display:block}.quick-replies-panel-header>div strong{color:#303846}.quick-replies-panel-header>div span{color:#8a93a3;margin-top:3px;font-size:12px}.quick-replies-panel-header button{color:#4f5d73;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-weight:700;display:inline-flex}.quick-replies-toolbar{color:#8a94a6;background:#fafbfc;border:1px solid #dfe4ec;border-radius:9px;align-items:center;gap:9px;min-height:42px;margin-top:14px;padding:0 12px;display:flex}.quick-replies-toolbar:focus-within{background:#fff;border-color:#8fa4e8;box-shadow:0 0 0 3px #3157d514}.quick-replies-toolbar input{color:#27303d;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:13px}.quick-replies-list{gap:10px;margin-top:14px;display:grid}.quick-replies-card{background:#fff;border:1px solid #e5e8ef;border-radius:11px;grid-template-columns:145px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.quick-replies-card:hover{border-color:#d3dbea;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a0d}.quick-replies-shortcut{color:#3157d5;text-overflow:ellipsis;white-space:nowrap;background:#eef2ff;border:1px solid #dbe4ff;border-radius:8px;width:fit-content;max-width:135px;padding:7px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:800;overflow:hidden}.quick-replies-card-main{min-width:0}.quick-replies-card-title{align-items:center;gap:8px;display:flex}.quick-replies-card-title strong{color:#29313d;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.quick-replies-card-title span{border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.quick-replies-card-title span.active{color:#228b50;background:#e9f8ef}.quick-replies-card-title span.inactive{color:#667085;background:#eef1f6}.quick-replies-card-main p{color:#7a8494;white-space:pre-wrap;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.quick-replies-switch{display:inline-flex;position:relative}.quick-replies-switch input{opacity:0;pointer-events:none;position:absolute}.quick-replies-switch>span{cursor:pointer;background:#c8cfda;border-radius:999px;width:40px;height:22px;transition:all .18s;display:block;position:relative}.quick-replies-switch>span i{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000002e}.quick-replies-switch input:checked+span{background:#3157d5}.quick-replies-switch input:checked+span i{transform:translate(18px)}.quick-replies-actions{justify-content:flex-end;gap:6px;display:flex}.quick-replies-actions button,.quick-replies-modal-header button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e1e5ec;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.quick-replies-actions button:hover,.quick-replies-modal-header button:hover{color:#344054;background:#f7f9fc;border-color:#ccd5e5}.quick-replies-actions button.danger{color:#c83b3b}.quick-replies-actions button.danger:hover{background:#fff5f5;border-color:#f1c6c6}.quick-replies-empty{color:#8a93a3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:230px;display:flex}.quick-replies-empty strong{color:#3d4655}.quick-replies-empty span{font-size:12px}.quick-replies-modal-backdrop{z-index:1300;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.quick-replies-modal,.quick-replies-confirm{background:#fff;border:1px solid #dfe4ec;border-radius:14px;width:min(100%,660px);overflow:hidden;box-shadow:0 24px 70px #0f172a2e}.quick-replies-confirm{width:min(100%,430px);padding-top:24px}.quick-replies-modal-header{border-bottom:1px solid #edf0f5;justify-content:space-between;gap:18px;padding:20px 22px;display:flex}.quick-replies-modal-header strong,.quick-replies-modal-header span{display:block}.quick-replies-modal-header strong{color:#27303d;font-size:18px}.quick-replies-modal-header span{color:#7c8595;margin-top:4px;font-size:13px}.quick-replies-modal-header button{background:0 0;border:0}.quick-replies-modal-body{gap:16px;padding:22px;display:grid}.quick-replies-form-grid{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:14px;display:grid}.quick-replies-modal-body label{gap:7px;display:grid}.quick-replies-form-grid>label{grid-template-rows:17px 42px auto;align-content:start}.quick-replies-form-grid>label>span{align-items:center;min-height:17px;display:flex}.quick-replies-form-grid>label>input{height:42px;min-height:42px}.quick-replies-modal-body label>span{color:#3f4857;font-size:13px;font-weight:700}.quick-replies-modal-body input,.quick-replies-modal-body textarea{box-sizing:border-box;color:#27303d;width:100%;font:inherit;background:#fff;border:1px solid #d9dee8;border-radius:9px;outline:none}.quick-replies-modal-body input{min-height:42px;padding:0 12px}.quick-replies-modal-body textarea{resize:vertical;min-height:145px;padding:11px 12px;line-height:1.5}.quick-replies-modal-body input:focus,.quick-replies-modal-body textarea:focus{border-color:#8fa4e8;box-shadow:0 0 0 3px #3157d514}.quick-replies-modal-body small{color:#858e9d;font-size:11px}.quick-replies-message-field small{justify-self:end}.quick-replies-preview{background:#f9fafc;border:1px solid #e3e7ee;border-radius:10px;padding:13px}.quick-replies-preview>span{color:#667085;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.quick-replies-preview>div{grid-template-columns:auto 1fr;gap:6px 10px;display:grid}.quick-replies-preview strong{color:#3157d5;background:#eef2ff;border-radius:7px;padding:4px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.quick-replies-preview b{color:#374151;align-self:center;font-size:12px}.quick-replies-preview p{color:#667085;white-space:pre-wrap;grid-column:1/-1;margin:4px 0 0;font-size:12px;line-height:1.5}.quick-replies-modal-actions{border-top:1px solid #edf0f5;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.quick-replies-modal-actions button{cursor:pointer;border-radius:9px;align-items:center;gap:7px;min-height:40px;padding:0 15px;font-weight:700;display:inline-flex}.quick-replies-modal-actions .secondary{color:#4e5868;background:#fff;border:1px solid #d8dde7}.quick-replies-modal-actions .primary{color:#fff;background:#3157d5;border:0}.quick-replies-modal-actions .danger{color:#fff;background:#c83b3b;border:0}.quick-replies-confirm-icon{color:#c83b3b;background:#fff2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-left:24px;display:flex}.quick-replies-confirm h2,.quick-replies-confirm p{margin-left:24px;margin-right:24px}.quick-replies-confirm h2{color:#27303d}.quick-replies-confirm p{color:#5f6877;line-height:1.5}.quick-replies-confirm .quick-replies-modal-actions{margin-top:20px}.quick-replies-primary:disabled,.quick-replies-panel-header button:disabled,.quick-replies-modal-actions button:disabled,.quick-replies-modal-header button:disabled{cursor:default;opacity:.58}.quick-replies-spin{animation:.8s linear infinite quick-replies-spin}@keyframes quick-replies-spin{to{transform:rotate(360deg)}}@media (width<=760px){.quick-replies-page{padding:18px}.quick-replies-header,.quick-replies-panel-header{flex-direction:column;align-items:stretch}.quick-replies-summary{grid-template-columns:1fr}.quick-replies-card{grid-template-columns:1fr auto auto}.quick-replies-shortcut{grid-column:1/-1}.quick-replies-form-grid{grid-template-columns:1fr}}.message-cadences-page{box-sizing:border-box;background:#f7f8fc;width:100%;height:100%;min-height:0;padding:28px;overflow:hidden auto}.message-cadences-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.message-cadences-eyebrow{color:#3157d5;letter-spacing:.08em;font-size:12px;font-weight:800}.message-cadences-header h1{color:#1f2937;margin:5px 0 0;font-size:28px}.message-cadences-header p{color:#7b8494;max-width:720px;margin:7px 0 0;font-size:14px;line-height:1.5}.message-cadences-primary{color:#fff;cursor:pointer;background:#3157d5;border:0;border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #3157d529}.message-cadences-summary{grid-template-columns:repeat(3,minmax(0,190px));gap:10px;margin-top:22px;display:grid}.message-cadences-summary>div{color:#667085;background:#fff;border:1px solid #e0e5ee;border-radius:11px;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;min-height:50px;padding:13px 15px;display:grid}.message-cadences-summary strong{color:#252b36;font-size:18px}.message-cadences-panel{background:#fff;border:1px solid #e0e5ee;border-radius:14px;margin-top:18px;padding:18px}.message-cadences-panel-header{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}.message-cadences-panel-header>div strong,.message-cadences-panel-header>div span{display:block}.message-cadences-panel-header>div strong{color:#303846}.message-cadences-panel-header>div span{color:#8a93a3;margin-top:3px;font-size:12px}.message-cadences-panel-header button,.message-cadences-steps-header button{color:#4f5d73;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-weight:700;display:inline-flex}.message-cadences-toolbar{color:#8a94a6;background:#fafbfc;border:1px solid #dfe4ec;border-radius:9px;align-items:center;gap:9px;min-height:42px;margin-top:14px;padding:0 12px;display:flex}.message-cadences-toolbar:focus-within{background:#fff;border-color:#8fa4e8;box-shadow:0 0 0 3px #3157d514}.message-cadences-toolbar input{color:#27303d;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:13px}.message-cadences-list{gap:10px;margin-top:14px;display:grid}.message-cadences-card{background:#fff;border:1px solid #e5e8ef;border-radius:11px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px;display:grid}.message-cadences-card-main{min-width:0}.message-cadences-card-title{align-items:center;gap:8px;display:flex}.message-cadences-card-title strong{color:#29313d}.message-cadences-card-title span{border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.message-cadences-card-title span.active{color:#228b50;background:#e9f8ef}.message-cadences-card-title span.inactive{color:#667085;background:#eef1f6}.message-cadences-card-main p{color:#7a8494;margin:6px 0 0;font-size:12px;line-height:1.45}.message-cadences-meta{flex-wrap:wrap;gap:7px;margin-top:9px;display:flex}.message-cadences-meta span{color:#667085;background:#f2f4f8;border-radius:7px;padding:4px 7px;font-size:11px}.message-cadences-switch{display:inline-flex;position:relative}.message-cadences-switch input{opacity:0;pointer-events:none;position:absolute}.message-cadences-switch>span{cursor:pointer;background:#c8cfda;border-radius:999px;width:40px;height:22px;transition:all .18s;display:block;position:relative}.message-cadences-switch>span i{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000002e}.message-cadences-switch input:checked+span{background:#3157d5}.message-cadences-switch input:checked+span i{transform:translate(18px)}.message-cadences-actions{gap:6px;display:flex}.message-cadences-actions button,.message-cadences-modal-header button,.message-cadences-step-title button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e1e5ec;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.message-cadences-actions button.danger,.message-cadences-step-title button{color:#c83b3b}.message-cadences-empty{color:#8a93a3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:230px;display:flex}.message-cadences-empty strong{color:#3d4655}.message-cadences-empty span{font-size:12px}.message-cadences-modal-backdrop{z-index:1300;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.message-cadences-modal,.message-cadences-confirm{background:#fff;border:1px solid #dfe4ec;border-radius:14px;width:min(100%,820px);max-height:calc(100vh - 48px);overflow:hidden;box-shadow:0 24px 70px #0f172a2e}.message-cadences-confirm{width:min(100%,430px);padding-top:24px}.message-cadences-modal-header{border-bottom:1px solid #edf0f5;justify-content:space-between;gap:18px;padding:20px 22px;display:flex}.message-cadences-modal-header strong,.message-cadences-modal-header span{display:block}.message-cadences-modal-header strong{color:#27303d;font-size:18px}.message-cadences-modal-header span{color:#7c8595;margin-top:4px;font-size:13px}.message-cadences-modal-header button{background:0 0;border:0}.message-cadences-modal-body{gap:16px;max-height:calc(100vh - 190px);padding:22px;display:grid;overflow-y:auto}.message-cadences-form-grid{grid-template-columns:1fr 1.4fr;gap:14px;display:grid}.message-cadences-modal-body label{gap:7px;display:grid}.message-cadences-modal-body label>span{color:#3f4857;font-size:13px;font-weight:700}.message-cadences-modal-body input[type=text],.message-cadences-modal-body input[type=number],.message-cadences-modal-body textarea,.message-cadences-modal-body select{box-sizing:border-box;color:#27303d;width:100%;font:inherit;background:#fff;border:1px solid #d9dee8;border-radius:9px;outline:none}.message-cadences-modal-body input[type=text],.message-cadences-modal-body input[type=number],.message-cadences-modal-body select{min-height:42px;padding:0 12px}.message-cadences-modal-body textarea{resize:vertical;min-height:100px;padding:11px 12px;line-height:1.5}.message-cadences-options{background:#f9fafc;border:1px solid #e3e7ee;border-radius:10px;flex-wrap:wrap;gap:18px;padding:12px;display:flex}.message-cadences-options label{flex-direction:row;grid-template:none;align-items:center;gap:8px;display:flex}.message-cadences-steps-header{justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}.message-cadences-steps-header strong,.message-cadences-steps-header span{display:block}.message-cadences-steps-header span{color:#8a93a3;margin-top:3px;font-size:11px}.message-cadences-steps{gap:12px;display:grid}.message-cadences-step{background:#fafbfc;border:1px solid #e1e6ee;border-radius:11px;padding:14px}.message-cadences-step-title{color:#303846;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.message-cadences-step-title button{width:30px;height:30px}.message-cadences-delay{grid-template-columns:140px 150px minmax(0,1fr);align-items:end;gap:10px;margin-bottom:12px;display:grid}.message-cadences-delay-preview{color:#3157d5;background:#eef2ff;border-radius:9px;align-items:center;min-height:42px;padding:0 12px;font-size:12px;font-weight:700;display:flex}.message-cadences-message-field small{color:#858e9d;justify-self:end;font-size:11px}.message-cadences-modal-actions{border-top:1px solid #edf0f5;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.message-cadences-modal-actions button{cursor:pointer;border-radius:9px;align-items:center;gap:7px;min-height:40px;padding:0 15px;font-weight:700;display:inline-flex}.message-cadences-modal-actions .secondary{color:#4e5868;background:#fff;border:1px solid #d8dde7}.message-cadences-modal-actions .primary{color:#fff;background:#3157d5;border:0}.message-cadences-modal-actions .danger{color:#fff;background:#c83b3b;border:0}.message-cadences-confirm-icon{color:#c83b3b;background:#fff2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-left:24px;display:flex}.message-cadences-confirm h2,.message-cadences-confirm p{margin-left:24px;margin-right:24px}.message-cadences-confirm h2{color:#27303d}.message-cadences-confirm p{color:#5f6877;line-height:1.5}.message-cadences-confirm .message-cadences-modal-actions{margin-top:20px}.message-cadences-primary:disabled,.message-cadences-panel-header button:disabled,.message-cadences-modal-actions button:disabled,.message-cadences-modal-header button:disabled{cursor:default;opacity:.58}.message-cadences-spin{animation:.8s linear infinite message-cadences-spin}@keyframes message-cadences-spin{to{transform:rotate(360deg)}}@media (width<=760px){.message-cadences-page{padding:18px}.message-cadences-header,.message-cadences-panel-header,.message-cadences-steps-header{flex-direction:column;align-items:stretch}.message-cadences-summary{grid-template-columns:1fr}.message-cadences-card{grid-template-columns:1fr auto auto}.message-cadences-form-grid,.message-cadences-delay{grid-template-columns:1fr}}.cadence-model-fields{gap:14px;min-width:0;margin-top:12px;display:grid}.cadence-model-fields label{min-width:0}.cadence-model-fields input[type=text]:focus,.cadence-model-fields select:focus{border-color:#8fa4e8;box-shadow:0 0 0 3px #3157d514}.cadence-model-fields .cadence-variable-button{color:#3157d5;font:inherit;cursor:pointer;background:#eef2ff;border:1px solid #d8deea;border-radius:7px;justify-self:start;padding:6px 10px;font-size:12px;font-weight:600}.cadence-model-fields .cadence-variable-button:disabled{opacity:.55;cursor:default}.cadence-model-fields small{justify-self:start;line-height:1.6}.follow-up-rules-page{box-sizing:border-box;background:#f7f8fc;width:100%;height:100%;min-height:0;padding:28px;overflow:hidden auto}.follow-up-rules-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.follow-up-rules-eyebrow{color:#3157d5;letter-spacing:.08em;font-size:12px;font-weight:800}.follow-up-rules-header h1{color:#1f2937;margin:5px 0 0;font-size:28px}.follow-up-rules-header p{color:#7b8494;max-width:760px;margin:7px 0 0;font-size:14px;line-height:1.5}.follow-up-rules-primary{color:#fff;cursor:pointer;background:#3157d5;border:0;border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #3157d529}.follow-up-rules-summary{grid-template-columns:repeat(3,minmax(0,190px));gap:10px;margin-top:22px;display:grid}.follow-up-rules-summary>div{color:#667085;background:#fff;border:1px solid #e0e5ee;border-radius:11px;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;min-height:50px;padding:13px 15px;display:grid}.follow-up-rules-summary strong{color:#252b36;font-size:18px}.follow-up-rules-panel{background:#fff;border:1px solid #e0e5ee;border-radius:14px;margin-top:18px;padding:18px}.follow-up-rules-panel-header{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}.follow-up-rules-panel-header>div strong,.follow-up-rules-panel-header>div span{display:block}.follow-up-rules-panel-header>div strong{color:#303846}.follow-up-rules-panel-header>div span{color:#8a93a3;margin-top:3px;font-size:12px}.follow-up-rules-panel-header button{color:#4f5d73;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-weight:700;display:inline-flex}.follow-up-rules-toolbar{color:#8a94a6;background:#fafbfc;border:1px solid #dfe4ec;border-radius:9px;align-items:center;gap:9px;min-height:42px;margin-top:14px;padding:0 12px;display:flex}.follow-up-rules-toolbar:focus-within{background:#fff;border-color:#8fa4e8;box-shadow:0 0 0 3px #3157d514}.follow-up-rules-toolbar input{color:#27303d;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:13px}.follow-up-rules-list{gap:10px;margin-top:14px;display:grid}.follow-up-rules-card{background:#fff;border:1px solid #e5e8ef;border-radius:11px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px;display:grid}.follow-up-rules-card-main{min-width:0}.follow-up-rules-card-title{align-items:center;gap:8px;display:flex}.follow-up-rules-card-title strong{color:#29313d}.follow-up-rules-card-title span{border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.follow-up-rules-card-title span.active{color:#228b50;background:#e9f8ef}.follow-up-rules-card-title span.inactive{color:#667085;background:#eef1f6}.follow-up-rules-card-main p{color:#7a8494;margin:6px 0 0;font-size:12px;line-height:1.45}.follow-up-rules-meta{flex-wrap:wrap;gap:7px;margin-top:9px;display:flex}.follow-up-rules-meta span{color:#667085;background:#f2f4f8;border-radius:7px;padding:4px 7px;font-size:11px}.follow-up-rules-switch{display:inline-flex;position:relative}.follow-up-rules-switch input{opacity:0;pointer-events:none;position:absolute}.follow-up-rules-switch>span{cursor:pointer;background:#c8cfda;border-radius:999px;width:40px;height:22px;transition:all .18s;display:block;position:relative}.follow-up-rules-switch>span i{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000002e}.follow-up-rules-switch input:checked+span{background:#3157d5}.follow-up-rules-switch input:checked+span i{transform:translate(18px)}.follow-up-rules-actions{gap:6px;display:flex}.follow-up-rules-actions button,.follow-up-rules-modal-header button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e1e5ec;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.follow-up-rules-actions button.danger{color:#c83b3b}.follow-up-rules-empty{color:#8a93a3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:230px;display:flex}.follow-up-rules-empty strong{color:#3d4655}.follow-up-rules-empty span{font-size:12px}.follow-up-rules-modal-backdrop{z-index:1300;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.follow-up-rules-modal,.follow-up-rules-confirm{background:#fff;border:1px solid #dfe4ec;border-radius:14px;width:min(100%,760px);max-height:calc(100vh - 48px);overflow:hidden;box-shadow:0 24px 70px #0f172a2e}.follow-up-rules-confirm{width:min(100%,430px);padding-top:24px}.follow-up-rules-modal-header{border-bottom:1px solid #edf0f5;justify-content:space-between;gap:18px;padding:20px 22px;display:flex}.follow-up-rules-modal-header strong,.follow-up-rules-modal-header span{display:block}.follow-up-rules-modal-header strong{color:#27303d;font-size:18px}.follow-up-rules-modal-header span{color:#7c8595;margin-top:4px;font-size:13px}.follow-up-rules-modal-header button{background:0 0;border:0}.follow-up-rules-modal-body{gap:16px;max-height:calc(100vh - 190px);padding:22px;display:grid;overflow-y:auto}.follow-up-rules-form-grid{grid-template-columns:1fr 1.4fr;gap:14px;display:grid}.follow-up-rules-form-grid.three{grid-template-columns:1.4fr .7fr .8fr}.follow-up-rules-modal-body label{gap:7px;display:grid}.follow-up-rules-modal-body label>span{color:#3f4857;font-size:13px;font-weight:700}.follow-up-rules-modal-body input[type=text],.follow-up-rules-modal-body input[type=number],.follow-up-rules-modal-body select{box-sizing:border-box;color:#27303d;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #d9dee8;border-radius:9px;outline:none;padding:0 12px}.follow-up-rules-modal-body select:disabled{color:#697386;background:#f5f6f8}.follow-up-rules-section{background:#fafbfc;border:1px solid #e1e6ee;border-radius:11px;gap:10px;padding:14px;display:grid}.follow-up-rules-section>strong{color:#303846}.follow-up-rules-options{background:#f9fafc;border:1px solid #e3e7ee;border-radius:10px;flex-wrap:wrap;gap:18px;padding:12px;display:flex}.follow-up-rules-options label{flex-direction:row;grid-template:none;align-items:center;gap:8px;display:flex}.follow-up-rules-modal-actions{border-top:1px solid #edf0f5;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.follow-up-rules-modal-actions button{cursor:pointer;border-radius:9px;align-items:center;gap:7px;min-height:40px;padding:0 15px;font-weight:700;display:inline-flex}.follow-up-rules-modal-actions .secondary{color:#4e5868;background:#fff;border:1px solid #d8dde7}.follow-up-rules-modal-actions .primary{color:#fff;background:#3157d5;border:0}.follow-up-rules-modal-actions .danger{color:#fff;background:#c83b3b;border:0}.follow-up-rules-confirm-icon{color:#c83b3b;background:#fff2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-left:24px;display:flex}.follow-up-rules-confirm h2,.follow-up-rules-confirm p{margin-left:24px;margin-right:24px}.follow-up-rules-confirm h2{color:#27303d}.follow-up-rules-confirm p{color:#5f6877;line-height:1.5}.follow-up-rules-confirm .follow-up-rules-modal-actions{margin-top:20px}.follow-up-rules-primary:disabled,.follow-up-rules-panel-header button:disabled,.follow-up-rules-modal-actions button:disabled,.follow-up-rules-modal-header button:disabled{cursor:default;opacity:.58}.follow-up-rules-spin{animation:.8s linear infinite follow-up-rules-spin}@keyframes follow-up-rules-spin{to{transform:rotate(360deg)}}@media (width<=760px){.follow-up-rules-page{padding:18px}.follow-up-rules-header,.follow-up-rules-panel-header{flex-direction:column;align-items:stretch}.follow-up-rules-summary{grid-template-columns:1fr}.follow-up-rules-card{grid-template-columns:1fr auto auto}.follow-up-rules-form-grid,.follow-up-rules-form-grid.three{grid-template-columns:1fr}}.business-hours-page{box-sizing:border-box;background:#f7f8fc;width:100%;height:100%;min-height:0;padding:28px;overflow:hidden auto}.business-hours-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.business-hours-eyebrow{color:#3157d5;letter-spacing:.08em;font-size:12px;font-weight:800}.business-hours-header h1{color:#1f2937;margin:5px 0 0;font-size:28px}.business-hours-header p{color:#7b8494;max-width:780px;margin:7px 0 0;font-size:14px;line-height:1.5}.business-hours-refresh,.business-hours-panel-title>button{color:#4f5d73;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;align-items:center;gap:7px;min-height:36px;padding:0 11px;font-weight:700;display:inline-flex}.business-hours-info{color:#52627b;background:#f2f6ff;border:1px solid #dce5f5;border-radius:10px;margin-top:18px;padding:12px 14px;font-size:13px}.business-hours-panel{background:#fff;border:1px solid #e0e5ee;border-radius:14px;margin-top:18px;padding:18px}.business-hours-panel-title{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}.business-hours-panel-title>div{color:#3157d5;align-items:center;gap:10px;display:flex}.business-hours-panel-title strong,.business-hours-panel-title span{display:block}.business-hours-panel-title strong{color:#303846}.business-hours-panel-title span{color:#8a93a3;margin-top:3px;font-size:12px}.business-hours-selector{grid-template-columns:1.2fr 1fr auto;align-items:end;gap:14px;margin-top:16px;display:grid}.business-hours-selector label,.business-hours-modal-body label{gap:7px;display:grid}.business-hours-selector label>span,.business-hours-modal-body label>span{color:#3f4857;font-size:13px;font-weight:700}.business-hours-selector input[type=text],.business-hours-selector select,.business-hours-modal-body input[type=text],.business-hours-modal-body input[type=number],.business-hours-modal-body input[type=date],.business-hours-modal-body input[type=time],.business-hours-modal-body select,.business-hours-time-row input[type=time]{box-sizing:border-box;color:#27303d;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #d9dee8;border-radius:9px;outline:none;padding:0 10px}.business-hours-active{background:#fafbfc;border:1px solid #e2e6ed;border-radius:9px;flex-direction:row;align-items:center;min-height:40px;padding:0 10px;grid-template:none!important;display:flex!important}.business-hours-week{gap:8px;margin-top:16px;display:grid}.business-hours-day{background:#fbfcfd;border:1px solid #e7eaf0;border-radius:10px;grid-template-columns:180px minmax(0,1fr);align-items:start;gap:14px;padding:12px 14px;display:grid}.business-hours-day-toggle{color:#364152;align-items:center;gap:9px;min-height:40px;font-size:13px;font-weight:700;display:flex}.business-hours-day-periods,.business-hours-special-periods{gap:8px;display:grid}.business-hours-time-row{align-items:center;gap:8px;max-width:480px;display:flex}.business-hours-time-row input{width:130px!important}.business-hours-time-row>span{color:#7a8494;font-size:12px}.business-hours-closed{color:#98a2b3;align-items:center;min-height:40px;font-size:13px;display:flex}.business-hours-link-button{color:#3157d5;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;width:max-content;padding:4px 0;font-size:12px;font-weight:700;display:inline-flex}.icon,.business-hours-actions button,.business-hours-modal-header>button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e1e5ec;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.icon.danger,.business-hours-actions button.danger{color:#c83b3b}.business-hours-save-row{border-top:1px solid #edf0f5;justify-content:flex-end;margin-top:16px;padding-top:15px;display:flex}.business-hours-primary{color:#fff;cursor:pointer;background:#3157d5;border:0;border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex}.business-hours-two-columns{grid-template-columns:1fr 1fr;gap:18px;display:grid}.business-hours-list{gap:8px;margin-top:14px;display:grid}.business-hours-list-item{border:1px solid #e7eaf0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.business-hours-list-item strong,.business-hours-list-item span{display:block}.business-hours-list-item strong{color:#303846;font-size:13px}.business-hours-list-item span{color:#7d8796;margin-top:4px;font-size:12px}.business-hours-actions{gap:6px;display:flex}.business-hours-empty,.business-hours-loading{color:#8a93a3;justify-content:center;align-items:center;gap:8px;min-height:110px;font-size:13px;display:flex}.business-hours-modal-backdrop{z-index:1400;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.business-hours-modal{background:#fff;border:1px solid #dfe4ec;border-radius:14px;width:min(100%,620px);max-height:calc(100vh - 48px);overflow:hidden;box-shadow:0 24px 70px #0f172a2e}.business-hours-modal-header{border-bottom:1px solid #edf0f5;justify-content:space-between;gap:18px;padding:20px 22px;display:flex}.business-hours-modal-header strong,.business-hours-modal-header span{display:block}.business-hours-modal-header strong{color:#27303d;font-size:18px}.business-hours-modal-header span{color:#7c8595;margin-top:4px;font-size:13px}.business-hours-modal-header>button{background:0 0;border:0}.business-hours-modal-body{gap:15px;max-height:calc(100vh - 190px);padding:22px;display:grid;overflow-y:auto}.business-hours-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.business-hours-check{flex-direction:row;align-items:center;gap:8px;grid-template:none!important;display:flex!important}.business-hours-modal-actions{border-top:1px solid #edf0f5;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.business-hours-modal-actions button{cursor:pointer;border-radius:9px;min-height:40px;padding:0 15px;font-weight:700}.business-hours-modal-actions .secondary{color:#4e5868;background:#fff;border:1px solid #d8dde7}.business-hours-modal-actions .primary{color:#fff;background:#3157d5;border:0}.business-hours-spin{animation:.8s linear infinite business-hours-spin}@keyframes business-hours-spin{to{transform:rotate(360deg)}}button:disabled,input:disabled,select:disabled{cursor:default;opacity:.62}@media (width<=1000px){.business-hours-two-columns{grid-template-columns:1fr}.business-hours-selector{grid-template-columns:1fr 1fr}.business-hours-active{grid-column:1/-1}}@media (width<=760px){.business-hours-page{padding:18px}.business-hours-header,.business-hours-panel-title{flex-direction:column;align-items:stretch}.business-hours-selector,.business-hours-day{grid-template-columns:1fr}.business-hours-time-row{flex-wrap:wrap}.business-hours-form-grid{grid-template-columns:1fr}}.business-hours-message-box{background:#fbfcfd;border:1px solid #e7eaf0;border-radius:10px;gap:10px;margin-top:16px;padding:14px;display:grid}.business-hours-message-heading strong,.business-hours-message-heading span{display:block}.business-hours-message-heading strong{color:#303846;font-size:13px}.business-hours-message-heading span{color:#8a93a3;margin-top:3px;font-size:12px}.business-hours-message-inherit{color:#4f5d73;width:max-content;font-size:13px}.business-hours-message-box textarea{box-sizing:border-box;resize:vertical;color:#27303d;width:100%;min-height:96px;font:inherit;background:#fff;border:1px solid #d9dee8;border-radius:9px;outline:none;padding:10px 12px;line-height:1.5}.business-hours-message-box textarea:focus{border-color:#9eb0ef;box-shadow:0 0 0 3px #3157d514}.business-hours-message-box textarea:disabled{background:#f3f5f8}.business-hours-message-help{color:#7d8796;font-size:12px;line-height:1.45}.business-hours-message-help code{color:#3157d5;background:#eef2ff;border-radius:5px;padding:2px 5px;font-size:11px;font-weight:700}.sla-page{box-sizing:border-box;color:#172b4d;width:100%;height:100%;min-height:0;padding:28px;overflow:hidden auto}.sla-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-top:0;margin-bottom:0;display:flex}.sla-header h1{color:#1f2937;margin:5px 0 0;font-size:28px}.sla-header p{color:#7b8494;max-width:700px;margin:7px 0 0;font-size:14px}.sla-eyebrow{color:#3158d4;letter-spacing:.08em;font-size:12px;font-weight:800}.sla-header-actions{flex-shrink:0;gap:10px;display:flex}.sla-refresh,.sla-primary{color:#31476a;cursor:pointer;background:#fff;border:1px solid #d8e0ec;border-radius:8px;align-items:center;gap:8px;min-height:34px;padding:0 10px;font-weight:700;display:inline-flex}.sla-primary{color:#fff;background:#3157d5;border:0;border-radius:9px;min-height:42px;padding:0 16px}.sla-refresh:disabled,.sla-primary:disabled{opacity:.65;cursor:default}.sla-info,.sla-help{color:#5d6f8e;background:#f7faff;border:1px solid #dce5f2;border-radius:10px;margin-bottom:16px;padding:12px 14px}.sla-help{flex-direction:column;gap:4px;margin-top:16px;display:flex}.sla-panel{background:#fff;border:1px solid #dce3ee;border-radius:14px;margin-top:18px;overflow:hidden}.sla-panel-title{border-bottom:1px solid #e7edf5;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.sla-panel-title>div{align-items:flex-start;gap:10px;display:flex}.sla-panel-title strong,.sla-panel-title span{display:block}.sla-panel-title span{color:#8794aa;margin-top:3px;font-size:13px}.sla-loading,.sla-empty{color:#8190a9;justify-content:center;align-items:center;gap:10px;min-height:180px;display:flex}.sla-search{color:#98a2b3;background:#fbfcfe;border:1px solid #e1e5ec;border-radius:9px;align-items:center;gap:9px;min-height:42px;margin:14px 18px 0;padding:0 12px;display:flex}.sla-search:focus-within{background:#fff;border-color:#b8c6ef;box-shadow:0 0 0 3px #3157d50f}.sla-search input{color:#344054;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-size:13px}.sla-search input::placeholder{color:#98a2b3}.sla-policy-list{gap:12px;padding:14px 18px 18px;display:grid}.sla-policy-card{background:#fff;border:1px solid #e5e8ef;border-radius:11px;justify-content:space-between;align-items:center;gap:18px;padding:16px 14px;display:flex}.sla-policy-main{flex:1;min-width:0}.sla-policy-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sla-policy-title-row strong{color:#29313d;font-size:15px}.sla-policy-badge{border-radius:999px;align-items:center;min-height:20px;padding:2px 7px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.sla-policy-badge.active{color:#228b50;background:#e9f8ef}.sla-policy-badge.inactive{color:#667085;background:#eef1f6}.sla-policy-description{color:#8b94a3;margin-top:6px;font-size:12px;display:block}.sla-policy-meta{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.sla-policy-meta span{color:#667085;background:#f4f6fa;border-radius:7px;align-items:center;min-height:22px;padding:3px 8px;font-size:11px;display:inline-flex}.sla-policy-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.sla-switch{cursor:pointer;background:#cbd3df;border:0;border-radius:999px;width:42px;height:24px;padding:0;transition:background .15s;position:relative}.sla-switch span{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0f172a2e}.sla-switch.active{background:#3157d5}.sla-switch.active span{transform:translate(18px)}.sla-icon-button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e1e5ec;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.sla-icon-button:hover{background:#f7f9fc}.sla-icon-button.danger:hover{color:#c83b3b;background:#fff5f5;border-color:#f1c6c6}@media (width<=760px){.sla-policy-card{flex-direction:column;align-items:flex-start}.sla-policy-actions{justify-content:flex-end;width:100%}}.sla-modal-backdrop{z-index:1000;background:#111f347a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.sla-modal{background:#fff;border-radius:14px;width:min(620px,100%);overflow:hidden;box-shadow:0 22px 60px #10244238}.sla-modal-header{border-bottom:1px solid #e7edf5;justify-content:space-between;gap:20px;padding:18px 20px;display:flex}.sla-modal-header strong,.sla-modal-header span{display:block}.sla-modal-header span{color:#8290a7;margin-top:3px;font-size:13px}.sla-modal-header>button{color:#667790;cursor:pointer;background:0 0;border:0}.sla-modal-body{flex-direction:column;gap:16px;padding:20px;display:flex}.sla-modal-body label>span{color:#31476a;margin-bottom:7px;font-size:13px;font-weight:700;display:block}.sla-modal-body input[type=text],.sla-modal-body input[type=number],.sla-modal-body select{box-sizing:border-box;color:#243b61;background:#fff;border:1px solid #d6dfeb;border-radius:9px;outline:none;width:100%;height:42px;padding:0 11px}.sla-modal-body input:focus,.sla-modal-body select:focus{border-color:#3158d4;box-shadow:0 0 0 3px #3158d414}.sla-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.sla-number-field{grid-template-columns:130px 1fr;align-items:center;gap:10px;display:grid}.sla-number-field>span{color:#7c8aa2;font-size:13px}.sla-check{align-items:center;gap:9px;display:flex}.sla-check>span{margin:0!important}.sla-modal-note{color:#75849c;background:#f7f9fc;border:1px solid #e4eaf2;border-radius:9px;padding:11px 12px;font-size:13px;line-height:1.45}.sla-modal-actions{border-top:1px solid #e7edf5;justify-content:flex-end;gap:10px;padding:16px 20px;display:flex}.sla-modal-actions button{cursor:pointer;border-radius:9px;align-items:center;gap:7px;min-height:40px;padding:0 15px;font-weight:700;display:inline-flex}.sla-modal-actions .secondary{color:#526581;background:#fff;border:1px solid #d7dfeb}.sla-modal-actions .primary{color:#fff;background:#3158d4;border:1px solid #3158d4}.sla-spin{animation:1s linear infinite sla-spin}@keyframes sla-spin{to{transform:rotate(360deg)}}@media (width<=860px){.sla-page{padding:20px}.sla-header{flex-direction:column}.sla-header-actions{width:100%}.sla-form-grid{grid-template-columns:1fr}}.sla-confirm{background:#fff;border:1px solid #dfe4ec;border-radius:14px;width:min(100%,560px);padding-top:24px;overflow:hidden;box-shadow:0 24px 70px #0f172a2e}.sla-confirm h2,.sla-confirm p{margin-left:24px;margin-right:24px}.sla-confirm h2{color:#27303d;margin-top:14px;margin-bottom:8px;font-size:22px}.sla-confirm p{color:#5f6877;margin-top:0;margin-bottom:22px;line-height:1.5}.sla-confirm-icon{color:#c83b3b;background:#fff2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-left:24px;display:flex}.sla-modal-actions .danger{color:#fff;background:#c83b3b;border:0}.sla-modal-actions button:disabled{cursor:default;opacity:.58}
