.assignment-card-module-scss-module__gZ0Zxa__taskCard{background-color:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--color-shadow);border-radius:8px;flex-direction:column;margin-bottom:16px;padding:16px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);animation:.6s ease-out forwards assignment-card-module-scss-module__gZ0Zxa__fadeInUp-bottom;display:flex}@keyframes assignment-card-module-scss-module__gZ0Zxa__fadeInUp-bottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0)}}.assignment-card-module-scss-module__gZ0Zxa__taskCard:hover{transform:translateY(-2px);box-shadow:0 4px 14px #0f172a26}.assignment-card-module-scss-module__gZ0Zxa__taskCard h2{font-size:clamp(16px,16px + 2px*(100vw - 320px)/1600px,18px);color:var(--text-primary);margin-top:0;margin-bottom:12px}.assignment-card-module-scss-module__gZ0Zxa__taskCard p{color:var(--text-secondary);margin:4px 0;font-size:.875rem}.assignment-card-module-scss-module__gZ0Zxa__taskCard.assignment-card-module-scss-module__gZ0Zxa__status-in_progress{border-left:4px solid var(--warning-500)}.assignment-card-module-scss-module__gZ0Zxa__taskCard.assignment-card-module-scss-module__gZ0Zxa__status-assigned{border-left:4px solid var(--primary-500)}.assignment-card-module-scss-module__gZ0Zxa__taskCard.assignment-card-module-scss-module__gZ0Zxa__status-overdue{border-left:4px solid var(--danger-500)}.assignment-card-module-scss-module__gZ0Zxa__taskCard.assignment-card-module-scss-module__gZ0Zxa__status-completed{border-left:4px solid var(--success-500)}.assignment-card-module-scss-module__gZ0Zxa__taskCard .assignment-card-module-scss-module__gZ0Zxa__status{border-radius:2px;margin-top:12px;padding:4px 8px;font-size:.75rem;font-weight:700;display:inline-block}.assignment-card-module-scss-module__gZ0Zxa__taskCard .assignment-card-module-scss-module__gZ0Zxa__status.assignment-card-module-scss-module__gZ0Zxa__assigned{background-color:rgba(var(--primary-500),.08);color:var(--primary-500)}.assignment-card-module-scss-module__gZ0Zxa__taskCard .assignment-card-module-scss-module__gZ0Zxa__status.assignment-card-module-scss-module__gZ0Zxa__in_progress{background-color:rgba(var(--warning-500),.08);color:var(--warning-500)}.assignment-card-module-scss-module__gZ0Zxa__taskCard .assignment-card-module-scss-module__gZ0Zxa__status.assignment-card-module-scss-module__gZ0Zxa__overdue{background-color:rgba(var(--danger-500),.08);color:var(--danger-500)}.assignment-card-module-scss-module__gZ0Zxa__taskCard .assignment-card-module-scss-module__gZ0Zxa__status.assignment-card-module-scss-module__gZ0Zxa__completed{background-color:rgba(var(--success-500),.08);color:var(--success-500)}.assignment-card-module-scss-module__gZ0Zxa__actionButtons{justify-content:flex-end;gap:12px;margin-top:16px;display:flex}@media (max-width:768px){.assignment-card-module-scss-module__gZ0Zxa__actionButtons{flex-direction:column}}.assignment-card-module-scss-module__gZ0Zxa__actionButtons button,.assignment-card-module-scss-module__gZ0Zxa__actionButtons .assignment-card-module-scss-module__gZ0Zxa__actionBtn{cursor:pointer;color:var(--gray-50);text-align:center;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px 16px;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}@media (max-width:768px){.assignment-card-module-scss-module__gZ0Zxa__actionButtons button,.assignment-card-module-scss-module__gZ0Zxa__actionButtons .assignment-card-module-scss-module__gZ0Zxa__actionBtn{width:100%}}.assignment-card-module-scss-module__gZ0Zxa__actionButtons button:disabled,.assignment-card-module-scss-module__gZ0Zxa__actionButtons .assignment-card-module-scss-module__gZ0Zxa__actionBtn:disabled{opacity:.55;cursor:not-allowed}.assignment-card-module-scss-module__gZ0Zxa__actionButtons .assignment-card-module-scss-module__gZ0Zxa__actionBtn{background-color:var(--primary-500)}.assignment-card-module-scss-module__gZ0Zxa__actionButtons .assignment-card-module-scss-module__gZ0Zxa__actionBtn:hover{background-color:var(--primary-600)}.assignment-card-module-scss-module__gZ0Zxa__actionButtons .assignment-card-module-scss-module__gZ0Zxa__offlineBtn{background-color:var(--success-500)}.assignment-card-module-scss-module__gZ0Zxa__actionButtons .assignment-card-module-scss-module__gZ0Zxa__offlineBtn:hover:not(:disabled){background-color:var(--success-600)}
.scroll-to-top-module-scss-module__993kDW__scrollToTop{background-color:var(--primary-500);color:#fff;cursor:pointer;opacity:0;visibility:hidden;width:3.5rem;height:3.5rem;box-shadow:var(--color-shadow);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px)}.scroll-to-top-module-scss-module__993kDW__scrollToTop.scroll-to-top-module-scss-module__993kDW__visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top-module-scss-module__993kDW__scrollToTop:hover{box-shadow:var(--color-shadow);filter:brightness(1.1);transform:translateY(-4px)}.scroll-to-top-module-scss-module__993kDW__scrollToTop:hover .scroll-to-top-module-scss-module__993kDW__icon{animation:1.2s ease-in-out infinite scroll-to-top-module-scss-module__993kDW__pulseUp}.scroll-to-top-module-scss-module__993kDW__scrollToTop:active{box-shadow:var(--color-shadow);transform:translateY(0)}.scroll-to-top-module-scss-module__993kDW__icon{width:1.5rem;height:1.5rem;transition:transform .3s}@keyframes scroll-to-top-module-scss-module__993kDW__pulseUp{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width:768px){.scroll-to-top-module-scss-module__993kDW__scrollToTop{width:3rem;height:3rem;bottom:1.5rem;right:1.5rem}}
.form-field-module-scss-module__HlWfLq__wrapper{flex-direction:column;gap:8px;width:100%;display:flex}.form-field-module-scss-module__HlWfLq__label{color:var(--text-primary);align-items:center;gap:4px;font-size:14px;font-weight:700;display:flex}.form-field-module-scss-module__HlWfLq__required{color:var(--gray-400);font-weight:400}.form-field-module-scss-module__HlWfLq__control{flex-direction:column;display:flex;position:relative}.form-field-module-scss-module__HlWfLq__hint{color:var(--text-secondary);margin:0;font-size:12px}.form-field-module-scss-module__HlWfLq__error{color:var(--danger-500);margin:0;font-size:12px}
.recovery-module-scss-module__QOueJa__recovery{flex-direction:column;animation:.4s ease-out forwards recovery-module-scss-module__QOueJa__fadeInUp-bottom;display:flex}@keyframes recovery-module-scss-module__QOueJa__fadeInUp-bottom{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0)}}.recovery-module-scss-module__QOueJa__recovery{width:100%;max-width:480px}.recovery-module-scss-module__QOueJa__title{font-size:clamp(24px,24px + 4px*(100vw - 320px)/1600px,28px);color:var(--text-primary);margin:0 0 8px;font-weight:900}.recovery-module-scss-module__QOueJa__subtitle{font-size:clamp(14px,14px + 1px*(100vw - 320px)/1600px,15px);color:var(--text-secondary);margin:0 0 32px;font-weight:500}.recovery-module-scss-module__QOueJa__form{flex-direction:column;gap:24px;display:flex}.recovery-module-scss-module__QOueJa__field{flex-direction:column;gap:8px;display:flex}.recovery-module-scss-module__QOueJa__label{color:var(--text-primary);font-size:14px;font-weight:700}.recovery-module-scss-module__QOueJa__submitBtn{height:52px;font-size:clamp(15px,15px + 1px*(100vw - 320px)/1600px,16px);text-transform:none;font-weight:800}.recovery-module-scss-module__QOueJa__backToLogin{justify-content:center;margin-top:24px;display:flex}.recovery-module-scss-module__QOueJa__link{color:var(--text-secondary);font-size:14px;font-weight:600;text-decoration:none;transition:color .15s}.recovery-module-scss-module__QOueJa__link:hover{color:var(--primary-500)}.recovery-module-scss-module__QOueJa__successIcon{color:#10b981;background:#77dde733;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:flex}
.auth-layout-module-scss-module__gRdNLG__wrapper{background:radial-gradient(circle at 100% 0%,#77dde714 0%,transparent 40%),radial-gradient(circle at 0% 100%,#42aaff14 0%,transparent 40%),var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.auth-layout-module-scss-module__gRdNLG__main{flex:1;justify-content:center;align-items:center;padding:16px;display:flex}.auth-layout-module-scss-module__gRdNLG__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border:1px solid #0a1e3c0f;border-radius:28px;width:100%;padding:40px;box-shadow:0 24px 64px #122e5a1a}[data-theme=dark] .auth-layout-module-scss-module__gRdNLG__card{background:#ffffff0d;border-color:#ffffff1a;box-shadow:0 24px 64px #0006}@media (max-width:640px){.auth-layout-module-scss-module__gRdNLG__card{border-radius:24px;padding:32px 24px}}
.check-survey-form-module-scss-module__86Glaq__root{flex-direction:column;gap:8px;padding-bottom:24px;display:flex}.check-survey-form-module-scss-module__86Glaq__progress,.check-survey-form-module-scss-module__86Glaq__section{margin-bottom:20px}.check-survey-form-module-scss-module__86Glaq__sectionEnterForward{animation:.28s ease-out forwards check-survey-form-module-scss-module__86Glaq__fadeInUp-right}@keyframes check-survey-form-module-scss-module__86Glaq__fadeInUp-right{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.check-survey-form-module-scss-module__86Glaq__sectionEnterBack{animation:.28s ease-out forwards check-survey-form-module-scss-module__86Glaq__fadeInUp-left}@keyframes check-survey-form-module-scss-module__86Glaq__fadeInUp-left{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.check-survey-form-module-scss-module__86Glaq__sectionEnterForward,.check-survey-form-module-scss-module__86Glaq__sectionEnterBack{animation:none}}.check-survey-form-module-scss-module__86Glaq__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin:0 0 12px;padding-bottom:8px;font-size:1.125rem;font-weight:500}.check-survey-form-module-scss-module__86Glaq__pageCounter{color:var(--text-secondary);font-size:.875rem;font-weight:500}.check-survey-form-module-scss-module__86Glaq__fields,.check-survey-form-module-scss-module__86Glaq__card{flex-direction:column;gap:16px;display:flex}.check-survey-form-module-scss-module__86Glaq__card{border:1px solid var(--border-color);background:var(--bg-primary);border-radius:8px;padding:16px;box-shadow:0 1px 2px #0f172a0a}.check-survey-form-module-scss-module__86Glaq__field{width:100%}.check-survey-form-module-scss-module__86Glaq__fieldMissing{outline:1px solid rgba(var(--danger-500),.35);background:rgba(var(--danger-500),.04);border-radius:4px;padding:8px}.check-survey-form-module-scss-module__86Glaq__submittedBox{border:1px solid rgba(var(--success-500),.35);background:rgba(var(--success-500),.08);border-radius:4px;margin-top:16px;padding:16px}.check-survey-form-module-scss-module__86Glaq__submittedTitle{color:var(--success-500);margin:0 0 8px;font-size:1rem;font-weight:500}.check-survey-form-module-scss-module__86Glaq__submittedText{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.45}.check-survey-form-module-scss-module__86Glaq__bannerError{background:rgba(var(--danger-500),.08);color:var(--danger-500);border-radius:4px;margin-bottom:12px;padding:8px 12px;font-size:.875rem}.check-survey-form-module-scss-module__86Glaq__empty{color:var(--text-secondary);font-size:.875rem}.check-survey-form-module-scss-module__86Glaq__actions{z-index:1;border-top:1px solid var(--border-color);background:0 0;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:16px;padding:12px 0;display:flex;position:static}@media (max-width:768px){.check-survey-form-module-scss-module__86Glaq__actions{justify-content:stretch}.check-survey-form-module-scss-module__86Glaq__actions>*{flex:auto}}
.page-module-scss-module__CeogSa__page{flex-direction:column;display:flex}.page-module-scss-module__CeogSa__backLink{color:var(--primary-500);align-items:center;width:fit-content;margin-bottom:16px;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.page-module-scss-module__CeogSa__backLink:hover{text-decoration:underline}.page-module-scss-module__CeogSa__title{font-size:clamp(20px,20px + 4px*(100vw - 320px)/1600px,24px);color:var(--text-primary);margin:0 0 16px}.page-module-scss-module__CeogSa__bannerError{background:rgba(var(--danger-500),.08);color:var(--danger-500);border-radius:4px;padding:12px 16px;font-size:.875rem}
.\32 fa-module-scss-module__RveslG__twofa{flex-direction:column;animation:.4s ease-out forwards \32 fa-module-scss-module__RveslG__fadeInUp-bottom;display:flex}@keyframes \32 fa-module-scss-module__RveslG__fadeInUp-bottom{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0)}}.\32 fa-module-scss-module__RveslG__twofa{width:100%;max-width:480px}.\32 fa-module-scss-module__RveslG__title{font-size:clamp(24px,24px + 4px*(100vw - 320px)/1600px,28px);color:var(--text-primary);margin:0 0 8px;font-weight:900}.\32 fa-module-scss-module__RveslG__subtitle{font-size:clamp(14px,14px + 1px*(100vw - 320px)/1600px,15px);color:var(--text-secondary);margin:0 0 32px;font-weight:600}.\32 fa-module-scss-module__RveslG__codeInputs{justify-content:space-between;gap:12px;margin-bottom:32px;display:flex}.\32 fa-module-scss-module__RveslG__codeInput{border:1px solid var(--border-color);background:var(--bg-secondary);text-align:center;width:52px;height:52px;color:var(--text-primary);caret-color:var(--primary-500);border-radius:8px;font-size:20px;font-weight:800;transition:all .15s}.\32 fa-module-scss-module__RveslG__codeInput:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px rgba(var(--primary-500),.15);background:var(--bg-primary);outline:none}.\32 fa-module-scss-module__RveslG__codeInput::placeholder{color:var(--text-secondary)}.\32 fa-module-scss-module__RveslG__actions{gap:16px;display:flex}.\32 fa-module-scss-module__RveslG__backBtn{text-transform:none;flex:1;height:52px;font-weight:800}.\32 fa-module-scss-module__RveslG__confirmBtn{text-transform:none;flex:1.5;height:52px;font-weight:800}.\32 fa-module-scss-module__RveslG__error{color:#ff4d4f;margin-bottom:16px;font-size:14px;font-weight:600}
.login-module-scss-module__EwSsPa__login{flex-direction:column;animation:.4s ease-out forwards login-module-scss-module__EwSsPa__fadeInUp-bottom;display:flex}@keyframes login-module-scss-module__EwSsPa__fadeInUp-bottom{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0)}}.login-module-scss-module__EwSsPa__login{width:100%;max-width:480px}.login-module-scss-module__EwSsPa__header{flex-direction:column;gap:24px;margin-bottom:32px;display:flex}.login-module-scss-module__EwSsPa__titleGroup{flex-direction:column;gap:8px;display:flex}.login-module-scss-module__EwSsPa__title{font-size:clamp(24px,24px + 4px*(100vw - 320px)/1600px,28px);color:var(--text-primary);margin:0;font-weight:900}.login-module-scss-module__EwSsPa__subtitle{font-size:clamp(14px,14px + 1px*(100vw - 320px)/1600px,15px);color:var(--text-secondary);margin:0;font-weight:500}.login-module-scss-module__EwSsPa__roleSwitch{background:var(--bg-hover);width:100%}.login-module-scss-module__EwSsPa__roleSwitch>div{width:100%}.login-module-scss-module__EwSsPa__roleSwitch>div>*{flex:1}.login-module-scss-module__EwSsPa__form{flex-direction:column;gap:20px;display:flex}.login-module-scss-module__EwSsPa__field{flex-direction:column;gap:8px;display:flex}.login-module-scss-module__EwSsPa__label{color:var(--text-primary);font-size:14px;font-weight:700}.login-module-scss-module__EwSsPa__passwordWrapper{align-items:center;display:flex;position:relative}.login-module-scss-module__EwSsPa__eyeButton{cursor:pointer;color:var(--gray-400);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex;position:absolute;right:12px}.login-module-scss-module__EwSsPa__eyeButton:hover{color:var(--primary-500)}.login-module-scss-module__EwSsPa__submitBtn{height:52px;font-size:clamp(15px,15px + 1px*(100vw - 320px)/1600px,16px);text-transform:none;margin-top:8px;font-weight:800}.login-module-scss-module__EwSsPa__footer{flex-direction:column;align-items:center;gap:16px;margin-top:24px;display:flex}.login-module-scss-module__EwSsPa__forgotLink{color:var(--text-secondary);font-size:14px;font-weight:600;text-decoration:none}.login-module-scss-module__EwSsPa__forgotLink:hover{color:var(--primary-500)}.login-module-scss-module__EwSsPa__registerPrompt{color:var(--text-secondary);font-size:14px}.login-module-scss-module__EwSsPa__registerLink{color:var(--primary-500);font-weight:700;text-decoration:none}.login-module-scss-module__EwSsPa__registerLink:hover{text-decoration:underline}.login-module-scss-module__EwSsPa__comingSoon{text-align:center;background:#fff6;border:1px dashed #42aaff4d;border-radius:16px;flex-direction:column;align-items:center;gap:20px;padding:40px 24px;display:flex}[data-theme=dark] .login-module-scss-module__EwSsPa__comingSoon{background:#ffffff08;border-color:#ffffff1a}.login-module-scss-module__EwSsPa__comingSoonIcon{width:64px;height:64px;color:var(--primary-500);background:radial-gradient(circle at 30% 30%,#77dde766,#0000 70%),radial-gradient(circle at 70% 70%,#42aaff4d,#0000 70%),#9aceeb1a;border-radius:20px;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.login-module-scss-module__EwSsPa__comingSoonTitle{font-size:clamp(18px,18px + 2px*(100vw - 320px)/1600px,20px);color:var(--text-primary);margin:0;font-weight:900}.login-module-scss-module__EwSsPa__comingSoonText{font-size:clamp(14px,14px + 1px*(100vw - 320px)/1600px,15px);color:var(--text-secondary);max-width:320px;margin:0;line-height:1.6}
.recovery-module-scss-module___ckbjG__recovery{flex-direction:column;animation:.4s ease-out forwards recovery-module-scss-module___ckbjG__fadeInUp-bottom;display:flex}@keyframes recovery-module-scss-module___ckbjG__fadeInUp-bottom{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0)}}.recovery-module-scss-module___ckbjG__recovery{width:100%;max-width:480px}.recovery-module-scss-module___ckbjG__title{font-size:clamp(24px,24px + 4px*(100vw - 320px)/1600px,28px);color:var(--text-primary);margin:0 0 8px;font-weight:900}.recovery-module-scss-module___ckbjG__subtitle{font-size:clamp(14px,14px + 1px*(100vw - 320px)/1600px,15px);color:var(--text-secondary);margin:0 0 32px;font-weight:500}.recovery-module-scss-module___ckbjG__form{flex-direction:column;gap:24px;display:flex}.recovery-module-scss-module___ckbjG__field{flex-direction:column;gap:8px;display:flex}.recovery-module-scss-module___ckbjG__label{color:var(--text-primary);font-size:14px;font-weight:700}.recovery-module-scss-module___ckbjG__submitBtn{height:52px;font-size:clamp(15px,15px + 1px*(100vw - 320px)/1600px,16px);text-transform:none;font-weight:800}.recovery-module-scss-module___ckbjG__backToLogin{justify-content:center;margin-top:24px;display:flex}.recovery-module-scss-module___ckbjG__link{color:var(--text-secondary);font-size:14px;font-weight:600;text-decoration:none;transition:color .15s}.recovery-module-scss-module___ckbjG__link:hover{color:var(--primary-500)}.recovery-module-scss-module___ckbjG__successIcon{color:#10b981;background:#77dde733;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:flex}
.register-module-scss-module__gXmdaq__register{flex-direction:column;animation:.4s ease-out forwards register-module-scss-module__gXmdaq__fadeInUp-bottom;display:flex}@keyframes register-module-scss-module__gXmdaq__fadeInUp-bottom{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0)}}.register-module-scss-module__gXmdaq__register{width:100%;max-width:1200px}.register-module-scss-module__gXmdaq__header{flex-direction:column;gap:24px;margin-bottom:32px;display:flex}.register-module-scss-module__gXmdaq__titleGroup{flex-direction:column;gap:8px;display:flex}.register-module-scss-module__gXmdaq__title{font-size:clamp(24px,24px + 4px*(100vw - 320px)/1600px,28px);color:var(--text-primary);margin:0;font-weight:900}.register-module-scss-module__gXmdaq__subtitle{font-size:clamp(14px,14px + 1px*(100vw - 320px)/1600px,15px);color:var(--text-secondary);margin:0;font-weight:500}.register-module-scss-module__gXmdaq__roleSwitch{background:var(--bg-hover);width:100%;max-width:480px}.register-module-scss-module__gXmdaq__roleSwitch>div{width:100%}.register-module-scss-module__gXmdaq__roleSwitch>div>*{flex:1}.register-module-scss-module__gXmdaq__comingSoon{text-align:center;background:#fff6;border:1px dashed #42aaff4d;border-radius:16px;flex-direction:column;align-items:center;gap:20px;padding:40px 24px;display:flex}[data-theme=dark] .register-module-scss-module__gXmdaq__comingSoon{background:#ffffff08;border-color:#ffffff1a}.register-module-scss-module__gXmdaq__comingSoonIcon{width:64px;height:64px;color:var(--primary-500);background:radial-gradient(circle at 30% 30%,#77dde766,#0000 70%),radial-gradient(circle at 70% 70%,#42aaff4d,#0000 70%),#9aceeb1a;border-radius:20px;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.register-module-scss-module__gXmdaq__comingSoonTitle{font-size:clamp(18px,18px + 2px*(100vw - 320px)/1600px,20px);color:var(--text-primary);margin:0;font-weight:900}.register-module-scss-module__gXmdaq__comingSoonText{font-size:clamp(14px,14px + 1px*(100vw - 320px)/1600px,15px);color:var(--text-secondary);max-width:320px;margin:0;line-height:1.6}.register-module-scss-module__gXmdaq__footer{justify-content:center;margin-top:32px;display:flex}.register-module-scss-module__gXmdaq__loginText{color:var(--text-secondary);font-size:14px}.register-module-scss-module__gXmdaq__link{color:var(--primary-500);font-weight:700;text-decoration:none;transition:color .15s}.register-module-scss-module__gXmdaq__link:hover{color:var(--primary-600);text-decoration:underline}
.page-module-scss-module__DGTdHW__page{box-sizing:border-box;background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-secondary)100%);flex:1;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:48px;display:flex;position:relative;overflow:hidden}.page-module-scss-module__DGTdHW__container{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:96px;width:100%;max-width:600px;animation:.5s ease-out forwards page-module-scss-module__DGTdHW__fadeInUp-bottom;display:flex;position:relative}@keyframes page-module-scss-module__DGTdHW__fadeInUp-bottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translate(0)}}.page-module-scss-module__DGTdHW__content{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.page-module-scss-module__DGTdHW__errorCode{color:var(--primary-500);background:linear-gradient(135deg,var(--primary-500)0%,var(--primary-700)100%);-webkit-text-fill-color:#0000;font-weight:700;line-height:1;font-size:clamp(80px,80px + 40px*(100vw - 320px)/1600px,120px);-webkit-background-clip:text;background-clip:text;margin:0;animation:2s ease-in-out infinite page-module-scss-module__DGTdHW__pulse}@keyframes page-module-scss-module__DGTdHW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.page-module-scss-module__DGTdHW__title{color:var(--text-primary);font-weight:600;line-height:1.2;font-size:clamp(24px,24px + 8px*(100vw - 320px)/1600px,32px);margin:0}.page-module-scss-module__DGTdHW__message{color:var(--text-secondary);max-width:500px;line-height:1.6;font-size:clamp(16px,16px + 2px*(100vw - 320px)/1600px,18px);margin:0}.page-module-scss-module__DGTdHW__actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:16px;display:flex}.page-module-scss-module__DGTdHW__illustration{opacity:.15;pointer-events:none;z-index:-1;width:100%;max-width:800px;height:100%;max-height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module-scss-module__DGTdHW__illustrationCircle{background:var(--primary-500);border-radius:50%;animation:10s ease-in-out infinite page-module-scss-module__DGTdHW__float;position:absolute}.page-module-scss-module__DGTdHW__illustrationCircle:first-child{width:150px;height:150px;animation-delay:0s;top:10%;left:10%}.page-module-scss-module__DGTdHW__illustrationCircle:nth-child(2){width:250px;height:250px;animation-delay:3s;top:40%;right:5%}.page-module-scss-module__DGTdHW__illustrationCircle:nth-child(3){width:100px;height:100px;animation-delay:6s;bottom:15%;left:20%}@keyframes page-module-scss-module__DGTdHW__float{0%,to{transform:translateY(0)translate(0)}33%{transform:translateY(-20px)translate(10px)}66%{transform:translateY(10px)translate(-10px)}}@media (max-width:768px){.page-module-scss-module__DGTdHW__container{gap:48px}.page-module-scss-module__DGTdHW__illustration{width:150px;height:150px}.page-module-scss-module__DGTdHW__illustrationCircle:first-child{width:60px;height:60px}.page-module-scss-module__DGTdHW__illustrationCircle:nth-child(2){width:90px;height:90px}.page-module-scss-module__DGTdHW__illustrationCircle:nth-child(3){width:45px;height:45px}}
.professional-form-module-scss-module__r7oIbq__formContent{padding:24px 0}.professional-form-module-scss-module__r7oIbq__section{margin-bottom:32px}.professional-form-module-scss-module__r7oIbq__sectionTitle{color:var(--color-text-primary);margin-bottom:20px;font-size:18px;font-weight:600}.professional-form-module-scss-module__r7oIbq__fieldsGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:1024px){.professional-form-module-scss-module__r7oIbq__fieldsGrid{grid-template-columns:1fr}}
.header-module-scss-module__Ka_gwq__header{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);z-index:1000;align-items:center;height:48px;display:flex;position:sticky;top:0}.header-module-scss-module__Ka_gwq__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.header-module-scss-module__Ka_gwq__logo{align-items:center;display:flex}.header-module-scss-module__Ka_gwq__brand{min-width:220px;color:inherit;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.header-module-scss-module__Ka_gwq__brandMark{background:radial-gradient(circle at 30% 30%,#77dde7f2,#0000 55%),radial-gradient(circle at 70% 70%,#42aafff2,#0000 55%),#9aceeb4d;border-radius:10px;width:34px;height:34px;box-shadow:0 10px 24px #42aaff2e}.header-module-scss-module__Ka_gwq__brandText{flex-direction:column;line-height:1.1;display:flex}.header-module-scss-module__Ka_gwq__brandTitle{font-size:clamp(15px,15px + 1px*(100vw - 320px)/1600px,16px);letter-spacing:-.6px;color:var(--text-primary);font-weight:800}.header-module-scss-module__Ka_gwq__brandSubtitle{font-size:clamp(10px,10px + 1px*(100vw - 320px)/1600px,11px);letter-spacing:.2px;color:var(--text-secondary);margin-top:2px}@media (max-width:1024px){.header-module-scss-module__Ka_gwq__desktopNav{display:none}}.header-module-scss-module__Ka_gwq__actions{align-items:center;gap:16px;display:flex}@media (max-width:640px){.header-module-scss-module__Ka_gwq__actions{min-width:unset}}.header-module-scss-module__Ka_gwq__auth{color:var(--text-secondary);align-items:center;gap:8px;font-weight:600;display:inline-flex}@media (max-width:640px){.header-module-scss-module__Ka_gwq__auth{display:none}}.header-module-scss-module__Ka_gwq__authLink{font-size:clamp(13px,13px + 1px*(100vw - 320px)/1600px,14px);color:var(--text-secondary);text-decoration:none;transition:color .12s}.header-module-scss-module__Ka_gwq__authLink:hover{color:var(--text-primary)}.header-module-scss-module__Ka_gwq__authSeparator{opacity:.6}.header-module-scss-module__Ka_gwq__themeToggle{border:1px solid var(--gray-300);color:var(--gray-950);font-size:clamp(18px,18px + 2px*(100vw - 320px)/1600px,20px);cursor:pointer;background:0 0;border-radius:20px;justify-content:center;align-items:center;padding:4px 8px;transition:all .2s;display:flex}.header-module-scss-module__Ka_gwq__themeToggle:hover{background-color:var(--gray-100);border-color:#ff7a00}@media (max-width:768px){.header-module-scss-module__Ka_gwq__loginBtn{display:none}}.header-module-scss-module__Ka_gwq__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;padding:0;display:none}.header-module-scss-module__Ka_gwq__burger span{background-color:#fff;width:24px;height:2px;transition:all .3s;display:block}@media (max-width:1024px){.header-module-scss-module__Ka_gwq__burger{display:flex}}.header-module-scss-module__Ka_gwq__burger:hover span{background-color:#ff7a00}
