.chat-module__wZdiRW__container{flex-direction:column;max-width:720px;height:calc(100vh - 4rem);margin:0 auto;animation:.3s ease-out chat-module__wZdiRW__fadeIn;display:flex}@media (max-width:768px){.chat-module__wZdiRW__container{height:calc(100vh - 3rem - 49px)}}.chat-module__wZdiRW__header{border-bottom:1px solid var(--border);margin-bottom:0;padding-bottom:1rem}.chat-module__wZdiRW__title{letter-spacing:-.025em;font-size:1.5rem;font-weight:700}.chat-module__wZdiRW__banner{background:var(--warning-bg,#fef3cd);color:var(--warning-text,#856404);text-align:center;border-radius:8px;padding:.625rem 1rem;font-size:.8125rem;line-height:1.5}.chat-module__wZdiRW__bannerLink{color:inherit;font-weight:600;text-decoration:underline}.chat-module__wZdiRW__messages{flex-direction:column;flex:1;gap:1rem;padding:1.5rem 0;display:flex;overflow-y:auto}.chat-module__wZdiRW__greeting{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.chat-module__wZdiRW__greetingAvatar{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.chat-module__wZdiRW__greetingText{color:var(--text-secondary);max-width:360px;font-size:.9375rem;line-height:1.6}.chat-module__wZdiRW__messageRow{gap:.625rem;max-width:85%;display:flex}.chat-module__wZdiRW__messageRowUser{flex-direction:row-reverse;align-self:flex-end}.chat-module__wZdiRW__messageRowAssistant{align-self:flex-start}.chat-module__wZdiRW__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:.6875rem;font-weight:600;display:flex}.chat-module__wZdiRW__avatarUser{background:var(--foreground);color:var(--background)}.chat-module__wZdiRW__avatarAssistant{background:var(--accent);color:#fff}.chat-module__wZdiRW__bubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;padding:.625rem .875rem;font-size:.875rem;line-height:1.5}.chat-module__wZdiRW__bubbleUser{background:var(--foreground);color:var(--background);border-bottom-right-radius:4px}.chat-module__wZdiRW__bubbleAssistant{background:var(--surface);color:var(--foreground);border-bottom-left-radius:4px}.chat-module__wZdiRW__typingDots{gap:4px;padding:.75rem 1rem;display:flex}.chat-module__wZdiRW__typingDots span{background:var(--text-secondary);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite chat-module__wZdiRW__typingBounce}.chat-module__wZdiRW__typingDots span:nth-child(2){animation-delay:.2s}.chat-module__wZdiRW__typingDots span:nth-child(3){animation-delay:.4s}@keyframes chat-module__wZdiRW__typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-module__wZdiRW__inputArea{border-top:1px solid var(--border);gap:.5rem;padding:1rem;display:flex}.chat-module__wZdiRW__input{border:1px solid var(--border);background:var(--background);color:var(--foreground);resize:none;border-radius:10px;outline:none;flex:1;min-height:42px;max-height:120px;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.chat-module__wZdiRW__input:focus{border-color:var(--accent)}.chat-module__wZdiRW__input::placeholder{color:var(--text-secondary)}.chat-module__wZdiRW__sendButton{background:var(--foreground);width:42px;height:42px;color:var(--background);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.chat-module__wZdiRW__sendButton:hover{opacity:.85}.chat-module__wZdiRW__sendButton:disabled{opacity:.3;cursor:not-allowed}.chat-module__wZdiRW__loading{color:var(--text-secondary);flex:1;justify-content:center;align-items:center;font-size:.875rem;display:flex}.chat-module__wZdiRW__error{color:var(--danger);text-align:center;padding:.5rem;font-size:.8125rem}
