.Chat_container__jNfFM{width:100%;position:relative;overflow:hidden;padding:3.25rem 1rem;min-height:calc(100vh - 220px);display:flex}.Chat_container__jNfFM:after,.Chat_container__jNfFM:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;filter:blur(110px);opacity:.16;pointer-events:none}.Chat_container__jNfFM:before{top:-120px;left:-120px;background:var(--apricot)}.Chat_container__jNfFM:after{bottom:-120px;right:-120px;background:var(--star_color)}.Chat_content__kVRmi{display:flex;flex-direction:column;gap:.9rem;max-width:980px;width:100%;margin:0 auto;position:relative;z-index:1;min-height:calc(100vh - 220px - 6.5rem);max-height:calc(100vh - 220px - 6.5rem)}.Chat_chat_form__uWxAg{flex:1 1;min-height:0;position:relative}.Chat_header__flmra{flex-shrink:0;padding:1.2rem 1.2rem 1.15rem;border-radius:1.2rem;background:linear-gradient(160deg,#fffaf5,#ffffff 66%);box-shadow:0 18px 38px rgba(20,20,20,.06),0 6px 14px rgba(20,20,20,.04)}.Chat_badge__n2W6E{display:inline-flex;align-items:center;padding:.3rem .72rem;border-radius:9999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#9a4f1e;background-color:#feeddc;margin-bottom:.65rem}.Chat_agent_name__TEOSi{font-size:clamp(1.75rem,4vw,2.15rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-bottom:.65rem}.Chat_agent_description__5i0Ee{color:#4b5563;line-height:1.65}@media (min-width:768px){.Chat_container__jNfFM{padding:3.5rem 1rem}.Chat_content__kVRmi{min-height:calc(100vh - 220px - 7rem);max-height:calc(100vh - 220px - 7rem)}}.ChatForm_container__HrsVj{height:100%;min-height:0;display:flex;gap:.8rem;flex-direction:column}.ChatForm_messages__nNjv4{display:flex;gap:.7rem;flex-direction:column;margin-top:0;flex:1 1;min-height:0;overflow-y:auto;padding:.2rem .2rem .45rem}.ChatForm_message__sKbxp{max-width:min(44rem,88%);padding:.58rem .72rem;border-radius:.72rem;line-height:1.56;white-space:pre-line;font-size:.96rem}.ChatForm_user_message__a3vH_{align-self:flex-end;color:#7c2d12;border:1px solid #f6d7b8;background-color:#fff0e1}.ChatForm_bot_message__cKjdb{align-self:flex-start;color:#1f2937;border:1px solid #ece2d8;background-color:#faf7f3}.ChatForm_container__HrsVj form{display:flex;align-items:center;gap:.5rem;position:sticky;bottom:0;z-index:1;border-radius:.8rem;padding:.45rem .45rem calc(.45rem + env(safe-area-inset-bottom, 0px));border:1px solid #ece2d8;background-color:#fcf9f6}.ChatForm_container__HrsVj form input{width:100%;padding:.72rem .76rem;border-radius:.68rem;background-color:#fff;border:1px solid #e9ddd2;color:#1f2937}.ChatForm_container__HrsVj form button{display:flex;align-items:center;justify-content:center;height:2.5rem;width:3rem;border-radius:.68rem;color:var(--white);background:linear-gradient(135deg,#f8893a,#df7425);box-shadow:0 8px 18px rgba(223,116,37,.24),inset 0 1px 0 rgba(255,255,255,.2);transition:transform .18s ease,box-shadow .18s ease}@media (min-width:1024px){.ChatForm_container__HrsVj form button:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(223,116,37,.32),inset 0 1px 0 rgba(255,255,255,.24)}}