.prompt-bar-module__MbOY-W__promptWrap{z-index:50;flex-direction:column;gap:14px;width:calc(100% - 48px);max-width:820px;margin:0;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.prompt-bar-module__MbOY-W__promptGlow{z-index:1;pointer-events:none;position:absolute;inset:0}.prompt-bar-module__MbOY-W__suggestions{z-index:2;scrollbar-width:none;align-items:center;gap:17px;width:100%;display:flex;position:relative;overflow-x:auto}.prompt-bar-module__MbOY-W__suggestions::-webkit-scrollbar{display:none}.prompt-bar-module__MbOY-W__suggestionChip{height:58px;font-family:var(--font-family-primary);color:#6b7280;white-space:nowrap;cursor:pointer;background-color:#8c8c8c1a;border:none;border-radius:30px;flex:none;justify-content:center;align-items:center;padding:0 24px;font-size:18px;font-weight:500;line-height:26px;transition:transform .15s,background-color .15s;display:flex;box-shadow:0 .58px 8.107px #00000014,inset 0 0 0 1px #ffffffb3}.prompt-bar-module__MbOY-W__suggestionChip:hover,.prompt-bar-module__MbOY-W__suggestionChip:focus-visible{background-color:#8c8c8c33;transform:translateY(-2px)}.prompt-bar-module__MbOY-W__suggestionChip:disabled{cursor:wait;opacity:.65;transform:none}.prompt-bar-module__MbOY-W__promptGlow:after{content:"";filter:blur(28px);background:radial-gradient(circle,#e036 0%,#ff2d7838 40%,#fff0 72%);width:260px;height:160px;position:absolute;bottom:-40px;right:-60px}.prompt-bar-module__MbOY-W__promptBar{z-index:2;background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#ffd6de 0%,#ff2d78 55%,#e03 100%);background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:24px;flex-direction:column;justify-content:center;gap:6px;width:100%;padding:14px 28px 12px;display:flex;position:relative;box-shadow:0 4px 29.5px #0000000d}.prompt-bar-module__MbOY-W__promptBar.prompt-bar-module__MbOY-W__hasText .prompt-bar-module__MbOY-W__promptSendBtn{display:flex}.prompt-bar-module__MbOY-W__promptIconRow{justify-content:space-between;align-items:center;width:100%;display:flex}.prompt-bar-module__MbOY-W__promptMicIcon{justify-content:center;align-items:center;width:22px;height:22px;display:flex}.prompt-bar-module__MbOY-W__promptSendBtn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:transform .15s;display:none}.prompt-bar-module__MbOY-W__promptSendBtn:hover{transform:scale(1.08)}.prompt-bar-module__MbOY-W__promptInput{font-family:var(--font-family-primary);color:#333;background:0 0;border:none;outline:none;flex:none;font-size:15px;font-weight:200}.prompt-bar-module__MbOY-W__promptInput::placeholder{color:#333}.prompt-bar-module__MbOY-W__promptInput:disabled{cursor:wait}.prompt-bar-module__MbOY-W__promptSendBtn:disabled{cursor:wait;opacity:.65}@media (max-width:768px){.prompt-bar-module__MbOY-W__promptWrap{margin-top:32px}.prompt-bar-module__MbOY-W__suggestionChip{height:48px;padding:0 18px;font-size:15px;line-height:22px}}
.chatbot-module__uzcLaa__chatbotHero{background:#f1f4f9;min-height:100vh;padding:120px 0 60px;position:relative;overflow:hidden}.chatbot-module__uzcLaa__chatbotBgWrapper{pointer-events:none;justify-content:center;align-items:center;height:100dvh;display:flex;position:fixed;inset:0}.chatbot-module__uzcLaa__chatbotBgGlow{opacity:.7;object-fit:contain;width:100%;max-width:1600px}.chatbot-module__uzcLaa__chatbotBgGrid{object-fit:cover;object-position:center top;pointer-events:none;width:100%;height:100dvh;position:absolute;inset:0}.chatbot-module__uzcLaa__chatbotContainer{z-index:2;flex-direction:column;width:100%;display:flex;position:relative}.chatbot-module__uzcLaa__chatbotBreadcrumbBar{z-index:2;position:relative}.chatbot-module__uzcLaa__chatbotBreadcrumb{font-family:var(--font-family-primary);color:#94a3b8;align-items:center;gap:8px;margin-bottom:32px;font-size:14px;display:flex}.chatbot-module__uzcLaa__chatbotBreadcrumb a{color:#94a3b8;text-decoration:none;transition:color .15s}.chatbot-module__uzcLaa__chatbotBreadcrumb a:hover{color:#e03}.chatbot-module__uzcLaa__chatbotBreadcrumb i{color:#94a3b8;font-size:10px}.chatbot-module__uzcLaa__chatbotBreadcrumb span{color:#101216;font-weight:600}.chatbot-module__uzcLaa__chatbotConversation{overflow-anchor:none;flex-direction:column;gap:24px;width:100%;max-width:720px;margin:0 auto 140px;display:flex}.chatbot-module__uzcLaa__chatbotConversationEmpty{margin-bottom:0}.chatbot-module__uzcLaa__chatbotMsg{flex-direction:column;scroll-margin-top:120px;animation:.18s ease-out chatbot-module__uzcLaa__chatbotBubbleIn;display:flex}@keyframes chatbot-module__uzcLaa__chatbotBubbleIn{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-module__uzcLaa__chatbotMsgUser{align-items:flex-end}.chatbot-module__uzcLaa__chatbotUserBubble{background:var(--primary-gradient);max-width:80%;font-family:var(--font-family-primary);color:#fff;border-radius:24px 24px 0;margin:0;padding:16px;font-size:18px;font-weight:700;display:inline-block}.chatbot-module__uzcLaa__chatbotMsgAi{overflow-anchor:none;align-items:flex-start;gap:10px}.chatbot-module__uzcLaa__chatbotAiAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:64px;height:64px}.chatbot-module__uzcLaa__chatbotAiBubble{white-space:pre-wrap;width:100%;font-family:var(--font-family-primary);color:#282828;background:#fff;border-radius:0 24px 24px;padding:20px 24px;font-size:16px;line-height:1.6;box-shadow:0 10px 30px #0000000d}.chatbot-module__uzcLaa__chatbotAiError{color:#b42318}.chatbot-module__uzcLaa__chatbotTyping{color:#64748b;align-items:center;gap:6px;font-style:italic;display:inline-flex}.chatbot-module__uzcLaa__chatbotTypingDot{background:#64748b;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite chatbot-module__uzcLaa__chatbotTypingBounce}.chatbot-module__uzcLaa__chatbotTypingDot:nth-child(2){animation-delay:.15s}.chatbot-module__uzcLaa__chatbotTypingDot:nth-child(3){animation-delay:.3s}@keyframes chatbot-module__uzcLaa__chatbotTypingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chatbot-module__uzcLaa__chatbotAiBubble p{margin:0 0 12px}.chatbot-module__uzcLaa__chatbotAiBubble p:last-child,.chatbot-module__uzcLaa__chatbotAiBubble ul:last-child,.chatbot-module__uzcLaa__chatbotAiBubble ol:last-child,.chatbot-module__uzcLaa__chatbotAiBubble pre:last-child,.chatbot-module__uzcLaa__chatbotAiBubble blockquote:last-child{margin-bottom:0}.chatbot-module__uzcLaa__chatbotAiBubble h1,.chatbot-module__uzcLaa__chatbotAiBubble h2,.chatbot-module__uzcLaa__chatbotAiBubble h3,.chatbot-module__uzcLaa__chatbotAiBubble h4{margin:20px 0 8px;line-height:1.35}.chatbot-module__uzcLaa__chatbotAiBubble h1:first-child,.chatbot-module__uzcLaa__chatbotAiBubble h2:first-child,.chatbot-module__uzcLaa__chatbotAiBubble h3:first-child,.chatbot-module__uzcLaa__chatbotAiBubble h4:first-child{margin-top:0}.chatbot-module__uzcLaa__chatbotAiBubble h1{font-size:22px}.chatbot-module__uzcLaa__chatbotAiBubble h2{font-size:20px}.chatbot-module__uzcLaa__chatbotAiBubble h3,.chatbot-module__uzcLaa__chatbotAiBubble h4{font-size:18px}.chatbot-module__uzcLaa__chatbotAiBubble ul,.chatbot-module__uzcLaa__chatbotAiBubble ol{margin:0 0 12px;padding-left:24px}.chatbot-module__uzcLaa__chatbotAiBubble a{color:#d9272e;overflow-wrap:anywhere;text-decoration:underline}.chatbot-module__uzcLaa__chatbotAiBubble code{background:#f1f4f9;border-radius:4px;padding:2px 5px;font-family:monospace;font-size:.9em}.chatbot-module__uzcLaa__chatbotAiBubble pre{color:#f8fafc;white-space:pre;background:#172033;border-radius:10px;margin:12px 0;padding:14px;overflow-x:auto}.chatbot-module__uzcLaa__chatbotAiBubble pre code{color:inherit;background:0 0;padding:0}.chatbot-module__uzcLaa__chatbotAiBubble blockquote{background:#fff5f7;border-left:4px solid #e03;margin:12px 0;padding:8px 12px}.chatbot-module__uzcLaa__chatbotAiBubble hr{border:0;border-top:1px solid #e2e8f0;margin:16px 0}.chatbot-module__uzcLaa__chatbotAiBubble .markdownTableWrap{margin:12px 0;overflow-x:auto}.chatbot-module__uzcLaa__chatbotAiBubble table{border-collapse:collapse;white-space:normal;width:100%}.chatbot-module__uzcLaa__chatbotAiBubble th,.chatbot-module__uzcLaa__chatbotAiBubble td{text-align:left;vertical-align:top;border:1px solid #dbe1ea;padding:8px 10px}.chatbot-module__uzcLaa__chatbotAiBubble th{background:#f1f4f9;font-weight:700}.chatbot-module__uzcLaa__chatbotAiBubble h4{font-family:var(--font-family-primary);color:#282828;margin:0 0 8px;font-size:18px;font-weight:700}.chatbot-module__uzcLaa__chatbotAiBubble div:not(:first-of-type){margin-top:20px}.chatbot-module__uzcLaa__chatbotAiBubble ul{margin:0;padding-left:20px}.chatbot-module__uzcLaa__chatbotAiBubble li{font-family:var(--font-family-primary);color:#282828;font-size:16px;font-weight:300;line-height:1.6}.chatbot-module__uzcLaa__chatbotPromptWrap{width:100%;max-width:820px;margin:48px auto 0;position:relative}.chatbot-module__uzcLaa__chatbotPromptGlow{z-index:1;pointer-events:none;position:absolute;inset:0}.chatbot-module__uzcLaa__chatbotPromptGlow:after{content:"";filter:blur(28px);background:radial-gradient(circle,#e036 0%,#ff2d7838 40%,#fff0 72%);width:260px;height:160px;position:absolute;bottom:-40px;right:-60px}.chatbot-module__uzcLaa__chatbotPromptBar{z-index:2;background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#ffd6de 0%,#ff2d78 55%,#e03 100%);background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:24px;flex-direction:column;justify-content:center;gap:6px;width:100%;padding:14px 28px 12px;display:flex;position:relative;box-shadow:0 4px 29.5px #0000000d}.chatbot-module__uzcLaa__chatbotPromptBar.chatbot-module__uzcLaa__hasText .chatbot-module__uzcLaa__chatbotPromptSendBtn{display:flex}.chatbot-module__uzcLaa__chatbotPromptIconRow{justify-content:space-between;align-items:center;width:100%;display:flex}.chatbot-module__uzcLaa__chatbotPromptMicIcon{justify-content:center;align-items:center;width:22px;height:22px;display:flex}.chatbot-module__uzcLaa__chatbotPromptSendBtn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:transform .15s;display:none}.chatbot-module__uzcLaa__chatbotPromptSendBtn:hover{transform:scale(1.08)}.chatbot-module__uzcLaa__chatbotPromptInput{font-family:var(--font-family-primary);color:#333;background:0 0;border:none;outline:none;flex:none;font-size:15px;font-weight:200}.chatbot-module__uzcLaa__chatbotPromptInput::placeholder{color:#333}@media (prefers-reduced-motion:reduce){.chatbot-module__uzcLaa__chatbotTypingDot,.chatbot-module__uzcLaa__chatbotMsg{animation:none}}@media (max-width:768px){.chatbot-module__uzcLaa__chatbotHero{padding:100px 0 40px}.chatbot-module__uzcLaa__chatbotUserBubble{max-width:92%}.chatbot-module__uzcLaa__chatbotAiBubble{padding:16px}}
