.ModalSuggestedQuestions__content,.ModalSuggestedQuestions__header{background-color:var(--color-gray-f9,#f9f9fb)}.ModalSuggestedQuestions__modal-content{display:flex;flex-direction:column;height:100%}.PageTestSuggestedQuestions{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;background-color:var(--color-gray-f9,#f9f9fb);padding:8px 16px}@media(min-width:1024px){.PageTestSuggestedQuestions{background-color:transparent;padding:0}}.PageTestSuggestedQuestions__header{margin-block:18px 16px;padding:0;display:none}@media(min-width:1024px){.PageTestSuggestedQuestions__header{display:block}}.PageTestSuggestedQuestions__title{margin:0;font-size:16px;font-weight:500}.PageTestSuggestedQuestions__content{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden;max-width:520px;width:100%;margin-inline:auto}.PageTestSuggestedQuestions__content--full-height{height:100%}.PageTestSuggestedQuestions__list{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;gap:8px;overflow:hidden overlay}.PageTestSuggestedQuestions__list-item{border:0}.PageTestSuggestedQuestions__list-item .PageTestSuggestedQuestions__list-item-title{font-weight:400;font-size:14px;line-height:19px;letter-spacing:-.2px}.PageTestSuggestedQuestions__note{margin-top:12px;font-size:14px;line-height:1.35;color:#3c3c43b8}.PageTestSuggestedQuestions__note-link{color:var(--color-blue,#1e5cfb);cursor:pointer;text-decoration:none;transition:-webkit-text-decoration .2s ease;transition:text-decoration .2s ease;transition:text-decoration .2s ease,-webkit-text-decoration .2s ease}@media(min-width:1024px){.PageTestSuggestedQuestions__note-link:hover{text-decoration:underline}}.PageTestSuggestedQuestions__skeleton-item{min-height:56px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:12px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.PageTestChat{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;background-color:var(--color-white,#fff)}.PageTestChat__header{display:none}@media(min-width:1024px){.PageTestChat__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px 8px;animation:slideUpOnboarding .6s ease-out}}.PageTestChat__header--standalone{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px 8px;animation:slideUpOnboarding .6s ease-out}.PageTestChat__header-account{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.PageTestChat__name{font-size:16px;font-weight:500;line-height:21px;letter-spacing:-.3px;color:var(--color-typography-label-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PageTestChat__clear-link{flex-shrink:0;margin-left:auto}.PageTestChat__chat{display:flex;justify-content:end;flex-direction:column;gap:4px;flex-grow:1}@media(min-width:1024px){.PageTestChat__chat{padding:12px}}.PageTestChat__chat-wrapper{flex:1 1 auto;min-height:0;overflow-y:overlay;margin-top:auto;padding:16px 12px}@media(min-width:1024px){.PageTestChat__chat-wrapper{padding:0 0 16px}}.PageTestChat__control-buttons{display:flex;flex-direction:column;gap:8px;width:100%;padding:16px}.PageTestChat__button{width:100%}.PageTestChat__field-wrapper{display:grid;grid-template-columns:auto 1fr auto;align-items:flex-end;gap:8px;margin-block:8px 16px;margin-inline:16px;animation:slideUpOnboarding .6s ease-out}@media(min-width:768px){.PageTestChat__field-wrapper{margin-inline:20px}}@media(min-width:1024px){.PageTestChat__field-wrapper{grid-template-columns:1fr auto;margin-inline:16px}}.PageTestChat__field{position:relative;display:grid;grid-template-columns:1fr auto;width:100%;min-height:48px;border-radius:12px;background-color:var(--color-gray-f9,#f9f9fb)}.PageTestChat__textarea{background:transparent;border:0;outline:0;resize:none;padding:13px 16px 6px;width:100%;overflow-y:auto;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:21px;letter-spacing:-.3px;max-height:150px;height:48px;box-sizing:border-box}.PageTestChat__textarea::-moz-placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PageTestChat__textarea::placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PageTestChat__textarea::-webkit-scrollbar{width:4px}.PageTestChat__textarea::-webkit-scrollbar-track{background:transparent}.PageTestChat__textarea::-webkit-scrollbar-thumb{background-color:var(--color-gray-c7,#c7c7cc);border-radius:2px}.PageTestChat__textarea::-webkit-scrollbar-thumb:hover{background-color:var(--color-gray-b4,#b1b1b4)}.PageTestChat__date{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:19px;letter-spacing:-.2px;color:var(--link-secondary-color);margin:12px auto}.PageTestChat__new-author{margin-top:16px}.PageTestChat__animated-message{animation:slideUpOnboarding .8s cubic-bezier(.25,.46,.45,.94)}.PageTestChat__controls{display:flex;align-items:flex-end;gap:12px;padding:6px 16px 12px}@media(min-width:1024px){.PageTestChat__controls{padding:12px 16px}}.PageTestChat__button-show-suggestions{color:var(--color-gray-78,#737378);margin-bottom:12px}@media(min-width:1024px){.PageTestChat__button-show-suggestions{display:none}}.PageTestChat__button-emoji{color:var(--color-gray-78,#737378)}.PageTestChat__button-send{color:hsl(from var(--accent-gray) h s 70);transition:color var(--transition);margin-bottom:12px}.PageTestChat__button-send:hover{color:var(--accent-gray)}.PageTestChat__voice-button{color:var(--color-gray-78,#737378)}.PageTestChat__voice-input{position:absolute;inset:0}.PageTest{display:flex;flex-direction:column;flex:1 1 0;width:100%;height:100%;min-height:0;overflow:hidden;box-sizing:border-box}@media(min-width:1024px){.PageTest{background-color:var(--color-gray-f9,#f9f9fb);padding:32px 16px;min-height:0}}.PageTest__header{display:flex;align-items:center;position:fixed;top:0;right:0;left:0;z-index:2;padding:12px 16px;background-color:var(--color-white,#fff)}@media(min-width:768px){.PageTest__header{justify-content:space-between}}@media(min-width:1024px){.PageTest__header{position:static;background-color:transparent;padding:0 24px 24px}}.PageTest__title{display:none}@media(min-width:768px){.PageTest__title{display:block;font-size:20px;font-weight:600}}.PageTest__counter-wrapper{display:flex;align-items:center;gap:12px}@media(min-width:768px){.PageTest__counter-wrapper{flex-direction:row-reverse}}.PageTest__counter{position:relative;display:flex;align-items:center;justify-content:center;font-size:14px;width:24px;height:24px;border-radius:50%;flex-shrink:0;transition:all .3s ease}.PageTest__counter:before{top:-3px;left:-3px;width:30px;height:30px;background:conic-gradient(var(--color-blue,#1e5cfb) calc(var(--progress)*1%),var(--color-gray-e5,#e5e5ea) calc(var(--progress)*1%));transition:all .5s ease}.PageTest__counter:after,.PageTest__counter:before{content:"";position:absolute;border-radius:50%;z-index:-1}.PageTest__counter:after{top:0;left:0;width:24px;height:24px;background:var(--color-white,#fff)}@media(min-width:1024px){.PageTest__counter:after{background:var(--color-gray-f9,#f9f9fb)}}.PageTest__step{position:relative;font-size:16px;overflow:hidden;animation:slideInFromRight .4s ease-out}.PageTest__container{display:flex;justify-content:center;flex:1 1 auto;min-height:0;width:100%;gap:3%;overflow:hidden}@media(min-width:1024px){.PageTest__container{max-height:1024px}}.PageTest__chat{position:relative;width:100%;min-height:0;max-height:100%;overflow:hidden;animation:slideUpOnboarding .6s ease-out}@media(min-width:1024px){.PageTest__chat{border-radius:16px;max-width:440px;border:1px solid var(--color-gray-f7,#f2f2f7);display:flex;flex-direction:column;min-height:0}}.PageTest__questions{display:flex;width:100%;min-height:0;max-height:100%;overflow:hidden;animation:slideUpOnboarding .6s ease-out .1s both}@media(min-width:1024px){.PageTest__questions{max-width:360px}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideUpOnboarding{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes client-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drop-down{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@keyframes skeleton-loading{to{transform:translate(240%)}}@keyframes skeleton-sheen{0%{transform:skew(-40deg) translate(-100%)}to{transform:skew(-40deg) translate(240%)}}@keyframes skeleton-fade{0%,to{opacity:.6}50%{opacity:1}}@keyframes connect-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.client-view-enter-active{animation:client-slide-in .5s}.client-view-leave-active{animation:client-slide-in .8s reverse}.dropdown-enter-active{animation:drop-down .5s ease-out}.dropdown-leave-active{animation:drop-down .5s ease-in reverse}.slide-up-enter-active,.slide-up-leave-active{transition-delay:.5s;transition:.3s ease-in-out}.slide-up-enter-from{transform:translateY(100%)}.slide-up-enter-to{transform:translateY(0)}.slide-up-leave-to{transform:translateY(100%)}:export{white:#fcfcfc;white-light:#fff;base-dark:#353442;grey-dark:#9296ad;grey:#b7bacf;grey-1:#333;grey-light:#dfe1ec;grey-light-40:#f0f1f6;grey-light-20:#f6f7f9;light:#fcfcfc;purple:#7857ff;purple-light:#896cff;accent-red:#ff364e;accent-green:#25ca53;accent-yellow:#ffb12e}.ai-assistant-test-page #intercom-container{display:none!important}@media(min-width:1024px){.ai-assistant-test-page #intercom-container{display:block!important}}
