.webchat-layout{background:var(--surface);border:1px solid var(--line);height:calc(100vh - 150px);min-height:500px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:24px;grid-template-rows:1fr;grid-template-columns:340px 1fr 300px;display:grid;position:relative;overflow:hidden}@media (max-width:1200px){.webchat-layout{grid-template-columns:320px 1fr}.webchat-details{z-index:10;width:300px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #00000080}.webchat-details.open{transform:translate(0)}}@media (max-width:768px){.webchat-layout{grid-template-columns:1fr;height:calc(100vh - 190px)}.webchat-sidebar{flex-direction:column;display:flex}.webchat-main,.webchat-layout.show-chat .webchat-sidebar{display:none}.webchat-layout.show-chat .webchat-main{display:flex}.webchat-details{width:100%!important}}.webchat-sidebar{border-right:1px solid var(--line);background:#0a0f1e66;flex-direction:column;height:100%;display:flex}.webchat-sidebar-header{border-bottom:1px solid var(--line);flex-direction:column;gap:12px;padding:16px;display:flex}.webchat-sidebar-title{color:var(--text);justify-content:space-between;align-items:center;font-size:1.15rem;font-weight:800;display:flex}.webchat-chat-count{background:var(--line-strong);color:#fff;border-radius:99px;padding:2px 8px;font-size:.72rem;font-weight:800}.webchat-search-wrapper{width:100%;position:relative}.webchat-search-input{border:1px solid var(--line);width:100%;min-height:38px;color:var(--text);background:#ffffff0d;border-radius:12px;outline:none;padding:0 12px 0 34px;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.webchat-search-input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #49daff26}.webchat-search-icon{width:14px;height:14px;stroke:var(--muted);fill:none;stroke-width:2.2px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.webchat-filters{scrollbar-width:none;gap:6px;padding:0 4px 4px;display:flex;overflow-x:auto}.webchat-filters::-webkit-scrollbar{display:none}.webchat-filter-btn{border:1px solid var(--line);color:var(--muted);cursor:pointer;white-space:nowrap;background:#ffffff0a;border-radius:99px;padding:4px 10px;font-size:.72rem;font-weight:800;transition:all .15s}.webchat-filter-btn:hover{color:var(--text);background:#ffffff14}.webchat-filter-btn.active{border-color:var(--cyan);color:var(--cyan);background:#49daff26}.webchat-list{flex-direction:column;flex:1;gap:4px;padding:8px;display:flex;overflow-y:auto}.webchat-item{cursor:pointer;border:1px solid #0000;border-radius:16px;align-items:center;gap:12px;padding:12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.webchat-item:hover{background:#ffffff0a}.webchat-item.active{background:#49daff14;border-color:#49daff33}.webchat-avatar{border:1px solid var(--line);width:44px;height:44px;color:var(--text);background:linear-gradient(135deg,#ffffff1a,#ffffff08);border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:.95rem;font-weight:900;display:flex;position:relative}.webchat-avatar-status{border:2px solid var(--bg);border-radius:50%;width:12px;height:12px;position:absolute;bottom:-2px;right:-2px}.webchat-avatar-status.open{background:var(--green)}.webchat-avatar-status.waiting{background:var(--amber)}.webchat-avatar-status.closed{background:var(--muted)}.webchat-item-content{flex:1;min-width:0}.webchat-item-header{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.webchat-item-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:800;overflow:hidden}.webchat-item-time{color:var(--muted);white-space:nowrap;font-size:.7rem}.webchat-item-body{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.webchat-item-meta{align-items:center;gap:6px;margin-top:4px;display:flex}.webchat-badge{border-radius:4px;padding:1px 6px;font-size:.65rem;font-weight:800}.webchat-badge.status-open{color:var(--green);background:#63f0b41a;border:1px solid #63f0b433}.webchat-badge.status-waiting{color:var(--amber);background:#ffd1661a;border:1px solid #ffd16633}.webchat-badge.status-closed{color:var(--muted);border:1px solid var(--line);background:#ffffff0d}.webchat-unread-pill{background:var(--cyan);color:#031118;border-radius:99px;margin-left:auto;padding:1px 6px;font-size:.68rem;font-weight:900}.webchat-main{background:#0a0c1633;flex-direction:column;height:100%;display:flex}.webchat-main-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2;background:#1016244d;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.webchat-header-info{align-items:center;gap:12px;min-width:0;display:flex}.webchat-header-text{min-width:0}.webchat-header-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:800;overflow:hidden}.webchat-header-subtitle{color:var(--muted);align-items:center;gap:6px;font-size:.72rem;display:flex}.webchat-header-actions{align-items:center;gap:8px;display:flex}.webchat-btn-icon{border:1px solid var(--line);width:36px;height:36px;color:var(--muted-strong);cursor:pointer;background:#ffffff0a;border-radius:10px;place-items:center;transition:all .15s;display:grid}.webchat-btn-icon:hover{color:var(--text);border-color:var(--muted);background:#ffffff14}.webchat-btn-icon.active{border-color:var(--cyan);color:var(--cyan);background:#49daff1a}.webchat-mobile-back-btn{display:none}@media (max-width:768px){.webchat-mobile-back-btn{margin-right:8px;display:grid}}.webchat-body{flex-direction:column;flex:1;gap:14px;padding:20px;display:flex;overflow-y:auto}.webchat-message-row{width:100%;display:flex}.webchat-message-row.row-contact{justify-content:flex-start}.webchat-message-row.row-agent{justify-content:flex-end}.webchat-message-row.row-system{justify-content:center;margin:8px 0}.webchat-bubble{word-break:break-word;border-radius:16px;flex-direction:column;gap:4px;max-width:65%;padding:10px 14px;font-size:.88rem;line-height:1.45;display:flex;position:relative;box-shadow:0 4px 15px #00000026}@media (max-width:768px){.webchat-bubble{max-width:85%}}.webchat-bubble.bubble-contact{border:1px solid var(--line);color:var(--text);background:#ffffff0d;border-top-left-radius:0}.webchat-bubble.bubble-agent{color:var(--text);background:linear-gradient(135deg,#49daff29,#63f0b414);border:1px solid #49daff40;border-top-right-radius:0}.webchat-bubble.bubble-system{border:1px solid var(--line);max-width:90%;color:var(--muted);text-align:center;box-shadow:none;background:#ffffff08;border-radius:99px;padding:4px 12px;font-size:.72rem;font-weight:800}.webchat-message-text{white-space:pre-wrap}.webchat-message-meta{color:var(--muted);justify-content:flex-end;align-self:flex-end;align-items:center;gap:4px;margin-top:2px;font-size:.65rem;display:flex}.webchat-read-status{fill:none;width:13px;height:13px;stroke:var(--cyan);stroke-width:2.2px}.webchat-read-status.unread{stroke:var(--muted)}.webchat-composer{border-top:1px solid var(--line);z-index:2;background:#10162466;flex-direction:column;gap:10px;padding:16px 20px;display:flex}.webchat-composer-row{align-items:flex-end;gap:12px;display:flex}.webchat-composer-input-wrapper{border:1px solid var(--line);background:#ffffff0d;border-radius:16px;flex:1;align-items:flex-end;padding:8px 12px;transition:border-color .2s;display:flex;position:relative}.webchat-composer-input-wrapper:focus-within{border-color:var(--cyan);background:#ffffff12}.webchat-composer-textarea{color:var(--text);resize:none;background:0 0;border:0;outline:none;flex:1;min-height:24px;max-height:100px;padding:2px 0;font-family:inherit;font-size:.88rem;line-height:1.4}.webchat-composer-actions{align-items:center;gap:4px;padding-bottom:2px;display:flex}.webchat-composer-btn{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;transition:all .15s;display:grid}.webchat-composer-btn:hover{color:var(--text);background:#ffffff0f}.webchat-send-btn{background:linear-gradient(135deg, var(--cyan), var(--green));color:#031118;cursor:pointer;border:0;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;transition:all .15s;display:grid;box-shadow:0 10px 25px #49daff33}.webchat-send-btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px #49daff4d}.webchat-quick-templates{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.webchat-template-chip{border:1px solid var(--line);color:var(--muted-strong);cursor:pointer;white-space:nowrap;background:#ffffff08;border-radius:8px;padding:4px 10px;font-size:.72rem;font-weight:850;transition:all .15s}.webchat-template-chip:hover{border-color:var(--cyan);color:var(--cyan);background:#49daff14}.webchat-details{border-left:1px solid var(--line);background:#0c112080;flex-direction:column;height:100%;display:flex}.webchat-details-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px;display:flex}.webchat-details-title{color:var(--text);font-size:.95rem;font-weight:800}.webchat-details-body{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex;overflow-y:auto}.webchat-details-profile{text-align:center;border-bottom:1px solid var(--line);flex-direction:column;align-items:center;gap:10px;padding-bottom:16px;display:flex}.webchat-details-avatar{background:linear-gradient(135deg, var(--cyan), var(--green));color:#031118;border-radius:20px;place-items:center;width:72px;height:72px;font-size:1.6rem;font-weight:950;display:grid;box-shadow:0 10px 30px #49daff33}.webchat-details-name{color:var(--text);font-size:1.1rem;font-weight:900}.webchat-details-phone{color:var(--muted);margin-top:-4px;font-size:.8rem}.webchat-details-section{flex-direction:column;gap:8px;display:flex}.webchat-details-section-title{text-transform:uppercase;color:var(--muted);letter-spacing:.5px;font-size:.72rem;font-weight:850}.webchat-tag-list{flex-wrap:wrap;gap:6px;display:flex}.webchat-tag{border:1px solid var(--line);color:var(--muted-strong);background:#ffffff0d;border-radius:6px;padding:3px 8px;font-size:.7rem;font-weight:800}.webchat-detail-row{border-bottom:1px solid #ffffff0a;flex-direction:column;gap:2px;padding-bottom:8px;display:flex}.webchat-detail-row:last-child{border-bottom:0;padding-bottom:0}.webchat-detail-label{color:var(--muted);font-size:.68rem}.webchat-detail-value{color:var(--text);word-break:break-all;font-size:.82rem;font-weight:800}.webchat-notes-textarea{border:1px solid var(--line);width:100%;min-height:80px;color:var(--text);resize:none;background:#ffffff0a;border-radius:12px;outline:none;padding:8px 12px;font-size:.82rem;line-height:1.4;transition:border-color .2s}.webchat-notes-textarea:focus{border-color:var(--cyan)}.webchat-notes-feedback{color:var(--green);align-self:flex-end;margin-top:-4px;font-size:.68rem}.webchat-empty-state{text-align:center;background:#0a0c1626;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.webchat-empty-icon-box{border:1px solid var(--line-strong);width:80px;height:80px;color:var(--cyan);background:linear-gradient(135deg,#49daff1f,#63f0b40a);border-radius:24px;place-items:center;margin-bottom:20px;display:grid;box-shadow:0 15px 35px #0003}.webchat-empty-icon{fill:none;stroke:currentColor;stroke-width:1.8px;width:36px;height:36px}.webchat-empty-title{color:var(--text);margin:0 0 8px;font-size:1.35rem;font-weight:900}.webchat-empty-subtitle{color:var(--muted);max-width:320px;margin:0;font-size:.88rem;line-height:1.6}.webchat-list::-webkit-scrollbar{width:4px}.webchat-body::-webkit-scrollbar{width:4px}.webchat-details-body::-webkit-scrollbar{width:4px}.webchat-floating-body::-webkit-scrollbar{width:4px}.webchat-list::-webkit-scrollbar-track{background:0 0}.webchat-body::-webkit-scrollbar-track{background:0 0}.webchat-details-body::-webkit-scrollbar-track{background:0 0}.webchat-floating-body::-webkit-scrollbar-track{background:0 0}.webchat-list::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:99px}.webchat-body::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:99px}.webchat-details-body::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:99px}.webchat-floating-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:99px}.webchat-list::-webkit-scrollbar-thumb:hover{background:#ffffff40}.webchat-body::-webkit-scrollbar-thumb:hover{background:#ffffff40}.webchat-details-body::-webkit-scrollbar-thumb:hover{background:#ffffff40}.webchat-floating-body::-webkit-scrollbar-thumb:hover{background:#00000038}.webchat-list,.webchat-body,.webchat-details-body{scrollbar-width:thin;scrollbar-color:#ffffff1f transparent}.webchat-floating-body{scrollbar-width:thin;scrollbar-color:#0000001f transparent}.webchat-layout.webchat-layout-client{border:4px solid var(--line);background:var(--bg);border-radius:36px;grid-template-columns:1fr;max-width:430px;height:660px;margin:14px auto 28px;position:relative;overflow:hidden;box-shadow:0 25px 80px #00000080,0 0 0 1px #ffffff0d}.webchat-client-welcome{text-align:center;background:var(--surface);border:4px solid var(--line);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:36px;flex-direction:column;justify-content:center;align-items:center;max-width:430px;height:660px;margin:14px auto 28px;padding:40px 24px;display:flex;position:relative;box-shadow:0 25px 80px #00000080,0 0 0 1px #ffffff0d}@media (max-width:520px){.webchat-layout.webchat-layout-client,.webchat-client-welcome{max-width:100%;height:calc(100vh - 190px);box-shadow:none;border:none;border-radius:0;margin:0}}.webchat-layout-client .webchat-bubble{border-radius:16px!important;padding:10px 14px!important;font-size:.96rem!important;line-height:1.45!important}.webchat-layout-client .webchat-bubble.bubble-contact{background:#ffffff12!important;border-top-left-radius:0!important}.webchat-layout-client .webchat-bubble.bubble-agent{background:linear-gradient(135deg,#49daff38,#63f0b41a)!important;border-color:#49daff4d!important;border-top-right-radius:0!important}.webchat-layout-client .webchat-message-text,.webchat-layout-client .webchat-composer-textarea{font-size:.96rem!important}.webchat-layout-client .webchat-bubble.bubble-system{border-color:var(--line)!important;color:var(--cyan)!important;background:#ffffff0a!important;padding:5px 14px!important;font-size:.8rem!important;font-weight:700!important}.webchat-floating-trigger{color:#fff;cursor:pointer;z-index:9999;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:58px;height:58px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #ea580c59}.webchat-floating-trigger svg{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.webchat-floating-trigger:hover{transform:scale(1.06);box-shadow:0 10px 28px #ea580c73}.webchat-floating-trigger:hover svg{transform:rotate(15deg)}.webchat-floating-trigger:active{transform:scale(.95)}.webchat-floating-container{z-index:9999;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #0f172a14;border-radius:24px;flex-direction:column;width:400px;height:600px;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden;transform:translateY(20px)scale(.96);box-shadow:0 4px 6px -1px #0f172a08,0 20px 40px -4px #0f172a1a,0 0 0 1px #0f172a03}.webchat-floating-container.open{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.webchat-floating-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border-bottom:1px solid #0f172a0f;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.webchat-floating-header-left{align-items:center;gap:12px;display:flex}.webchat-floating-avatar{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:850;display:flex;position:relative;box-shadow:0 4px 10px #ea580c33}.webchat-floating-avatar-dot{background:#22c55e;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0;box-shadow:0 1px 3px #0000001a}.webchat-floating-avatar-dot:after{content:"";background:inherit;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.215,.61,.355,1) infinite pulse-ring;position:absolute;top:0;left:0}@keyframes pulse-ring{0%{opacity:1;transform:scale(.95)}80%,to{opacity:0;transform:scale(2.8)}}.webchat-floating-title{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700;line-height:1.25}.webchat-floating-subtitle{color:#64748b;align-items:center;margin:2px 0 0;font-size:.8rem;font-weight:500;display:flex}.webchat-status-wrapper{color:#16a34a;align-items:center;font-weight:600;display:inline-flex}.webchat-status-pulse{background-color:#22c55e;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block;position:relative}.webchat-status-pulse:after{content:"";background-color:inherit;border-radius:50%;width:100%;height:100%;animation:2.2s cubic-bezier(.215,.61,.355,1) infinite pulse-ring;position:absolute;top:0;left:0}.webchat-status-highlight{color:#16a34a;background:#22c55e1a;border-radius:4px;margin-left:4px;padding:1px 5px;font-size:.75rem;font-weight:700}.webchat-floating-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;padding:6px;transition:all .2s;display:grid}.webchat-floating-close:hover{color:#334155;background:#f1f5f9;transform:rotate(90deg)}.webchat-floating-body{background:#f8fafc;flex-direction:column;flex:1;padding:20px;display:flex;overflow-y:auto}.webchat-floating-welcome-form{flex-direction:column;align-items:center;width:100%;margin:auto;padding:8px 4px;display:flex}.webchat-floating-welcome-icon{color:#ea580c;background:linear-gradient(135deg,#f973161f,#ea580c0d);border-radius:16px;place-items:center;width:56px;height:56px;margin-bottom:16px;display:grid;box-shadow:0 4px 12px #f973160a}.webchat-floating-welcome-form h4{text-align:center;margin:0 0 6px;font-size:1.25rem;font-weight:700;color:#0f172a!important}.webchat-floating-welcome-form p{text-align:center;max-width:290px;margin:0 0 24px;font-size:.88rem;line-height:1.5;color:#475569!important}.webchat-form-field{text-align:left;width:100%;margin-bottom:18px;position:relative}.webchat-form-field input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:.96rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.webchat-form-field input::placeholder{color:#0000;transition:color .15s}.webchat-form-field input:focus::placeholder{color:#94a3b8}.webchat-form-field label{color:#64748b;pointer-events:none;transform-origin:0 0;background:#fff;padding:0 6px;font-size:.96rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.webchat-form-field input:focus~label,.webchat-form-field input:not(:placeholder-shown)~label{color:#ea580c;font-weight:600;top:0;transform:translateY(-50%)scale(.8)}.webchat-form-field input:focus{border-color:#ea580c;box-shadow:0 0 0 1px #ea580c}.webchat-floating-welcome-form .webchat-floating-btn-start{cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:8px;padding:14px 24px;font-size:.98rem;font-weight:600;transition:all .2s;box-shadow:0 4px 18px #ea580c40;color:#fff!important;background:linear-gradient(135deg,#f97316,#ea580c)!important}.webchat-floating-welcome-form .webchat-floating-btn-start:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 22px #ea580c59}.webchat-floating-welcome-form .webchat-floating-btn-start:active:not(:disabled){transform:translateY(0)}.webchat-floating-welcome-form .webchat-floating-btn-start:disabled{box-shadow:none;cursor:not-allowed;color:#94a3b8!important;background:#cbd5e1!important}.webchat-floating-messages{flex-direction:column;gap:12px;display:flex}.webchat-floating-syslog{text-align:center;margin:6px 0}.webchat-floating-syslog span{color:#64748b;background:#e2e8f0;border-radius:99px;padding:4px 12px;font-size:.8rem;font-weight:600}.webchat-floating-msg-row{width:100%;animation:.3s cubic-bezier(.16,1,.3,1) both bubbleSlideIn;display:flex}@keyframes bubbleSlideIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.webchat-floating-msg-row.row-client{justify-content:flex-end}.webchat-floating-msg-row.row-agent{justify-content:flex-start}.webchat-floating-bubble{flex-direction:column;gap:4px;max-width:80%;padding:12px 14px;font-size:.96rem;line-height:1.45;display:flex}.webchat-floating-bubble.bubble-client{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:18px 18px 2px;box-shadow:0 4px 12px #ea580c26}.webchat-floating-bubble.bubble-client .webchat-bubble-time{color:#ffffffbf}.webchat-floating-bubble.bubble-agent{color:#0f172a;background:#fff;border:1px solid #0f172a0d;border-radius:18px 18px 18px 2px;box-shadow:0 4px 12px #0f172a08}.webchat-bubble-sender{text-transform:uppercase;letter-spacing:.5px;color:#ea580c;margin-bottom:2px;font-size:.72rem;font-weight:700}.webchat-bubble-text{white-space:pre-wrap;word-break:break-word;margin:0}.webchat-bubble-time{color:#94a3b8;align-self:flex-end;margin-top:1px;font-size:.68rem}.webchat-floating-composer{background:#fffffff2;border-top:1px solid #0f172a0f;align-items:center;gap:10px;padding:12px 16px;display:flex}.webchat-floating-input-row{background:#f1f5f9;border:1px solid #0000;border-radius:24px;flex:1;align-items:center;gap:8px;padding:6px 10px 6px 16px;transition:all .2s;display:flex}.webchat-floating-input-row:focus-within{background:#fff;border-color:#ea580c;box-shadow:0 0 0 2px #ea580c14}.webchat-floating-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;padding:4px 0;font-size:.94rem}.webchat-floating-input::placeholder{color:#94a3b8}.webchat-floating-composer-actions{align-items:center;gap:2px;display:flex}.webchat-floating-action-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;padding:4px;transition:all .15s;display:grid}.webchat-floating-action-btn:hover{color:#64748b;background:#e2e8f0}.webchat-floating-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;transition:all .2s;display:grid;box-shadow:0 4px 12px #ea580c40}.webchat-floating-send-btn:hover:not(:disabled){transform:scale(1.05)translateY(-1px);box-shadow:0 6px 16px #ea580c59}.webchat-floating-send-btn:active:not(:disabled){transform:scale(.95)}.webchat-floating-send-btn:disabled{color:#94a3b8;box-shadow:none;cursor:not-allowed;background:#cbd5e1}.webchat-floating-tabs{box-sizing:border-box;background:#fff;border-top:1px solid #0f172a0f;gap:8px;height:56px;padding:4px 8px;display:flex}.webchat-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;height:100%;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.webchat-tab-btn svg{flex-shrink:0;transition:transform .2s,color .2s;display:block;margin:0!important}.webchat-tab-btn:hover{color:#0f172a;background:#f8fafc}.webchat-tab-btn:hover svg{transform:translateY(-1px)}.webchat-tab-btn.active{color:#ea580c;background:#ea580c0f;font-weight:600}.webchat-tab-btn.active:after{content:"";background:#ea580c;border-radius:99px;width:18px;height:3px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.webchat-tab-btn-whatsapp:hover{color:#22c55e!important;background:#22c55e0d!important}.webchat-tab-btn-whatsapp.active{color:#22c55e!important;background:#22c55e0f!important}.webchat-tab-btn-whatsapp.active:after{background:#22c55e!important}@media (max-width:480px){.webchat-floating-container{width:100%;height:100%;box-shadow:none;border:none;border-radius:0;bottom:0;right:0}}.webchat-floating-bubble.bubble-has-attachment{border:1px solid #0f172a14;max-width:82%;box-shadow:0 4px 12px #0f172a0a;background:#fff!important;padding:6px!important}.webchat-floating-bubble.bubble-client.bubble-has-attachment{border-radius:18px 18px 2px}.webchat-floating-bubble.bubble-agent.bubble-has-attachment{border-radius:18px 18px 18px 2px}.webchat-floating-bubble.bubble-has-attachment .webchat-bubble-time{margin:2px 6px 4px 0}.webchat-bubble-media{border-radius:14px;display:flex;overflow:hidden}.image-media{border:1px solid #0f172a0d;max-height:220px}.webchat-media-img{object-fit:cover;cursor:pointer;width:100%;height:100%;max-height:220px;transition:transform .25s;display:block}.webchat-media-img:hover{transform:scale(1.02)}.webchat-file-card{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #0f172a0d;border-radius:14px;align-items:center;gap:12px;width:100%;padding:12px 14px;text-decoration:none;transition:all .2s;display:flex}.webchat-file-card:hover{background:#f1f5f9;border-color:#cbd5e1}.webchat-file-icon{color:#ea580c;background:#ea580c14;border-radius:10px;flex-shrink:0;place-items:center;width:38px;height:38px;transition:all .2s;display:grid}.webchat-file-card:hover .webchat-file-icon{color:#fff;background:#ea580c}.webchat-file-details{text-align:left;flex-direction:column;gap:2px;display:flex;overflow:hidden}.webchat-file-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.88rem;font-weight:600;overflow:hidden}.webchat-file-action{color:#64748b;font-size:.72rem;font-weight:500}.webchat-file-card:hover .webchat-file-action{color:#ea580c}
