.chatbot_chatbot_frame__xYBIk{grid-column:1;justify-content:center;background:var(--bg-color)}.chatbot_chat_section__hLM_B,.chatbot_chatbot_frame__xYBIk{display:flex;align-items:center;height:100%;overflow:hidden;position:relative}.chatbot_chat_section__hLM_B{justify-content:flex-end;flex-direction:column;width:100%;max-width:900px;margin:0 auto}.chatbot_chat_display__YuSg_{width:100%;height:100%;padding:2rem 1.5rem 8rem;overflow-y:auto;display:flex;flex-direction:column;scroll-behavior:smooth}.chatbot_message__H_Vim{position:relative;margin-bottom:1.5rem;word-wrap:break-word;overflow-wrap:anywhere;font-weight:400;font-size:1rem;line-height:1.6;padding:1rem 1.25rem;width:-moz-fit-content;width:fit-content;max-width:85%;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.chatbot_user_message__9B_Kr{border-radius:1.25rem 1.25rem .25rem 1.25rem;margin-left:auto;background-color:var(--message-user-bg);color:var(--message-user-text)}.chatbot_chatbot_message__ybrJ9{border-radius:1.25rem 1.25rem 1.25rem .25rem;margin-right:auto;background-color:var(--message-bot-bg);color:var(--message-bot-text);border:1px solid var(--border-color)}.chatbot_user_message__9B_Kr .chatbot_message_text__84Qtk{align-self:flex-end}.chatbot_chatbot_message__ybrJ9 .chatbot_message_text__84Qtk{align-self:flex-start}.chatbot_message_text__84Qtk>ol,.chatbot_message_text__84Qtk>ul{-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}.chatbot_message_text__84Qtk{display:flex;flex-direction:column;gap:.5rem}.chatbot_message_text__84Qtk p{margin-bottom:.5rem}.chatbot_message_text__84Qtk p:last-child{margin-bottom:0}.chatbot_message_text__84Qtk code{background-color:rgba(255,255,255,.1);padding:.2rem .4rem;border-radius:.25rem;font-family:monospace;font-size:.9em}.chatbot_chatbot_message__ybrJ9 .chatbot_message_text__84Qtk code{background-color:rgba(255,255,255,.1);color:#f472b6}.chatbot_user_message__9B_Kr .chatbot_message_text__84Qtk code{background-color:rgba(255,255,255,.2);color:inherit}.chatbot_message_text__84Qtk pre{background-color:#020617;color:#e2e8f0;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:.5rem 0}.chatbot_message_text__84Qtk pre code{background-color:transparent;padding:0;color:inherit}.chatbot_message_text__84Qtk a{color:inherit;text-decoration:underline}.chatbot_message_text_cursor__pMfKu{display:inline-block;height:1em;width:2px;background-color:currentColor;animation:chatbot_blink__ZCfh8 1s infinite;vertical-align:middle}@keyframes chatbot_blink__ZCfh8{0%,to{opacity:1}50%{opacity:0}}.chatbot_message_img__5qpI_{width:100%;height:auto;object-fit:cover;border-radius:.5rem;margin-bottom:.5rem}.chatbot_message_time__sV5rz{display:block;font-size:.75rem!important;opacity:.7;margin-top:.25rem;text-align:right;align-self:flex-end}.chatbot_spinner__VyVsC{border-radius:1.25rem;background:var(--message-bot-bg);padding:1rem;width:-moz-fit-content;width:fit-content;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.chatbot_input_section__bXGgn{position:absolute;width:100%;bottom:0;left:0;z-index:500;padding:1.5rem;background:linear-gradient(to top,var(--bg-color) 80%,transparent);display:flex;justify-content:center;box-sizing:border-box}.chatbot_user_input__x_1_7{display:flex;padding:.5rem;border-radius:3rem;background-color:var(--input-bg);box-shadow:var(--shadow-lg);width:100%;max-width:800px;border:1px solid var(--border-color);transition:box-shadow .3s ease;box-sizing:border-box;height:auto}.chatbot_user_input__x_1_7:focus-within{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:rgba(99,102,241,.2)}.chatbot_user_input__x_1_7 input[type=text]{flex-grow:1;padding:.75rem 1.5rem;border-radius:3rem;background:transparent;color:var(--text-primary);outline:none;border:none;font-size:1rem;height:auto}.chatbot_user_input__x_1_7 input[type=text]::placeholder{color:var(--text-secondary)}.chatbot_user_input__x_1_7 button{width:3rem;height:3rem;border-radius:50%;border:none;background:var(--primary-color);color:white;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .2s;margin-left:.5rem;padding:0;aspect-ratio:1/1}.chatbot_user_input__x_1_7 button:hover{background-color:var(--primary-hover)}.chatbot_user_input__x_1_7 button:disabled{background-color:#cbd5e1;cursor:not-allowed;filter:none}.chatbot_send_icon__z6E6M{width:1.5rem;height:1.5rem}.navbar_nav__vwA6_{position:fixed;top:0;left:0;right:0;padding:1rem 2rem;background-color:rgba(15,23,42,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);z-index:999;display:flex;justify-content:center;align-items:center}.navbar_title__hzbEa{font-size:1.75rem;font-weight:700;text-decoration:none;background:linear-gradient(135deg,var(--primary-color),#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em}.page_main__GlU4n{display:grid;grid-template-columns:1fr;height:100vh;height:100svh;padding-top:4.5rem;background-color:var(--bg-color)}