.Loading_loadingContainer___pE9z{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px;background:var(--survey-bg);padding:2rem}.Loading_loadingContent__i_pdh{text-align:center;max-width:400px;width:100%}.Loading_botIcon__pUkCg{margin-bottom:2rem}.Loading_botAvatar__zE7ir{width:64px;height:64px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:2rem;animation:Loading_bounce__e_weP 2s infinite;box-shadow:0 8px 32px rgba(74,58,255,.3)}@keyframes Loading_bounce__e_weP{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.Loading_loadingText__qBX9I{margin-bottom:2rem}.Loading_loadingTitle__rlkeZ{font-size:1.5rem;font-weight:700;color:var(--nav-text-color);margin-bottom:1rem}.Loading_typingIndicator__K6V7B{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--survey-text-secondary)}.Loading_dots__tYnHZ{display:flex;gap:.25rem}.Loading_dot__8wa1d{width:6px;height:6px;background:var(--primary-color);border-radius:50%;animation:Loading_pulse__OTc7s 1.5s infinite}.Loading_dot__8wa1d:nth-child(2){animation-delay:.2s}.Loading_dot__8wa1d:nth-child(3){animation-delay:.4s}@keyframes Loading_pulse__OTc7s{0%,to{opacity:.4}50%{opacity:1}}.Loading_progressContainer__G5jsg{width:100%;margin-bottom:2rem}.Loading_progressBar__mLJc7{width:100%;height:4px;background:var(--border-color);border-radius:2px;overflow:hidden}.Loading_progressFill__irqCD{width:100%;height:100%;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));animation:Loading_progress__eSjav 2s ease-in-out infinite}@keyframes Loading_progress__eSjav{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.Loading_loadingSteps__BQJ2M{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.Loading_step__SN8Ef{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.875rem;color:var(--survey-text-secondary)}.Loading_stepDot__InDSC{width:8px;height:8px;background:var(--border-color);border-radius:50%;transition:var(--transition)}.Loading_stepDot__InDSC.Loading_active__Elvxn{background:var(--primary-color);animation:Loading_pulse__OTc7s 2s infinite}.Loading_funMessage__5QucN{font-size:.75rem;color:var(--survey-text-secondary);font-style:italic;opacity:.8}@media (max-width:640px){.Loading_loadingContainer___pE9z{padding:1rem}.Loading_botAvatar__zE7ir{width:56px;height:56px;font-size:1.75rem}.Loading_loadingTitle__rlkeZ{font-size:1.25rem}.Loading_step__SN8Ef{font-size:.8rem}}[data-theme=dark] .Loading_loadingContainer___pE9z{background:var(--home-bg-fifth-color)}.SurveyPage_surveyPage__tSVMd{height:100vh;height:100dvh;background-color:var(--home-bg-primary-color);overflow:hidden;width:100%;position:relative;max-height:100vh;max-height:100dvh}.SurveyPage_background__qU0gJ{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 0,var(--home-bg-secondary-color) 0,var(--home-bg-third-color) 25%,var(--home-bg-fourth-color) 45%,transparent 60%),linear-gradient(to bottom,var(--home-bg-secondary-color) 0,var(--home-bg-third-color) 30%,var(--home-bg-fifth-color) 60%,var(--home-bg-primary-color) 100%);z-index:1}.SurveyPage_gradientOverlay__nBSiq{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(0,0,0,.1),rgba(255,255,255,.1));z-index:2}.SurveyPage_gridPattern__ezLTq{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:50px 50px;z-index:3}.SurveyPage_container__f2iO_{position:relative;z-index:10;width:100%;height:100%;max-height:100%;display:flex;flex-direction:column;overflow:hidden}.SurveyPage_content__e6q8W{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.SurveyPage_botContainer__8oseE{flex:1;background:var(--home-bg-fifth-color);backdrop-filter:blur(20px);box-shadow:0 20px 60px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;position:relative;z-index:10;border-radius:0}.SurveyPage_botHeader__YaAPz{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));padding:.75rem 1rem .75rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;min-height:auto}.SurveyPage_botInfo__x77R8{display:flex;align-items:center;gap:.75rem}.SurveyPage_botAvatar__myIYg{width:32px;height:32px;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;border:2px solid rgba(255,255,255,.3)}.SurveyPage_botDetails__ebGfR{color:white}.SurveyPage_botName__Zv5S4{font-size:1rem;font-weight:700;margin:0;line-height:1.2}.SurveyPage_botStatus__vibX4{font-size:.75rem;opacity:.9;margin:0;line-height:1.2}.SurveyPage_statusIndicator__WrHgK{display:flex;align-items:center;gap:.375rem;color:white}.SurveyPage_statusDot__l6D5L{width:6px;height:6px;background:#10b981;border-radius:50%;animation:SurveyPage_pulse__bjrQm 2s infinite}.SurveyPage_statusText__gxb4o{font-size:.75rem;font-weight:500}@keyframes SurveyPage_pulse__bjrQm{0%,to{opacity:1}50%{opacity:.5}}.SurveyPage_chatInterface__ka3dX{flex:1;background:var(--survey-bg);min-height:0}.SurveyPage_footer__26ImD{background:var(--chat-bg-secondary);padding:.5rem 1rem;border-top:1px solid var(--chat-border);flex-shrink:0;z-index:10;position:relative;text-align:center}.SurveyPage_securityNote__7_tnw{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;font-size:.75rem;color:var(--survey-text-secondary);margin-bottom:.5rem;padding:.375rem .75rem;background:var(--home-bg-fifth-color);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:50px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.SurveyPage_securityIcon__UY7V5{font-size:.875rem}.SurveyPage_features__I6MNc{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.SurveyPage_feature__ma8kH{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--survey-text-secondary);font-weight:500}.SurveyPage_featureIcon___LWQS{font-size:.875rem}.SurveyPage_featureDivider__DiIFI{width:1px;height:12px;background:var(--border-color)}@media (max-width:768px){.SurveyPage_surveyPage__tSVMd{overflow:hidden;overflow-x:hidden;overflow-y:hidden}.SurveyPage_container__f2iO_,.SurveyPage_surveyPage__tSVMd{height:100dvh;height:-webkit-fill-available;max-height:100dvh}.SurveyPage_container__f2iO_{display:flex;flex-direction:column;overflow:hidden}.SurveyPage_content__e6q8W{padding:0;min-height:0}.SurveyPage_botContainer__8oseE,.SurveyPage_content__e6q8W{flex:1;display:flex;flex-direction:column;overflow:hidden;max-height:100%}.SurveyPage_botContainer__8oseE{border-radius:0;height:100%}.SurveyPage_botHeader__YaAPz{padding:.75rem 1rem .75rem 80px;min-height:60px;flex-shrink:0;overflow:hidden}.SurveyPage_chatInterface__ka3dX{flex:1;overflow:hidden;min-height:0;display:flex;flex-direction:column}.SurveyPage_footer__26ImD{padding:.5rem 1rem .5rem 80px;min-height:auto;flex-shrink:0;overflow:hidden}.SurveyPage_features__I6MNc{flex-direction:column;gap:.5rem;align-items:flex-start}.SurveyPage_featureDivider__DiIFI{width:100%;height:1px}.SurveyPage_securityNote__7_tnw{padding:.375rem .75rem;font-size:.75rem}}@media (max-width:640px){.SurveyPage_botHeader__YaAPz{padding:.5rem .75rem .5rem 5.5rem;flex-direction:row;gap:.5rem;justify-content:flex-start;min-height:56px}.SurveyPage_botInfo__x77R8{flex-direction:row;gap:.5rem;flex:1}.SurveyPage_botAvatar__myIYg{width:28px;height:28px;font-size:.75rem}.SurveyPage_botName__Zv5S4{font-size:.85rem}.SurveyPage_botStatus__vibX4{font-size:.7rem}.SurveyPage_statusIndicator__WrHgK{gap:.25rem}.SurveyPage_statusText__gxb4o{font-size:.7rem}.SurveyPage_footer__26ImD{padding:.375rem .75rem;display:none}.SurveyPage_securityNote__7_tnw{flex-direction:row;gap:.375rem;padding:.375rem .75rem;font-size:.7rem}.SurveyPage_features__I6MNc{gap:.5rem}.SurveyPage_feature__ma8kH{font-size:.65rem}}[data-theme=dark] .SurveyPage_botContainer__8oseE,[data-theme=dark] .SurveyPage_securityNote__7_tnw{background:var(--survey-bg)}[data-theme=dark] .SurveyPage_chatInterface__ka3dX{background:var(--home-bg-fifth-color)}[data-theme=dark] .SurveyPage_footer__26ImD{background:var(--survey-bg)}[data-theme=dark] .SurveyPage_background__qU0gJ{background:radial-gradient(circle at 50% 0,rgba(30,41,59,.8) 0,rgba(51,65,85,.6) 25%,rgba(71,85,105,.4) 45%,transparent 60%),linear-gradient(180deg,rgba(15,23,42,1) 0,rgba(30,41,59,.9) 30%,rgba(51,65,85,.7) 60%,rgba(15,23,42,1))}[data-theme=dark] .SurveyPage_gridPattern__ezLTq{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0)}@media (min-width:769px) and (max-width:1024px){.SurveyPage_botHeader__YaAPz{padding:.625rem 1rem .625rem 2.5rem}.SurveyPage_footer__26ImD{padding:.5rem 1rem}}.SurveyPage_botContainer__8oseE,.SurveyPage_container__f2iO_,.SurveyPage_content__e6q8W,.SurveyPage_surveyPage__tSVMd{min-height:0;overflow:hidden}.SurveyPage_chatInterface__ka3dX{overflow:hidden;display:flex;flex-direction:column}