.msg-audio{--msg-audio-btn:32px;--msg-audio-gap:var(--space-2);--msg-audio-handle:9px;display:flex;flex-direction:row;align-items:center;gap:11px}.msg-audio-el{display:none}.msg-audio-body{width:100%;display:flex;flex-direction:column}.msg-audio-avatar{height:55px;display:flex;position:relative;flex-shrink:0}.msg-audio-avatar-img{width:49px;height:49px;border-radius:var(--radius-full);-o-object-fit:cover;object-fit:cover}.msg-audio-avatar-badge{position:absolute;bottom:0;left:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full)}.message.human .message-content .msg-audio{flex-direction:row-reverse}.message.human .message-content .msg-audio-avatar .msg-audio-avatar-badge{left:auto;right:0}.msg-audio-row{gap:var(--msg-audio-gap);padding:2px 2px 0}.msg-audio-play,.msg-audio-row{display:flex;align-items:center}.msg-audio-play{flex-shrink:0;width:var(--msg-audio-btn);height:var(--msg-audio-btn);justify-content:center;padding:0;border:none;border-radius:var(--radius-full);background:none;color:var(--accent);cursor:pointer;transition:color var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard)}.msg-audio-play:hover:not(:disabled){color:var(--accent-hover);box-shadow:inset 0 0 0 1px var(--accent-tint-border)}.msg-audio-play:active:not(:disabled) .msg-audio-glyph-pause,.msg-audio-play:active:not(:disabled) .msg-audio-glyph-play{transform:scale(.9)}.msg-audio-play:disabled{color:var(--text-muted);cursor:default;opacity:.55}.msg-audio-glyph-pause,.msg-audio-glyph-play{transform-origin:center;transition:opacity var(--dur-fast) var(--ease-standard),transform var(--dur-fast) var(--ease-out-quart)}.msg-audio-glyph-pause,.msg-audio-play[data-playing] .msg-audio-glyph-play{opacity:0;transform:scale(.72)}.msg-audio-play[data-playing] .msg-audio-glyph-pause{opacity:1;transform:scale(1)}.msg-audio-track{position:relative;flex:1 1;min-width:150px;height:16px;display:flex;align-items:center;cursor:pointer;touch-action:none}.msg-audio-track[aria-disabled=true]{cursor:default}.msg-audio-track-fill,.msg-audio-track-rail{position:absolute;left:0;height:4px;border-radius:var(--radius-full)}.msg-audio-track-rail{right:0;background:var(--border-strong)}.msg-audio-track-fill{width:calc(var(--msg-audio-handle) / 2 + var(--msg-audio-progress, 0) * (100% - var(--msg-audio-handle)));background:var(--accent)}.msg-audio-track-handle{position:absolute;left:calc(var(--msg-audio-progress, 0) * (100% - var(--msg-audio-handle)));width:var(--msg-audio-handle);height:var(--msg-audio-handle);border-radius:var(--radius-full);background:var(--accent);transition:transform var(--dur-fast) var(--ease-out-quart)}.msg-audio-track:focus-visible .msg-audio-track-handle,.msg-audio-track:hover .msg-audio-track-handle,.msg-audio-track[data-scrubbing] .msg-audio-track-handle{transform:scale(1.3)}.msg-audio-track[aria-disabled=true]:hover .msg-audio-track-handle{transform:none}.msg-audio-track:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-full)}.msg-audio-foot{display:flex;align-items:center;gap:var(--space-2);margin-top:2px;padding-left:calc(var(--msg-audio-btn) + var(--msg-audio-gap) + 2px);min-height:15px}.msg-audio-time{margin:0;font-size:var(--text-2xs);line-height:1.3;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.msg-audio-broken{flex:1 1;margin:0;font-size:var(--text-2xs);line-height:1.3;color:var(--status-lost)}.msg-audio .message-time-container{width:auto;margin-left:auto;gap:4px}.msg-audio .message-time{display:flex;align-items:center;text-align:right}.message-content:has(.message-transcript) .msg-audio .message-time-container{position:absolute;right:7px;bottom:3px}.debug-overlay{position:fixed;inset:0;z-index:var(--z-modal);background:rgba(var(--overlay-rgb),0);visibility:hidden;pointer-events:none;transition:background .3s ease,visibility .3s ease}.debug-overlay.open{background:rgba(var(--overlay-rgb),.5);visibility:visible;pointer-events:auto}.debug-drawer{position:absolute;top:0;right:0;height:100%;width:560px;max-width:100vw;background:var(--surface);box-shadow:var(--shadow-md);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s ease}.debug-overlay.open .debug-drawer{transform:translateX(0)}@media (max-width:768px){.debug-drawer{width:100vw}}.debug-drawer-top{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-subtle);background:var(--surface);flex-shrink:0}.debug-drawer-title{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-ink)}.debug-drawer-close{background:none;border:none;cursor:pointer;font-size:16px;line-height:1;color:var(--text-muted);padding:var(--space-1)}.debug-drawer-close:hover{color:var(--text-ink)}.debug-drawer-content{flex:1 1;overflow-y:auto;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.debug-header{display:flex;flex-direction:column;gap:var(--space-1)}.debug-header-row{display:flex;align-items:center;gap:var(--space-2)}.debug-exec-id{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-ink);word-break:break-all}.debug-times{font-size:var(--text-xs)}.debug-hint,.debug-muted{color:var(--text-muted);font-size:var(--text-xs)}.debug-hint{font-style:italic;margin:0}.debug-copy{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:var(--text-sm);line-height:1;padding:2px 4px;border-radius:var(--radius-sm)}.debug-copy:hover{color:var(--orange-primary);background:var(--orange-tint)}.debug-link{background:none;border:none;cursor:pointer;color:var(--orange-primary);font-size:var(--text-xs);padding:0;text-align:left}.debug-card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.debug-card-label,.debug-section-title{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--text-body);font-weight:var(--weight-semibold);margin:0}.debug-cost-total{font-size:20px;font-weight:var(--weight-semibold);color:var(--text-ink)}.debug-cost-cur{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-muted)}.debug-cost-breakdown{list-style:none;margin:var(--space-1) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--space-1)}.debug-cost-item{display:flex;justify-content:space-between;gap:var(--space-2);font-size:var(--text-xs)}.debug-cost-item-label{color:var(--text-ink)}.debug-cost-item-sub{color:var(--text-muted)}.debug-cost-item-amount{color:var(--text-body);white-space:nowrap}.debug-section{display:flex;flex-direction:column;gap:var(--space-2)}.debug-section-head{display:flex;align-items:center;justify-content:space-between}.debug-empty-note{font-size:var(--text-xs);color:var(--text-muted);margin:0}.debug-tools{gap:var(--space-2)}.debug-tool,.debug-tools{display:flex;flex-direction:column}.debug-tool{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);gap:var(--space-1)}.debug-tool-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.debug-tool-name{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-ink);word-break:break-word}.debug-tool-meta{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.debug-tool-dur{font-size:var(--text-xs);color:var(--text-muted)}.debug-tool-error-summary{font-size:var(--text-xs);color:var(--status-lost);margin:0}.debug-tool-body{gap:var(--space-1)}.debug-json,.debug-tool-body{display:flex;flex-direction:column}.debug-json-head{display:flex;align-items:center;justify-content:space-between}.debug-json-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:var(--space-1);padding:2px 0;color:var(--text-body);font-size:var(--text-xs)}.debug-json-caret{color:var(--text-muted)}.debug-json-label{font-weight:var(--weight-medium)}.debug-json-pre{margin:var(--space-1) 0 0;background:var(--bg);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:var(--space-2);font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-ink);white-space:pre-wrap;word-break:break-word;overflow-x:auto}.debug-raw{gap:var(--space-1);border-top:1px solid var(--border-subtle);padding-top:var(--space-3)}.debug-raw,.debug-state{display:flex;flex-direction:column}.debug-state{align-items:center;gap:var(--space-3);padding:var(--space-12) var(--space-4);text-align:center}.debug-state-text{color:var(--text-body);font-size:var(--text-sm);margin:0}.debug-btn{background:var(--orange-primary);color:var(--surface);border:none;border-radius:var(--radius-sm);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);cursor:pointer}.debug-btn:hover{background:var(--orange-deep)}.debug-skeleton{display:flex;flex-direction:column;gap:var(--space-3)}.sk{background:linear-gradient(90deg,var(--surface-flat),var(--color-neutral-200),var(--surface-flat));background-size:200% 100%;border-radius:var(--radius-sm);animation:debug-shimmer 1.2s ease-in-out infinite}.sk-line{height:14px}.sk-lg{width:70%}.sk-badge{height:18px;width:90px;border-radius:var(--radius-full)}.sk-card{height:70px}.sk-row{height:48px}@keyframes debug-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.debug-round,.debug-rounds{display:flex;flex-direction:column;gap:var(--space-2)}.debug-round{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-2)}.debug-round-top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);width:100%;background:none;border:0;padding:0;cursor:pointer;font:inherit;color:var(--text-ink);text-align:left}.debug-round-title{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.04em}.debug-chips{display:flex;flex-wrap:wrap;gap:var(--space-1)}.debug-chip{font-size:11px;line-height:1.6;padding:0 6px;border-radius:var(--radius-sm,4px);background:var(--status-info-bg);color:var(--status-info);white-space:nowrap}.debug-chip--extra{background:var(--surface-sunken);color:var(--text-muted)}.debug-io-label{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-body);margin-top:var(--space-1)}.debug-io-item{border:1px solid var(--border-subtle);border-left:3px solid var(--text-muted);border-radius:var(--radius-sm,4px);padding:var(--space-2);display:flex;flex-direction:column;gap:4px;background:var(--surface-sunken);min-width:0}.debug-io-rol{font-size:11px;font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.05em;color:var(--text-body);display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-1)}.debug-io-badge,.debug-io-nota{font-weight:var(--weight-medium);text-transform:none;letter-spacing:0;color:var(--text-muted)}.debug-io-badge{color:var(--accent)}.debug-pre{margin:0;font-family:var(--font-mono,ui-monospace,SFMono-Regular,Menlo,monospace);font-size:11.5px;line-height:1.65;color:var(--text-ink);white-space:pre-wrap;overflow-wrap:anywhere}.debug-io-item--system{border-left-color:var(--status-info)}.debug-io-item--user{border-left-color:var(--text-muted)}.debug-io-item--assistant{border-left-color:var(--status-won)}.debug-io-item--inbound{border-left-color:var(--accent);background:var(--accent-tint)}.debug-io-item--reasoning{border-left-color:var(--text-muted)}.debug-io-item--tool,.debug-io-item--tool-result{border-left-color:var(--status-warn)}.debug-io-item--tool-result{background:var(--surface-sunken)}.debug-io-item--message{border-left-color:var(--status-won)}.debug-aviso-corte{border:1px solid var(--status-warn);background:var(--status-warn-bg);color:var(--status-warn);border-radius:var(--radius-sm);padding:6px var(--space-2);font-size:11.5px;font-weight:var(--weight-medium);margin-bottom:var(--space-1)}.debug-secciones{display:flex;flex-direction:column;gap:var(--space-1)}.debug-seccion{border-top:1px dashed var(--border-subtle);padding-top:6px}.debug-seccion:first-child{border-top:0;padding-top:0}.debug-seccion-titulo{font-size:11px;font-weight:var(--weight-semibold);color:var(--status-info);margin-bottom:2px;overflow-wrap:anywhere}.chat-footer{min-height:68px;width:100%;display:flex;align-items:flex-end;padding:8px 20px 12px;background-color:var(--surface-raised);border-top:1px solid var(--border);position:relative}.chat-footer-qr{opacity:.5}.chat-footer .icon-button{width:40px;height:40px;flex-shrink:0;background:var(--accent);border:none;border-radius:var(--radius-full);font-size:20px;color:var(--accent-on);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color var(--dur-base) var(--ease-standard)}.chat-footer .icon-button:hover{background:var(--accent-hover)}.chat-footer .icon-button-ia{width:40px;height:40px;flex-shrink:0;background:var(--surface-flat);border:1px solid var(--border);border-radius:var(--radius-full);font-size:20px;color:var(--text-body);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color var(--dur-base) var(--ease-standard)}.chat-footer .icon-button-ia:hover{background:var(--surface-sunken)}.chat-footer .chat-footer-input{flex:1 1;padding:12px 14px 12px 48px;border:1px solid var(--border-strong);outline:none;font-size:var(--text-sm);line-height:var(--leading-normal);background-color:var(--surface-sunken);color:var(--text-ink);border-radius:var(--radius-lg);margin:0 14px;max-height:min(40vh,220px);resize:none;overflow-x:hidden;overflow-wrap:anywhere;scrollbar-width:thin;transition:border-color var(--dur-base) var(--ease-standard),box-shadow var(--dur-base) var(--ease-standard)}.chat-footer .chat-footer-input::-moz-placeholder{color:var(--text-muted)}.chat-footer .chat-footer-input::placeholder{color:var(--text-muted)}.chat-footer .chat-footer-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-tint)}.chat-footer .chat-footer-input:disabled{color:var(--text-muted)}.plus-button.rotated .chat-footer-plus-icon{transform:rotate(45deg);transition:transform .3s ease}.chat-footer-plus-icon{transition:transform .3s ease}.icon-button{cursor:pointer}.send-icon{height:22px;width:30px}.file-inputs{position:absolute;bottom:50px;left:10px;background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-md);padding:5px;display:flex;flex-direction:column;border-radius:var(--radius-lg)}.file-inputs label{display:flex;align-items:center;padding:5px;cursor:pointer;font-size:var(--text-base);color:var(--text-body)}.chat-footer-buttons{display:flex;flex-direction:row;gap:10px}.icon-button-sticker{position:absolute;border:none!important;background:none;left:45px;cursor:pointer}.footer-file-upload-options{width:225px;position:absolute;bottom:70px;left:10px;background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-md);padding:10px;display:flex;flex-direction:column;gap:10px;border-radius:var(--radius-lg);z-index:10}.footer-file-upload-options-text:hover{background:var(--surface-flat);border-radius:var(--radius-sm)}.footer-file-upload-options-text{font-size:var(--text-base);display:flex;align-items:center;gap:5px;cursor:pointer;height:35px;padding-left:7px;color:var(--text-body)}.footer-file-upload-options-icons{width:24px;height:24px}.chat-footer .icon-button-sticker{position:static;left:auto;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);color:var(--text-body);flex-shrink:0;transition:background-color var(--dur-base) var(--ease-standard)}.chat-footer .icon-button-sticker:hover{background:var(--surface-flat)}.attach-wrap{position:relative;flex-shrink:0}.chat-footer .icon-button-attach{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:var(--radius-full);color:var(--text-body);transition:background-color var(--dur-base) var(--ease-standard)}.chat-footer .icon-button-attach:hover{background:var(--surface-flat)}.chat-footer .icon-button-attach:disabled{opacity:.5;cursor:default}.chat-footer .chat-footer-input{padding-left:14px}.chat-footer .attach-menu,.chat-footer .emoji-container{bottom:100%}.chat-footer .attach-wrap{position:static}.chat-footer .attach-menu{left:var(--space-5)}.attach-menu{position:absolute;bottom:48px;left:0;min-width:184px;background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:var(--radius-lg);padding:6px;display:flex;flex-direction:column;gap:2px;z-index:20}.attach-item{display:flex;align-items:center;gap:10px;padding:9px 10px;background:none;border:none;cursor:pointer;font-size:var(--text-sm);color:var(--text-body);border-radius:var(--radius-sm);text-align:left}.attach-item:hover{background:var(--surface-flat)}.attach-ico{font-size:16px;width:20px;text-align:center}.rec-actions{display:flex;flex-direction:row;gap:10px}.rec-status{flex:1 1;align-self:center;display:flex;align-items:center;gap:10px;margin:5px 14px;padding:0 6px;font-size:var(--text-sm)}.rec-dot{width:10px;height:10px;border-radius:50%;background:var(--status-lost);animation:rec-pulse 1.1s ease-in-out infinite;flex-shrink:0}.rec-time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-ink);font-weight:var(--weight-medium)}.rec-label{color:var(--text-muted)}.rec-dot-mute{background:var(--text-muted);animation:none}.rec-label-mute{color:var(--status-lost);font-weight:var(--weight-medium)}.chat-footer .icon-button.rec-cancel{background:var(--surface-flat);color:var(--text-body);border:1px solid var(--border)}.chat-footer .icon-button.rec-cancel:hover{background:var(--surface-sunken)}@keyframes rec-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.rec-dot{animation:none}}.chat-footer-stack{display:flex;flex-direction:column}.reply-preview{display:flex;align-items:center;gap:10px;padding:var(--space-2) var(--space-4);background:var(--surface-raised);border-top:1px solid var(--border)}.reply-preview-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1px;padding:4px 10px;border-radius:var(--radius-sm);background:var(--accent-tint);border-left:3px solid var(--accent)}.reply-preview-title{font-size:var(--text-2xs);font-weight:var(--weight-semibold);color:var(--accent)}.reply-preview-text{font-size:var(--text-xs);color:var(--text-body);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reply-preview-cancel{flex-shrink:0;width:28px;height:28px;border:none;background:none;cursor:pointer;color:var(--text-muted);font-size:var(--text-sm);border-radius:var(--radius-full)}.reply-preview-cancel:hover{background:var(--surface-flat);color:var(--text-body)}.edit-preview .reply-preview-body{background:var(--surface-sunken);border-left-color:var(--border-strong)}.edit-preview .reply-preview-title{color:var(--text-muted)}.reply-sugg-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--accent);border-radius:50%;background:transparent;color:var(--accent);cursor:pointer;transition:background-color var(--dur-base) var(--ease-standard),color var(--dur-base) var(--ease-standard)}.reply-sugg-btn:hover:not(:disabled){background:var(--accent);color:var(--accent-on)}.reply-sugg-btn:disabled{opacity:.6;cursor:default}.reply-sugg-progress{position:relative;overflow:hidden;margin:0 8px 6px;padding:5px 12px;border:1px solid var(--accent);border-radius:var(--radius-sm);background:var(--surface-flat);font-size:var(--text-xs);color:var(--text-ink)}.reply-sugg-progress__fill{position:absolute;inset:0 auto 0 0;background:color-mix(in srgb,var(--accent) 22%,transparent);transition:width .2s linear}.reply-sugg-progress__label{position:relative;display:flex;align-items:center;gap:var(--space-2)}.reply-sugg-progress__pct{margin-left:auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-muted)}.reply-sugg-row{display:flex;align-items:stretch;gap:8px;margin:0 8px 6px}.reply-sugg-chip{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px;padding:8px 10px;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);text-align:left;cursor:pointer;transition:border-color var(--dur-base) var(--ease-standard)}.reply-sugg-chip:hover{border-color:var(--accent)}.reply-sugg-chip__label{font-size:var(--text-2xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--accent)}.reply-sugg-chip__text{font-size:var(--text-xs);color:var(--text-body);line-height:var(--leading-normal);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reply-sugg-dismiss{flex:0 0 auto;align-self:center;width:26px;height:26px;border:1px solid var(--border);border-radius:50%;background:var(--surface-flat);color:var(--text-muted);cursor:pointer}.reply-sugg-dismiss:hover{color:var(--danger);border-color:var(--danger)}.emoji-container{display:flex;flex-direction:column;background:var(--surface);border-radius:12px;padding:var(--space-3);position:absolute;bottom:4rem;left:-9rem;box-shadow:0 2px 5px rgba(23,18,14,.26),0 2px 10px rgba(23,18,14,.16);max-width:500px;max-height:400px;width:100%;overflow-x:hidden}.emoji-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(30px,1fr));grid-gap:6px;gap:6px;justify-content:center;align-items:center;overflow-y:auto}.emoji-grid::-webkit-scrollbar{width:0}.emoji{cursor:pointer;transition:transform .2s;align-items:center;display:flex;justify-content:center;align-self:center}.emoji:hover{transform:scale(1.2)}.cl-cooldown{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-sm);font-weight:var(--weight-semibold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.cl-cooldown-dot{width:7px;height:7px;border-radius:var(--radius-full);background:currentColor;flex-shrink:0}.cl-cooldown--ok{color:var(--text-muted)}.cl-cooldown--warn{color:var(--status-warn)}.cl-cooldown--err{color:var(--status-lost)}@media (prefers-reduced-motion:no-preference){.cl-cooldown--err .cl-cooldown-dot{animation:cl-pulse 1.6s ease-in-out infinite}@keyframes cl-pulse{50%{opacity:.25}}}