.homePageBot_botContainer__tqOiy{position:fixed;bottom:15px;right:-500px;width:clamp(340px,30vw,500px);height:clamp(520px,50vh,650px);background:var(--chatbot-bg);border-radius:15px;box-shadow:0 5px 25px rgba(0,0,0,.2);overflow:hidden;display:flex;flex-direction:column;padding:clamp(10px,2.5vw,18px);box-sizing:border-box;z-index:1001;transition:right .5s ease-in-out}.homePageBot_slideIn__762eL{right:15px}.homePageBot_closeBotButton__nAr9o{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted);z-index:1000}.homePageBot_closeBotButton__nAr9o:hover{color:var(--foreground)}.homePageBot_botInnerWrapper__I173L{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative}.homePageBot_logoNobg___fQmq{text-align:center;margin-bottom:10px}.homePageBot_logoNobg___fQmq img{width:auto;height:auto;max-width:clamp(40px,6vw,55px);max-height:clamp(40px,6vw,55px)}.homePageBot_messagesContainer__N7LSK{width:100%;flex:1;min-height:0;overflow-y:auto;background:transparent;padding:10px;margin-bottom:15px;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent;-webkit-mask-image:linear-gradient(180deg,transparent,black 10px,black calc(100% - 10px),transparent);mask-image:linear-gradient(180deg,transparent,black 10px,black calc(100% - 10px),transparent)}.homePageBot_messagesContainer__N7LSK::-webkit-scrollbar{width:4px}.homePageBot_messagesContainer__N7LSK::-webkit-scrollbar-track{background:transparent}.homePageBot_messagesContainer__N7LSK::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}.homePageBot_messagesContainer__N7LSK::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.homePageBot_messagesWrapper__ebG_4{display:flex;flex-direction:column;gap:clamp(10px,2.5vw,15px)}.homePageBot_message__ONQ4m{padding:clamp(8px,2vw,12px);border-radius:8px;font-size:clamp(12px,1.6vw,14px);display:inline-block;max-width:80%;background:var(--chatbot-input-bg);word-wrap:break-word;clear:both}.homePageBot_user__EOJvd{background-color:var(--chatbot-user-bubble-bg);color:var(--chatbot-user-bubble-text);margin-left:auto;float:right}.homePageBot_assistant__LQqPV{background-color:var(--chatbot-assistant-bubble-bg);color:var(--chatbot-assistant-bubble-text);margin-right:auto;float:left}.homePageBot_bottomContainer__6L7mf{flex-direction:column;align-items:center;gap:10px;z-index:2}.homePageBot_bottomContainer__6L7mf,.homePageBot_inputForm__Z1Iql{position:relative;display:flex;width:100%}.homePageBot_inputForm__Z1Iql input{width:100%;padding:clamp(10px,2vw,12px) clamp(40px,14vw,95px) clamp(10px,2vw,12px) clamp(35px,10vw,50px);font-size:clamp(12px,2vw,14px);border:none;border-radius:8px;background:var(--chatbot-input-bg);box-shadow:var(--shadow-primary);color:var(--foreground)}.homePageBot_attachmentButton__iRvs4,.homePageBot_inputForm__Z1Iql button[type=submit]{position:absolute;top:50%;transform:translateY(-50%);padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.homePageBot_attachmentButton__iRvs4{left:8px;width:clamp(28px,6vw,30px);height:clamp(28px,6vw,30px);color:var(--text-muted);font-size:clamp(16px,3vw,18px)}.homePageBot_attachmentButton__iRvs4:hover{color:var(--foreground);transform:translateY(-50%) scale(1.1)}.homePageBot_inputForm__Z1Iql button[type=submit]{right:8px;width:clamp(30px,6vw,35px);height:clamp(30px,6vw,35px)}.homePageBot_inputForm__Z1Iql button[type=submit]:hover{transform:translateY(-50%) scale(1.1)}.homePageBot_disclaimer__qJOhD{text-align:center;font-size:clamp(9px,1.5vw,11px);color:var(--text-muted);max-width:90%}.homePageBot_conversationStartersContainer__WABrS{display:flex;justify-content:center;gap:6px;width:100%;flex-wrap:wrap}.homePageBot_conversationStarterItem__5SuUz{padding:4px 8px;background:var(--chatbot-input-bg);border:1px solid var(--border-primary);border-radius:16px;font-size:clamp(9px,1.5vw,11px);cursor:pointer;transition:background-color .2s;color:var(--text-secondary)}.homePageBot_conversationStarterItem__5SuUz:hover{background-color:var(--border-primary)}.homePageBot_fillFormButton__xDc4q{padding:clamp(6px,1.5vw,8px) clamp(10px,2vw,12px);background-color:#BC4361;color:#fff;border:none;border-radius:8px;font-size:clamp(12px,2.2vw,14px);cursor:pointer;transition:all .3s ease;font-weight:600;animation:homePageBot_glowing__KQrp7 2.5s ease-in-out infinite}@keyframes homePageBot_glowing__KQrp7{0%,to{box-shadow:0 0 3px rgba(188,67,97,.5)}50%{box-shadow:0 0 10px rgba(188,67,97,.7)}}.homePageBot_typingIndicator__jxWuz{display:flex;align-items:center}.homePageBot_typingIndicator__jxWuz span{height:8px;width:8px;background-color:#999;border-radius:50%;display:inline-block;margin:0 2px;animation:homePageBot_bounce__WSJOg 1.4s ease-in-out infinite both}.homePageBot_typingIndicator__jxWuz span:first-child{animation-delay:-.32s}.homePageBot_typingIndicator__jxWuz span:nth-child(2){animation-delay:-.16s}@keyframes homePageBot_bounce__WSJOg{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.homePageBot_attachedFile__H31yl{display:flex;align-items:center;gap:8px;background-color:var(--chatbot-input-bg);padding:4px 8px;border-radius:4px;font-size:.8rem}.homePageBot_attachedFile__H31yl span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homePageBot_attachedFile__H31yl button{background:none;border:none;cursor:pointer;font-size:1rem}.homePageBot_pdfPopupContainer__c7Evv{position:absolute;bottom:100%;right:0;width:250px;z-index:10;background:var(--chatbot-bg);border:1px solid var(--border-primary);border-radius:8px;padding:15px;margin-bottom:10px;box-shadow:var(--shadow-strong);text-align:center}.homePageBot_fileButton__RUwFi{display:inline-block;padding:8px 16px;background-color:var(--chatbot-input-bg);border:1px solid var(--border-primary);border-radius:4px;font-size:.9rem;cursor:pointer}.homePageBot_hiddenFileInput__Ed6IT{display:none}.homePageBot_uploadInstructions__hFmDW{font-size:.8em;color:var(--text-muted);margin-top:5px}.homePageBot_botToggleButton__PNEMn{position:fixed;bottom:95px;right:20px;width:clamp(55px,4vw,65px);height:clamp(55px,4vw,65px);background-color:#BC4361;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:1000;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.homePageBot_botToggleButton__PNEMn:hover{transform:scale(1.05);box-shadow:var(--shadow-secondary)}.homePageBot_botToggleIcon__jHBSm{color:white;font-size:28px}@media (max-width:768px){.homePageBot_botToggleButton__PNEMn{width:50px;height:50px;bottom:75px;right:8px}.homePageBot_botToggleIcon__jHBSm{font-size:24px}.homePageBot_slideIn__762eL{right:8px}.homePageBot_botContainer__tqOiy{bottom:8px}}@media (max-width:650px){.homePageBot_botContainer__tqOiy{width:clamp(260px,50vw,320px);height:clamp(400px,60vh,480px)}.homePageBot_message__ONQ4m{font-size:.7rem}.homePageBot_logoNobg___fQmq{margin-bottom:0}}@media (max-width:480px){.homePageBot_botToggleButton__PNEMn{width:40px;height:40px;bottom:60px;right:4px}.homePageBot_botToggleIcon__jHBSm{font-size:20px}.homePageBot_slideIn__762eL{right:5px}.homePageBot_botContainer__tqOiy{bottom:5px}}