.login-screen{display:flex;width:100%;background:#fff}.login-screen,.login-screen__panel{min-height:100vh;min-height:100dvh}.login-screen__panel--left{display:none;position:relative;flex:1 1;flex-direction:column;background:#fff;padding:0;overflow:hidden}.login-screen__panel--right{flex:1 1;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:#fff}.login-screen__logo{position:absolute;top:1.25rem;left:1.5rem;z-index:3;line-height:0}.login-screen__logo img{width:5.5rem;height:auto}.login-splash{flex:1 1;display:flex;flex-direction:column}.login-splash,.login-splash__viewport{position:relative;width:100%;height:100%;min-height:100%}.login-splash__viewport{flex:1 1;overflow:hidden}.login-splash__frame{position:absolute;inset:0;opacity:0;transform:translateX(12px) scale(.98);transition:opacity .45s ease,transform .45s ease;pointer-events:none}.login-splash__frame--active{opacity:1;transform:translateX(0) scale(1);pointer-events:auto}.login-splash__slide{position:relative;width:100%;height:100%}.login-splash__bg,.login-splash__fg{position:absolute;inset:0}.login-splash__bg{z-index:0;pointer-events:none}.login-splash__bg--grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.login-splash__fg{z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.5rem 1.5rem 4.5rem}.login-splash__fg--center{justify-content:flex-start;padding-top:1.5rem}.login-splash__fg--center .login-splash__copy{margin-top:auto}.login-splash__fg--practice{justify-content:flex-end;padding-bottom:5rem}.login-splash__fg--test{justify-content:flex-start;align-items:center;padding:1.5rem 1.5rem 4.5rem}.login-splash__img{object-fit:contain;max-width:100%}.login-splash__img--learn-1{position:absolute;top:2.5rem;left:0;width:48%;max-height:42%}.login-splash__img--learn-4{position:absolute;top:18%;right:0;width:28%;max-height:30%}.login-splash__img--learn-main{width:min(88%,420px);max-height:58%;margin-bottom:1.25rem}.login-splash__img--practice-1{align-self:start;justify-self:start;width:44%;max-height:80%}.login-splash__img--practice-3{align-self:start;justify-self:end;width:40%;max-height:80%}.login-splash__img--practice-2{align-self:end;justify-self:start;width:36%;max-height:80%}.login-splash__img--practice-4{align-self:end;justify-self:end;width:34%;max-height:80%}.login-splash__img--practice-main{width:min(58%,260px);max-height:42%;margin-bottom:1rem}.login-splash__img--test-1{position:absolute;top:2.5rem;left:0;width:40%;max-height:34%}.login-splash__img--test-4{position:absolute;top:2.5rem;right:0;width:38%;max-height:34%}.login-splash__img--test-main{align-self:flex-start;width:min(92%,440px);max-height:56%;margin-bottom:1.25rem}.login-splash__img--revise-2{position:absolute;top:22%;left:0;width:22%;max-height:40%}.login-splash__img--revise-3{position:absolute;top:2.5rem;right:0;width:40%;max-height:34%}.login-splash__img--revise-main{width:min(86%,400px);max-height:56%;margin-bottom:1.25rem}.login-splash__copy{max-width:92%}.login-splash__copy--center{text-align:center}.login-splash__fg--test .login-splash__copy{width:100%;align-self:center;margin-top:auto}.login-splash__title{margin:0 0 .5rem;font-size:clamp(1.5rem,2.2vw,2rem);font-weight:700;line-height:1.15;color:#0d1015}.login-splash__description{margin:0;font-size:clamp(.85rem,1.1vw,.95rem);line-height:1.5;color:#333a47}.login-splash__dots{position:absolute;left:0;right:0;bottom:1.5rem;z-index:2;display:flex;justify-content:center;gap:.5rem;padding:0}.login-splash__dot{width:7px;height:7px;border:0;border-radius:50%;padding:0;background:#0d1015;opacity:.35;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.login-splash__dot--active{opacity:1;transform:scale(1.15)}.login-screen__form-wrap{width:100%;max-width:420px}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form__mobile-logo{display:block;margin-bottom:.5rem}.login-form__title{margin:0;font-size:1.75rem;font-weight:700;line-height:1.2;color:#0d1015}.login-form__subtitle{margin:.5rem 0 0;font-size:.95rem;line-height:1.5;color:#5c6678}.login-form__label{display:block;margin-bottom:.5rem;font-size:.95rem;font-weight:600;color:#0d1015}.login-phone-field{display:flex;align-items:stretch;border:1px solid #d7dce5;border-radius:6px;overflow:hidden;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.login-phone-field:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color) 18%,transparent)}.login-phone-field--invalid{border-color:#cc2c2c}.login-phone-field--invalid:focus-within{border-color:#cc2c2c;box-shadow:0 0 0 3px rgba(204,44,44,.12)}.login-phone-prefix{display:inline-flex;align-items:center;gap:.4rem;padding:0 .85rem;font-size:.95rem;font-weight:500;color:#0d1015;background:#f8f9fb;border-right:1px solid #d7dce5;white-space:nowrap}.login-phone-input{flex:1 1;min-width:0;border:0;outline:none;padding:.85rem 1rem;font-size:.95rem;color:#0d1015;background:transparent}.login-phone-input::placeholder{color:#9aa3b2}.login-form__error{display:flex;align-items:center;gap:.35rem;margin-top:.5rem;font-size:.875rem;color:#cc2c2c}.login-form__submit{width:100%;border:0;border-radius:6px;padding:.85rem 1rem;font-size:1rem;font-weight:600;color:var(--second-primary-color);background:var(--primary-color);transition:background-color .2s ease,transform .15s ease}.login-form__submit:hover:not(:disabled){background:color-mix(in srgb,var(--primary-color) 85%,#000)}.login-form__submit:disabled{opacity:.65;cursor:not-allowed}.login-form__footer{margin:0;font-size:.9rem;color:#5c6678;text-align:center}.login-form__footer-link{color:var(--primary-color);font-weight:600;text-decoration:underline;text-underline-offset:2px}.login-form__divider{display:flex;align-items:center;gap:1rem;color:#9aa3b2;font-size:.875rem}.login-form__divider:after,.login-form__divider:before{content:"";flex:1 1;height:1px;background:#e4e8ef}.login-otp-inputs{display:flex;justify-content:space-between;gap:.75rem;margin-top:.5rem}.login-otp-inputs>div{flex:1 1}.login-otp-box{width:100%!important;height:3.5rem!important;border:1px solid #d7dce5;border-radius:6px;background:#fff;font-size:1.25rem;font-weight:600;text-align:center;color:#0d1015;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.login-otp-box:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color) 18%,transparent)}.login-form__resend{margin:0;font-size:.9rem;color:#5c6678}.login-form__resend-link{color:var(--primary-color);font-weight:600;text-decoration:underline;text-underline-offset:2px}.login-form__verifying{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#5c6678}.login-turnstile{display:flex;justify-content:flex-start}@media (min-width:992px){.login-screen__panel--left{display:flex;max-width:50%;height:100vh;height:100dvh}.login-screen__panel--right{max-width:50%}.login-form__mobile-logo{display:none}}@media (max-width:991.98px){.login-screen__panel--right{align-items:flex-start;padding-top:2.5rem}}