.LandingPage_gradientBackground__N3bqs{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(145deg,#8c52ffaa,#5ce1e6aa);z-index:-1}.LandingPage_page__w5uGs{display:flex;flex-direction:column;gap:0;font-family:var(--font-geist-sans)}.LandingPage_heroSection__EKF8T{min-height:100svh;justify-content:space-evenly;gap:1rem;padding:0 .5rem}.LandingPage_heroSection__EKF8T,.LandingPage_main__3VS32,.LandingPage_titleGroup__ifbwg{display:flex;flex-direction:column}.LandingPage_titleGroup__ifbwg{cursor:pointer;align-items:center;--chat-total-entry-duration:calc(var(--chat-messages-number) * var(--chat-message-enter-duration));--title-group-enter-duration:0.3s;animation:LandingPage_titleGroupEnter__xJXh6 var(--title-group-enter-duration) ease-out;animation-delay:var(--chat-total-entry-duration);animation-fill-mode:backwards}@keyframes LandingPage_titleGroupEnter__xJXh6{0%{opacity:0;transform:scale(.75) translateY(-50%)}to{opacity:1;transform:scale(1) translateY(0)}}.LandingPage_motto___S9MM{display:block;text-shadow:0 1px 5px rgba(255,255,255,.35);font-size:1rem;font-style:italic;color:#f72485;font-weight:500;text-align:center;letter-spacing:.01em;animation:LandingPage_mottoDropEnter___85LC var(--title-group-enter-duration) ease-out;animation-delay:calc(var(--chat-total-entry-duration) + var(--title-group-enter-duration));animation-fill-mode:backwards}@keyframes LandingPage_mottoDropEnter___85LC{0%{opacity:.1;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.LandingPage_arrowDownContainer__2dyum{margin-top:64px;display:flex;justify-content:center;animation-name:LandingPage_arrowDownMovement__gIEoy;animation-duration:1.5s;animation-timing-function:ease-out;animation-iteration-count:infinite;animation-delay:calc(var(--chat-total-entry-duration) + var(--title-group-enter-duration) * 2);animation-fill-mode:backwards}.LandingPage_arrowDown__2BDf0{border-top:2px solid #f72485;border-left:2px solid #f72485;border-radius:4px;height:16px;width:16px;transform:rotate(-135deg)}@keyframes LandingPage_arrowDownMovement__gIEoy{0%{opacity:0;transform:translateY(-600%) scale(0)}50%{opacity:1;transform:translateY(-250%) scale(1)}to{opacity:0;transform:translateY(0) scale(1.2)}}.LandingPage_cardSectionsContainer__tNt9o{max-width:calc(600px + 2rem);margin:2rem auto auto;padding:1rem 1rem 0;display:flex;flex-direction:column;gap:3rem}.LandingPage_cardSection__yoa_0{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);color:var(--color-text-dark)}.LandingPage_cardSectionTitle__FuF19{background-color:#fff;padding:1rem;font-size:1.25rem;font-weight:600}.LandingPage_cardSectionContent__DYIZz{background-color:#fff;padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.75rem}.LandingPage_cardSectionFooter__VgD6b{display:flex;align-items:center;justify-content:space-between;background-color:rgba(247,34,133,.1);-webkit-backdrop-filter:hue-rotate(15deg) saturate(2);backdrop-filter:hue-rotate(15deg) saturate(2)}.LandingPage_cardSectionFooterLink__xw7i6{cursor:pointer;flex:1 1;min-height:40px;text-decoration:none;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1rem;font-weight:700;color:white}.LandingPage_cardSectionFooterLink__xw7i6:not(:last-child){border-right:1px solid rgba(255,255,255,.25)}.LandingPage_cardSectionFooterLink__xw7i6:not(:first-child){border-left:1px solid rgba(255,255,255,.25)}.LandingPage_footer__rx660{width:100%;display:flex;justify-content:center;align-items:center;padding:64px 0;gap:2rem}.LandingPage_social__LrIoq{border-radius:16px;overflow:hidden;display:flex;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.LandingPage_homeLogo__74i9F{display:block;max-width:420px;width:80vw;height:auto}.LandingPage_analyticsLink__HzKCn{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#f72485;font-size:1.5rem;font-weight:700}.LandingPage_analyticsIcon__ZvJQT{font-size:1.5rem;color:#f72485;cursor:pointer;text-decoration:none}.Conversation_conversation__RskBT{display:flex;flex-direction:column;gap:1.25rem;max-width:600px;width:100%;margin:0 auto}.Conversation_conversationLine__LMBM5{align-self:self-end;display:flex;flex-direction:row;align-items:center;gap:.5rem;--spacing-margin:5rem;margin-left:var(--spacing-margin);margin-right:0;--enter-duration:var(--chat-message-enter-duration);animation:Conversation_messageEnter__fuzst var(--enter-duration) ease-out;animation-delay:calc(var(--message-index) * var(--enter-duration));animation-fill-mode:backwards}.Conversation_conversationLine__LMBM5:nth-child(2n){align-self:self-start;flex-direction:row-reverse;margin-left:0;margin-right:var(--spacing-margin)}.Conversation_conversationLineUserImage__OqGro{flex-shrink:0;flex-grow:0;border-radius:100%;object-fit:cover;overflow:hidden;align-self:flex-end;box-shadow:0 1px 15px rgba(0,0,0,.15)}.Conversation_conversationLineUserText__jM4vP{font-size:1rem;background-color:#ffffff;color:var(--color-text-dark);padding:.75rem;border-radius:16px;box-shadow:0 1px 15px rgba(0,0,0,.15)}@keyframes Conversation_messageEnter__fuzst{0%{opacity:0;transform:translateY(2rem) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}