.ChatInterface-module__WGbyoa__container{background:var(--color-bg);border-radius:var(--radius-lg);border:1px solid var(--color-rule);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ChatInterface-module__WGbyoa__transparent{background:0 0;border-color:#0000}.ChatInterface-module__WGbyoa__transparent .ChatInterface-module__WGbyoa__messages{background:0 0}.ChatInterface-module__WGbyoa__transparent .ChatInterface-module__WGbyoa__agent .ChatInterface-module__WGbyoa__bubble,.ChatInterface-module__WGbyoa__transparent .ChatInterface-module__WGbyoa__historical .ChatInterface-module__WGbyoa__agent .ChatInterface-module__WGbyoa__bubble,.ChatInterface-module__WGbyoa__transparent .ChatInterface-module__WGbyoa__historical.ChatInterface-module__WGbyoa__agent .ChatInterface-module__WGbyoa__bubble{opacity:1;background:#fff;box-shadow:0 1px 8px #0000001f}.ChatInterface-module__WGbyoa__transparent .ChatInterface-module__WGbyoa__user .ChatInterface-module__WGbyoa__bubble,.ChatInterface-module__WGbyoa__transparent .ChatInterface-module__WGbyoa__historical .ChatInterface-module__WGbyoa__user .ChatInterface-module__WGbyoa__bubble,.ChatInterface-module__WGbyoa__transparent .ChatInterface-module__WGbyoa__historical.ChatInterface-module__WGbyoa__user .ChatInterface-module__WGbyoa__bubble{opacity:1;background:#d9fdd3;box-shadow:0 1px 8px #0000001f}.ChatInterface-module__WGbyoa__transparent .ChatInterface-module__WGbyoa__historical .ChatInterface-module__WGbyoa__bubble{opacity:1}.ChatInterface-module__WGbyoa__transparent .ChatInterface-module__WGbyoa__inputArea{background:var(--color-bg);border-top-color:var(--color-rule)}.ChatInterface-module__WGbyoa__messages{touch-action:pan-y;flex-direction:column;flex:1;gap:16px;min-height:0;padding:20px;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__message{align-items:flex-start;gap:10px;max-width:80%;display:flex}.ChatInterface-module__WGbyoa__user{flex-direction:row-reverse;align-self:flex-end}.ChatInterface-module__WGbyoa__agent{align-self:flex-start}.ChatInterface-module__WGbyoa__avatar{background:var(--color-accent-tint);width:32px;height:32px;color:var(--color-accent);border:1px solid #6d7a4a40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatInterface-module__WGbyoa__user .ChatInterface-module__WGbyoa__avatar{background:var(--color-warm-tint);color:var(--color-warm);border-color:#c98b5a40}.ChatInterface-module__WGbyoa__bubble{border-radius:var(--radius-lg);line-height:1.6;font-size:var(--text-sm);white-space:pre-wrap;word-break:break-word;padding:12px 16px}.ChatInterface-module__WGbyoa__agent .ChatInterface-module__WGbyoa__bubble{color:#111;border-radius:4px var(--radius-lg) var(--radius-lg) var(--radius-lg);background:#fff;border:1px solid #00000014}.ChatInterface-module__WGbyoa__user .ChatInterface-module__WGbyoa__bubble{color:#111;border-radius:var(--radius-lg) 4px var(--radius-lg) var(--radius-lg);background:#d9fdd3;border:1px solid #0000000f}.ChatInterface-module__WGbyoa__typing{align-items:center;gap:4px;padding:4px 0;display:flex}.ChatInterface-module__WGbyoa__typing span{background:var(--color-accent);border-radius:50%;width:6px;height:6px;animation:1.2s infinite ChatInterface-module__WGbyoa__bounce}.ChatInterface-module__WGbyoa__typing span:nth-child(2){animation-delay:.2s}.ChatInterface-module__WGbyoa__typing span:nth-child(3){animation-delay:.4s}@keyframes ChatInterface-module__WGbyoa__bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.ChatInterface-module__WGbyoa__inputArea{border-top:1px solid var(--color-rule);background:var(--color-bg);flex-shrink:0;align-items:flex-end;gap:10px;padding:16px;display:flex}.ChatInterface-module__WGbyoa__input{background:var(--color-bg-sunken);border:1px solid var(--color-rule);color:var(--color-ink);font-size:var(--text-sm);font-family:var(--font-sans);resize:none;direction:rtl;border-radius:12px;flex:1;max-height:120px;padding:12px 16px;line-height:1.5;transition:border-color .15s}.ChatInterface-module__WGbyoa__input:focus{border-color:var(--color-accent);outline:none}.ChatInterface-module__WGbyoa__input::placeholder{color:var(--color-ink-faint)}.ChatInterface-module__WGbyoa__sendBtn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .2s;display:flex}.ChatInterface-module__WGbyoa__sendBtn:disabled{opacity:.35;cursor:not-allowed}.ChatInterface-module__WGbyoa__sendBtn:not(:disabled):hover{opacity:.85}.ChatInterface-module__WGbyoa__attachBtn{background:var(--color-bg-sunken);border:1px solid var(--color-rule);width:44px;height:44px;color:var(--color-ink-soft);cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.ChatInterface-module__WGbyoa__attachBtn:hover{background:var(--color-accent-tint);border-color:var(--color-accent);color:var(--color-accent)}.ChatInterface-module__WGbyoa__attachBtn:disabled{opacity:.4;cursor:not-allowed}.ChatInterface-module__WGbyoa__micRecording{gap:4px;animation:1s ease-in-out infinite ChatInterface-module__WGbyoa__micPulse;color:var(--color-danger)!important;background:#b24b3a1f!important;border-color:#b24b3a73!important}.ChatInterface-module__WGbyoa__recTimer{min-width:28px;font-size:10px;font-weight:600}.ChatInterface-module__WGbyoa__micSpinner{border:2px solid var(--color-accent-tint);border-top-color:var(--color-accent);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite ChatInterface-module__WGbyoa__spin;display:inline-block}@keyframes ChatInterface-module__WGbyoa__micPulse{0%,to{box-shadow:0 0 #b24b3a4d}50%{box-shadow:0 0 0 6px #b24b3a00}}@keyframes ChatInterface-module__WGbyoa__spin{to{transform:rotate(360deg)}}.ChatInterface-module__WGbyoa__pendingFile{border-top:1px solid var(--color-rule);background:var(--color-accent-tint);align-items:center;gap:10px;padding:10px 16px;display:flex}.ChatInterface-module__WGbyoa__pendingImage{object-fit:cover;border:1px solid var(--color-rule);border-radius:8px;width:56px;height:56px}.ChatInterface-module__WGbyoa__pendingFileInfo{color:var(--color-accent);font-size:var(--text-xs);align-items:center;gap:8px;display:flex}.ChatInterface-module__WGbyoa__clearFile{color:var(--color-ink-faint);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;margin-right:auto;padding:4px;transition:color .15s;display:flex}.ChatInterface-module__WGbyoa__clearFile:hover{color:var(--color-danger)}.ChatInterface-module__WGbyoa__fileChip{background:var(--color-bg-sunken);font-size:var(--text-xs);color:var(--color-ink-soft);border-radius:8px;align-items:center;gap:6px;margin-bottom:6px;padding:5px 10px;display:flex}.ChatInterface-module__WGbyoa__imagePreview{border-radius:10px;max-width:200px;max-height:200px;margin-bottom:6px;display:block}.ChatInterface-module__WGbyoa__audioPlayer{width:100%;min-width:220px;max-width:320px;accent-color:var(--color-accent);border-radius:8px;margin-top:8px;display:block}.ChatInterface-module__WGbyoa__historical .ChatInterface-module__WGbyoa__bubble{opacity:.65}.ChatInterface-module__WGbyoa__dateSeparator{text-align:center;color:var(--color-text-muted,#64748b);margin:8px 0 4px;font-size:11px;position:relative}.ChatInterface-module__WGbyoa__dateSeparator:before,.ChatInterface-module__WGbyoa__dateSeparator:after{content:"";background:#ffffff14;width:30%;height:1px;position:absolute;top:50%}.ChatInterface-module__WGbyoa__dateSeparator:before{right:calc(50% + 56px)}.ChatInterface-module__WGbyoa__dateSeparator:after{left:calc(50% + 56px)}.ChatInterface-module__WGbyoa__researchMode{border-color:#a8824859;box-shadow:inset 0 0 0 1px #a8824814}.ChatInterface-module__WGbyoa__researchMode .ChatInterface-module__WGbyoa__messages{background:#a8824808}.ChatInterface-module__WGbyoa__researchBanner{color:#c9a85c;letter-spacing:.04em;text-transform:uppercase;background:#a882481f;border-bottom:1px solid #a8824833;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:600;display:flex}@media (max-width:640px){.ChatInterface-module__WGbyoa__messages{gap:12px;padding:12px 10px}.ChatInterface-module__WGbyoa__message{max-width:90%}.ChatInterface-module__WGbyoa__bubble{font-size:var(--text-sm);padding:10px 12px}.ChatInterface-module__WGbyoa__inputArea{gap:8px;padding:10px}.ChatInterface-module__WGbyoa__input{padding:10px 12px;font-size:16px}.ChatInterface-module__WGbyoa__sendBtn,.ChatInterface-module__WGbyoa__attachBtn{width:40px;height:40px}}
