@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes orbFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-40px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes orbFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-40px,30px)scale(1.08)}66%{transform:translate(25px,-15px)scale(.92)}}@keyframes cardEntrance{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes brandReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dividerGrow{0%{width:0}to{width:48px}}@keyframes successPop{0%{opacity:0;transform:scale(.5)}70%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.auth-layout{background:#f5f3fa;flex-direction:column;min-height:100vh;display:flex}.auth-page{flex:1;min-height:100vh;display:flex}.auth-brand{flex-direction:column;flex:0 0 420px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-brand__bg{background:linear-gradient(-45deg,#0d0814,#1a0d2e,#2d1060,#9448b0,#0f206c) 0 0/400% 400%;animation:15s infinite gradientShift;position:absolute;inset:0}.auth-brand__content{z-index:2;max-width:340px;padding:48px 40px;animation:.7s cubic-bezier(.16,1,.3,1) .2s both brandReveal;position:relative}.auth-brand__title{color:#fff;margin-top:32px;margin-bottom:10px;font-size:clamp(1.4rem,2.2vw,1.75rem);font-weight:800;line-height:1.3}.auth-brand__desc{color:#fff9;margin-bottom:32px;font-size:14px;line-height:1.7}.auth-brand__features{flex-direction:column;gap:10px;display:flex}.auth-brand__feature{-webkit-backdrop-filter:blur(8px);color:#ffffffd9;background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;transition:background .25s,border-color .25s;display:flex}.auth-brand__feature:hover{background:#ffffff1f;border-color:#9448b04d}.auth-brand__feature-icon{color:#c4b5fd;flex-shrink:0;width:18px;height:18px}.auth-brand__orb{filter:blur(80px);opacity:.2;pointer-events:none;z-index:1;border-radius:50%;position:absolute}.auth-brand__orb--1{top:-10%;background:#9448b080;width:280px;height:280px;animation:8s ease-in-out infinite orbFloat1;inset-inline-end:-15%}.auth-brand__orb--2{bottom:-8%;background:#e47cb859;width:200px;height:200px;animation:10s ease-in-out infinite orbFloat2;inset-inline-start:-10%}.auth-form-panel{background:#f5f3fa;flex:1;justify-content:center;align-items:center;padding:40px 48px;display:flex}.auth-card{width:100%;max-width:520px;animation:.5s cubic-bezier(.16,1,.3,1) .2s both cardEntrance;position:relative}.auth-card__mobile-logo{justify-content:center;margin-bottom:28px;display:none}.auth-card__header{margin-bottom:28px}.auth-card__title{color:#1a1a2e;letter-spacing:-.02em;margin-bottom:6px;font-size:24px;font-weight:800}.auth-card__subtitle{color:#6b7280;font-size:14px;line-height:1.5}.auth-card__divider{display:none}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:5px;display:flex}.form-group__label{color:#374151;letter-spacing:.01em;font-size:13px;font-weight:600}.form-group__optional{color:#9ca3af;margin-inline-start:5px;font-size:11px;font-weight:400}.form-group__input-wrapper{align-items:center;display:flex;position:relative}.form-group__input{padding:11px 14px;color:#1a1a2e;background:#fff;border:1.5px solid #e0dce8;border-radius:12px;outline:none;width:100%;padding-inline-end:40px;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-group__input:focus{border-color:#9448b0;box-shadow:0 0 0 3px #9448b014}.form-group__input::placeholder{color:#b0adb8}.form-group__input--valid{border-color:#22c55e}.form-group__input--error{border-color:#ef4444;box-shadow:0 0 0 2px #ef44440f}.form-hint{padding-inline-start:2px;font-size:11px;line-height:1.4;transition:color .2s;display:block}.form-hint--ok{color:#16a34a}.form-hint--err{color:#dc2626}.form-group__check-icon{color:#22c55e;width:16px;height:16px;position:absolute;inset-inline-end:12px}.form-group__toggle-password{inset-inline-end:10px;color:#9ca3af;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.form-group__toggle-password:hover{color:#6b7280}.form-group__toggle-password svg{width:16px;height:16px}.role-picker{grid-template-columns:1fr 1fr;gap:10px;display:grid}.role-picker__option{cursor:pointer;background:#fff;border:1.5px solid #e0dce8;border-radius:12px;justify-content:center;align-items:center;padding:11px 16px;transition:all .2s;display:flex}.role-picker__option:hover{background:#9448b008;border-color:#9448b066}.role-picker__option--active{background:#9448b00f;border-color:#9448b0;box-shadow:0 0 0 3px #9448b014}.role-picker__label{color:#1a1a2e;font-size:14px;font-weight:600}.role-picker__option--active .role-picker__label{color:#7b2d8e}.auth-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#9448b0,#7b2d8e);border:none;border-radius:12px;width:100%;padding:13px 24px;font-size:15px;font-weight:700;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 2px 12px #9448b033}.auth-btn:hover:not(:disabled){background:linear-gradient(135deg,#a855c7,#9448b0);transform:translateY(-1px);box-shadow:0 4px 20px #9448b059}.auth-btn:active:not(:disabled){transition-duration:.1s;transform:translateY(0)scale(.99)}.auth-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.form-terms-consent{color:#9ca3af;text-align:center;margin-top:-6px;font-size:12px;line-height:1.6}.form-terms-consent a{color:#9448b0;font-weight:600;text-decoration:none;transition:color .2s}.form-terms-consent a:hover{color:#7b2d8e;text-decoration:underline}.auth-social-divider{color:#b0adb8;align-items:center;gap:12px;font-size:12px;font-weight:500;display:flex}.auth-social-divider:before,.auth-social-divider:after{content:"";background:#e5e1ed;flex:1;height:1px}.google-auth{flex-direction:column;gap:16px;margin-bottom:12px;display:flex}.google-auth:has(+.facebook-auth){margin-bottom:12px}.google-auth:not(:has(+.facebook-auth)){margin-bottom:18px}.google-auth__button{width:100%;height:54px;position:relative;overflow:hidden}.google-auth__custom{color:#333;width:100%;height:100%;font-family:var(--font-primary);pointer-events:none;background:#fff;border:1px solid #dfdfdf;border-radius:4px;justify-content:center;align-items:center;gap:10px;font-size:17px;font-weight:700;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .15s;display:flex}.google-auth__icon{flex:none;width:30px;height:30px}.google-auth__render{z-index:1;opacity:.01;cursor:pointer;position:absolute;inset:0;overflow:hidden}.google-auth__render>div,.google-auth__render iframe{width:100%!important;height:54px!important}.google-auth__button:not(.google-auth__button--loading):hover .google-auth__custom{background:#f1f1f1;border-color:#cfcfcf;box-shadow:0 2px 7px #1f293714}.google-auth__button:not(.google-auth__button--loading):active .google-auth__custom{background:#e9e9e9;transform:scale(.995)}.google-auth__button--loading .google-auth__render{display:none}.google-auth__loading{color:#4b5563;background:#fff;border:1px solid #dadce0;border-radius:4px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex;position:absolute;inset:0}@media (max-width:480px){.google-auth__custom,.google-auth__custom span{font-size:15px}.google-auth__icon{width:26px;height:26px}}.google-auth__spinner{border:2px solid #ddd6e8;border-top-color:#9448b0;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite googleAuthSpin}@keyframes googleAuthSpin{to{transform:rotate(360deg)}}.facebook-auth{flex-direction:column;gap:16px;margin-bottom:18px;display:flex}.facebook-auth__button{cursor:pointer;background:0 0;border:0;width:100%;height:54px;padding:0;display:flex;position:relative}.facebook-auth__button:disabled{cursor:wait}.facebook-auth__custom{color:#333;width:100%;height:100%;font-family:var(--font-primary);background:#fff;border:1px solid #dfdfdf;border-radius:4px;justify-content:center;align-items:center;gap:10px;font-size:17px;font-weight:700;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .15s;display:flex}.facebook-auth__icon{flex:none;width:28px;height:28px}.facebook-auth__button:not(.facebook-auth__button--loading):hover .facebook-auth__custom{background:#f1f1f1;border-color:#cfcfcf;box-shadow:0 2px 7px #1f293714}.facebook-auth__button:not(.facebook-auth__button--loading):active .facebook-auth__custom{background:#e9e9e9;transform:scale(.995)}.facebook-auth__button--loading .facebook-auth__custom{opacity:0}.facebook-auth__loading{color:#555;font-family:var(--font-primary);background:#fff;border:1px solid #dfdfdf;border-radius:4px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex;position:absolute;inset:0}.facebook-auth__spinner{border:2px solid #ddd6e8;border-top-color:#1877f2;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite googleAuthSpin}.facebook-profile__mark svg{width:18px;height:18px;display:block}.apple-auth{flex-direction:column;gap:16px;margin-bottom:18px;display:flex}.apple-auth__button{cursor:pointer;background:0 0;border:0;width:100%;height:54px;padding:0;display:flex;position:relative}.apple-auth__button:disabled{cursor:wait}.apple-auth__custom{color:#fff;width:100%;height:100%;font-family:var(--font-primary);background:#111;border:1px solid #111;border-radius:4px;justify-content:center;align-items:center;gap:10px;font-size:17px;font-weight:700;transition:background-color .15s,box-shadow .15s,transform .15s;display:flex}.apple-auth__icon{flex:none;width:22px;height:22px}.apple-auth__button:not(.apple-auth__button--loading):hover .apple-auth__custom{background:#000;box-shadow:0 2px 7px #1f29371f}.apple-auth__button:not(.apple-auth__button--loading):active .apple-auth__custom{transform:scale(.995)}.apple-auth__button--loading .apple-auth__custom{opacity:0}.apple-auth__loading{color:#fff;font-family:var(--font-primary);background:#111;border:1px solid #111;border-radius:4px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex;position:absolute;inset:0}.apple-auth__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite googleAuthSpin}.apple-profile__mark svg{width:18px;height:18px;display:block}@media (max-width:480px){.facebook-auth__custom,.facebook-auth__custom span{font-size:15px}.facebook-auth__icon{width:24px;height:24px}.apple-auth__custom,.apple-auth__custom span{font-size:15px}.apple-auth__icon{width:20px;height:20px}}.google-complete{max-width:540px}.google-complete__header{margin-bottom:18px}.google-profile{text-align:center;background:linear-gradient(145deg,#9448b00f,#0f206c06);border:1px solid #e5e1ed;border-radius:18px;flex-direction:column;align-items:center;gap:12px;margin-bottom:12px;padding:20px 18px;display:flex}.google-profile__avatar-wrap{width:80px;height:80px;position:relative}.google-profile__avatar{object-fit:cover;border:3px solid #fff;border-radius:50%;width:80px;height:80px;box-shadow:0 6px 18px #3a1f5224}.google-profile__avatar--fallback{color:#fff;background:linear-gradient(135deg,#9448b0,#0f206c);place-items:center;font-size:22px;font-weight:700;display:grid}.google-profile__google-mark{inset-inline-end:-4px;background:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;bottom:-2px;box-shadow:0 3px 10px #1f293729}.google-profile__google-mark svg{width:17px;height:17px}.google-profile__identity{min-width:0;max-width:100%}.google-profile__identity h2{color:#1a1a2e;margin:0 0 3px;font-size:20px;font-weight:800;line-height:1.35}.google-profile__identity p{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin:0 0 9px;font-size:13px;overflow:hidden}.google-profile__badge{color:#325ea8;background:#4285f414;border:1px solid #4285f42e;border-radius:999px;align-items:center;min-height:25px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.google-complete__notice{color:#6b7280;text-align:center;margin:0 4px 20px;font-size:13px;line-height:1.8}.google-complete__success{justify-content:center;min-height:390px}.google-complete__success .auth-success__desc{margin:7px auto 0}.google-complete__success-note{color:#6b7280;max-width:360px;margin:-4px 0 4px;font-size:13px;line-height:1.8}.google-complete__success .auth-btn{max-width:320px}.auth-btn--secondary{color:#7b2d8e;box-shadow:none;background:#fff;border:1.5px solid #9448b0}.auth-btn--secondary:hover:not(:disabled){color:#fff}.google-otp-modal__overlay{z-index:1200;-webkit-backdrop-filter:blur(2px);background:#0f0c1c94;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.google-otp-modal__dialog{background:#fff;border-radius:20px;width:min(100%,440px);max-height:min(92vh,720px);padding:28px 24px 24px;overflow:auto;box-shadow:0 18px 48px #1a123038}.google-otp-modal__header{text-align:center;margin-bottom:22px}.google-otp-modal__title{color:#1a1a2e;margin:0 0 10px;font-size:22px;font-weight:700;line-height:1.35}.google-otp-modal__desc{color:#6b7280;margin:0;font-size:14px;line-height:1.8}.google-otp-modal__form{flex-direction:column;gap:16px;display:flex}.google-otp-modal__boxes{margin-bottom:0}.google-otp-modal__resend{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.google-otp-modal__timer{color:#6b7280;font-size:13px}.google-otp-modal__resend-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.google-otp-modal__resend-hint{color:#4b5563;font-size:14px}.google-otp-modal__resend-btn{color:#9448b0;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.google-otp-modal__resend-btn:hover:not(:disabled){color:#7b2d8e}.google-otp-modal__resend-btn:disabled{color:#d1d5db;cursor:not-allowed}.google-otp-modal__error{margin:0}.google-otp-modal__actions{flex-direction:column;gap:10px;margin-top:4px;display:flex}.google-otp-modal__actions .auth-btn,.google-otp-modal__actions .auth-btn--secondary{width:100%}@media (max-width:480px){.google-otp-modal__dialog{border-radius:18px;padding:24px 16px 18px}.google-otp-modal__title{font-size:20px}.google-otp-modal__boxes{gap:6px}.google-otp-modal__boxes .otp-box{border-radius:10px;width:44px;height:50px;font-size:18px}}.register-profile-modal__dialog{width:min(100%,480px)}.register-profile-modal__form .form-group__input{padding-inline-end:14px}.register-profile-modal__form .form-group__input-wrapper .form-group__input{padding-inline-end:40px}.auth-btn--telegram{background:#2aabee;justify-content:center;align-items:center;gap:8px;margin-top:0;font-size:14px;font-weight:600;display:flex;box-shadow:0 2px 10px #2aabee33}.auth-btn--telegram:hover:not(:disabled){background:#1e96d9;box-shadow:0 4px 16px #2aabee59}.auth-btn--telegram:active:not(:disabled){transition-duration:.1s;transform:translateY(0)scale(.99)}.auth-btn--telegram:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.auth-btn--telegram svg{flex-shrink:0}.auth-card__footer{text-align:center;color:#6b7280;border-top:1px solid #ece9f3;margin-top:24px;padding-top:20px;font-size:14px}.auth-card__footer a{color:#9448b0;margin-inline-start:4px;font-weight:600;text-decoration:none;transition:color .2s}.auth-card__footer a:hover{color:#7b2d8e;text-decoration:underline}.auth-error{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 14px;font-size:13px}.google-complete__login-link{color:#9448b0;cursor:pointer;background:0 0;border:none;margin-top:10px;font-size:13px;font-weight:700;text-decoration:underline;display:inline-block}.google-complete__login-link:hover{color:#7b2d8e}.form-forgot{text-align:start;margin-top:-4px}.form-forgot a{color:#9448b0;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.form-forgot a:hover{color:#7b2d8e;text-decoration:underline}.form-checkbox{cursor:pointer;color:#6b7280;align-items:flex-start;gap:10px;font-size:13px;line-height:1.6;display:flex}.form-checkbox input[type=checkbox]{accent-color:#9448b0;cursor:pointer;border:2px solid #d1d5db;border-radius:5px;flex-shrink:0;width:18px;height:18px;margin-top:2px}.form-checkbox a{color:#9448b0;font-weight:600;text-decoration:none}.form-checkbox a:hover{color:#7b2d8e;text-decoration:underline}.otp-info{color:#6b7280;text-align:center;margin-bottom:24px;font-size:14px;line-height:1.6}.otp-info__wrong{color:#9448b0;cursor:pointer;font-weight:600;text-decoration:none;transition:color .2s}.otp-info__wrong:hover{color:#7b2d8e}.otp-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.otp-header__label{color:#374151;font-size:14px;font-weight:500}.otp-header__resend{color:#9448b0;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.otp-header__resend:hover:not(:disabled){color:#7b2d8e}.otp-header__resend:disabled{color:#d1d5db;cursor:not-allowed}.otp-boxes{direction:ltr;justify-content:center;gap:10px;margin-bottom:16px;display:flex}.otp-box{text-align:center;color:#1a1a2e;background:#fff;border:1.5px solid #e0dce8;border-radius:12px;outline:none;width:52px;height:56px;font-size:20px;font-weight:700;transition:border-color .2s,box-shadow .2s,transform .15s}.otp-box:focus{border-color:#9448b0;transform:translateY(-2px);box-shadow:0 0 0 3px #9448b014}.otp-status{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.otp-status__text{color:#d97706;font-size:14px;font-weight:600}.otp-status__timer{color:#9448b0;font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.form-error{color:#ef4444;margin-top:2px;font-size:12px}.auth-step-badge{color:#9448b0;letter-spacing:.04em;background:#9448b014;border:1px solid #9448b02e;border-radius:100px;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.auth-success{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:24px 0;display:flex}.auth-success__icon{color:#22c55e;background:linear-gradient(135deg,#22c55e26,#22c55e0d);border:2px solid #22c55e59;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;animation:.5s cubic-bezier(.16,1,.3,1) both successPop;display:flex;box-shadow:0 0 24px #22c55e1a}.auth-success__icon svg{width:36px;height:36px}.auth-success__title{color:#1a1a2e;letter-spacing:-.02em;font-size:22px;font-weight:800}.auth-success__desc{color:#6b7280;max-width:300px;font-size:14px;line-height:1.7}.auth-btn--instructor{background:linear-gradient(135deg,#1a0d2e 0%,#9448b0 100%);position:relative;overflow:hidden}.auth-btn--instructor:before{content:"";opacity:0;background:linear-gradient(135deg,#9448b0 0%,#e47cb8 100%);transition:opacity .3s;position:absolute;inset:0}.auth-btn--instructor:hover:before{opacity:1}.auth-btn--instructor>*{z-index:1;position:relative}.phone-input-wrapper{direction:ltr;align-items:center;gap:8px;width:100%;display:flex;position:relative}.phone-input__dial-btn{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e0dce8;border-radius:12px;outline:none;flex-shrink:0;align-items:center;gap:5px;height:44px;padding:0 12px;font-size:13px;font-weight:600;transition:border-color .2s,box-shadow .2s,background .2s;display:inline-flex}.phone-input__dial-btn:hover,.phone-input__dial-btn--open{background:#9448b008;border-color:#9448b0;box-shadow:0 0 0 3px #9448b012}.phone-input__flag{font-size:18px;line-height:1}.phone-input__code{font-variant-numeric:tabular-nums;letter-spacing:.01em}.phone-input__chevron{color:#9ca3af;width:13px;height:13px;transition:transform .2s}.phone-input__chevron--up{transform:rotate(180deg)}.phone-input__number{flex:1;min-width:0;padding-inline-end:14px!important}.phone-input__dropdown{top:calc(100% + 6px);z-index:9999;background:#fff;border:1.5px solid #e0dce8;border-radius:14px;flex-direction:column;width:300px;animation:.18s cubic-bezier(.16,1,.3,1) dropdownOpen;display:flex;position:absolute;inset-inline-start:0;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #9448b014}@keyframes dropdownOpen{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.phone-input__search-wrap{border-bottom:1px solid #f0edf7;align-items:center;gap:8px;padding:10px 12px;display:flex}.phone-input__search-icon{color:#b0adb8;flex-shrink:0;width:15px;height:15px}.phone-input__search{color:#1a1a2e;background:0 0;border:none;outline:none;flex:1;font-size:13px}.phone-input__search::placeholder{color:#b0adb8}.phone-input__list{scrollbar-width:thin;scrollbar-color:#e0dce8 transparent;max-height:240px;margin:0;padding:4px 0;list-style:none;overflow-y:auto}.phone-input__list::-webkit-scrollbar{width:4px}.phone-input__list::-webkit-scrollbar-track{background:0 0}.phone-input__list::-webkit-scrollbar-thumb{background:#e0dce8;border-radius:4px}.phone-input__option{cursor:pointer;align-items:center;gap:10px;padding:9px 14px;font-size:13px;transition:background .12s;display:flex}.phone-input__option:hover{background:#f7f4fc}.phone-input__option--active{background:#9448b012}.phone-input__option--active .phone-input__option-name{color:#7b2d8e;font-weight:600}.phone-input__option-name{color:#1a1a2e;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.phone-input__option-dial{color:#9ca3af;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:12px}.phone-input__no-results{text-align:center;color:#9ca3af;padding:16px;font-size:13px}@media (max-width:1024px){.auth-brand{flex:0 0 360px}.auth-brand__content{padding:36px 32px}.auth-form-panel{padding:32px}}@media (max-width:768px){.auth-page{flex-direction:column}.auth-brand{display:none}.auth-card__mobile-logo{display:flex}.auth-form-panel{background:#f5f3fa;flex:1;align-items:flex-start;padding:32px 20px}.auth-card{background:#fff;border-radius:20px;max-width:100%;padding:28px 22px;box-shadow:0 2px 16px #0000000a}.auth-card__header{text-align:center;margin-bottom:24px}.auth-card__title{font-size:22px}.auth-form{gap:14px}.auth-form__row{grid-template-columns:1fr;gap:14px}.form-group__input{padding:10px 12px;padding-inline-end:36px;font-size:14px}.auth-btn{border-radius:12px;padding:12px;font-size:14px}.role-picker__option{padding:10px 14px}}@media (max-width:480px){.auth-form-panel{padding:20px 16px}.auth-card{border-radius:16px;padding:24px 18px}.auth-card__title{font-size:20px}.otp-box{border-radius:10px;width:44px;height:48px;font-size:18px}.otp-boxes{gap:8px}}@media (max-height:700px) and (max-width:768px){.auth-card{padding:20px 16px}.auth-card__header{margin-bottom:18px}.auth-form{gap:12px}}@media (prefers-reduced-motion:reduce){.auth-brand__bg,.auth-brand__orb{animation:none}.auth-card,.auth-brand__content{opacity:1;animation:none;transform:none}}
