.ChatInterface_chatContainer__YDXgL{width:100%;max-width:600px;height:600px;display:flex;flex-direction:column;background:#efeae2;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:10}@media (max-width:768px){.ChatInterface_chatContainer__YDXgL{max-width:100%;height:100dvh;max-height:100dvh;border-radius:0;box-shadow:none;border:none}}.ChatInterface_chatHeader__tqyau{padding:.75rem 1rem;background:linear-gradient(180deg,#1c3354,#0d1c33 48%,#040a18 50%,#0a192f);color:#fff;display:flex;align-items:center;gap:.75rem;z-index:10;border-bottom:1px solid hsla(0,0%,100%,.4);box-shadow:inset 0 2px 3px hsla(0,0%,100%,.2),0 4px 10px rgba(0,0,0,.4)}.ChatInterface_avatar__cZXAO{width:40px;height:40px;background:#fff;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 2px 4px rgba(0,0,0,.2),0 2px 5px rgba(0,0,0,.3);border:2px solid hsla(0,0%,100%,.6)}.ChatInterface_headerInfo__ZOa9U h2{font-size:1.1rem;font-weight:600;margin-bottom:.2rem;text-shadow:0 1px 2px rgba(0,0,0,.8)}.ChatInterface_headerInfo__ZOa9U p{font-size:.85rem;opacity:.9;text-shadow:0 1px 1px rgba(0,0,0,.8)}.ChatInterface_chatBody__5e5Jc{flex:1 1;overflow-y:auto;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem;background-color:#fff;background-image:url(/img/logo-DE-LOS-ANDES.jpg);background-position:50%;background-size:60%;background-repeat:no-repeat;background-attachment:scroll}.ChatInterface_messageWrapper__u4ZFV{display:flex;width:100%}.ChatInterface_messageWrapper__u4ZFV.ChatInterface_user__Hb_97{justify-content:flex-end}.ChatInterface_messageWrapper__u4ZFV.ChatInterface_bot__m2AML{justify-content:flex-start}.ChatInterface_message__KqzUH{max-width:85%;padding:.6rem .85rem;border-radius:14px;font-size:.95rem;line-height:1.4;word-wrap:break-word;white-space:pre-wrap;position:relative;animation:ChatInterface_fadeIn__btDzw .2s ease-out forwards}@keyframes ChatInterface_fadeIn__btDzw{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ChatInterface_message__KqzUH.ChatInterface_user__Hb_97{background:linear-gradient(180deg,rgba(28,51,84,.45),rgba(13,28,51,.4) 48%,rgba(4,10,24,.4) 50%,rgba(10,25,47,.45));color:#fff;border-top-right-radius:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.25);box-shadow:inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -2px 10px rgba(0,0,0,.4),0 4px 15px rgba(0,0,0,.25);text-shadow:0 1px 1px rgba(0,0,0,.5)}.ChatInterface_message__KqzUH.ChatInterface_bot__m2AML{background:linear-gradient(180deg,hsla(0,0%,100%,.55),hsla(0,0%,90%,.4) 48%,hsla(0,0%,82%,.4) 50%,hsla(0,0%,96%,.55));color:#040a18;border-top-left-radius:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.7);box-shadow:inset 0 2px 5px #fff,inset 0 -3px 10px rgba(197,160,89,.2),0 4px 15px rgba(0,0,0,.15)}.ChatInterface_message__KqzUH.ChatInterface_user__Hb_97:after{right:-9px;border-top:10px solid rgba(28,51,84,.45)}.ChatInterface_message__KqzUH.ChatInterface_bot__m2AML:before,.ChatInterface_message__KqzUH.ChatInterface_user__Hb_97:after{content:"";position:absolute;top:-1px;width:0;height:0;border-right:10px solid transparent;border-left:10px solid transparent}.ChatInterface_message__KqzUH.ChatInterface_bot__m2AML:before{left:-9px;border-top:10px solid hsla(0,0%,100%,.55)}.ChatInterface_chatFooter__dkkv_{padding:.75rem 1rem;background:linear-gradient(180deg,hsla(0,0%,94%,.95),hsla(0,0%,86%,.95));display:flex;gap:.6rem;align-items:center;z-index:10;border-top:1px solid hsla(0,0%,100%,.8);box-shadow:0 -2px 10px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ChatInterface_inputField__LS_wV{flex:1 1;padding:.8rem 1.25rem;border:1px solid rgba(0,0,0,.1);border-radius:24px;outline:none;font-size:.95rem;background:#fff;color:#111b21;box-shadow:inset 0 3px 6px rgba(0,0,0,.15),0 1px 0 hsla(0,0%,100%,.8)}.ChatInterface_inputField__LS_wV:focus{outline:none;border:1px solid var(--color-secondary);box-shadow:inset 0 3px 6px rgba(0,0,0,.1),0 0 5px rgba(197,160,89,.5)}.ChatInterface_sendButton__zilt6{background:linear-gradient(180deg,#eadd99,#c5a059 48%,#a8823b 50%,#c5a059);color:#fff;border:1px solid hsla(0,0%,100%,.5);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:inset 0 2px 4px hsla(0,0%,100%,.6),0 4px 8px rgba(0,0,0,.25);flex-shrink:0}.ChatInterface_sendButton__zilt6:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(180deg,#fdf4b3,#deb972 48%,#c19b53 50%,#deb972);box-shadow:inset 0 2px 4px hsla(0,0%,100%,.8),0 6px 12px rgba(0,0,0,.3)}.ChatInterface_sendButton__zilt6:disabled{opacity:.5;cursor:not-allowed}.ChatInterface_typingIndicator__OzZ03{display:flex;gap:4px;padding:.5rem 1rem;background:linear-gradient(180deg,hsla(0,0%,100%,.85),hsla(0,0%,86%,.7) 48%,hsla(0,0%,82%,.7) 50%,hsla(0,0%,96%,.85));border-radius:14px;border-bottom-left-radius:0;align-self:flex-start;width:-moz-fit-content;width:fit-content;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.7);box-shadow:inset 0 2px 5px #fff,0 4px 15px rgba(0,0,0,.15)}.ChatInterface_dot__OOho4{width:6px;height:6px;background:var(--color-primary);border-radius:50%;animation:ChatInterface_bounce__lGGFS 1.4s ease-in-out infinite both;box-shadow:0 1px 2px rgba(0,0,0,.2)}.ChatInterface_dot__OOho4:first-child{animation-delay:-.32s}.ChatInterface_dot__OOho4:nth-child(2){animation-delay:-.16s}@keyframes ChatInterface_bounce__lGGFS{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}