:root{--bg: #0f1218;--panel: #171b24;--border: #2a3142;--text: #e8ecf4;--muted: #8b95a8;--accent: #00d4aa;--accent-hover: #00bfa5;--danger: #f07178;--warn: #e5c07b;--info: #61afef;--help: #d19a66;--closed: #98c379;--pend: #abb2bf;--bubble-me-bg: #00d4aa;--bubble-me-text: #0a0a0a;--bubble-user-bg: #1a1a1a;--bubble-user-text: #ffffff;--chat-sidebar-width: 280px;font-family:DM Sans,system-ui,sans-serif;color:var(--text);background:var(--bg)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden}#root{height:100vh;max-height:100vh;overflow:hidden;display:flex;flex-direction:column;min-height:0}.app-toast-stack{position:fixed;z-index:100;left:50%;bottom:1.25rem;transform:translate(-50%);display:flex;flex-direction:column;gap:.5rem;align-items:stretch;width:min(420px,calc(100vw - 2rem));pointer-events:none}.app-toast-stack .send-error-toast{position:relative;left:auto;bottom:auto;transform:none;max-width:none;pointer-events:auto}.send-error-toast{position:fixed;z-index:100;left:50%;bottom:1.25rem;transform:translate(-50%);max-width:min(420px,calc(100vw - 2rem));display:flex;align-items:flex-start;gap:.65rem;padding:.65rem .85rem;background:#2a1f18;border:1px solid var(--help);border-radius:10px;box-shadow:0 8px 24px #00000073;color:var(--text);font-size:.88rem;line-height:1.4;pointer-events:auto}.send-error-toast-text{flex:1;min-width:0;overflow-wrap:anywhere}.send-error-toast-close{flex-shrink:0;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:6px;background:transparent;color:var(--muted);font-size:1.1rem;line-height:1;cursor:pointer}.send-error-toast-close:hover{color:var(--text);background:#ffffff14}.send-error-toast--info{background:#121a24;border-color:var(--info)}.send-error-toast--danger{background:#1f1818;border-color:var(--danger)}.assign-progress-row{padding:.5rem 1rem 0;display:flex;flex-direction:column;gap:.35rem;border-bottom:1px solid var(--border);background:#0c1018}.assign-progress-track{height:3px;border-radius:2px;background:var(--border);overflow:hidden}.assign-progress-bar{width:38%;height:100%;border-radius:2px;background:linear-gradient(90deg,var(--accent),var(--info));animation:assign-progress-slide 1.15s ease-in-out infinite}@keyframes assign-progress-slide{0%{transform:translate(-100%)}to{transform:translate(320%)}}.assign-progress-label{font-size:.8rem;color:var(--muted);line-height:1.35;padding-bottom:.45rem}.assign-progress-contact-hint{font-weight:500;color:var(--warn)}.app-shell{position:relative;flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.app-header{flex-shrink:0;overflow-x:hidden;min-width:0}.app-body{flex:1;display:flex;flex-direction:row;min-height:0;overflow:hidden}.chat-sidebar-wrap{display:flex;flex-direction:row;min-height:0;min-width:0;flex-shrink:0}.chat-sidebar{width:var(--chat-sidebar-width);flex:0 0 var(--chat-sidebar-width);min-width:0;border-right:1px solid var(--border);background:var(--panel);display:flex;flex-direction:column;min-height:0;overflow:hidden}.chat-sidebar-resizer{flex:0 0 6px;width:6px;cursor:col-resize;align-self:stretch;background:transparent;margin-left:-2px;z-index:2;touch-action:none}.chat-sidebar-resizer:hover,.chat-sidebar-resizer:active{background:#00d4aa24}.chat-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#12151c,#0f1218 40%)}.chat-main-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.chat-main-body>.chat-area{flex:1 1 0%;min-height:0;overflow:hidden}.chat-panels{flex:0 0 auto;min-height:0;max-height:min(42vh,360px);overflow-x:hidden;overflow-y:auto;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:stretch}.incidencia-panel-input,.incidencia-panel-textarea{width:100%;max-width:100%;padding:.45rem .55rem;border-radius:8px;border:1px solid var(--border);background:#12151c;color:var(--text);font-family:inherit;font-size:.88rem;box-sizing:border-box}.incidencia-panel-textarea{resize:vertical;min-height:4rem;line-height:1.45}.chat-main-footer{flex-shrink:0;border-top:1px solid var(--border);background:#0e1118;overflow-x:hidden}.chat-main-footer-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.75rem 1rem}.chat-main-footer-row--actions{background:#10131a}.chat-main-footer-row--compose{border-top:1px solid var(--border)}.chat-main-footer-row input[type=text]{flex:1;min-width:0;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);background:#12151c;color:var(--text);font-family:inherit;max-width:100%}.chat-area{min-height:0;display:flex;flex-direction:column;overflow:hidden}.chat-area--empty{flex:1;display:flex;align-items:center;justify-content:center;color:var(--muted);padding:2rem;text-align:center;overflow:hidden}.chat-area-header{flex-shrink:0;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:#141821;overflow-x:hidden}.chat-messages-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:stretch;-webkit-overflow-scrolling:touch;background:#0a0a0a}.chat-messages-end{flex-shrink:0;height:0;width:100%;overflow:hidden;pointer-events:none}.chat-msg-bubble{align-self:flex-start;max-width:min(92%,640px);padding:.5rem .75rem;font-size:.9rem;line-height:1.45;word-wrap:break-word;overflow-wrap:anywhere;word-break:break-word;box-shadow:0 1px 4px #0000001a}.chat-msg-bubble--client{align-self:flex-start;background:var(--bubble-user-bg);color:var(--bubble-user-text);border:1px solid rgba(255,255,255,.08);border-radius:8px 8px 8px 2px}.chat-msg-bubble--tech{align-self:flex-end;background:var(--bubble-me-bg);color:var(--bubble-me-text);border:none;border-radius:8px 8px 2px}.chat-msg-bubble__meta{font-size:.72rem;color:var(--muted);margin-bottom:.25rem}.chat-msg-bubble--tech .chat-msg-bubble__meta{color:#0a0a0aa6}.chat-msg-bubble__body{min-height:0}.chat-msg-bubble__footer{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;margin-top:.35rem;font-size:.72rem}.chat-msg-bubble--tech .chat-msg-bubble__footer{color:#0a0a0a8c}.chat-msg-bubble--client .chat-msg-bubble__footer{color:#888}.chat-msg-bubble__day-badge{padding:2px 8px;border-radius:8px;font-size:.68rem;font-weight:600;background:var(--accent);color:#fff}.chat-msg-bubble__day-text{font-size:.68rem;opacity:.9}.chat-msg-bubble__time{font-weight:500}.chat-date-separator{display:flex;align-items:center;justify-content:center;margin:.35rem 0 .5rem}.chat-date-separator__text{font-size:.75rem;color:var(--muted);padding:.2rem .6rem;border-radius:.5rem;background:#ffffff0f}.chat-msg-media{min-width:0}.chat-msg-img{display:block;max-width:min(100%,420px);max-height:360px;width:auto;height:auto;border-radius:8px;border:1px solid var(--border);object-fit:contain;background:#0a0c10}.btn{font-family:inherit;cursor:pointer;border:1px solid var(--border);background:#1f2430;color:var(--text);padding:.45rem .75rem;border-radius:8px;font-size:.875rem}.btn:hover{border-color:#3d4a63}.btn-primary{background:var(--accent);border-color:#00d4aa73;color:var(--bubble-me-text)}.btn-primary:hover{background:var(--accent-hover);border-color:#00d4aa99}.btn-ghost{background:transparent}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem;overflow:auto}.modal{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1rem;width:min(520px,100%);max-height:80vh;display:flex;flex-direction:column;gap:.75rem;overflow-x:hidden}.stats-modal{max-width:520px;max-height:85vh;overflow:auto}.stats-dl{display:grid;grid-template-columns:1fr auto;gap:.35rem 1rem;font-size:.88rem;margin:0}.stats-dl dt{color:var(--muted);margin:0}.stats-dl dd{margin:0;text-align:right}.stats-cat-grid{display:flex;flex-direction:column;gap:.5rem}.stats-cat-card{padding:.5rem .65rem;background:#141821;border:1px solid var(--border);border-radius:8px}.audit-modal{max-width:min(720px,96vw);max-height:88vh;overflow:auto}.audit-table-wrap{overflow-x:auto;max-height:55vh}.audit-table{width:100%;border-collapse:collapse;font-size:.82rem}.audit-table th,.audit-table td{border:1px solid var(--border);padding:.4rem .5rem;text-align:left;vertical-align:top}.audit-table th{background:#141821;color:var(--muted);font-weight:600}.modal textarea{width:100%;min-height:140px;resize:vertical;background:#12151c;border:1px solid var(--border);border-radius:8px;color:var(--text);padding:.6rem .75rem;font-family:inherit;font-size:.9rem}.chat-list-search-wrap{flex-shrink:0;position:relative;padding:8px 12px;border-bottom:1px solid var(--border);background:#141821}.chat-list-search-input{width:100%;min-width:0;padding:.45rem 1.75rem .45rem .65rem;border:1px solid var(--border);border-radius:8px;background:#12151c;color:var(--text);font-family:inherit;font-size:.85rem;outline:none}.chat-list-search-input:focus{border-color:#3d4a63}.chat-list-search-input::placeholder{color:var(--muted)}.chat-list-search-clear{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:6px;background:transparent;color:var(--muted);font-size:1.15rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-list-search-clear:hover{color:var(--text);background:#ffffff0f}.chat-list{display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden}.chat-list-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.chat-list-empty{padding:1rem;color:var(--muted);font-size:.9rem}.chat-list-section{margin:10px 8px 0;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 14px #00000059;background:linear-gradient(180deg,#ffffff0a,#0000002e)}.chat-list-section:first-child{margin-top:8px}.chat-list-section:last-child{margin-bottom:12px}.chat-list-section-header{padding:5px 10px;font-size:.75em;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.1)}.chat-list-section-header--collapsible{width:100%;display:flex;align-items:center;gap:6px;box-sizing:border-box;cursor:pointer;text-align:left;font-family:inherit;font-size:.75em;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.5px;color:inherit;border:none;margin:0;min-height:36px;background:transparent}.chat-list-section-header--collapsed .chat-list-section-header__chevron{transform:rotate(-90deg)}.chat-list-section-header__chevron{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;opacity:.85;transition:transform .2s ease}.chat-list-section-header__label{flex:1;min-width:0}.chat-list-section-body{padding:0}.chat-list-section--necesita{border-left:4px solid var(--help)}.chat-list-section--necesita .chat-list-section-header,.chat-list-section--necesita .chat-list-section-header--collapsible{color:#e8c08a;background:#d19a6624;border-bottom-color:#d19a6647}.chat-list-section--attending{border-left:4px solid #00d4aa}.chat-list-section--attending .chat-list-section-header,.chat-list-section--attending .chat-list-section-header--collapsible{color:#5eead4;background:#00d4aa24;border-bottom-color:#00d4aa47}.chat-list-section--queued{border-left:4px solid #f59e0b}.chat-list-section--queued .chat-list-section-header,.chat-list-section--queued .chat-list-section-header--collapsible{color:#fbbf24;background:#f59e0b24;border-bottom-color:#f59e0b47}.chat-list-section--requesting{border-left:4px solid #a78bfa}.chat-list-section--requesting .chat-list-section-header,.chat-list-section--requesting .chat-list-section-header--collapsible{color:#c4b5fd;background:#8b5cf629;border-bottom-color:#8b5cf64d}.chat-list-section--processing,.chat-list-section--waiting,.chat-list-section--pending{border-left:4px solid #61afef}.chat-list-section--processing .chat-list-section-header,.chat-list-section--processing .chat-list-section-header--collapsible,.chat-list-section--waiting .chat-list-section-header,.chat-list-section--waiting .chat-list-section-header--collapsible,.chat-list-section--pending .chat-list-section-header,.chat-list-section--pending .chat-list-section-header--collapsible{color:#93c5fd;background:#61afef1f;border-bottom-color:#61afef47}.chat-list-section--closed,.chat-list-section--closed-old{border-left:4px solid #98c379}.chat-list-section--closed .chat-list-section-header,.chat-list-section--closed .chat-list-section-header--collapsible,.chat-list-section--closed-old .chat-list-section-header,.chat-list-section--closed-old .chat-list-section-header--collapsible{color:#b8d4a0;background:#98c3791f;border-bottom-color:#98c37947}.chat-list-section--unattended{border-left:4px solid #737373}.chat-list-section--unattended .chat-list-section-header,.chat-list-section--unattended .chat-list-section-header--collapsible{color:#a3a3a3;background:#73737324;border-bottom-color:#73737347}.chat-list-day-group{border-bottom:1px solid rgba(255,255,255,.06)}.chat-list-day-group:last-child{border-bottom:none}.chat-list-day-group__title{width:100%;display:flex;align-items:center;gap:6px;padding:6px 10px;font-size:.7rem;font-weight:600;color:var(--muted);background:#0003;border:none;cursor:pointer;font-family:inherit;text-align:left}.chat-list-day-group__title--collapsed .chat-list-section-header__chevron{transform:rotate(-90deg)}.chat-list-day-group__count{opacity:.85}.chat-list-day-group__items{padding:0}.chat-list-item{width:100%;text-align:left;padding:.65rem 1rem;border:none;border-bottom:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;display:grid;gap:.25rem;max-width:100%;overflow:hidden}.chat-list-item:last-child{border-bottom:none}.chat-list-item--active{background:#00d4aa1a;box-shadow:inset 3px 0 #00d4aa}.chat-list-item__row1{display:flex;align-items:center;gap:.35rem;min-width:0}.chat-list-item__name{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-item__cliente{font-size:.8rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-item__badges{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.chat-list-soporte-badge{font-size:.65rem;padding:2px 6px;border-radius:4px;font-weight:500}.chat-list-status-pill{font-size:.72rem;font-weight:600}.chat-list-item__hint{font-size:.72rem;margin-top:.15rem}.chat-list-item__hint--warn{color:var(--help)}.chat-list-item__hint--auto{color:var(--accent)}.chat-list-preview{font-size:.8rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-style:italic}.maxi-login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(ellipse 80% 60% at 50% 0%,#1a2332 0%,var(--bg) 55%)}.maxi-login-card{width:100%;max-width:400px;padding:2rem;background:var(--panel);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 40px #00000059}.maxi-login-title{margin:0 0 .35rem;font-size:1.75rem;font-weight:700;letter-spacing:-.03em}.maxi-login-sub{margin:0 0 1.25rem;font-size:.88rem;color:var(--muted);line-height:1.4}.maxi-login-form{display:flex;flex-direction:column;gap:.5rem}.maxi-login-label{font-size:.8rem;color:var(--muted)}.maxi-login-input{width:100%;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.95rem}.maxi-login-input:focus{outline:none;border-color:var(--accent)}.maxi-login-error{font-size:.85rem;color:var(--danger);margin-top:.25rem}.maxi-login-btn{margin-top:.75rem;width:100%}
