.Orb-module__tgb2Qq__orbWrapper{background:var(--color-background);width:45px;height:45px;box-shadow:var(--box-shadow-strong);border:1px solid var(--color-background-darker);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Orb-module__tgb2Qq__orbWrapper.Orb-module__tgb2Qq__big{background:var(--color-background-darker);width:60px;height:60px}.Orb-module__tgb2Qq__orbContainer{cursor:pointer;z-index:0;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;animation:12s linear infinite Orb-module__tgb2Qq__fullRotate;display:flex;position:absolute;top:0;left:0;rotate:90deg}.Orb-module__tgb2Qq__orb{aspect-ratio:1;filter:blur(15px);border-radius:50%;width:100%;transition:all .3s;position:absolute}@keyframes Orb-module__tgb2Qq__orbPulse{50%{transform:rotate(180deg)}}.Orb-module__tgb2Qq__orbInner{aspect-ratio:1;background:var(--color-primary);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);border-radius:50%;width:160%;transition:all .3s;animation:12s linear infinite Orb-module__tgb2Qq__fullRotate;position:absolute;top:-25%;left:-120%}.Orb-module__tgb2Qq__orbInnerSecond{clip-path:polygon(20% 0%,0% 20%,30% 50%,0% 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0%,50% 30%);background:#1c8cff;animation-duration:8s;inset:auto -120% -25% auto}@keyframes Orb-module__tgb2Qq__fullRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Orb-module__tgb2Qq__orbIconWrapper{z-index:1;justify-content:center;align-items:center;display:flex}
.ChatWidget-module__cwL-VG__widgetButton{right:var(--space-m);bottom:var(--space-m);z-index:9;cursor:pointer;align-items:center;gap:var(--space-s);animation:.3s ease-out ChatWidget-module__cwL-VG__fadeInUp;display:flex;position:fixed}@media (max-width:1300px){.ChatWidget-module__cwL-VG__widgetButton{bottom:calc(var(--bottom-value) + var(--space-xs))}}@keyframes ChatWidget-module__cwL-VG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__cwL-VG__widgetButtonIcon{background:var(--color-primary);padding:calc(var(--space-s)*1.25);border-radius:200px;align-items:center;max-width:300px;transition:all .2s;display:flex;box-shadow:0 2px 8px #080f1a14,0 2px 2px #080f1a1f}.ChatWidget-module__cwL-VG__widgetButtonIcon:hover{transform:translateY(-2px)}.ChatWidget-module__cwL-VG__widgetMessage{background:var(--color-white);padding:var(--space-xs)var(--space-s);border-radius:var(--border-radius);box-shadow:var(--box-shadow);flex:1}.ChatWidget-module__cwL-VG__chatOverlay{z-index:2000;background:#00000080;justify-content:flex-end;align-items:flex-end;padding:0;animation:.2s ease-out ChatWidget-module__cwL-VG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ChatWidget-module__cwL-VG__fadeIn{0%{opacity:0}to{opacity:1}}.ChatWidget-module__cwL-VG__chatContainer{flex-direction:column;width:100%;height:100%;animation:.3s ease-out ChatWidget-module__cwL-VG__slideUp;display:flex}@keyframes ChatWidget-module__cwL-VG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.ChatWidget-module__cwL-VG__chatContainer{border-radius:0;width:100%;max-width:100%;height:100%}.ChatWidget-module__cwL-VG__chatOverlay{align-items:flex-end;padding:0}}@media (min-width:641px){.ChatWidget-module__cwL-VG__chatContainer{border-radius:var(--border-radius);width:400px;max-width:calc(100vw - 40px);height:600px;max-height:calc(100vh - 40px);margin:20px;animation:.3s ease-out ChatWidget-module__cwL-VG__slideInRight}@keyframes ChatWidget-module__cwL-VG__slideInRight{0%{opacity:0;transform:translate(20px,20px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.ChatWidget-module__cwL-VG__chatOverlay{justify-content:flex-end;align-items:flex-end;padding:0}}
.ChatHeader-module__QKsG7W__header{padding:var(--space-xs)var(--space-s);border-bottom:1px solid var(--color-border-light);background:var(--color-background);border-radius:var(--border-radius)var(--border-radius)0 0}.ChatHeader-module__QKsG7W__header_small{right:var(--space-s);top:var(--space-s);position:absolute}.ChatHeader-module__QKsG7W__headerContent{align-items:center;gap:var(--space-s);flex:1;display:flex}@media (max-width:640px){.ChatHeader-module__QKsG7W__header{padding:var(--space-s)}}
.ChatInput-module__iPzEtG__inputContainer{border-top:1px solid var(--color-border-light);padding:var(--space-xs)var(--space-s);background:var(--color-background)}.ChatInput-module__iPzEtG__inputWrapper{align-items:flex-end;gap:var(--space-s);background:var(--color-white);border:1px solid var(--color-border-light);border-radius:calc((45px + var(--space-xs))/2);padding:var(--space-xxs);display:flex}.ChatInput-module__iPzEtG__textarea{resize:none;font-family:inherit;font-size:var(--font-size-l);padding:0;padding-left:var(--space-xs);min-height:45px;max-height:120px;color:var(--color-secondary);-ms-overflow-style:none;scrollbar-width:none;line-height:45px;font-weight:var(--font-weight-light);background:0 0;border:none;outline:none;flex:1;overflow-y:auto}.ChatInput-module__iPzEtG__textarea::-webkit-scrollbar{display:none}.ChatInput-module__iPzEtG__textarea::placeholder{color:var(--color-third)}.ChatInput-module__iPzEtG__textarea:disabled{opacity:.6;cursor:not-allowed}.ChatInput-module__iPzEtG__disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.ChatInput-module__iPzEtG__inputContainer{padding:var(--space-s)}}
.ChatMessages-module__D7l6iq__messagesContainer{padding:var(--space-s);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ChatMessages-module__D7l6iq__messagesList{gap:var(--space-xs);flex-direction:column;padding-top:75px;display:flex}.ChatMessages-module__D7l6iq__emptyState{height:100%;color:var(--color-third);text-align:center;padding:var(--space-xl);justify-content:center;align-items:center;display:flex}
.MessageBubble-module__4Wcuka__messageContainer{width:100%;animation:.3s ease-in MessageBubble-module__4Wcuka__fadeIn;display:flex}@keyframes MessageBubble-module__4Wcuka__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.MessageBubble-module__4Wcuka__userMessage{justify-content:flex-end}.MessageBubble-module__4Wcuka__assistantMessage{justify-content:flex-start}.MessageBubble-module__4Wcuka__bubble{word-wrap:break-word;max-width:75%;position:relative}.MessageBubble-module__4Wcuka__messageUserContent{background:var(--color-primary);padding:var(--space-xs);border-radius:var(--border-radius)}.MessageBubble-module__4Wcuka__messageAiContent{background:var(--color-background-darker);white-space:pre-wrap;padding:var(--space-xs);border-radius:var(--border-radius)}.MessageBubble-module__4Wcuka__timestamp{margin-top:var(--space-xs);justify-content:flex-end;display:flex}.MessageBubble-module__4Wcuka__assistantMessage .MessageBubble-module__4Wcuka__timestamp{justify-content:flex-start}@media (max-width:640px){.MessageBubble-module__4Wcuka__bubble{max-width:85%}}
.TypingIndicator-module__uiU_la__typingIndicator{align-items:center;gap:4px;padding:8px 0;display:flex}.TypingIndicator-module__uiU_la__dot{background-color:var(--color-third,#9ca3af);border-radius:50%;width:5px;height:5px;animation:1.4s infinite TypingIndicator-module__uiU_la__typing}.TypingIndicator-module__uiU_la__dot:nth-child(2){animation-delay:.2s}.TypingIndicator-module__uiU_la__dot:nth-child(3){animation-delay:.4s}@keyframes TypingIndicator-module__uiU_la__typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}
.ChatWindow-module__4NcENW__chatWindow{background:var(--color-background);border-radius:var(--border-radius);height:100%;box-shadow:var(--box-shadow-strong);flex-direction:column;display:flex;position:relative;overflow:hidden}@media (max-width:640px){.ChatWindow-module__4NcENW__chatWindow{border-radius:0;height:100vh}}
.ErrorBanner-module__zO2qza__errorBanner{border-top:1px solid var(--color-border-light);padding:var(--space-xs)var(--space-s);background:var(--color-background)}.ErrorBanner-module__zO2qza__errorContent{justify-content:space-between;align-items:flex-end;gap:var(--space-s);width:100%;display:flex}.ErrorBanner-module__zO2qza__errorActions{align-items:center;gap:var(--space-xs);flex-shrink:0;display:flex}.ErrorBanner-module__zO2qza__retryButton{color:var(--color-error,#ef4444);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;text-decoration:underline}.ErrorBanner-module__zO2qza__retryButton:hover{color:var(--color-error-dark,#dc2626)}
.SuggestedOptions-module__xOzUFG__optionsContainer{gap:var(--space-xxs);padding:var(--space-s)var(--space-s)var(--space-xs);flex-wrap:wrap;display:flex}.SuggestedOptions-module__xOzUFG__optionBubble{background:var(--color-white);border:1px solid var(--color-border-light);padding:var(--space-xs)var(--space-s);cursor:pointer;text-align:left;font-size:var(--font-size-s);font-weight:var(--font-weight-light);color:var(--color-secondary);word-wrap:break-word;border-radius:50px;align-items:center;transition:all .2s;display:flex}.SuggestedOptions-module__xOzUFG__optionBubble:hover{background:var(--color-primary-background);color:var(--color-primary);border-color:var(--color-primary);box-shadow:var(--box-shadow-strong);transform:translateY(-1px)}.SuggestedOptions-module__xOzUFG__optionBubble:active{transform:translateY(0)}@media (max-width:640px){.SuggestedOptions-module__xOzUFG__optionsContainer{padding:var(--space-s)}}
.OfferApply-module__HdWDCa__content{gap:var(--space-s);grid-template-columns:1fr;display:grid}.OfferApply-module__HdWDCa__savedInfoGridWrapper{border-radius:var(--border-radius)}.OfferApply-module__HdWDCa__savedInfoGridContent{gap:var(--space-s);margin-bottom:var(--space-s);grid-template-columns:50px 1fr;display:grid}
.OfferApplyConfirm-module__nwN5ua__imageWrapper img{width:auto;max-height:200px;margin:0 auto;display:block}
.OfferApplySuccess-module__bxAzdq__imageWrapper img{width:100%!important}.OfferApplySuccess-module__bxAzdq__styledFindFBGroupBlock{border:1px solid var(--color-border)}
.StepLine-module__5dfAka__wrapper{background:var(--color-background-darker);border-radius:var(--border-radius);width:100%;height:8px;position:relative;overflow:hidden}.StepLine-module__5dfAka__wrapper:after{content:"";width:100%;height:100%;max-width:var(--progress-width,0%);background:var(--color-primary);transition:max-width .3s;position:absolute;top:0;left:0}
.SurveyCheckboxes-module__pQunXa__content{gap:var(--space-xs);grid-template-columns:1fr;display:grid}
.SurveyRadioButtons-module__LBXrfW__content{gap:var(--space-xs);grid-template-columns:1fr;display:grid}
.SurveyRange-module__GV2RIG__content{position:relative}.SurveyRange-module__GV2RIG__sliderRoot{-webkit-user-select:none;user-select:none;touch-action:none;align-items:center;width:100%;height:25px;display:flex;position:relative}.SurveyRange-module__GV2RIG__sliderTrack{background-color:var(--color-primary-background);border-radius:10px;flex-grow:1;height:25px;position:relative}.SurveyRange-module__GV2RIG__sliderRange{background-color:var(--color-primary);border-radius:10px;height:100%;position:absolute}.SurveyRange-module__GV2RIG__sliderRangeAtMax{border-radius:10px}.SurveyRange-module__GV2RIG__sliderThumb{border:1.5px solid var(--color-primary-background);cursor:pointer;background-color:#fff;border-radius:25px;justify-content:center;align-items:center;width:25px;height:25px;display:flex;position:relative;box-shadow:0 2px 10px #0000001a}.SurveyRange-module__GV2RIG__sliderThumb:focus{outline:none;box-shadow:0 0}.SurveyRange-module__GV2RIG__sliderThumb .SurveyRange-module__GV2RIG__bar{background-color:var(--color-primary-background);border-radius:10px;width:1px;height:9px;margin:0 2px}.SurveyRange-module__GV2RIG__labelWrapper{width:max-content;margin-left:auto;margin-bottom:var(--space-xs);justify-content:center;align-items:center;display:flex}
.SurveyYesNoButtons-module__l7wUHW__content{gap:var(--space-xs)}
.OfferApplySurvey-module__inD04G__buttonsWrapper{gap:var(--space-xs)}
.OfferApplyVerify-module__4TihXq__verificationInputWrapper{justify-content:center;display:flex}.OfferApplyVerify-module__4TihXq__container{width:250px;height:60px}.OfferApplyVerify-module__4TihXq__character{border-radius:var(--border-radius);border-color:var(--color-third);color:var(--color-second);line-height:60px;background:0 0!important}.OfferApplyVerify-module__4TihXq__character--selected{outline:1px solid var(--color-primary)}
.OfferInfoCompany-module__AwtcrW__content{gap:var(--space-m);display:flex}@media (max-width:900px){.OfferInfoCompany-module__AwtcrW__content{grid-template-columns:1fr;display:grid}}.OfferInfoCompany-module__AwtcrW__contactBox{justify-content:flex-end;gap:var(--space-s);border-radius:var(--border-radius);padding:var(--space-s);background:#fff;display:flex}@media (max-width:900px){.OfferInfoCompany-module__AwtcrW__contactBox{grid-template-columns:1fr;display:grid}.OfferInfoCompany-module__AwtcrW__contactBox button{width:100%}}.OfferInfoCompany-module__AwtcrW__profileButtonWrapper{margin-top:var(--space-m);justify-content:flex-end;display:flex}@media (max-width:900px){.OfferInfoCompany-module__AwtcrW__profileButtonWrapper>*{width:100%}}.OfferInfoCompany-module__AwtcrW__profileImageWrapper{background:var(--color-background);border-radius:var(--border-radius);width:max-content;height:max-content;padding:var(--space-s);justify-content:center;align-items:center;display:flex}@media (max-width:900px){.OfferInfoCompany-module__AwtcrW__profileImageWrapper{width:100%}}.OfferInfoCompany-module__AwtcrW__profileImageContent{justify-content:center;align-items:center;width:150px;height:100px;display:flex;position:relative}@media (max-width:900px){.OfferInfoCompany-module__AwtcrW__profileImageContent{height:75px}}.OfferInfoCompany-module__AwtcrW__infoContentTags{gap:var(--space-xs);flex-wrap:wrap;height:max-content;display:flex}
.OfferInfoDescription-module__uAT1GW__styledAlertButton{font-size:inherit;font-family:inherit;font-weight:inherit;background:0 0;border:none;text-decoration:underline}.OfferInfoDescription-module__uAT1GW__textWrapper *{margin:var(--space-xxs)0!important}
