.Chat-module__tFQLfG__chatContainer{background:var(--chat-background);width:100%;max-width:900px;color:var(--chat-foreground);flex-direction:column;flex:1;min-height:0;margin:0 auto;display:flex;position:relative}.Chat-module__tFQLfG__chatHeader{border-bottom:1px solid var(--chat-border);background:var(--chat-header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0;padding:16px 24px}.Chat-module__tFQLfG__title{background:linear-gradient(135deg,#2d5a27 0%,#4a7c59 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 4px;font-size:28px;font-weight:700}.Chat-module__tFQLfG__subtitle{color:var(--chat-text-secondary);margin:0;font-size:14px}.Chat-module__tFQLfG__messagesContainer{scroll-behavior:smooth;flex:1;min-height:0;padding:16px 24px;overflow:hidden auto}.Chat-module__tFQLfG__messagesContainer::-webkit-scrollbar{width:8px}.Chat-module__tFQLfG__messagesContainer::-webkit-scrollbar-track{background:0 0}.Chat-module__tFQLfG__messagesContainer::-webkit-scrollbar-thumb{background:var(--chat-scrollbar);border-radius:4px}.Chat-module__tFQLfG__messagesContainer::-webkit-scrollbar-thumb:hover{background:var(--chat-scrollbar-hover)}.Chat-module__tFQLfG__messages{flex-direction:column;gap:12px;display:flex}.Chat-module__tFQLfG__emptyState{text-align:center;height:100%;color:var(--chat-text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.Chat-module__tFQLfG__emptyIcon{margin-bottom:16px;font-size:64px}.Chat-module__tFQLfG__emptyState h2{color:var(--chat-foreground);margin:0 0 8px;font-size:24px;font-weight:600}.Chat-module__tFQLfG__emptyState p{margin:0;font-size:16px}.Chat-module__tFQLfG__message{animation:.3s ease-in Chat-module__tFQLfG__fadeIn;display:flex}@keyframes Chat-module__tFQLfG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Chat-module__tFQLfG__userMessage{justify-content:flex-end}.Chat-module__tFQLfG__assistantMessage{justify-content:flex-start}.Chat-module__tFQLfG__messageContent{word-wrap:break-word;border-radius:18px;max-width:75%;padding:12px 16px}.Chat-module__tFQLfG__userMessage .Chat-module__tFQLfG__messageContent{color:#fff;background:linear-gradient(135deg,#2d5a27 0%,#4a7c59 100%);border-bottom-right-radius:4px}.Chat-module__tFQLfG__assistantMessage .Chat-module__tFQLfG__messageContent{background:var(--chat-message-bg);color:var(--chat-foreground);border:1px solid var(--chat-border);border-bottom-left-radius:4px}.Chat-module__tFQLfG__messageRole{opacity:.8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:12px;font-weight:600}.Chat-module__tFQLfG__userMessage .Chat-module__tFQLfG__messageRole{color:#ffffffe6}.Chat-module__tFQLfG__assistantMessage .Chat-module__tFQLfG__messageRole{color:var(--chat-text-secondary)}.Chat-module__tFQLfG__messageText{white-space:pre-wrap;font-size:15px;line-height:1.5}.Chat-module__tFQLfG__messageText p{margin:0 0 8px}.Chat-module__tFQLfG__messageText p:last-child{margin-bottom:0}:is(.Chat-module__tFQLfG__messageText h1,.Chat-module__tFQLfG__messageText h2,.Chat-module__tFQLfG__messageText h3,.Chat-module__tFQLfG__messageText h4,.Chat-module__tFQLfG__messageText h5,.Chat-module__tFQLfG__messageText h6){margin:12px 0 6px;font-weight:600;line-height:1.4}.Chat-module__tFQLfG__messageText h1{font-size:24px}.Chat-module__tFQLfG__messageText h2{font-size:20px}.Chat-module__tFQLfG__messageText h3{font-size:18px}.Chat-module__tFQLfG__messageText h4{font-size:16px}:is(.Chat-module__tFQLfG__messageText ul,.Chat-module__tFQLfG__messageText ol){margin:6px 0;padding-left:24px}.Chat-module__tFQLfG__messageText li{margin:2px 0}.Chat-module__tFQLfG__messageText li p{margin:0}.Chat-module__tFQLfG__messageText code{background:var(--chat-code-bg,#0000001a);border-radius:4px;padding:2px 6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px}.Chat-module__tFQLfG__messageText pre{background:var(--chat-code-bg,#0000001a);border-radius:8px;margin:8px 0;padding:10px;overflow-x:auto}.Chat-module__tFQLfG__messageText pre code{background:0 0;padding:0}.Chat-module__tFQLfG__messageText blockquote{border-left:3px solid var(--chat-border);opacity:.8;margin:8px 0;padding-left:16px;font-style:italic}.Chat-module__tFQLfG__messageText strong{font-weight:600}.Chat-module__tFQLfG__messageText em{font-style:italic}.Chat-module__tFQLfG__messageText a{color:#2d5a27;text-decoration:underline}.Chat-module__tFQLfG__messageText a:hover{color:#4a7c59}.Chat-module__tFQLfG__loadingDots{gap:6px;padding:8px 0;display:flex}.Chat-module__tFQLfG__loadingDots span{background:var(--chat-text-secondary);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both Chat-module__tFQLfG__bounce}.Chat-module__tFQLfG__loadingDots span:first-child{animation-delay:-.32s}.Chat-module__tFQLfG__loadingDots span:nth-child(2){animation-delay:-.16s}@keyframes Chat-module__tFQLfG__bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.Chat-module__tFQLfG__inputForm{border-top:1px solid var(--chat-border);background:var(--chat-header-bg);z-index:10;flex-shrink:0;padding:16px 24px;position:sticky;bottom:0}.Chat-module__tFQLfG__inputContainer{background:var(--chat-input-bg);border:1px solid var(--chat-border);border-radius:24px;align-items:center;gap:12px;padding:4px 4px 4px 20px;transition:border-color .2s,box-shadow .2s;display:flex}.Chat-module__tFQLfG__inputContainer:focus-within{border-color:#2d5a27;box-shadow:0 0 0 3px #667eea1a}.Chat-module__tFQLfG__input{color:var(--chat-foreground);resize:none;background:0 0;border:none;outline:none;flex:1;max-height:120px;padding:12px 0;font-family:inherit;font-size:15px;line-height:1.5;overflow-y:auto}.Chat-module__tFQLfG__input::placeholder{color:var(--chat-text-secondary);opacity:.6}.Chat-module__tFQLfG__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2d5a27 0%,#4a7c59 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,opacity .2s;display:flex}.Chat-module__tFQLfG__sendButton:hover:not(:disabled){transform:scale(1.05)}.Chat-module__tFQLfG__sendButton:active:not(:disabled){transform:scale(.95)}.Chat-module__tFQLfG__sendButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.Chat-module__tFQLfG__chatHeader{padding:12px 20px}.Chat-module__tFQLfG__title{font-size:24px}.Chat-module__tFQLfG__messagesContainer{padding:12px 20px}.Chat-module__tFQLfG__messageContent{max-width:85%}.Chat-module__tFQLfG__inputForm{padding:12px 20px}}
.page-module__nPS9Aq__pageWrapper{flex-direction:column;min-height:calc(100vh - 80px);display:flex}
