.chat_overlay__7Jivz{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;justify-content:flex-end;z-index:1000}.chat_window__qPFiu{width:100%;max-width:400px;height:90vh;max-height:560px;background:#fff;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;margin:auto}.chat_header__Xfugf{flex-shrink:0;background-color:#5d3bd9;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.chat_centered__udg48 form{width:100%}@media (min-width:640px){.chat_overlay__7Jivz{align-items:center;justify-content:flex-end}.chat_window__qPFiu{height:480px;margin:auto 1.5rem auto auto}}.chat_loading__22CGL{display:flex;align-items:center;justify-content:center;height:100%;font-size:.9rem;color:#ca8a04;gap:.5rem}.chat_footer__trmCf{width:100%;padding:.5rem 0}.chat_input___I9CY{width:100%;min-height:11rem;resize:none;padding:.75rem 1rem;border:1px solid #ccc;border-radius:.5rem;font-size:1rem;line-height:1.5;box-sizing:border-box}.chat_sendBtn__bD7Vt{padding:.5rem 1rem;border:none;background:#0070f3;color:#fff;border-radius:.25rem;cursor:pointer}.chat_titleGroup__oiOwb{display:flex;align-items:center;gap:.75rem}.chat_heading__Yla_u{margin:0;font-size:1rem;font-weight:600}.chat_subheading__giC7e{margin:0;font-size:.75rem;color:#dbeafe}.chat_closeBtn__F3lTK{background:transparent;border:none;color:#fff;cursor:pointer}.chat_body__xRN31{padding:1.25rem;background-color:#f9fafb;flex-grow:1;display:flex;flex-direction:column;overflow-y:auto}.chat_centered__udg48{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.chat_messagePrompt__4upzY{font-size:.95rem;color:#1f2937}.chat_contactBtn__9K05A{background-color:#a3f27e;color:#000;border:none;padding:.6rem 1.2rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease}.chat_contactBtn__9K05A:hover{background-color:#83da5a}.chat_botMsg__yJt9s{font-size:1.1rem;font-weight:500;color:#10b981;text-align:center;padding:1.25rem 1.5rem;border:1px solid #d1fae5;background-color:#ecfdf5;border-radius:.5rem;box-shadow:0 0 10px rgba(0,0,0,.06);animation:chat_fadeInUp__h1ODC .4s ease-in-out}@keyframes chat_fadeInUp__h1ODC{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat_finalMsgWrapper__vktor{flex:1;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center;padding:0 1rem 1rem}.chat_userMsg__on29Q{background-color:#e0f2fe;color:#0c4a6e;padding:1rem .5rem;border-radius:.5rem;font-size:1rem;font-weight:500;max-width:100%;box-shadow:0 0 5px rgba(0,0,0,.05);animation:chat_fadeInUp__h1ODC .4s ease-in-out}.chat_botMsgError__fo_9l{font-size:1rem;color:#fb8181;text-align:center;padding:1rem;background-color:#ffe3e3;border-radius:.5rem}@keyframes chat_fadeIn__dXv1q{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}