body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--font-family: "Inter", sans-serif;--primary-main: #ff5722;--primary-light: #ff8a50;--primary-contrast-text: #fff3b0;--secondary-main: #2196f3;--secondary-light: #003f8f;--secondary-contrast-text: #fff3b0;--background-default: #ffffff;--background-paper: #f5f5f5;--border-color: #0000001f;--text-primary: #333333;--text-secondary: #5c5c5c;--sidepanel-width: 240px;--border-radius: 10px;--background-light: #f3f4f6;--border-color-subtle: #e5e7eb;--desktop-max-width: 800px}.chat-container{display:flex;flex-direction:column;height:100%;width:100%;max-width:100%;margin:0 auto;background-color:var(--background-default);position:relative}.chat-drawer-container{display:flex;flex-direction:column;height:100vh;height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:100dvh;width:100%;max-width:100%;margin:0 auto;background-color:var(--background-default);position:relative}.MuiDrawer-root .MuiDrawer-paper .chat-drawer-container{height:100%}.chat-container[data-primary-color]{--event-primary-color: var(--primary-color)}.chat-header{width:100%;display:flex;align-items:center;background:var(--background-default);padding:0 16px;height:72px;border-bottom:1px solid var(--border-color-subtle);box-sizing:border-box;position:sticky;top:0;z-index:10}.floating-chat-window .chat-header{padding:16px 16px 0;height:88px;background:linear-gradient(to bottom,#fff,#fffc 70%,#fff0);border-bottom:none}.chat-header__form-control{min-width:200px}.chat-header :global(.MuiInputBase-root){border-radius:var(--border-radius)}.chat-header :global(.MuiInputBase-root.Mui-focused){border-color:var(--event-primary-color)}.chat-header :global(.MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline){border-color:var(--event-primary-color)}.chat-header__back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--background-light);margin-right:16px;cursor:pointer;border:none;outline:none;transition:background .2s}.chat-header__back:hover,.chat-header__back:focus{background:var(--border-color-subtle)}.chat-header__back-icon{display:flex;align-items:center;justify-content:center;color:var(--text-primary)}.chat-header__title{font-family:var(--font-family, "Roboto", "SF Pro", Arial, sans-serif);font-size:18px;font-weight:700;color:var(--text-primary);text-align:left;line-height:1;letter-spacing:.01em;vertical-align:middle}.chat-header__spacer{width:40px;height:1px;display:block;position:absolute;right:16px}.chat-header__logo{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--border-radius);background:var(--background-paper);margin-right:16px}.chat-header__logo img{border-radius:8px;object-fit:contain;width:32px;height:32px}.chat-message-list{overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px;flex:1;min-height:0;-webkit-overflow-scrolling:touch;position:relative;z-index:1}.floating-chat-window .chat-container .chat-message-list{padding-top:68px;margin-top:-52px}.floating-chat-window .chat-container .chat-message-list>.chat-user-message:first-child,.floating-chat-window .chat-container .chat-message-list>.chat-assistant-message:first-child,.floating-chat-window .chat-container .chat-message-list>div:first-child{margin-top:40px}.chat-message{display:flex;flex-direction:column;max-width:80%}.chat-user-message{display:flex;flex-direction:column;max-width:80%;align-self:flex-end}.chat-assistant-message{display:flex;flex-direction:column;max-width:100%;align-self:flex-start;width:100%}.chat-message-content{padding:12px 16px;border-radius:18px;font-size:16px;line-height:1.5;white-space:pre-wrap}.chat-user-message-content{padding:12px 16px;border-radius:18px 4px 18px 18px;font-size:16px;line-height:1.5;white-space:pre-wrap;background-color:var(--event-primary-color, var(--primary-main));color:#fff}.chat-assistant-message-content{border-radius:0;font-size:16px;line-height:1.5;white-space:normal;background-color:transparent;color:var(--text-primary)}.chat-assistant-message-content h1,.chat-assistant-message-content h2{font-size:20px;margin:0 0 .5em}.chat-assistant-message-content ul{list-style-type:none;padding:0;margin:.5em}.chat-assistant-message-content li{position:relative;padding-left:1.2em;margin:.5em}.chat-assistant-message-content li:before{content:"-";position:absolute;left:0}.chat-assistant-message-content p{margin:0}.chat-assistant-message-content p+p{margin-top:1em}.chat-assistant-message-content{white-space:normal}.chat-assistant-message-content br{display:none}.chat-assistant-message-content ul+ul{margin-top:1em}.chat-assistant-message-content li+li{margin-top:.5em}.chat-message-meta{display:none}.chat-typing{display:flex;align-items:center;height:38px;margin-top:8px;padding:6px 16px;background-color:var(--background-paper);border-radius:18px;width:fit-content}.chat-typing-dot{width:8px;height:8px;margin:0 1px;background-color:var(--text-secondary);border-radius:50%;animation:typingAnimation 1.5s infinite ease-in-out}.chat-typing-dot:nth-child(2){animation-delay:.3s}.chat-typing-dot:nth-child(3){animation-delay:.6s}@keyframes typingAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.chat-input-container{display:flex;align-items:flex-end;gap:8px;padding:16px;background-color:#fff;position:sticky;bottom:0;width:100%;box-sizing:border-box}.chat-input-field{flex:1;height:44px;min-height:44px;max-height:300px;padding:10px 12px;border:1px solid var(--border-color-subtle);border-radius:var(--border-radius);background-color:#fff;font-family:inherit;font-size:16px;line-height:1.4;resize:none;overflow-y:auto;transition:all .2s ease;box-sizing:border-box}.chat-input-field--expanded{height:auto;min-height:44px}.chat-input-field:focus{outline:none;border-color:var(--event-primary-color, var(--primary-main));box-shadow:0 0 0 2px color-mix(in srgb,var(--event-primary-color, var(--primary-main)) 20%,transparent)}.chat-send-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--border-radius);background-color:var(--event-primary-color, var(--primary-main));color:#fff;border:none;cursor:pointer;transition:background-color .2s;flex-shrink:0;box-sizing:border-box}.chat-send-button:hover{background-color:var(--event-primary-color-dark, var(--primary-light))}.chat-send-button:disabled{background-color:color-mix(in srgb,var(--event-primary-color, var(--primary-main)) 40%,var(--border-color-subtle));cursor:not-allowed}.chat-error{color:red;padding:8px 16px;font-size:14px;text-align:center}.chat-suggestions{padding:8px 16px 16px;background-color:var(--background-paper);border-top:none;position:sticky;bottom:80px;left:0;right:0;z-index:5}.chat-suggestions p{margin:0 0 8px;font-size:14px;color:var(--text-secondary)}.chat-suggestion-buttons{display:flex;flex-wrap:wrap;gap:8px}.chat-suggestion-button{background-color:var(--background-default);color:var(--text-primary);border:1px solid var(--border-color-subtle);border-radius:16px;padding:6px 12px;font-size:13px;cursor:pointer;transition:all .2s;white-space:nowrap}.chat-suggestion-button:hover{background-color:var(--event-primary-color, var(--primary-main));color:#fff;border-color:var(--event-primary-color, var(--primary-main))}@media (max-width: 768px){.chat-container,.chat-drawer-container{height:100vh;height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:100dvh;max-height:100vh;max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:100dvh}.chat-message-list{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative;z-index:1;transform:translateZ(0);backface-visibility:hidden;touch-action:pan-y;padding-top:8px}.chat-drawer-container .chat-message-list,[class*=mobile-drawer] .chat-message-list{padding-top:80px!important}.chat-input-container{position:sticky;bottom:0;background:#fff;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.chat-input-field{position:relative;z-index:1;transform:translateZ(0)}.chat-input-field:focus{position:relative;z-index:1}.chat-message{max-width:90%}.chat-suggestion-buttons{flex-direction:column}.chat-suggestion-button{width:100%}}.gostrive-ChatMessage-module__chat-message__interactive-container---QLl2{text-align:center;padding:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;height:70vh}.gostrive-ChatMessage-module__chat-message__interactive-logo--JSo0b{margin-bottom:15px;display:flex;justify-content:center}.gostrive-ChatMessage-module__chat-message__interactive-text--nQ3tY{font-size:18px;color:var(--text-primary);line-height:1.4;font-weight:500;margin-bottom:4px}.gostrive-ChatMessage-module__chat-message__interactive-hidden-span--FVm7A{position:absolute;visibility:hidden;white-space:nowrap;font-size:18px;font-family:var(--font-family, "Inter", sans-serif);font-weight:500}.gostrive-ChatMessage-module__chat-message__interactive-dropdown-container--iyWHE{text-align:center;margin-bottom:15px;position:relative;display:inline-block}.gostrive-ChatMessage-module__chat-message__interactive-dropdown--6fI-Y{display:inline-block;padding:0 24px 0 0;border:none;border-radius:0;font-size:18px;color:var(--text-primary);background-color:transparent;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;font-weight:500;font-family:var(--font-family, "Inter", sans-serif)}.gostrive-ChatMessage-module__chat-message__interactive-dropdown-icon--m-oC-{position:absolute;right:6px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-primary)}.gostrive-ChatMessage-module__chat-message__image-container--rHzMf{text-align:center;padding:10px}.gostrive-ChatMessage-module__chat-message__image--mJ9dB{object-fit:contain}.gostrive-ChatMessage-module__chat-message__interactive-static-container--DZbUf{text-align:center;margin-bottom:15px;position:relative;display:inline-block}.gostrive-ChatMessage-module__chat-message__interactive-static-text---Zw1L{display:inline-block;padding:0;border:none;border-radius:0;font-size:18px;color:var(--text-primary);background-color:transparent;outline:none;font-weight:500;font-family:var(--font-family, "Inter", sans-serif)}.gostrive-ChatMessage-module__floating-chat-window--UQKHV .gostrive-ChatMessage-module__chat-message__interactive-container---QLl2{padding:15px;min-height:300px;height:60vh}.gostrive-ChatInput-module__chat-input__mobile-footer--GRO0p{width:100%;height:62px;background-color:#1c1c1c;border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom));box-sizing:border-box}.gostrive-ChatInput-module__chat-input__mobile-footer-links--FaoXr{display:flex;gap:16px}.gostrive-ChatInput-module__chat-input__mobile-footer-link--6H8ez{color:var(--text-secondary);font-size:12px;text-decoration:none;transition:color .2s ease;white-space:nowrap}.gostrive-ChatInput-module__chat-input__mobile-footer-link--6H8ez:hover{color:var(--background-default)}.gostrive-ChatInput-module__chat-input__mobile-footer-branding--rV3QL{display:flex;align-items:center;gap:8px}.gostrive-ChatInput-module__chat-input__mobile-footer-text--Lipqu{color:var(--text-secondary);font-size:12px;white-space:nowrap}.gostrive-ChatInput-module__chat-input__mobile-footer-logo--yZHGI{width:30px;height:30px;object-fit:contain;display:block}.gostrive-DesktopDrawerHeader-module__desktop-drawer-header--4BwzA{width:100%;display:flex;align-items:center;justify-content:flex-end;background:var(--background-default);padding:16px;border-bottom:1px solid var(--border-color-subtle);box-sizing:border-box;position:sticky;top:0;z-index:10}.gostrive-DesktopDrawerHeader-module__desktop-drawer-header__spacer--JUGQn{flex:1}.gostrive-DesktopDrawerHeader-module__desktop-drawer-header__close--KkAtf{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--background-light);border:none;cursor:pointer;color:var(--text-primary);transition:background .2s;outline:none}.gostrive-DesktopDrawerHeader-module__desktop-drawer-header__close--KkAtf:hover,.gostrive-DesktopDrawerHeader-module__desktop-drawer-header__close--KkAtf:focus{background:var(--border-color-subtle)}.gostrive-FloatingWidgetFooter-module__floating-widget-footer--UrcfT{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#1c1c1c;border-radius:0;box-sizing:border-box}.gostrive-FloatingWidgetFooter-module__floating-widget-footer__links--WbvjP{display:flex;gap:16px}.gostrive-FloatingWidgetFooter-module__floating-widget-footer__link--CVJTe{color:var(--text-secondary);font-size:12px;text-decoration:none;transition:color .2s ease;white-space:nowrap}.gostrive-FloatingWidgetFooter-module__floating-widget-footer__link--CVJTe:hover{color:var(--background-default)}.gostrive-FloatingWidgetFooter-module__floating-widget-footer__branding--QNu56{display:flex;align-items:center;gap:8px}.gostrive-FloatingWidgetFooter-module__floating-widget-footer__branding-text--EcWYZ{color:var(--text-secondary);font-size:12px;text-decoration:none;transition:color .2s ease;white-space:nowrap}.gostrive-FloatingWidgetFooter-module__floating-widget-footer__branding-text--EcWYZ:hover{color:var(--background-default)}.gostrive-FloatingWidgetFooter-module__floating-widget-footer__logo--XeaFx{width:30px;height:30px;object-fit:contain;display:block}.gostrive-DesktopDrawerChat-module__desktop-drawer__backdrop--LpJ64{position:fixed;inset:0;background-color:#00000080;z-index:998;animation:gostrive-DesktopDrawerChat-module__fadeIn--kQAjm .3s ease-out}.gostrive-DesktopDrawerChat-module__desktop-drawer--TV5IM{position:fixed;top:0;right:0;width:400px;height:100vh;height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:100dvh;display:flex;flex-direction:column;background-color:var(--background-default, white);z-index:999;overflow:hidden;animation:gostrive-DesktopDrawerChat-module__slideInFromRight--5Zjfr .3s ease-out;box-shadow:-4px 0 20px #00000026}.gostrive-DesktopDrawerChat-module__desktop-drawer__content--OrCFM{flex:1;display:flex;flex-direction:column;overflow:hidden}@keyframes gostrive-DesktopDrawerChat-module__fadeIn--kQAjm{0%{opacity:0}to{opacity:1}}@keyframes gostrive-DesktopDrawerChat-module__slideInFromRight--5Zjfr{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes gostrive-DesktopDrawerChat-module__slideOutToRight--xLTbR{0%{transform:translate(0)}to{transform:translate(100%)}}.gostrive-DesktopDrawerChat-module__desktop-drawer--closing--ry-93{animation:gostrive-DesktopDrawerChat-module__slideOutToRight--xLTbR .3s ease-out forwards!important}.gostrive-DesktopDrawerChat-module__desktop-drawer__backdrop--closing--hGeYo{animation:gostrive-DesktopDrawerChat-module__fadeOut---gkQ3 .3s ease-out forwards!important}@keyframes gostrive-DesktopDrawerChat-module__fadeOut---gkQ3{0%{opacity:1}to{opacity:0}}@media (max-width: 1024px){.gostrive-DesktopDrawerChat-module__desktop-drawer--TV5IM{width:350px}}@media (max-width: 768px) and (min-width: 481px){.gostrive-DesktopDrawerChat-module__desktop-drawer--TV5IM{width:320px}}.gostrive-MobileChatHeader-module__mobile-chat-header--Y84wM{padding:16px;justify-content:flex-end}.gostrive-MobileChatHeader-module__mobile-chat-header__close-button--SBvSf{margin:0}.gostrive-MobileDrawerChat-module__mobile-drawer__backdrop--kCFdo{position:fixed;inset:0;background-color:#00000080;z-index:998;animation:gostrive-MobileDrawerChat-module__fadeIn--dIxCV .3s ease-out}.gostrive-MobileDrawerChat-module__mobile-drawer--OShNS{position:fixed;inset:0;display:flex;flex-direction:column;height:100vh;height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:100dvh;width:100vw;background-color:var(--background-default);z-index:999;overflow:hidden;animation:gostrive-MobileDrawerChat-module__slideUp--2BCEa .3s ease-out;touch-action:none}.gostrive-MobileDrawerChat-module__mobile-drawer__content--AbH8K{flex:1;display:flex;flex-direction:column;overflow:hidden;touch-action:pan-y;-webkit-overflow-scrolling:touch}@keyframes gostrive-MobileDrawerChat-module__fadeIn--dIxCV{0%{opacity:0}to{opacity:1}}@keyframes gostrive-MobileDrawerChat-module__slideUp--2BCEa{0%{transform:translateY(100%)}to{transform:translateY(0)}}
