.none{display:none}button{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;color:inherit;font-family:inherit}.chatContainer{align-items:flex-start;display:flex;gap:2rem;margin:0 auto;max-width:1200px;padding:2rem;position:relative;width:100%}.chatAvatar{border-radius:50%;height:250px;left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transform-origin:center center;width:250px;will-change:transform,top,left;z-index:1000}.App.visible .chatAvatar{animation:avatarAppear 1.5s cubic-bezier(.4,0,.2,1) forwards}.chatAvatarPlaceholder{flex:0 0 250px;height:250px;margin-right:50px;margin-top:7rem;width:250px}.chatContent{flex:1 1;opacity:0;padding-top:1rem;transform:translateX(100px)}.App.visible .chatContent{animation:slideInRight .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:1s}.greeting{color:#000;font-size:24px;font-weight:700;line-height:1.4;margin-bottom:1rem;opacity:1}.botName{color:#74d414;font-weight:600}.subtitle{color:#333;font-size:1.25rem;font-weight:500;margin-bottom:1.5rem}.buttonList{display:flex;flex-direction:column;margin-bottom:1rem}.actionButton{align-items:center;-webkit-appearance:none;appearance:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#d9d9d966;border:2px solid #fff;border-radius:50px;box-shadow:0 2px 4px #0000000d;color:#000;cursor:pointer;display:flex;font-size:22px;margin-bottom:5px;opacity:1;padding:5px 15px 5px 5px;transition:all .2s;width:fit-content}.actionButton:hover{background-color:#2ecc711a;transform:translateX(5px)}.icon{object-fit:contain}.inputContainer{background-color:hsla(0,0%,100%,.411);border:1px solid #0000000d;border-radius:10px;margin-bottom:2rem;opacity:1;padding:1rem}.inputHint{color:#666;font-size:1rem;font-weight:400;margin:0}.bottomButtons{display:flex;gap:1rem;margin-top:3rem;opacity:1}.primaryButton{align-items:center;-webkit-appearance:none;appearance:none;background-color:#000;border:none;border-radius:50px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:22px;gap:.6rem;padding:10px 35px;transition:all .2s}.primaryButton:hover{background-color:#74d414;transform:translateY(-2px)}@media screen and (max-width:1200px){.chatContainer{gap:1.5rem;padding:1.5rem}.chatAvatar{flex:0 0 200px;height:200px;margin-right:30px;margin-top:5rem}.greeting{font-size:22px}.actionButton{font-size:20px}.primaryButton{font-size:20px;padding:8px 30px}}@media screen and (min-width:769px) and (max-width:1024px){.chatContainer{align-items:flex-start;gap:2rem;max-width:100%;min-height:100vh;padding:2rem 1.5rem}.chatAvatarPlaceholder{flex:0 0 200px;margin-right:5px;margin-top:0}.chatAvatar,.chatAvatarPlaceholder{height:200px;width:200px}.App.visible .chatAvatar{animation:avatarAppearTablet 1s cubic-bezier(.4,0,.2,1) forwards}.chatContent{flex:1 1;max-width:600px;padding-top:0}.greeting{font-size:28px;line-height:1.3;margin-bottom:1.5rem}.buttonList{margin-bottom:2rem}.actionButton{border-radius:30px;font-size:24px;justify-content:flex-start;margin-bottom:12px;max-width:500px;min-height:60px;padding:12px 20px;text-align:left}.actionButton .icon{flex-shrink:0;height:40px;margin-right:15px;width:40px}.primaryButton{border-radius:30px;font-size:24px;margin-bottom:1rem;max-width:500px;min-height:60px;padding:15px 40px}.primaryButton .icon{height:24px;width:24px}.bottomButtons{margin-top:2rem}}@media screen and (min-width:769px) and (max-width:1024px) and (orientation:portrait),screen and (min-width:835px) and (max-width:1024px){.chatContainer{align-items:center;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;text-align:center}.chatAvatarPlaceholder{display:none}.chatAvatar{margin:0 auto 1rem;position:static;transform:none}.App.visible .chatAvatar{animation:avatarAppearTablet 1s cubic-bezier(.4,0,.2,1) forwards}.chatContent{max-width:600px;padding-top:0;width:100%}.greeting{font-size:26px;text-align:center}.buttonList{align-items:center;width:100%}.actionButton{justify-content:flex-start;max-width:500px;padding:12px 20px;text-align:left;width:100%}.primaryButton{max-width:500px}.bottomButtons,.primaryButton{justify-content:center;width:100%}}@media screen and (max-width:768px){.App{padding:10px}.chatContainer{align-items:center;flex-direction:column;padding:1rem;text-align:center}.chatAvatar{flex:0 0 150px;height:150px;margin:2rem 0 2rem auto}.chatContent{opacity:0;padding:0;transform:translateX(100px);width:100%}.greeting{font-size:20px;text-align:center}.buttonList{align-items:center}.actionButton{padding:8px 15px}.actionButton,.primaryButton{font-size:18px;justify-content:center;max-width:400px;width:100%}.primaryButton{padding:8px 20px}.bottomButtons{justify-content:center}}@media screen and (max-width:480px){.chatContainer{align-items:center;flex-direction:column;gap:0;padding:.5rem}.chatAvatar{height:240px!important;margin:0 auto 1rem!important;opacity:0;position:static;transform:scale(.3);width:240px!important}.App.visible .chatAvatar{animation:avatarAppearMobile .8s cubic-bezier(.4,0,.2,1) forwards!important}.chatAvatarPlaceholder{display:none}.chatContent{opacity:0;padding:0;transform:none;width:100%}.greeting{font-size:16px;margin-bottom:.5rem;opacity:1;text-align:left!important}.buttonList{align-items:flex-start!important;display:flex;flex-direction:column;width:100%}.actionButton,.primaryButton{font-size:14px;justify-content:flex-start;margin-bottom:8px;max-width:100%;min-width:120px;opacity:1;padding:8px;width:max-content!important}.icon{height:18px;width:18px}.primaryButton{display:none!important}.App.visible .chatContent{animation:slideInRight .4s ease-out forwards!important;animation-delay:1s!important}}@keyframes avatarAppear{0%{left:50%;opacity:0;top:50%;transform:translate(-50%,-50%) scale(0);z-index:1000}8%{opacity:1}35%{left:50%;opacity:1;top:50%;transform:translate(-50%,-50%) scale(1.1);z-index:1000}70%{left:50%;opacity:1;top:50%;transform:translate(-50%,-50%) scale(1.1);z-index:1000}to{left:0;opacity:1;top:130px;transform:none;z-index:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes avatarAppearTablet{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes avatarAppearMobile{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.glowingOrb{animation:glow 4s ease-in-out infinite;height:100%;object-fit:contain;width:100%}#avatar-gif,.glowingOrb{border-radius:50%}@keyframes glow{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}.chatContent.visible>*,.chatContent>*{visibility:visible}@keyframes slideInRight{0%{opacity:0;transform:translateX(500px)}to{opacity:1;transform:translateX(0)}}.ChatInput_inputContainer__gDDee{background:#fafafa;border-radius:12px;box-shadow:-2px 0 9px 0 #6064683d;height:fit-content;margin:10px;max-height:74px;max-width:700px;position:relative;width:fit-content}.ChatInput_inputContainerModal__1dkr6{background:#fff;border-radius:12px;box-shadow:-2px 0 9px 0 #6064683d;height:48px;margin-top:20px;position:relative;width:668px}.ChatInput_input__DrJuk{background:#d9d9d966;height:auto;max-height:100px;max-width:700px;min-height:100px;overflow-y:auto;padding:16px 60px 16px 20px;resize:none;width:100%}.ChatInput_inputModal__Qc5yh,.ChatInput_input__DrJuk{border:1px solid #e0e0e0;border-radius:12px;box-sizing:border-box;font-size:22px;line-height:28px;transition:border-color .3s ease}.ChatInput_inputModal__Qc5yh{background:#fff;height:48px;padding:10px 60px 10px 20px;width:668px}.ChatInput_input__DrJuk:focus{border-color:#e0e0e0;box-shadow:0 2px 8px #8a959e14;outline:none}.ChatInput_inputModal__Qc5yh,.ChatInput_input__DrJuk{height:60px}.ChatInput_customPlaceholder__-P3Q7{color:#c0c7cf;font-size:18px;left:24px;line-height:22px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease;white-space:pre-line}.ChatInput_inputModal__Qc5yh:focus+.ChatInput_customPlaceholder__-P3Q7,.ChatInput_inputModal__Qc5yh:not(:placeholder-shown)+.ChatInput_customPlaceholder__-P3Q7,.ChatInput_input__DrJuk:focus+.ChatInput_customPlaceholder__-P3Q7,.ChatInput_input__DrJuk:not(:placeholder-shown)+.ChatInput_customPlaceholder__-P3Q7{opacity:0;visibility:hidden}.ChatInput_buttonGroup__lhvh9{display:flex;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ChatInput_micButton__tRWyV,.ChatInput_sendButton__YK1or{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:opacity .3s ease}.ChatInput_micButton__tRWyV:hover,.ChatInput_sendButton__YK1or:hover{opacity:.8}.ChatInput_micButton__tRWyV[data-recording=true]{color:#ff3b30}.ChatInput_icon__rXWSB{height:24px;width:24px}.ChatInput_inputModal__Qc5yh:disabled,.ChatInput_input__DrJuk:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.ChatInput_micButton__tRWyV:disabled,.ChatInput_sendButton__YK1or:disabled{cursor:not-allowed;opacity:.5}.ChatInput_micButton__tRWyV:disabled:hover,.ChatInput_sendButton__YK1or:disabled:hover{opacity:.5}.ChatInput_loader__jUAaM{align-items:center;animation:ChatInput_pulse__btoyc 1.5s infinite;color:#666;display:flex;font-size:14px;justify-content:center;padding:8px 16px}@keyframes ChatInput_pulse__btoyc{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media screen and (min-width:769px) and (max-width:1024px){.ChatInput_inputModal__Qc5yh,.ChatInput_input__DrJuk{font-size:15px;line-height:22px}.ChatInput_customPlaceholder__-P3Q7{font-size:15px;line-height:20px}}@media screen and (max-width:768px){.ChatInput_inputContainerModal__1dkr6,.ChatInput_inputContainer__gDDee{margin:8px}.ChatInput_inputModal__Qc5yh,.ChatInput_input__DrJuk{font-size:18px;line-height:24px;padding:12px 16px}.ChatInput_customPlaceholder__-P3Q7{font-size:16px;left:16px;line-height:20px}.ChatInput_buttonGroup__lhvh9{right:6px}.ChatInput_micButton__tRWyV,.ChatInput_sendButton__YK1or{padding:6px}.ChatInput_icon__rXWSB{height:20px;width:20px}.ChatInput_loader__jUAaM{font-size:13px;padding:6px 12px}}@media screen and (max-width:480px){.ChatInput_inputContainerModal__1dkr6,.ChatInput_inputContainer__gDDee{border-radius:10px;box-shadow:none;display:block;margin:12px auto;max-width:100%;min-height:128px!important;position:relative!important}.ChatInput_inputModal__Qc5yh,.ChatInput_input__DrJuk{background:#f3f3f3;border:1px solid #e0e0e0;border-radius:10px;box-sizing:border-box;color:#222;font-size:16px;height:128px!important;line-height:22px;max-height:128px!important;max-width:100%;min-height:128px!important;min-width:100%;overflow-y:auto;padding:10px 14px;resize:none;width:355px!important}.ChatInput_buttonGroup__lhvh9{bottom:0!important;display:flex;gap:0!important;justify-content:center!important;left:50%!important;position:absolute!important;transform:translateX(-50%)!important;width:auto!important}.ChatInput_customPlaceholder__-P3Q7{color:#d1d1d1!important;font-size:15px!important;left:0!important;line-height:18px!important;padding:0 10px;text-align:left!important;top:10px!important;transform:none!important;white-space:pre-line;width:100%}}@media screen and (max-width:768px) and (orientation:portrait){.ChatInput_inputContainerModal__1dkr6{background:#fff;border-radius:0;bottom:0;left:0;margin:0;position:fixed;right:0;z-index:1000}}.Modal_modal-overlay__8HdBb{align-items:flex-start;background-color:initial;bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:24px;position:fixed;right:0;top:0;z-index:1200}.Modal_modal-container__j-i8d{background:#fff;border:1px solid #e6e6e6;border-radius:16px;box-shadow:0 4px 32px 0 #0000001a;color:#222;display:flex;flex-direction:column;font-family:var(--font-family-primary);max-height:492px;overflow:hidden;width:700px}.Modal_modal-header__s1i9j{align-items:center;background:#fafafa;display:flex;justify-content:flex-end;padding:12px 20px}.Modal_icon-button__1zK1F{background:none;border:none;cursor:pointer}.Modal_icon-button__1zK1F svg{height:20px;width:20px}.Modal_messages-area__\+yDoT{background:#fafafa;display:flex;flex-direction:column;flex-grow:1;gap:16px;overflow-y:auto;padding:20px 20px 12px}.Modal_message__8yc4T{align-items:flex-end;display:flex;gap:8px;max-width:85%}.Modal_message-avatar__vg-1G{border-radius:50%;flex-shrink:0;height:32px;object-fit:cover;width:32px}.Modal_message-bubble__1pBWG{background:#f5f5f5;border:1px solid #ececec;border-radius:18px;box-shadow:0 1px 4px 0 #0000000a;color:#222;line-height:1.5;padding:14px 18px}.Modal_message-bubble__1pBWG p{word-wrap:break-word;margin:0}.Modal_bot-message__sEKd8{align-self:flex-start}.Modal_bot-message__sEKd8 .Modal_message-bubble__1pBWG{border-bottom-left-radius:6px}.Modal_user-message__OYiPg{align-self:flex-end;flex-direction:row-reverse}.Modal_user-message__OYiPg .Modal_message-avatar__vg-1G{order:1}.Modal_user-message__OYiPg .Modal_message-bubble__1pBWG{background:#f0f4ff;border:1px solid #d6e0f5;border-bottom-right-radius:6px;color:#222;order:2}.Modal_messages-area__\+yDoT::-webkit-scrollbar{width:8px}.Modal_messages-area__\+yDoT::-webkit-scrollbar-track{background:#fafafa;border-radius:10px}.Modal_messages-area__\+yDoT::-webkit-scrollbar-thumb{background:#e0e0e0;border:2px solid #fafafa;border-radius:10px}.Modal_messages-area__\+yDoT::-webkit-scrollbar-thumb:hover{background:#ccc}.Modal_history-list__CN--1{background:#fff;border:1px solid #e6e6e6;border-radius:16px;box-shadow:0 4px 32px 0 #0000001a;left:0;margin:0 20px;max-height:340px;overflow-y:auto;padding:8px 0;position:absolute;right:0;top:56px;z-index:1100}.Modal_history-item__15c24{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;justify-content:space-between;padding:14px 24px;transition:background .15s}.Modal_history-item__15c24:last-child{border-bottom:none}.Modal_history-item__15c24:hover{background:#f7f7f7}.Modal_history-item__15c24 span:first-child{color:#222;flex:1 1 auto;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Modal_history-date__rKSoX{color:#bdbdbd;font-size:13px;margin-left:16px;min-width:40px;text-align:right}.Modal_history-arrow__vwyKk{align-items:center;display:flex;margin-left:18px}.Modal_history-arrow__vwyKk svg{display:block;height:24px;width:24px}.Modal_loading-container__kJnLD{align-items:center;display:flex;height:calc(100% - 120px);justify-content:center;margin-bottom:5rem;width:100%}.Modal_loading-spinner__EqPgw{animation:Modal_spin__2sJWY 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#74d414;height:40px;width:40px}.Modal_chat-ended-message__13JuH{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#666;font-size:14px;font-weight:500;margin:16px;padding:16px;text-align:center}@keyframes Modal_spin__2sJWY{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:768px){.Modal_modal-overlay__8HdBb{padding:12px}.Modal_modal-container__j-i8d{border-radius:16px;max-height:80vh;width:100%}.Modal_modal-header__s1i9j{padding:8px 12px}.Modal_messages-area__\+yDoT{gap:12px;padding:12px}.Modal_message__8yc4T{max-width:90%}.Modal_message-bubble__1pBWG{font-size:15px;padding:10px 14px}.Modal_message-avatar__vg-1G{height:28px;width:28px}.Modal_history-list__CN--1{margin:0 12px;max-height:60vh}.Modal_history-item__15c24{padding:12px 16px}.Modal_history-item__15c24 span:first-child{font-size:14px}.Modal_history-date__rKSoX{font-size:12px;min-width:35px}}@media screen and (max-width:480px){.Modal_modal-overlay__8HdBb{padding:8px}.Modal_modal-container__j-i8d{border-radius:12px;max-height:90vh}.Modal_modal-header__s1i9j{padding:6px 10px}.Modal_messages-area__\+yDoT{gap:10px;padding:10px}.Modal_message__8yc4T{max-width:95%}.Modal_message-bubble__1pBWG{font-size:14px;padding:8px 12px}.Modal_message-avatar__vg-1G{height:24px;width:24px}.Modal_history-list__CN--1{margin:0 8px}.Modal_history-item__15c24{padding:10px 12px}.Modal_history-item__15c24 span:first-child{font-size:13px}.Modal_history-date__rKSoX{font-size:11px;min-width:30px}.Modal_chat-ended-message__13JuH{font-size:13px;margin:12px;padding:12px}}@media screen and (max-width:768px) and (orientation:portrait){.Modal_modal-container__j-i8d{border-radius:0;bottom:0;height:100vh;left:0;max-height:none;position:fixed;right:0;top:0;width:100%}.Modal_modal-overlay__8HdBb{padding:0}}.LoadingDots_messageLoading__F4h-O{align-self:flex-end;background-color:#f0f4ff;border-radius:1rem;display:flex;flex-direction:column;gap:.3rem;margin:0 0 auto auto;max-width:80%;padding:.1rem;width:fit-content}.LoadingDots_dots__bJNLs{align-items:center;display:inline-flex;gap:.3rem;height:1.7rem;width:100%}.LoadingDots_dot__ZK\+Eh{animation:LoadingDots_bounce__jGX58 1.5s ease-in-out infinite;background-color:#bdbdbd;border-radius:50%;height:12px;margin:0 4px;width:22px}.LoadingDots_dot1__AGn5p{animation-delay:0s}.LoadingDots_dot2__1Vw9s{animation-delay:.2s}.LoadingDots_dot3__MuY4T{animation-delay:.4s}@keyframes LoadingDots_bounce__jGX58{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media screen and (max-width:768px){.LoadingDots_messageLoading__F4h-O{max-width:85%;padding:.4rem .8rem}.LoadingDots_dots__bJNLs{gap:.2rem;height:1.2rem}.LoadingDots_dot__ZK\+Eh{height:10px;margin:0 3px;width:18px}}@media screen and (max-width:480px){.LoadingDots_messageLoading__F4h-O{max-width:90%;padding:.3rem .6rem}.LoadingDots_dots__bJNLs{gap:.15rem;height:1rem}.LoadingDots_dot__ZK\+Eh{height:8px;margin:0 2px;width:10px}}.HomePage_inputContainer__F5ZSS{margin:32px 0 24px;max-width:700px;opacity:1;position:relative;width:100%}.HomePage_customPlaceholder__W08yU{color:#bdbdbd;display:flex;flex-direction:column;font-size:22px;left:15px;line-height:1.4;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.HomePage_input__OueNe{background:#d9d9d966;border:1px solid #e0e0e0;border-radius:20px;box-shadow:0 2px 10px 1px #d1d1d1;color:#222;font-size:18px;height:74px;padding:12px 90px 12px 15px;width:100%}.HomePage_input__OueNe:not(:placeholder-shown)+.HomePage_customPlaceholder__W08yU{display:none}.HomePage_input__OueNe::placeholder{color:#bdbdbd;font-size:22px;line-height:1.5;position:absolute;top:50%;transform:translateY(-50%);white-space:pre-line}.HomePage_input__OueNe:focus{border-color:#007bff}.HomePage_buttonGroup__iNu6-{align-items:center;display:flex;gap:4px;height:100%;padding-right:10px;position:absolute;right:0;top:0}.HomePage_micButton__zEeYj,.HomePage_sendButton__ZlPAP{align-items:center;border:none;border-radius:50%;box-shadow:none;color:#666;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;margin-left:2px;min-width:36px;transition:background .2s;width:36px}.HomePage_micButton__zEeYj[data-recording=true]{background:#f44;color:#fff}@media screen and (min-width:769px) and (max-width:1024px){.HomePage_inputContainer__F5ZSS{margin:40px auto 32px;max-width:600px}.HomePage_input__OueNe{border-radius:25px;font-size:20px;height:80px;padding:15px 100px 15px 20px}.HomePage_input__OueNe::placeholder{font-size:15px;line-height:1.4}.HomePage_customPlaceholder__W08yU{font-size:15px;left:20px;line-height:1.4}.HomePage_micButton__zEeYj,.HomePage_sendButton__ZlPAP{font-size:20px;height:42px;min-width:42px;width:42px}.HomePage_buttonGroup__iNu6-{gap:6px;padding-right:15px}}@media screen and (min-width:769px) and (max-width:834px) and (orientation:portrait){.HomePage_inputContainer__F5ZSS{margin:32px auto;max-width:500px;width:100%}}@media screen and (max-width:768px){.HomePage_inputContainer__F5ZSS{width:fit-content}}:root{--font-family-primary:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}*,body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--font-family-primary)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.5e019ed6.css.map*/