.rafaga-bar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:6px 14px;background:var(--surface-raised);border-bottom:1px solid var(--border);font-size:var(--text-xs)}.rafaga-pos{font-weight:var(--weight-semibold);color:var(--text-ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.rafaga-mid{min-width:0}.rafaga-actions,.rafaga-mid{display:flex;align-items:center;gap:var(--space-2)}.rafaga-kbd{font-family:var(--font-mono,monospace);font-size:10px;color:var(--text-muted);border:solid var(--border);border-width:1px 1px 2px;border-radius:4px;padding:1px 5px;background:var(--surface)}.rafaga-exit{border:none;background:none;color:var(--text-muted);font-size:var(--text-base);line-height:1;cursor:pointer;padding:2px 4px}.rafaga-exit:hover{color:var(--text-ink)}@media (max-width:768px){.rafaga-kbd{display:none}}.dossier-strip{display:flex;align-items:center;gap:var(--space-1);flex-wrap:wrap;margin:6px 14px 0;padding:7px 10px;background:var(--surface-raised);border:1px solid var(--accent-tint-border);border-radius:var(--radius-lg,10px)}.dossier-label{font-size:var(--text-2xs);font-weight:var(--weight-bold);letter-spacing:.1em;text-transform:uppercase;color:var(--text-accent);margin-right:var(--space-1)}.dossier-collapse,.dossier-pill{border:none;background:none;color:var(--text-muted);cursor:pointer;font-size:var(--text-xs);padding:2px 6px}.dossier-collapse{margin-left:auto}.dossier-collapse:hover,.dossier-pill:hover{color:var(--text-ink)}.dossier-pill{margin:6px 14px 0;width:-moz-fit-content;width:fit-content;border:1px solid var(--border-subtle,var(--border));border-radius:var(--radius-full);padding:3px 12px;font-weight:var(--weight-semibold)}.dossier-pill,.hb-strip{background:var(--surface-raised)}.hb-strip{flex:none;display:flex;padding:var(--space-1) var(--space-4);border-top:1px solid var(--border)}.hb-btn,.hb-strip{align-items:center}.hb-btn{display:inline-flex;gap:var(--space-1);padding:3px 10px;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);color:var(--text-muted);font-size:var(--text-xs);cursor:pointer;transition:color var(--dur-base) var(--ease-standard),border-color var(--dur-base) var(--ease-standard)}.hb-btn:hover{color:var(--accent);border-color:var(--accent)}.hb-progress{position:relative;flex:1 1;height:18px;border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border);overflow:hidden}.hb-progress-fill{height:100%;background:var(--accent-tint);transition:width .3s var(--ease-standard)}.hb-progress-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:var(--text-2xs);color:var(--text-muted)}.hb-card{flex:none;margin:var(--space-1) var(--space-4);padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius-md);background:var(--surface-raised)}.hb-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-1)}.hb-card-title{display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--accent)}.hb-card-close{display:inline-flex;padding:2px;border:none;background:none;color:var(--text-muted);cursor:pointer}.hb-card-close:hover{color:var(--text-ink)}.hb-card-rows{margin:0;display:flex;flex-direction:column;gap:2px}.hb-card-row{display:flex;gap:var(--space-2);font-size:var(--text-xs)}.hb-card-row dt{flex:none;width:110px;color:var(--text-muted);font-weight:var(--weight-medium)}.hb-card-row dd{margin:0;color:var(--text-ink);min-width:0}@media (max-width:768px){.hb-card-row{flex-direction:column;gap:0}.hb-card-row dt{width:auto}}.chat-list{width:100%;max-width:434px;min-width:434px;height:100%;background-color:var(--surface-raised);border-right:1px solid var(--border)}.chat-list,.chat-list-header{display:flex;flex-direction:column}.chat-list-header{margin:0 0 1px 10px}.chat-list-header-content{height:60px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.chat-list-header-title{font-size:18px;color:var(--text-ink);font-weight:var(--weight-medium);letter-spacing:var(--tracking-tight);white-space:nowrap}.chat-list-icon-content{height:100%;align-items:center;display:flex;padding:8px 10px 8px 8px;flex:1 1;justify-content:flex-end;gap:15px}.chat-qr-icon,.chat-qr-icon-more,.chat-reset-icon{width:24px;height:24px;cursor:pointer;-o-object-fit:cover;object-fit:cover}.chat-list-header-status{font-size:var(--text-sm);display:flex;flex-direction:row;gap:5px;align-items:center}.chat-list-header-status-green{height:10px;width:10px;background:green;border-radius:20px}.chat-list-header-search{height:55px}.chat-list-search-content{height:38px;border-radius:var(--radius-lg);background:var(--surface-sunken);border:1px solid transparent;margin-right:10px;display:flex;flex-direction:row;align-items:center;transition:border-color var(--dur-base) var(--ease-standard),box-shadow var(--dur-base) var(--ease-standard)}.chat-list-search-content:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-tint)}.chat-list-search-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);margin-left:15px;flex-shrink:0}.chat-list-search-input{background:none;border:0;margin-left:15px;width:100%;margin-right:15px;word-break:break-word;-webkit-user-select:text;-moz-user-select:text;user-select:text;font-size:var(--text-sm);white-space:pre!important;color:var(--text-ink)}.chat-list-search-input::-moz-placeholder{color:var(--text-muted)}.chat-list-search-input::placeholder{color:var(--text-muted)}.chat-list-search-input:active,.chat-list-search-input:focus{border:0;outline:none}.chat-list-header-hr{width:calc(100% + 10px);height:1px;background-color:var(--border);margin-left:-10px}.chat-list-item>div:first-child .chat-item-content{border-top:none}.chat-list-empty{height:250px;font-size:var(--text-sm);color:var(--text-muted);text-align:center;justify-content:center;display:flex;align-items:center;flex-direction:column;gap:1rem;padding:0 var(--space-4)}.chat-list-empty-connect{margin:0;max-width:240px;line-height:1.5}.chat-list-empty-actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap;width:100%}.chat-list-empty-phase{min-width:0;flex:0 1 auto}.chat-list-empty-dropdown.dropdown-container{width:auto;max-width:min(280px,100%)}.chat-list-empty-dropdown.dropdown-container .dropdown-header{border:1px solid var(--border);border-radius:var(--radius-md);padding:6px 10px;box-sizing:border-box}.chat-list-empty-dropdown.dropdown-container .dropdown-header.open{border-color:var(--accent)}.chat-list-empty-dropdown.dropdown-container .dropdown-header.disabled{border-color:var(--border)}.chat-list-empty-button{background:var(--accent);color:var(--accent-on);font-weight:var(--weight-medium);padding:7px 20px;border-radius:var(--radius-md);cursor:pointer;flex-shrink:0;transition:background-color var(--dur-base) var(--ease-standard)}.chat-list-empty-button:hover{background:var(--accent-hover)}.chat-list-item{margin-bottom:4rem;flex-grow:1;overflow-y:auto;background-color:var(--surface-raised);display:flex;flex-direction:column;justify-content:flex-start}.chat-list-item::-webkit-scrollbar{width:5px;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.chat-list-item:hover::-webkit-scrollbar{opacity:1}.chat-list-item::-webkit-scrollbar-thumb{background-color:var(--border-strong);border-radius:var(--radius-sm)}.chat-list--agent-inactive .chat-list-item{opacity:.55;pointer-events:none}.chat-list-empty-button--disabled{opacity:.45;pointer-events:none;cursor:not-allowed}@media (max-width:768px){.chat-list{max-width:100%;min-width:100%;height:calc(100vh - 93px);border-right:none}}.chat-list-sentinel{height:1px;min-height:1px}.chat-item{display:flex;align-items:center;width:100%;height:65px;cursor:pointer;border-left:2px solid transparent;transition:background-color var(--dur-base) var(--ease-standard)}.chat-item:hover:not(.chat-item-selected):not(.chat-item-updating){background-color:var(--hover-bg)}.chat-item-avatar-container{position:relative;height:100%;display:flex;flex:none;align-items:center;padding:0 15px 0 13px}.chat-item-channel-badge{position:absolute;right:-1px;bottom:-1px;line-height:0;border-radius:50%;box-shadow:0 0 0 2px var(--surface)}.chat-item-avatar{width:49px;height:49px;border-radius:50%;-o-object-fit:cover;object-fit:cover;visibility:visible;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-top-left-radius:50%}.chat-item-content{display:flex;flex-basis:auto;flex-direction:column;flex-grow:1;justify-content:center;min-width:0;padding-right:15px;border-top:1px solid var(--border);height:100%}.chat-item-header{display:flex;justify-content:space-between;align-items:center;max-width:100%}.chat-item-header,.chat-item-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-item-name{font-weight:var(--weight-medium);font-size:var(--text-sm);color:var(--text-ink)}.chat-item-phone{font-size:var(--text-2xs);color:var(--text-muted)}.chat-item-time{margin-top:3px;margin-left:6px;font-size:var(--text-xs);color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.chat-item-pending{flex:none;margin-left:6px;padding:1px 6px;border-radius:var(--radius-full);background:var(--status-warn-bg);color:var(--status-warn);font-size:var(--text-2xs);font-weight:var(--weight-semibold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.chat-item-content-message{font-size:14px!important;display:flex;align-items:center;max-width:100%;gap:1px}.chat-item-content-message,.chat-item-message{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-item-message{flex:1 1;font-size:var(--text-sm);color:var(--text-muted)}.chat-item-content-message:after{color:var(--text-muted);font-size:18px;margin-left:10px;opacity:0;transition:opacity .2s ease-in-out}.chat-item:hover .chat-item-content-message:after{opacity:1}.hover-icon{height:19px;width:20px;margin-right:5px}.chat-item-qr{background-color:var(--surface-flat)}.chat-item-qr:hover{background-color:var(--color-neutral-200)}.chat-item-avatar-qr{opacity:.5}.chat-item-message-qr,.chat-item-name-qr,.chat-item-time-qr{color:var(--text-muted)}.hover-icon-qr{height:7px;width:13px;margin-right:5px}.chat-item-message-multimedia{display:flex;flex-direction:row;gap:5px;align-items:center}.chat-item-message-updating{font-size:var(--text-sm);color:var(--text-accent);font-weight:var(--weight-medium);animation:messageUpdate .6s ease-in}.chat-item-updating .chat-item-time{color:var(--text-accent);font-weight:var(--weight-semibold)}.chat-item-updating{transition:background-color .3s ease-in}.chat-item-updating,.chat-item-updating:hover{background-color:var(--accent-tint)!important}.chat-item:not(.chat-item-updating):not(.chat-item-selected){background-color:transparent;transition:background-color .3s ease-in}.chat-item.chat-item-qr:not(.chat-item-updating):not(.chat-item-selected){background-color:var(--surface-flat)}.chat-item:not(.chat-item-updating):not(.chat-item-selected):hover{background-color:var(--hover-bg)}.chat-item.chat-item-qr:not(.chat-item-updating):not(.chat-item-selected):hover{background-color:var(--color-neutral-200)}.chat-item.chat-item-selected:not(.chat-item-updating){background-color:var(--surface-flat);border-left-color:var(--accent)}.chat-item.chat-item-selected:not(.chat-item-updating):hover{background-color:var(--surface-flat)}.chat-item:not(.chat-item-updating) .chat-item-message,.chat-item:not(.chat-item-updating) .chat-item-time{color:var(--text-muted);font-weight:400}@keyframes messageUpdate{0%{opacity:.5;transform:translateX(5px)}50%{opacity:1;transform:translateX(-2px)}to{opacity:1;transform:translateX(0)}}.read-status{transition:all .3s ease-in-out}.read-status-updating{animation:readStatusPulse 1s ease-in-out}@keyframes readStatusPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.chat-item-updating:before{animation:newMessageIndicator 1s ease-in}@keyframes newMessageIndicator{0%{opacity:0;width:0}20%{opacity:1;width:3px}80%{opacity:1;width:3px}to{opacity:0;width:0}}.chat-item-message,.chat-item-name,.chat-item-time{transition:color .2s ease-in-out,font-weight .2s ease-in-out}.chat-item:not(.chat-item-qr) .chat-item-message:not(.chat-item-message-qr){position:relative}