.chat-footer{height:68px;width:100%;display:flex;align-items:center;padding:2px 20px 5px;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);background-color:var(--surface-sunken);color:var(--text-ink);border-radius:var(--radius-lg);margin:5px 14px;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}.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-status{flex:1 1;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)}.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)}.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)}