.ActionButton-module-scss-module__X9qMzW__button{appearance:none;font:var(--font-label);border:1px solid rgba(var(--foreground-rgb),.05);background:var(--botton-background);color:rgba(var(--foreground-rgb),1);border-radius:99rem;transition:background-color .4s ease-out,border .4s ease-out;display:inline-block}.ActionButton-module-scss-module__X9qMzW__button svg{width:1.25rem;height:1.25rem}.ActionButton-module-scss-module__X9qMzW__button:hover{background:var(--button-background-hover)}.ActionButton-module-scss-module__X9qMzW__inner{align-items:center;gap:.625rem;padding:.625rem .9375rem;display:flex}.ActionButton-module-scss-module__X9qMzW__tight .ActionButton-module-scss-module__X9qMzW__inner{padding-top:.375rem;padding-bottom:.375rem}.ActionButton-module-scss-module__X9qMzW__icon{line-height:0;display:inline-flex}.ActionButton-module-scss-module__X9qMzW__fillIcon{--icon-fill-color:currentColor}.ActionButton-module-scss-module__X9qMzW__fillIcon svg [fill]:not([fill=none]),.ActionButton-module-scss-module__X9qMzW__fillIcon svg g:not([fill=none]),.ActionButton-module-scss-module__X9qMzW__fillIcon svg path:not([fill=none]),.ActionButton-module-scss-module__X9qMzW__fillIcon svg circle:not([fill=none]),.ActionButton-module-scss-module__X9qMzW__fillIcon svg rect:not([fill=none]),.ActionButton-module-scss-module__X9qMzW__fillIcon svg polygon:not([fill=none]),.ActionButton-module-scss-module__X9qMzW__fillIcon svg ellipse:not([fill=none]),.ActionButton-module-scss-module__X9qMzW__fillIcon svg line:not([fill=none]){fill:var(--icon-fill-color)!important;color:var(--icon-fill-color)!important}
.Button-module-scss-module__K3wmia__button{appearance:none;font:var(--font-label);background:rgb(var(--foreground-rgb));width:100%;max-width:25rem;color:rgb(var(--background-rgb));cursor:pointer;border:none;border-radius:100rem;padding:12.5px 1.25rem;transition:background-color .2s;display:block}.Button-module-scss-module__K3wmia__button svg{vertical-align:middle}.Button-module-scss-module__K3wmia__button:hover{background:rgba(var(--foreground-rgb),.8)}.Button-module-scss-module__K3wmia__button[disabled]{opacity:.2;pointer-events:none}.Button-module-scss-module__K3wmia__inner{justify-content:center;align-items:center;gap:10px;display:flex}
.ErrorText-module-scss-module__URg90W__error{width:fit-content;color:var(--error-color);border:1px solid var(--error-color);background-color:color-mix(in srgb,var(--error-color)20%,rgb(var(--background-rgb)));cursor:pointer;font:var(--font-label);border-radius:20px;gap:10px;padding:13px 24px;animation:.2s ease-out ErrorText-module-scss-module__URg90W__fadeIn;display:flex}.ErrorText-module-scss-module__URg90W__error:hover{background-color:color-mix(in srgb,var(--error-color)25%,rgb(var(--background-rgb)))}@keyframes ErrorText-module-scss-module__URg90W__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.ResponseDataSection-module-scss-module__YgZuHW__wrapper{flex-direction:column;width:100%;display:flex;position:relative}.ResponseDataSection-module-scss-module__YgZuHW__responseSectionWrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}@media (max-width:768px){.ResponseDataSection-module-scss-module__YgZuHW__responseSectionWrapper{flex-direction:column}}.ResponseDataSection-module-scss-module__YgZuHW__responseContent,.ResponseDataSection-module-scss-module__YgZuHW__reasoningButton,.ResponseDataSection-module-scss-module__YgZuHW__rightBlock{color:rgb(var(--foreground-rgb));background-color:var(--botton-background);outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;border:none;border-radius:20px;padding:5px 19px;transition:background-color .2s,outline .2s}.ResponseDataSection-module-scss-module__YgZuHW__responseContent:is(button,a):hover,.ResponseDataSection-module-scss-module__YgZuHW__reasoningButton:is(button,a):hover,.ResponseDataSection-module-scss-module__YgZuHW__rightBlock:is(button,a):hover{background-color:var(--button-background-hover)}.ResponseDataSection-module-scss-module__YgZuHW__reasoningButton,.ResponseDataSection-module-scss-module__YgZuHW__rightBlock{border-radius:20px;justify-content:center;align-items:center;gap:20px;height:46px;display:flex;position:relative}@media (max-width:768px){.ResponseDataSection-module-scss-module__YgZuHW__reasoningButton,.ResponseDataSection-module-scss-module__YgZuHW__rightBlock{gap:35px}}.ResponseDataSection-module-scss-module__YgZuHW__rightBlock{z-index:1}.ResponseDataSection-module-scss-module__YgZuHW__reasoningButton{cursor:pointer;white-space:nowrap;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.ResponseDataSection-module-scss-module__YgZuHW__reasoningButton svg{color:#fff;width:22px;height:22px;transition:all .2s}.ResponseDataSection-module-scss-module__YgZuHW__reasoningButton.ResponseDataSection-module-scss-module__YgZuHW__active svg{transform:scaleY(-1)}.ResponseDataSection-module-scss-module__YgZuHW__iconButton{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.125rem;transition:transform .2s,background-color .2s,color .2s;display:flex;position:relative}@media (max-width:768px){.ResponseDataSection-module-scss-module__YgZuHW__iconButton{transform:scale(1.2)}}.ResponseDataSection-module-scss-module__YgZuHW__iconButton[disabled]{cursor:not-allowed;opacity:.2}.ResponseDataSection-module-scss-module__YgZuHW__iconButton:hover{background-color:var(--button-background-hover)}.ResponseDataSection-module-scss-module__YgZuHW__iconButton.ResponseDataSection-module-scss-module__YgZuHW__active{color:#000;background:#fff}.ResponseDataSection-module-scss-module__YgZuHW__iconButton.ResponseDataSection-module-scss-module__YgZuHW__flipped{transform:scaleY(-1)}@media (max-width:768px){.ResponseDataSection-module-scss-module__YgZuHW__iconButton.ResponseDataSection-module-scss-module__YgZuHW__flipped{transform:scale(1.2,-1.2)}}.ResponseDataSection-module-scss-module__YgZuHW__divider{background-color:rgba(var(--foreground-rgb),.05);width:1px;height:20px;margin:0 5px}.ResponseDataSection-module-scss-module__YgZuHW__actionRow{justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}.ResponseDataSection-module-scss-module__YgZuHW__sqlHeading{text-align:center;margin-bottom:20px;font-size:18px;font-weight:600;line-height:1.3}.ResponseDataSection-module-scss-module__YgZuHW__responseContent{text-align:left;opacity:0;will-change:max-height,opacity,padding;flex-direction:column;justify-content:center;align-items:center;width:100%;max-height:0;margin-top:0;padding:0;transition:margin-top .4s,padding .4s,max-height .4s,opacity .3s .1s;display:flex;overflow:hidden}.ResponseDataSection-module-scss-module__YgZuHW__responseContent.ResponseDataSection-module-scss-module__YgZuHW__visible{opacity:1;max-height:800px;margin-top:30px;padding:37px 24px}.ResponseDataSection-module-scss-module__YgZuHW__responseContent .ResponseDataSection-module-scss-module__YgZuHW__inner{flex-direction:column;gap:19px;max-width:600px;display:flex}.ResponseDataSection-module-scss-module__YgZuHW__responseContent h2{font:var(--font-small-header)}.ResponseDataSection-module-scss-module__YgZuHW__responseContent p{font:var(--font-body)}.ResponseDataSection-module-scss-module__YgZuHW__shareButtonWrapper{justify-content:center;align-items:center;display:flex;position:relative}.ResponseDataSection-module-scss-module__YgZuHW__tooltip{background:rgba(var(--foreground-rgb),.05);color:#fff;font:var(--font-label);white-space:nowrap;border-radius:10px;padding:4px 10px;animation:2s forwards ResponseDataSection-module-scss-module__YgZuHW__fadeInOut;position:absolute;bottom:calc(100% + 12px)}.ResponseDataSection-module-scss-module__YgZuHW__dateRangeField{border-radius:20px;height:46px}.ResponseDataSection-module-scss-module__YgZuHW__error{margin:30px auto 0}.ResponseDataSection-module-scss-module__YgZuHW__dropdownMenuContent{background:rgba(var(--background-rgb),1);z-index:100;border:1px solid #ffffff1a;border-radius:.5rem;outline:none;min-width:12rem;padding:.75rem;box-shadow:0 8px 16px #00000026;animation:none!important}.ResponseDataSection-module-scss-module__YgZuHW__dropdownMenuItem{cursor:pointer;border-radius:.375rem;outline:none;align-items:center;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:background .2s ease-in-out,color .2s ease-in-out;display:flex}.ResponseDataSection-module-scss-module__YgZuHW__dropdownMenuItem:hover,.ResponseDataSection-module-scss-module__YgZuHW__dropdownMenuItem:focus{box-shadow:none;background:var(--button-background-hover);outline:none}.ResponseDataSection-module-scss-module__YgZuHW__dropdownMenuItem[data-disabled]{pointer-events:none;opacity:.4}@keyframes ResponseDataSection-module-scss-module__YgZuHW__fadeInOut{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@media (max-width:768px){.ResponseDataSection-module-scss-module__YgZuHW__rightBlock{border-bottom-right-radius:0;border-bottom-left-radius:0}}
@keyframes ResponseFeedback-module-scss-module__9cbwJG__show{0%{opacity:0}to{opacity:1}}@keyframes ResponseFeedback-module-scss-module__9cbwJG__fadeInSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes ResponseFeedback-module-scss-module__9cbwJG__fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ResponseFeedback-module-scss-module__9cbwJG__shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.ResponseFeedback-module-scss-module__9cbwJG__feedbackContent{flex-direction:column;width:100%;max-width:380px;max-height:600px;transition:all .4s;display:flex}@media (max-width:768px){.ResponseFeedback-module-scss-module__9cbwJG__feedbackContent{max-width:unset}}.ResponseFeedback-module-scss-module__9cbwJG__feedbackContent.ResponseFeedback-module-scss-module__9cbwJG__submitted{max-height:116px;overflow:hidden}.ResponseFeedback-module-scss-module__9cbwJG__feedbackTitle{font:var(--font-medium-header);text-align:center;margin-bottom:20px}.ResponseFeedback-module-scss-module__9cbwJG__feedbackInput{appearance:none;border:1px solid rgba(var(--foreground-rgb),.1);min-height:70px;font:var(--font-body);resize:none;background:0 0;border-radius:20px;margin-bottom:20px;padding:14px 20px}.ResponseFeedback-module-scss-module__9cbwJG__feedbackInput:focus{outline:none}.ResponseFeedback-module-scss-module__9cbwJG__feedbackInput::placeholder{color:rgba(var(--foreground-rgb),.2)}.ResponseFeedback-module-scss-module__9cbwJG__submitButton{max-width:unset}.ResponseFeedback-module-scss-module__9cbwJG__feedbackSuccess{opacity:0;z-index:2;background:#1d1d1d;flex-direction:column;justify-content:center;align-items:center;gap:10px;animation:.4s forwards ResponseFeedback-module-scss-module__9cbwJG__show;display:flex;position:absolute;inset:0}.ResponseFeedback-module-scss-module__9cbwJG__successMessage{font:var(--font-medium-header);text-align:center}
.SqlQuery-module-scss-module__LSAfiW__sql{text-align:left!important;background-color:#0000!important;padding:0!important}.SqlQuery-module-scss-module__LSAfiW__sql .SqlQuery-module-scss-module__LSAfiW__code{text-align:left;color:rgb(var(--foreground-rgb));font-family:IBMPlexMono,monospace;font-size:12px;font-weight:400;line-height:1.5}.SqlQuery-module-scss-module__LSAfiW__sql .SqlQuery-module-scss-module__LSAfiW__code .hljs-variable{color:rgb(var(--foreground-rgb))}:is(.SqlQuery-module-scss-module__LSAfiW__sql .SqlQuery-module-scss-module__LSAfiW__code .hljs-keyword,.SqlQuery-module-scss-module__LSAfiW__sql .SqlQuery-module-scss-module__LSAfiW__code .hljs-built_in,.SqlQuery-module-scss-module__LSAfiW__sql .SqlQuery-module-scss-module__LSAfiW__code .hljs-function,.SqlQuery-module-scss-module__LSAfiW__sql .SqlQuery-module-scss-module__LSAfiW__code .hljs-string){color:#ff6ce8}
@keyframes AgentFeedbackPanel-module-scss-module__8Ry9wG__show{0%{opacity:0}to{opacity:1}}@keyframes AgentFeedbackPanel-module-scss-module__8Ry9wG__fadeInSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes AgentFeedbackPanel-module-scss-module__8Ry9wG__fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes AgentFeedbackPanel-module-scss-module__8Ry9wG__shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback{left:50%;top:calc(var(--header-height) + (100dvh - var(--header-height) - var(--chat-wrapper-height))/2);z-index:12;scrollbar-gutter:stable both-edges;width:100%;max-height:calc(100dvh - (var(--header-height) + var(--chat-wrapper-height)));opacity:0;margin:0;padding:10px 0;animation:.3s .3s forwards AgentFeedbackPanel-module-scss-module__8Ry9wG__fadeInSlideUp;position:fixed;overflow:auto;translate:-50% -50%}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback::-webkit-scrollbar{width:5px}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback::-webkit-scrollbar-track{background:0 0}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback .AgentFeedbackPanel-module-scss-module__8Ry9wG__inner{background:#151515;max-width:600px;margin:auto;padding:40px 60px;position:relative}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback .AgentFeedbackPanel-module-scss-module__8Ry9wG__inner>svg{margin-top:0!important}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback .AgentFeedbackPanel-module-scss-module__8Ry9wG__inner>hr{margin:30px 0}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback .AgentFeedbackPanel-module-scss-module__8Ry9wG__inner .AgentFeedbackPanel-module-scss-module__8Ry9wG__markdown{margin-top:0}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback .AgentFeedbackPanel-module-scss-module__8Ry9wG__inner .AgentFeedbackPanel-module-scss-module__8Ry9wG__closeButton{position:absolute;top:40px;right:60px}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback.AgentFeedbackPanel-module-scss-module__8Ry9wG__underBlur{z-index:0;pointer-events:none}@media (max-width:768px){.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback .AgentFeedbackPanel-module-scss-module__8Ry9wG__inner{max-width:calc(100dvw - 40px);padding:20px}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback .AgentFeedbackPanel-module-scss-module__8Ry9wG__inner>hr{margin:25px 0 22px}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback .AgentFeedbackPanel-module-scss-module__8Ry9wG__inner .AgentFeedbackPanel-module-scss-module__8Ry9wG__heading{font-size:20px}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback .AgentFeedbackPanel-module-scss-module__8Ry9wG__inner .AgentFeedbackPanel-module-scss-module__8Ry9wG__closeButton{top:20px;right:20px}}.AgentFeedbackPanel-module-scss-module__8Ry9wG__agentFeedback .AgentFeedbackPanel-module-scss-module__8Ry9wG__feedbackSection{margin:30px auto 0}
.ChatInput-module-scss-module__f0be-W__inputArea{outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;opacity:0;width:100%;max-width:950px;min-height:var(--height-input);z-index:3;color:rgb(var(--foreground-rgb));background:#1d1d1d;background-color:var(--botton-background);outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;border:none;border-radius:20px;flex-direction:row;align-items:stretch;gap:0;padding:0;transition:background-color .2s,outline .2s;animation:.4s ease-out forwards ChatInput-module-scss-module__f0be-W__fadeInInput;display:flex;position:relative}.ChatInput-module-scss-module__f0be-W__inputArea:is(button,a):hover{background-color:var(--button-background-hover)}@media (max-width:768px){.ChatInput-module-scss-module__f0be-W__inputArea{padding-bottom:calc(env(safe-area-inset-bottom,0px) + 20px);border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column-reverse;box-shadow:0 -6px 12px #0000001f}.ChatInput-module-scss-module__f0be-W__inputArea .ChatInput-module-scss-module__f0be-W__newThread{background-color:#0000;border-radius:20px;height:46px;margin:-5px 10px 10px}.ChatInput-module-scss-module__f0be-W__inputArea .ChatInput-module-scss-module__f0be-W__newThread>*{width:20px;height:20px}.ChatInput-module-scss-module__f0be-W__inputArea .ChatInput-module-scss-module__f0be-W__divider{display:none}.ChatInput-module-scss-module__f0be-W__inputArea .ChatInput-module-scss-module__f0be-W__textarea{padding:20px 50px 20px 54px}.ChatInput-module-scss-module__f0be-W__inputArea .ChatInput-module-scss-module__f0be-W__textarea.ChatInput-module-scss-module__f0be-W__extraPadding{padding-right:115px}}.ChatInput-module-scss-module__f0be-W__buttonRow{justify-content:space-between;align-items:center;display:flex}.ChatInput-module-scss-module__f0be-W__buttonRow .ChatInput-module-scss-module__f0be-W__actionButton{margin:-5px 20px 8px 10px}.ChatInput-module-scss-module__f0be-W__buttonRow .ChatInput-module-scss-module__f0be-W__divider{background-color:rgba(var(--foreground-rgb),.05);width:1px;height:46px;margin-left:20px}.ChatInput-module-scss-module__f0be-W__newThread{height:46px;text-transform:unset;margin-left:20px}.ChatInput-module-scss-module__f0be-W__form{align-items:flex-start;gap:.75rem;width:100%;display:flex;position:relative}.ChatInput-module-scss-module__f0be-W__inputOverlay{width:100%;height:var(--height-input);pointer-events:none;justify-content:space-between;padding:0 20px;display:flex;position:absolute;left:0}.ChatInput-module-scss-module__f0be-W__inputOverlay .ChatInput-module-scss-module__f0be-W__actionRow{pointer-events:all;height:var(--height-input);align-items:center;gap:20px;display:flex}.ChatInput-module-scss-module__f0be-W__inputOverlay .ChatInput-module-scss-module__f0be-W__promptIcon{height:var(--height-input);align-items:center;gap:20px;display:flex}.ChatInput-module-scss-module__f0be-W__inputOverlay .ChatInput-module-scss-module__f0be-W__promptIcon>*{width:24px;height:24px}.ChatInput-module-scss-module__f0be-W__textarea{font:var(--font-body);resize:none;color:rgb(var(--foreground-rgb));min-height:var(--height-input);box-sizing:border-box;background:0 0;border:none;flex:1;margin:auto;padding:22px 54px;transition:max-height .3s,height .3s;display:flex;overflow-y:auto}.ChatInput-module-scss-module__f0be-W__textarea:focus{outline:none}.ChatInput-module-scss-module__f0be-W__textarea::placeholder,.ChatInput-module-scss-module__f0be-W__textarea[disabled]{color:rgba(var(--foreground-rgb),.2)}.ChatInput-module-scss-module__f0be-W__button{background:0 0;border:none;width:28.5px;height:28.5px;padding:0;position:relative;overflow:hidden}.ChatInput-module-scss-module__f0be-W__button .ChatInput-module-scss-module__f0be-W__icon{opacity:0;width:100%;height:100%;transition:opacity .3s ease-in-out,transform .3s ease-in-out;position:absolute;inset:0}.ChatInput-module-scss-module__f0be-W__button .ChatInput-module-scss-module__f0be-W__send,.ChatInput-module-scss-module__f0be-W__button .ChatInput-module-scss-module__f0be-W__expand{transform:rotate(90deg)}.ChatInput-module-scss-module__f0be-W__button .ChatInput-module-scss-module__f0be-W__stop,.ChatInput-module-scss-module__f0be-W__button .ChatInput-module-scss-module__f0be-W__collapse{transform:rotate(-30deg)}.ChatInput-module-scss-module__f0be-W__button .ChatInput-module-scss-module__f0be-W__show{opacity:1;transform:rotate(0)}@media (max-width:768px){.ChatInput-module-scss-module__f0be-W__actionButton{width:47px;height:47px}}@keyframes ChatInput-module-scss-module__f0be-W__fadeInInput{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.ChatLayout-module-scss-module__k8cxmG__layout{height:calc(100dvh - var(--header-height));margin-top:var(--header-height);flex-direction:column;width:100%;padding:0;display:flex;position:relative}.ChatLayout-module-scss-module__k8cxmG__statusBox{background:rgba(var(--foreground-rgb),.05);width:100%;max-width:100%;color:rgb(var(--foreground-rgb));z-index:1;border-radius:.75rem;margin:1rem 2rem;padding:1rem 1.25rem;position:relative}.ChatLayout-module-scss-module__k8cxmG__status{opacity:.7;margin-bottom:.5rem;font-size:.875rem}.ChatLayout-module-scss-module__k8cxmG__tip{opacity:.5;font-size:.875rem}.ChatLayout-module-scss-module__k8cxmG__inputContainer{flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:relative}.ChatLayout-module-scss-module__k8cxmG__inputContainer>:first-child{flex:1;width:100%;max-width:100%;min-height:0;overflow-y:auto}.ChatLayout-module-scss-module__k8cxmG__inputContainer>:last-child{flex-shrink:0;width:100%;max-width:100%}
.LoaderOrbit-module-scss-module__vFUHoG__wrap{width:var(--ld-size,24px);height:var(--ld-size,24px);display:inline-block;position:relative}.LoaderOrbit-module-scss-module__vFUHoG__ring{width:100%;height:100%;animation:LoaderOrbit-module-scss-module__vFUHoG__spin var(--ld-spin,.9s)linear infinite;transform-origin:50%;position:relative}.LoaderOrbit-module-scss-module__vFUHoG__dot{width:var(--ld-dot,6px);height:var(--ld-dot,6px);background:var(--ld-color,#e6e5e3);will-change:transform;border-radius:50%;position:absolute;top:50%;left:50%}.LoaderOrbit-module-scss-module__vFUHoG__a0{transform:translate(-50%,-50%)rotate(0deg)translate(var(--ld-radius))}.LoaderOrbit-module-scss-module__vFUHoG__a90{transform:translate(-50%,-50%)rotate(90deg)translate(var(--ld-radius))}.LoaderOrbit-module-scss-module__vFUHoG__a180{transform:translate(-50%,-50%)rotate(180deg)translate(var(--ld-radius))}.LoaderOrbit-module-scss-module__vFUHoG__a270{transform:translate(-50%,-50%)rotate(270deg)translate(var(--ld-radius))}@keyframes LoaderOrbit-module-scss-module__vFUHoG__spin{to{transform:rotate(360deg)}}
@keyframes Loading-module-scss-module__gNgMtW__show{0%{opacity:0}to{opacity:1}}@keyframes Loading-module-scss-module__gNgMtW__fadeInSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes Loading-module-scss-module__gNgMtW__fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Loading-module-scss-module__gNgMtW__shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.Loading-module-scss-module__gNgMtW__wrapper{background:rgb(var(--background-rgb));opacity:0;justify-content:center;align-items:center;animation:1s 1s forwards Loading-module-scss-module__gNgMtW__show;display:flex;position:fixed;inset:0}.Loading-module-scss-module__gNgMtW__wrapper svg{animation:1s linear infinite Loading-module-scss-module__gNgMtW__rotate}
@keyframes LoadingSteps-module-scss-module__GYnXma__show{0%{opacity:0}to{opacity:1}}@keyframes LoadingSteps-module-scss-module__GYnXma__fadeInSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes LoadingSteps-module-scss-module__GYnXma__fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes LoadingSteps-module-scss-module__GYnXma__shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.LoadingSteps-module-scss-module__GYnXma__container{width:100%;max-width:490px;margin:0 auto;padding:0 20px;position:relative}.LoadingSteps-module-scss-module__GYnXma__content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(var(--foreground-rgb),.05);background:#1d1d1d;border-radius:20px;flex-direction:column;min-height:50px;transition:transform .3s,opacity .3s;display:flex;position:relative;overflow:hidden}.LoadingSteps-module-scss-module__GYnXma__container:not(.LoadingSteps-module-scss-module__GYnXma__open) .LoadingSteps-module-scss-module__GYnXma__content .LoadingSteps-module-scss-module__GYnXma__toggleButton{top:7px!important;right:10px!important}.LoadingSteps-module-scss-module__GYnXma__header{justify-content:space-between;align-items:center;gap:10px;padding:23px 20px 18px;display:flex}.LoadingSteps-module-scss-module__GYnXma__headerTitle{font:var(--font-label)}.LoadingSteps-module-scss-module__GYnXma__headerDivider{background:rgba(var(--foreground-rgb),.05);width:calc(100% - 40px);height:1px;margin:auto}.LoadingSteps-module-scss-module__GYnXma__container:not(.LoadingSteps-module-scss-module__GYnXma__open) .LoadingSteps-module-scss-module__GYnXma__headerTitle,.LoadingSteps-module-scss-module__GYnXma__container:not(.LoadingSteps-module-scss-module__GYnXma__open) .LoadingSteps-module-scss-module__GYnXma__headerDivider{display:none}.LoadingSteps-module-scss-module__GYnXma__latestItem{opacity:1;visibility:visible;box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:10px;width:100%;max-width:100%;padding:2px 48px 1px 20px;transition:all .2s;display:flex;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%);color:#e6e5e3!important}.LoadingSteps-module-scss-module__GYnXma__latestItem.LoadingSteps-module-scss-module__GYnXma__hide{opacity:0;visibility:hidden}.LoadingSteps-module-scss-module__GYnXma__inlineTitle{white-space:nowrap;color:#f1f0ee;font-size:13px;font-weight:700}.LoadingSteps-module-scss-module__GYnXma__inlineSep{background-color:rgba(var(--foreground-rgb),.05);width:1px;height:26px;margin:0 3px 0 10px}.LoadingSteps-module-scss-module__GYnXma__textSingle{white-space:nowrap;text-overflow:ellipsis;width:100%;min-width:0;font-size:11px;font-weight:600;display:block;overflow:hidden}.LoadingSteps-module-scss-module__GYnXma__list{scrollbar-gutter:stable;max-width:50rem;max-height:var(--closed-h,0px);opacity:0;visibility:visible;flex-direction:column;gap:15px;transition:max-height 50ms,opacity .3s,visibility .3s,padding .3s;display:flex;overflow:hidden}.LoadingSteps-module-scss-module__GYnXma__open .LoadingSteps-module-scss-module__GYnXma__list{max-height:var(--target-h,32rem);max-height:min(var(--target-h,32rem),var(--vh-cap,9999px));opacity:1;padding:14px 15px 20px 20px;transition:max-height 50ms,opacity .3s,visibility .3s;overflow-y:hidden}.LoadingSteps-module-scss-module__GYnXma__open .LoadingSteps-module-scss-module__GYnXma__list.LoadingSteps-module-scss-module__GYnXma__scrollReady{overflow-y:auto}.LoadingSteps-module-scss-module__GYnXma__open .LoadingSteps-module-scss-module__GYnXma__list::-webkit-scrollbar{width:5px}.LoadingSteps-module-scss-module__GYnXma__open .LoadingSteps-module-scss-module__GYnXma__list::-webkit-scrollbar-track{background:0 0}.LoadingSteps-module-scss-module__GYnXma__open .LoadingSteps-module-scss-module__GYnXma__list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.LoadingSteps-module-scss-module__GYnXma__item{color:inherit;align-items:center;gap:15px;padding:9.5px 14px;font-size:11px;font-weight:600;line-height:1.5;display:flex}.LoadingSteps-module-scss-module__GYnXma__item.LoadingSteps-module-scss-module__GYnXma__done{background:rgba(var(--foreground-rgb),.03);border:1px solid #ffffff0f;border-radius:20px}.LoadingSteps-module-scss-module__GYnXma__status{flex-shrink:0;align-items:center;display:flex}.LoadingSteps-module-scss-module__GYnXma__status>svg{width:28px;height:28px}.LoadingSteps-module-scss-module__GYnXma__text{opacity:0;flex:1;min-width:0;animation:.15s forwards LoadingSteps-module-scss-module__GYnXma__show}.LoadingSteps-module-scss-module__GYnXma__text.LoadingSteps-module-scss-module__GYnXma__multiline{white-space:normal;line-height:1.35}.LoadingSteps-module-scss-module__GYnXma__fadeSlide{animation:.3s forwards LoadingSteps-module-scss-module__GYnXma__fadeInSlideDown}.LoadingSteps-module-scss-module__GYnXma__toggleButton{z-index:1;color:#f1f0ee;background:0 0;border:none;border-radius:10px;align-items:center;padding:5px;transition:background-color .2s;display:inline-flex;position:absolute;top:14px;right:15px}.LoadingSteps-module-scss-module__GYnXma__toggleButton:hover{background-color:rgba(var(--foreground-rgb),.03)}.LoadingSteps-module-scss-module__GYnXma__loader{margin:0 2px}
.Modal-module-scss-module__uM52DW__open{pointer-events:auto}.Modal-module-scss-module__uM52DW__closed{pointer-events:none}.Modal-module-scss-module__uM52DW__panel{color:rgb(var(--foreground-rgb));width:100%;background-color:var(--botton-background);outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;z-index:100;border:none;border-radius:20px;flex-direction:column;transition:background-color .2s,outline .2s;display:flex;position:absolute}.Modal-module-scss-module__uM52DW__panel:is(button,a):hover{background-color:var(--button-background-hover)}.Modal-module-scss-module__uM52DW__panelSide{right:40px;top:calc(var(--header-height) + 20px);max-height:calc(100dvh - var(--header-height) - 60px);max-width:333px;bottom:auto}.Modal-module-scss-module__uM52DW__panelCenter{width:min(480px,100% - 40px);max-width:480px;max-height:calc(100dvh - 40px);top:50%;left:50%;transform:translate(-50%,-50%)}.Modal-module-scss-module__uM52DW__centerOverlay{background:rgba(var(--background-rgb),.8);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:90;position:fixed;inset:0}.Modal-module-scss-module__uM52DW__panelClosed{pointer-events:none}.Modal-module-scss-module__uM52DW__slideIn{animation:.22s forwards Modal-module-scss-module__uM52DW__slideInRight}.Modal-module-scss-module__uM52DW__slideOut{animation:.18s forwards Modal-module-scss-module__uM52DW__slideOutRight}.Modal-module-scss-module__uM52DW__header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:15px 18px 10px 20px;display:flex}.Modal-module-scss-module__uM52DW__title{margin:0;font-size:16px;font-weight:600}.Modal-module-scss-module__uM52DW__close{appearance:none;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;font-size:22px;line-height:1;display:grid}.Modal-module-scss-module__uM52DW__close:hover{background:#ffffff0f}.Modal-module-scss-module__uM52DW__content{flex:auto;min-height:0;margin:1px;padding:20px 16px 30px;position:relative;overflow:auto}.Modal-module-scss-module__uM52DW__markdown{color:rgb(var(--foreground-rgb));font:var(--font-body-text)}.Modal-module-scss-module__uM52DW__markdown>:first-child{margin-top:0}.Modal-module-scss-module__uM52DW__markdown>:last-child{margin-bottom:0}.Modal-module-scss-module__uM52DW__markdown hr{background:rgba(var(--foreground-rgb),.12);border:0;height:1px;margin:4px 0 18px}.Modal-module-scss-module__uM52DW__markdown h1,.Modal-module-scss-module__uM52DW__markdown h2,.Modal-module-scss-module__uM52DW__markdown h3{font:var(--font-small-header);color:rgb(var(--foreground-rgb));margin:0 0 12px}.Modal-module-scss-module__uM52DW__markdown p{font:var(--font-body);margin:0 0 22px}.Modal-module-scss-module__uM52DW__markdown strong{font-weight:600}.Modal-module-scss-module__uM52DW__markdown em{opacity:.95}.Modal-module-scss-module__uM52DW__markdown a{color:inherit;text-decoration:underline;-webkit-text-decoration-color:rgba(var(--foreground-rgb,255 255 255),.35);text-decoration-color:rgba(var(--foreground-rgb,255 255 255),.35);text-underline-offset:2px;transition:text-decoration-color .15s,opacity .15s}.Modal-module-scss-module__uM52DW__markdown a:hover{-webkit-text-decoration-color:rgba(var(--foreground-rgb,255 255 255),.7);text-decoration-color:rgba(var(--foreground-rgb,255 255 255),.7);opacity:.95}.Modal-module-scss-module__uM52DW__markdown ul,.Modal-module-scss-module__uM52DW__markdown ol{margin:18px 0 16px;padding:0 0 0 22px}.Modal-module-scss-module__uM52DW__markdown ul{padding-left:0;list-style:none}.Modal-module-scss-module__uM52DW__markdown ul li{font:var(--font-body);margin:0;padding-left:13px;position:relative}.Modal-module-scss-module__uM52DW__markdown ul li:before{content:"";background:rgba(var(--foreground-rgb,255 255 255),.9);border-radius:999px;width:4px;height:4px;position:absolute;top:.72em;left:0}.Modal-module-scss-module__uM52DW__markdown ol{padding-left:24px}.Modal-module-scss-module__uM52DW__markdown blockquote{border-left:3px solid rgba(var(--foreground-rgb,255 255 255),.25);color:rgba(var(--foreground-rgb,255 255 255),.9);background:#ffffff05;margin:0 0 16px;padding:8px 12px}.Modal-module-scss-module__uM52DW__markdown code{background:#ffffff0f;border-radius:6px;padding:.15em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.95em}@media (max-width:768px){.Modal-module-scss-module__uM52DW__markdown{line-height:1.65}.Modal-module-scss-module__uM52DW__markdown p,.Modal-module-scss-module__uM52DW__markdown ul,.Modal-module-scss-module__uM52DW__markdown ol{margin-bottom:14px}}.Modal-module-scss-module__uM52DW__contentLoading{pointer-events:none;filter:grayscale(.2)opacity(.85)}.Modal-module-scss-module__uM52DW__loadingOverlay{background:linear-gradient(#0000,#0000000f 40%,#0000001a);place-items:center;animation:.12s forwards Modal-module-scss-module__uM52DW__fadeIn;display:grid;position:absolute;inset:0}@media (max-width:900px){.Modal-module-scss-module__uM52DW__panel{width:100vw;max-width:none;height:100dvh;max-height:none;color:rgb(var(--foreground-rgb));background-color:var(--botton-background);outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;padding-bottom:env(safe-area-inset-bottom);border:none;border-radius:0;transition:background-color .2s,outline .2s;inset:0}.Modal-module-scss-module__uM52DW__panel:is(button,a):hover{background-color:var(--button-background-hover)}.Modal-module-scss-module__uM52DW__panelCenter{transform:none}.Modal-module-scss-module__uM52DW__content{padding-left:calc(16px + env(safe-area-inset-left));padding-right:calc(16px + env(safe-area-inset-right));padding-bottom:calc(20px + env(safe-area-inset-bottom))}}@keyframes Modal-module-scss-module__uM52DW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module-scss-module__uM52DW__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes Modal-module-scss-module__uM52DW__slideInRight{0%{opacity:.98;transform:translate(8%)}to{opacity:1;transform:translate(0)}}@keyframes Modal-module-scss-module__uM52DW__slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(8%)}}.Modal-module-scss-module__uM52DW__content:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#1d1d1d00 0%,#1d1d1d59 55%,#1d1d1df2 100%);border-bottom-right-radius:20px;border-bottom-left-radius:20px;height:60px;position:fixed;bottom:1px;left:1px;right:1px}@media (max-width:900px){.Modal-module-scss-module__uM52DW__content:after{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));height:calc(54px + env(safe-area-inset-bottom))}}
.ValidationQuestionModal-module-scss-module__0JlwOq__customer{flex-direction:column;gap:6px;margin-bottom:22px;display:flex}.ValidationQuestionModal-module-scss-module__0JlwOq__customerTag{letter-spacing:.01em;border:1px solid #ffffff3d;border-radius:999px;align-items:center;width:fit-content;padding:6px 14px;font-size:13px;display:inline-flex}.ValidationQuestionModal-module-scss-module__0JlwOq__customerEmail{opacity:.9;width:fit-content;font-size:13px}.ValidationQuestionModal-module-scss-module__0JlwOq__question{margin:0 0 22px;font-size:15px;font-weight:600}.ValidationQuestionModal-module-scss-module__0JlwOq__section{margin-bottom:24px}.ValidationQuestionModal-module-scss-module__0JlwOq__sectionTitle{margin-bottom:10px;font-size:14px;font-weight:600}.ValidationQuestionModal-module-scss-module__0JlwOq__options{flex-direction:column;gap:8px;display:flex}.ValidationQuestionModal-module-scss-module__0JlwOq__optionRow{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:14px;display:flex}.ValidationQuestionModal-module-scss-module__0JlwOq__radioWrapper{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;position:relative}.ValidationQuestionModal-module-scss-module__0JlwOq__radioInput{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.ValidationQuestionModal-module-scss-module__0JlwOq__radioVisual{box-sizing:border-box;border:2px solid #fff;border-radius:999px;width:18px;height:18px;transition:border-color .12s,background-color .12s;position:relative}.ValidationQuestionModal-module-scss-module__0JlwOq__radioVisual:after{content:"";border-radius:inherit;opacity:0;background:#fff;transition:opacity .12s;position:absolute;inset:3px}.ValidationQuestionModal-module-scss-module__0JlwOq__radioInput:checked+.ValidationQuestionModal-module-scss-module__0JlwOq__radioVisual:after{opacity:1}.ValidationQuestionModal-module-scss-module__0JlwOq__optionLabel{font:var(--font-body-text);text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:500}.ValidationQuestionModal-module-scss-module__0JlwOq__footer{flex-direction:column;justify-content:center;align-items:center;display:flex}.ValidationQuestionModal-module-scss-module__0JlwOq__footer button{width:fit-content}.ValidationQuestionModal-module-scss-module__0JlwOq__options{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.ValidationQuestionModal-module-scss-module__0JlwOq__optionButton{text-transform:none}
@keyframes ChatV2-module-scss-module__L7gDkG__show{0%{opacity:0}to{opacity:1}}@keyframes ChatV2-module-scss-module__L7gDkG__fadeInSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatV2-module-scss-module__L7gDkG__fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatV2-module-scss-module__L7gDkG__shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.ChatV2-module-scss-module__L7gDkG__container{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:20px;transition:padding-right .2s;display:flex;position:relative}.ChatV2-module-scss-module__L7gDkG__container.ChatV2-module-scss-module__L7gDkG__isExpanded{z-index:11}@media (max-width:768px){.ChatV2-module-scss-module__L7gDkG__container{padding:20px 0}}.ChatV2-module-scss-module__L7gDkG__chatContainer{z-index:2;flex-direction:column;align-items:center;gap:0;width:100%;max-width:1288px;margin:0 auto;padding-bottom:95px;padding-left:20px;padding-right:20px;transition:max-width .2s;display:flex;position:relative}@media (max-width:768px){.ChatV2-module-scss-module__L7gDkG__chatContainer{padding-bottom:155px;padding-left:0;padding-right:0}}.ChatV2-module-scss-module__L7gDkG__spacer{flex:1;align-items:center;display:flex}.ChatV2-module-scss-module__L7gDkG__aiIcon{opacity:0;transition:opacity .4s;position:relative}.ChatV2-module-scss-module__L7gDkG__aiIcon.ChatV2-module-scss-module__L7gDkG__show{opacity:1;transform:translateY(0)}.ChatV2-module-scss-module__L7gDkG__introHeading{font:var(--font-big-header);background:var(--text-gradient);color:#0000;-webkit-text-fill-color:#0000;text-align:center;opacity:0;-webkit-background-clip:text;background-clip:text;max-width:550px;animation:.6s .2s forwards ChatV2-module-scss-module__L7gDkG__fadeInSlideUp}.ChatV2-module-scss-module__L7gDkG__errorMessage{margin:0 auto 10px}.ChatV2-module-scss-module__L7gDkG__chatInputWrapper{z-index:13;width:100%;max-width:950px;transition:opacity .3s,width .2s,right .2s;position:fixed;bottom:40px;overflow:visible}.ChatV2-module-scss-module__L7gDkG__chatInputWrapper.ChatV2-module-scss-module__L7gDkG__fadingOut{opacity:0}@media (max-width:768px){.ChatV2-module-scss-module__L7gDkG__chatInputWrapper{width:100%;bottom:0}}.ChatV2-module-scss-module__L7gDkG__chatInputWrapper .ChatV2-module-scss-module__L7gDkG__loadingSteps{z-index:3;margin-bottom:0;position:absolute;bottom:calc(100% + 10px);left:0;right:0}.ChatV2-module-scss-module__L7gDkG__chatInputWrapper .ChatV2-module-scss-module__L7gDkG__loadingSteps.ChatV2-module-scss-module__L7gDkG__visible{position:absolute}.ChatV2-module-scss-module__L7gDkG__chatInputWrapper .ChatV2-module-scss-module__L7gDkG__introBlock,.ChatV2-module-scss-module__L7gDkG__chatInputWrapper .ChatV2-module-scss-module__L7gDkG__introBlock.ChatV2-module-scss-module__L7gDkG__visible{z-index:3;pointer-events:none;text-align:center;margin:0;padding:0 10px;position:absolute;bottom:calc(100% + 10px);left:0;right:0}@media (max-width:768px){.ChatV2-module-scss-module__L7gDkG__chatInputWrapper .ChatV2-module-scss-module__L7gDkG__introBlock,.ChatV2-module-scss-module__L7gDkG__chatInputWrapper .ChatV2-module-scss-module__L7gDkG__introBlock.ChatV2-module-scss-module__L7gDkG__visible{top:50%;bottom:unset;position:fixed}}.ChatV2-module-scss-module__L7gDkG__chatInputWrapper:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(to bottom,rgba(var(--background-rgb),0)0px,rgba(var(--background-rgb),.7)65px,rgba(var(--background-rgb),1)105px,rgba(var(--background-rgb),1)170px);width:100vw;height:170px;transition:width .2s;display:block;position:absolute;bottom:-40px;left:50%;right:0;transform:translate(-50%)}.ChatV2-module-scss-module__L7gDkG__stepSection{opacity:0;pointer-events:none;justify-content:center;align-items:center;width:100%;max-height:0;margin-bottom:10px;transition:opacity .4s,transform .4s,max-height .4s;display:flex;position:absolute;overflow:hidden;transform:translateY(20px)}.ChatV2-module-scss-module__L7gDkG__stepSection.ChatV2-module-scss-module__L7gDkG__visibleWithDelay{transition-delay:.5s}.ChatV2-module-scss-module__L7gDkG__stepSection.ChatV2-module-scss-module__L7gDkG__visible{opacity:1;pointer-events:all;max-height:999000px;position:relative;transform:translateY(0)}.ChatV2-module-scss-module__L7gDkG__blurredOverlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);pointer-events:none;z-index:1;visibility:hidden;opacity:0;background:#12121299;width:100dvw;height:100dvh;transition:width .2s,opacity .2s;position:fixed;top:0;left:0}.ChatV2-module-scss-module__L7gDkG__blurredOverlay.ChatV2-module-scss-module__L7gDkG__show{visibility:visible;opacity:1}@media (min-width:900px){.ChatV2-module-scss-module__L7gDkG__container{padding-right:calc(var(--global-padding,0px) + 20px);transition:padding-right .2s}.ChatV2-module-scss-module__L7gDkG__chatContainer{max-width:min(1288px,100vw - var(--global-padding,0px));transition:max-width .2s}.ChatV2-module-scss-module__L7gDkG__chatInputWrapper{max-width:min(950px,100vw - (var(--global-padding,0px) + 80px));width:100%;right:var(--global-padding,0px);margin:0 auto;transition:opacity .3s,width .2s,right .2s;left:0}.ChatV2-module-scss-module__L7gDkG__chatInputWrapper:before{width:calc(100vw - var(--global-padding,0px));transition:width .2s}.ChatV2-module-scss-module__L7gDkG__agentFeedbackPanel{padding-right:calc(var(--global-padding,0px) + 20px);transition:padding-right .2s}}
.AdminPage-module-scss-module__04Pmiq__adminContainer{min-height:calc(100vh - var(--header-height,80px));background:var(--background);margin-top:var(--header-height,80px);display:flex}.AdminPage-module-scss-module__04Pmiq__sidebar{background:var(--card);border-right:1px solid var(--border);flex-shrink:0;width:250px;padding:1.5rem 0;overflow-y:auto}.AdminPage-module-scss-module__04Pmiq__content{background:var(--background);flex:1;padding:2rem;overflow-y:auto}.AdminPage-module-scss-module__04Pmiq__section{margin-bottom:2rem}.AdminPage-module-scss-module__04Pmiq__section:last-child{margin-bottom:0}.AdminPage-module-scss-module__04Pmiq__section h2{color:var(--foreground);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.AdminPage-module-scss-module__04Pmiq__section p{color:var(--muted-foreground);margin:0;line-height:1.6}@media (max-width:768px){.AdminPage-module-scss-module__04Pmiq__adminContainer{flex-direction:column}.AdminPage-module-scss-module__04Pmiq__sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;padding:1rem}.AdminPage-module-scss-module__04Pmiq__content{padding:1.5rem}}
.AdminSidebar-module-scss-module__6I0NuW__sidebar{height:100%}.AdminSidebar-module-scss-module__6I0NuW__header{border-bottom:1px solid var(--border);margin-bottom:1rem;padding:0 1.5rem 1.5rem}.AdminSidebar-module-scss-module__6I0NuW__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.AdminSidebar-module-scss-module__6I0NuW__customer{color:var(--muted-foreground);margin:0;font-size:.875rem;font-weight:500}.AdminSidebar-module-scss-module__6I0NuW__menu{margin:0;padding:0;list-style:none}.AdminSidebar-module-scss-module__6I0NuW__menuItem{color:var(--muted-foreground);border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.AdminSidebar-module-scss-module__6I0NuW__menuItem:hover{background:var(--accent);color:var(--accent-foreground)}.AdminSidebar-module-scss-module__6I0NuW__menuItem.AdminSidebar-module-scss-module__6I0NuW__active{background:var(--accent);color:var(--accent-foreground);border-left-color:var(--primary);font-weight:500}.AdminSidebar-module-scss-module__6I0NuW__menuItem.AdminSidebar-module-scss-module__6I0NuW__active .AdminSidebar-module-scss-module__6I0NuW__icon{color:var(--primary)}.AdminSidebar-module-scss-module__6I0NuW__icon{flex-shrink:0;transition:color .2s}.AdminSidebar-module-scss-module__6I0NuW__label{font-size:.9375rem}@media (max-width:768px){.AdminSidebar-module-scss-module__6I0NuW__header{padding:0 1rem 1rem}.AdminSidebar-module-scss-module__6I0NuW__menuItem{padding:.75rem 1rem}.AdminSidebar-module-scss-module__6I0NuW__title{font-size:1.125rem}}
@keyframes AdminLoading-module-scss-module__wrjnNG__show{0%{opacity:0}to{opacity:1}}@keyframes AdminLoading-module-scss-module__wrjnNG__fadeInSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes AdminLoading-module-scss-module__wrjnNG__fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes AdminLoading-module-scss-module__wrjnNG__shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.AdminLoading-module-scss-module__wrjnNG__metaItemSkeleton,.AdminLoading-module-scss-module__wrjnNG__cardDescSkeleton,.AdminLoading-module-scss-module__wrjnNG__cardTitleSkeleton,.AdminLoading-module-scss-module__wrjnNG__cardIconSkeleton,.AdminLoading-module-scss-module__wrjnNG__buttonSkeleton,.AdminLoading-module-scss-module__wrjnNG__sectionTitleSkeleton,.AdminLoading-module-scss-module__wrjnNG__subtitleLineSkeleton,.AdminLoading-module-scss-module__wrjnNG__titleLineSkeleton,.AdminLoading-module-scss-module__wrjnNG__labelSkeleton,.AdminLoading-module-scss-module__wrjnNG__iconSkeleton,.AdminLoading-module-scss-module__wrjnNG__customerSkeleton,.AdminLoading-module-scss-module__wrjnNG__titleSkeleton{background:linear-gradient(90deg,var(--muted)25%,var(--accent)50%,var(--muted)75%);background-size:200px 100%;border-radius:4px;animation:1.5s linear infinite AdminLoading-module-scss-module__wrjnNG__shimmer}.AdminLoading-module-scss-module__wrjnNG__sidebarSkeleton{height:100%}.AdminLoading-module-scss-module__wrjnNG__header{border-bottom:1px solid var(--border);margin-bottom:1rem;padding:0 1.5rem 1.5rem}.AdminLoading-module-scss-module__wrjnNG__titleSkeleton{width:120px;height:1.25rem;margin-bottom:.5rem}.AdminLoading-module-scss-module__wrjnNG__customerSkeleton{width:80px;height:.875rem}.AdminLoading-module-scss-module__wrjnNG__menu{flex-direction:column;gap:.25rem;display:flex}.AdminLoading-module-scss-module__wrjnNG__menuItemSkeleton{align-items:center;gap:.75rem;padding:.75rem 1.5rem;display:flex}.AdminLoading-module-scss-module__wrjnNG__iconSkeleton{border-radius:6px;width:2rem;height:2rem}.AdminLoading-module-scss-module__wrjnNG__labelSkeleton{width:80px;height:.9375rem}.AdminLoading-module-scss-module__wrjnNG__contentSkeleton{padding:2rem}.AdminLoading-module-scss-module__wrjnNG__headerSkeleton{margin-bottom:2rem}.AdminLoading-module-scss-module__wrjnNG__titleLineSkeleton{width:200px;height:2rem;margin-bottom:.5rem}.AdminLoading-module-scss-module__wrjnNG__subtitleLineSkeleton{width:300px;height:1rem}.AdminLoading-module-scss-module__wrjnNG__sectionHeaderSkeleton{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.AdminLoading-module-scss-module__wrjnNG__sectionTitleSkeleton{width:100px;height:1.5rem}.AdminLoading-module-scss-module__wrjnNG__buttonSkeleton{border-radius:6px;width:100px;height:2.25rem}.AdminLoading-module-scss-module__wrjnNG__cardsSkeleton{border:1px solid var(--border);background:var(--card);border-radius:8px;overflow:hidden}.AdminLoading-module-scss-module__wrjnNG__cardSkeleton{border-bottom:1px solid var(--border);align-items:center;padding:1rem 1.5rem;display:flex}.AdminLoading-module-scss-module__wrjnNG__cardSkeleton:last-child{border-bottom:none}.AdminLoading-module-scss-module__wrjnNG__cardContentSkeleton{flex:1;align-items:center;gap:.75rem;display:flex}.AdminLoading-module-scss-module__wrjnNG__cardIconSkeleton{border-radius:6px;width:2rem;height:2rem}.AdminLoading-module-scss-module__wrjnNG__cardTextSkeleton{flex:1}.AdminLoading-module-scss-module__wrjnNG__cardTitleSkeleton{width:120px;height:1rem;margin-bottom:.5rem}.AdminLoading-module-scss-module__wrjnNG__cardDescSkeleton{width:200px;height:.875rem}.AdminLoading-module-scss-module__wrjnNG__cardMetaSkeleton{align-items:center;gap:1.5rem;display:flex}.AdminLoading-module-scss-module__wrjnNG__metaItemSkeleton{width:30px;height:.875rem}@media (max-width:768px){.AdminLoading-module-scss-module__wrjnNG__contentSkeleton{padding:1.5rem}.AdminLoading-module-scss-module__wrjnNG__cardSkeleton{padding:1rem}.AdminLoading-module-scss-module__wrjnNG__cardMetaSkeleton{gap:1rem}}
.AddGroupModal-module-scss-module__1ZugYW__overlay{z-index:10001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AddGroupModal-module-scss-module__1ZugYW__modal{background:var(--background);border:1px solid var(--border);border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.AddGroupModal-module-scss-module__1ZugYW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.AddGroupModal-module-scss-module__1ZugYW__title{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600}.AddGroupModal-module-scss-module__1ZugYW__closeButton{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.AddGroupModal-module-scss-module__1ZugYW__closeButton:hover{background:var(--accent);color:var(--accent-foreground)}.AddGroupModal-module-scss-module__1ZugYW__closeButton:disabled{opacity:.5;cursor:not-allowed}.AddGroupModal-module-scss-module__1ZugYW__form{padding:2rem}.AddGroupModal-module-scss-module__1ZugYW__field{margin-bottom:1.5rem}.AddGroupModal-module-scss-module__1ZugYW__field:last-child{margin-bottom:0}.AddGroupModal-module-scss-module__1ZugYW__label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.AddGroupModal-module-scss-module__1ZugYW__input,.AddGroupModal-module-scss-module__1ZugYW__textarea{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:6px;padding:.75rem;font-size:.875rem;transition:border-color .2s}.AddGroupModal-module-scss-module__1ZugYW__input:focus,.AddGroupModal-module-scss-module__1ZugYW__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary)/20%;outline:none}.AddGroupModal-module-scss-module__1ZugYW__input:disabled,.AddGroupModal-module-scss-module__1ZugYW__textarea:disabled{opacity:.5;cursor:not-allowed}.AddGroupModal-module-scss-module__1ZugYW__input::placeholder,.AddGroupModal-module-scss-module__1ZugYW__textarea::placeholder{color:var(--muted-foreground)}.AddGroupModal-module-scss-module__1ZugYW__textarea{resize:vertical;min-height:80px;font-family:inherit}.AddGroupModal-module-scss-module__1ZugYW__error{background:var(--destructive);color:var(--destructive-foreground);border-radius:6px;margin-bottom:1.5rem;padding:.75rem;font-size:.875rem}.AddGroupModal-module-scss-module__1ZugYW__actions{justify-content:flex-end;gap:.75rem;display:flex}.AddGroupModal-module-scss-module__1ZugYW__cancelButton{border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:6px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.AddGroupModal-module-scss-module__1ZugYW__cancelButton:hover{background:var(--accent)}.AddGroupModal-module-scss-module__1ZugYW__cancelButton:disabled{opacity:.5;cursor:not-allowed}.AddGroupModal-module-scss-module__1ZugYW__submitButton{background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.AddGroupModal-module-scss-module__1ZugYW__submitButton:hover{opacity:.9}.AddGroupModal-module-scss-module__1ZugYW__submitButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.AddGroupModal-module-scss-module__1ZugYW__overlay{padding:.5rem}.AddGroupModal-module-scss-module__1ZugYW__header{padding:1rem 1.5rem}.AddGroupModal-module-scss-module__1ZugYW__form{padding:1.5rem}.AddGroupModal-module-scss-module__1ZugYW__actions{flex-direction:column-reverse;gap:.5rem}.AddGroupModal-module-scss-module__1ZugYW__actions button{width:100%}}
@keyframes GroupsLoadingSkeleton-module-scss-module__eSUtqq__show{0%{opacity:0}to{opacity:1}}@keyframes GroupsLoadingSkeleton-module-scss-module__eSUtqq__fadeInSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes GroupsLoadingSkeleton-module-scss-module__eSUtqq__fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes GroupsLoadingSkeleton-module-scss-module__eSUtqq__shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__actionSkeleton,.GroupsLoadingSkeleton-module-scss-module__eSUtqq__metaSkeleton,.GroupsLoadingSkeleton-module-scss-module__eSUtqq__descSkeleton,.GroupsLoadingSkeleton-module-scss-module__eSUtqq__titleSkeleton,.GroupsLoadingSkeleton-module-scss-module__eSUtqq__iconSkeleton{background:linear-gradient(90deg,var(--muted)25%,var(--accent)50%,var(--muted)75%);background-size:200px 100%;border-radius:4px;animation:1.5s linear infinite GroupsLoadingSkeleton-module-scss-module__eSUtqq__shimmer}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__container{border:1px solid var(--border);background:var(--card);border-radius:8px;overflow:hidden}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__skeletonRow{border-bottom:1px solid var(--border);align-items:center;padding:1rem 1.5rem;display:flex}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__skeletonRow:last-child{border-bottom:none}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__leftContent{flex:1;align-items:center;gap:.75rem;display:flex}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__iconSkeleton{border-radius:6px;width:2rem;height:2rem}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__textContent{flex:1}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__titleSkeleton{height:1rem;margin-bottom:.5rem}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__descSkeleton{height:.875rem}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__rightContent{align-items:center;gap:1.5rem;display:flex}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__metaSkeleton{width:30px;height:.875rem}.GroupsLoadingSkeleton-module-scss-module__eSUtqq__actionSkeleton{border-radius:4px;width:2rem;height:2rem}
.ChildrenWithFeedback-module-scss-module__-wEZcq__wrapper{justify-content:center;align-items:center;display:flex;position:relative}.ChildrenWithFeedback-module-scss-module__-wEZcq__iconButton{all:unset;cursor:pointer;justify-content:center;align-items:center;display:flex}.ChildrenWithFeedback-module-scss-module__-wEZcq__copyPopup{color:#fff;font:var(--font-label);white-space:nowrap;outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;background:#1e1e1e;border-radius:10px;padding:4px 10px;animation:2s forwards ChildrenWithFeedback-module-scss-module__-wEZcq__fadeInOut;position:absolute;bottom:calc(100% + 12px)}@keyframes ChildrenWithFeedback-module-scss-module__-wEZcq__fadeInOut{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}
.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun{aspect-ratio:500/330;border:1px solid rgba(var(--foreground-rgb),.05);cursor:pointer;opacity:1;background:#1d1d1d;border-radius:20px;flex-direction:column;height:340px;padding:19px 20px 0;transition:opacity .3s,background-color .2s;display:flex;position:relative;overflow:hidden}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun:hover{background:var(--button-background-hover)}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun:hover .PinnedGraphRun-module-scss-module__4zxzVG__footer{opacity:1}@media (max-width:768px){.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun{padding:11px 8px 0 12px}}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun.PinnedGraphRun-module-scss-module__4zxzVG__unpinned{opacity:0}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner{flex-direction:column;flex:1;gap:1.25rem;padding-bottom:50px;display:flex;position:relative}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__header{z-index:3;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;width:100%;height:25px;display:flex}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__header h2{font:var(--font-label);color:rgb(var(--foreground-rgb));line-clamp:2;-webkit-line-clamp:2;box-orient:vertical;text-overflow:ellipsis;z-index:1;-webkit-box-orient:vertical;width:100%;display:-webkit-box;overflow:hidden}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__header p{color:rgba(var(--foreground-rgb),.4);z-index:1;line-height:1.2}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__header .PinnedGraphRun-module-scss-module__4zxzVG__dateRange{margin-right:-11px}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__header .PinnedGraphRun-module-scss-module__4zxzVG__dateLabel{white-space:nowrap;font-size:12px;font-weight:600;display:inline-block}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content{pointer-events:none;flex:1;position:relative;overflow:hidden}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content.PinnedGraphRun-module-scss-module__4zxzVG__floated{margin-bottom:-100px}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__kpi{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;padding:6px;animation:.4s ease-out forwards PinnedGraphRun-module-scss-module__4zxzVG__show;display:flex}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__kpi h2{word-break:break-word;text-wrap:balance;max-width:100%;font-size:96px;font-weight:600;line-height:1}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__kpi p{font:var(--font-medium-header)}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text h2{font-size:1.5rem;font-weight:600;line-height:2rem}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text h2:not(:last-child){margin-bottom:1.25rem}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text p,.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text ul,.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text ol{font-size:1rem;font-weight:500;line-height:1.5rem}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text p:not(:first-child),.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text h2:not(:first-child),.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text ul:not(:first-child),.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text ol:not(:first-child){margin-top:1.25rem}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text ol{margin-left:1.25rem}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text ol li p{display:inline}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__inner .PinnedGraphRun-module-scss-module__4zxzVG__content .PinnedGraphRun-module-scss-module__4zxzVG__text ol li ul{margin-bottom:1.25rem;margin-left:1.25rem}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__footer{z-index:2;cursor:default;justify-content:flex-end;gap:10px;padding:10px;display:flex;position:absolute;bottom:0;left:0;right:0}@media (max-width:768px){.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__footer{padding-bottom:7px}}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__footer:after{content:"";pointer-events:none;z-index:-1;background:linear-gradient(360deg,#1d1d1d 0%,#1d1d1d00 100%);height:90px;position:absolute;bottom:0;left:0;right:0}.PinnedGraphRun-module-scss-module__4zxzVG__pinnedGraphRun .PinnedGraphRun-module-scss-module__4zxzVG__footer .PinnedGraphRun-module-scss-module__4zxzVG__newTag{z-index:4;letter-spacing:.04em;color:rgb(var(--foreground-rgb));pointer-events:none;background:#7b47e9;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:600;position:absolute;bottom:22px;left:20px}
.Dashboard-module-scss-module__MKZD0q__wrapper{grid-gap:1.25rem;background-color:rgb(var(--background-rgb));animation:.3s Dashboard-module-scss-module__MKZD0q__fade-in}.Dashboard-module-scss-module__MKZD0q__content{max-width:1690px;margin:auto;padding:75px 94px}@media screen and (max-width:670px){.Dashboard-module-scss-module__MKZD0q__content{padding:50px 20px}}.Dashboard-module-scss-module__MKZD0q__content h1{font:var(--font-large-header);color:rgb(var(--foreground-rgb));margin-bottom:1.25rem}.Dashboard-module-scss-module__MKZD0q__content .Dashboard-module-scss-module__MKZD0q__items{flex-wrap:wrap;gap:20px;display:flex}@media screen and (max-width:670px){.Dashboard-module-scss-module__MKZD0q__content .Dashboard-module-scss-module__MKZD0q__items{gap:10px}}.Dashboard-module-scss-module__MKZD0q__content .Dashboard-module-scss-module__MKZD0q__items>*{flex:1;min-width:450px;max-width:100%}@media screen and (max-width:670px){.Dashboard-module-scss-module__MKZD0q__content .Dashboard-module-scss-module__MKZD0q__items>*{min-width:250px}}.Dashboard-module-scss-module__MKZD0q__empty{min-height:calc(100dvh - var(--header-height));min-height:calc(100svh - var(--header-height));flex-direction:column;justify-content:center;align-items:center;gap:27px;padding:2rem;display:flex}.Dashboard-module-scss-module__MKZD0q__empty .Dashboard-module-scss-module__MKZD0q__text{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:310px;display:flex}.Dashboard-module-scss-module__MKZD0q__empty>svg{width:153px;height:auto}.Dashboard-module-scss-module__MKZD0q__empty>svg>path{stroke-width:7%}.Dashboard-module-scss-module__MKZD0q__empty h1{font:var(--font-large-header)}.Dashboard-module-scss-module__MKZD0q__empty p{font:var(--font-body-text);max-width:300px;margin-bottom:1rem;font-size:14px;font-weight:500;line-height:1.5}.Dashboard-module-scss-module__MKZD0q__empty .Dashboard-module-scss-module__MKZD0q__newThread{background:0 0;border:none;align-items:center;gap:10px;width:max-content;display:inline-flex}.Dashboard-module-scss-module__MKZD0q__empty .Dashboard-module-scss-module__MKZD0q__newThread>span{font:var(--font-body-text);font-size:14px;font-weight:500}@keyframes Dashboard-module-scss-module__MKZD0q__fade-in{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@media (min-width:900px){.Dashboard-module-scss-module__MKZD0q__content{max-width:min(1690px,100vw - var(--global-padding,0px));transition:max-width .2s}.Dashboard-module-scss-module__MKZD0q__wrapper{padding-right:var(--global-padding,0px);transition:padding-right .2s}.Dashboard-module-scss-module__MKZD0q__empty{padding-right:calc(2rem + var(--global-padding,0px));transition:padding-right .2s}}
.Input-module-scss-module__hQeNBG__input{appearance:none;width:100%;max-width:25rem;color:rgb(var(--foreground-rgb));line-height:1.5;font:var(--font-label);background-color:rgba(var(--foreground-rgb),.1);outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;border:none;border-radius:20px;padding:15px 24px;transition:background-color .2s,outline .2s}.Input-module-scss-module__hQeNBG__input:is(button,a):hover{background-color:var(--button-background-hover)}.Input-module-scss-module__hQeNBG__input::placeholder{color:rgba(var(--foreground-rgb),.2)}.Input-module-scss-module__hQeNBG__input:focus{outline-color:rgb(var(--foreground-rgb))}.Input-module-scss-module__hQeNBG__input.Input-module-scss-module__hQeNBG__error{outline-color:var(--error-color);color:var(--error-color)}.Input-module-scss-module__hQeNBG__input:disabled{opacity:.6;cursor:not-allowed}.Input-module-scss-module__hQeNBG__full{max-width:none}
.SignIn-module-scss-module__bI7sSG__wrapper{background:rgb(var(--background-rgb));grid-template-columns:1fr 1.4fr;min-height:100svh;display:grid}.SignIn-module-scss-module__bI7sSG__left{color:#fff;background:#000000e6;justify-content:center;align-items:center;padding:clamp(1rem,4vw,3rem);display:flex}.SignIn-module-scss-module__bI7sSG__leftInner{flex-direction:column;justify-content:center;align-items:center;gap:15px;width:100%;max-width:400px;display:flex}.SignIn-module-scss-module__bI7sSG__leftInner .SignIn-module-scss-module__bI7sSG__button{justify-content:center;width:100%;height:46px;display:inline-flex}.SignIn-module-scss-module__bI7sSG__heading{font:var(--font-big-header);font-weight:500;line-height:1.1}.SignIn-module-scss-module__bI7sSG__right{position:relative;overflow:hidden}.SignIn-module-scss-module__bI7sSG__hero{position:absolute;inset:0}.SignIn-module-scss-module__bI7sSG__heroImage{will-change:transform;transform-origin:50%;z-index:1;background-image:url(/images/signin-hero.jpg);background-position:50%;background-size:cover;animation:30s ease-in-out infinite alternate SignIn-module-scss-module__bI7sSG__heroZoom;position:absolute;inset:0;scale:1.02}@keyframes SignIn-module-scss-module__bI7sSG__heroZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.SignIn-module-scss-module__bI7sSG__heroText{color:#fff;pointer-events:none;z-index:2;font-weight:500;position:absolute;inset:0}.SignIn-module-scss-module__bI7sSG__heroText span{opacity:0;white-space:nowrap;letter-spacing:1px;font-size:clamp(4rem,8vw,8rem);line-height:.9;animation:.9s ease-out forwards SignIn-module-scss-module__bI7sSG__wordIn;position:absolute;transform:translateY(20px)}.SignIn-module-scss-module__bI7sSG__word1{top:5.7%;left:8.4%;animation-delay:.15s!important}.SignIn-module-scss-module__bI7sSG__word2{top:19.5%;right:6.4%;animation-delay:.45s!important}.SignIn-module-scss-module__bI7sSG__word3{top:35.7%;left:15.6%;animation-delay:.75s!important}.SignIn-module-scss-module__bI7sSG__word4{bottom:24.5%;left:23.8%;animation-delay:1.05s!important}@keyframes SignIn-module-scss-module__bI7sSG__wordIn{to{opacity:1;transform:translateY(0)}}.SignIn-module-scss-module__bI7sSG__brand{opacity:0;z-index:2;animation:.9s ease-out 1.4s forwards SignIn-module-scss-module__bI7sSG__wordIn;position:absolute;bottom:4%;left:calc(70.8% - 85px);transform:translateY(20px)}.SignIn-module-scss-module__bI7sSG__brand>svg{width:170px;height:auto}.SignIn-module-scss-module__bI7sSG__form{flex-direction:column;justify-content:center;align-items:center;gap:15px;width:100%;min-height:auto;display:flex}.SignIn-module-scss-module__bI7sSG__backButton{background:0 0;border:none;position:absolute;bottom:113px}@media (max-height:768px){.SignIn-module-scss-module__bI7sSG__backButton{bottom:40px}}.SignIn-module-scss-module__bI7sSG__logo{width:11rem;height:3.4375rem;margin-bottom:.3125rem}.SignIn-module-scss-module__bI7sSG__spacer{height:2rem}.SignIn-module-scss-module__bI7sSG__error{color:rgb(var(--error-rgb));font-size:.875rem;font-weight:600;line-height:1.1}.SignIn-module-scss-module__bI7sSG__forgotPasswordLink{font:var(--font-body-text);margin-top:2px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.SignIn-module-scss-module__bI7sSG__forgotPasswordLink:hover{color:rgba(var(--foreground-rgb),.8);text-decoration:underline}.SignIn-module-scss-module__bI7sSG__divider{text-align:center;width:100%;max-width:25rem;margin:.5rem 0;position:relative}.SignIn-module-scss-module__bI7sSG__divider:before{content:"";background:rgba(var(--foreground-rgb),.1);z-index:1;height:1px;position:absolute;top:50%;left:0;right:0}.SignIn-module-scss-module__bI7sSG__dividerText{background:rgb(var(--background-rgb));color:rgba(var(--foreground-rgb),.6);z-index:2;padding:0 1rem;font-size:.875rem;font-weight:500;display:inline-block;position:relative}@media (max-width:768px){.SignIn-module-scss-module__bI7sSG__right{display:none}.SignIn-module-scss-module__bI7sSG__wrapper{grid-template-columns:1fr}.SignIn-module-scss-module__bI7sSG__left{order:1}.SignIn-module-scss-module__bI7sSG__brand{animation-delay:0s;bottom:60px;left:calc(50% - 68px)}.SignIn-module-scss-module__bI7sSG__brand>svg{width:136px}}
