.auth-page{position:relative;min-height:calc(100vh - 50px);display:flex;align-items:center;justify-content:center;padding:2.4rem;overflow:hidden}.auth-page__bg{position:absolute;inset:0;background:linear-gradient(160deg,var(--theme-hero-bg) 0,#0355a0 30%,#0a7ac2 60%,#e8f4fc 100%);z-index:0}.auth-page__bg:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.08) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.06) 0,transparent 45%);pointer-events:none}.auth-page__card{position:relative;z-index:1;width:100%;max-width:420px;background:var(--theme-surface-card);border-radius:20px;box-shadow:var(--theme-shadow-md),0 20px 60px rgba(0,0,0,.15);padding:3.2rem 2.8rem}.auth-page__card-inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.auth-page__logo{width:18rem;height:auto;-o-object-fit:contain;object-fit:contain;margin-bottom:.8rem}.auth-page__title{color:var(--theme-text-primary);font-size:2.4rem;font-weight:600;text-align:center;margin:0}.auth-page__subtitle{color:var(--theme-text-muted);font-size:1.4rem;text-align:center;margin:-.8rem 0 0}.auth-page__form{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:1.6rem;margin-top:.8rem}.auth-page__form .app-form-field,.auth-page__form .input-component{width:100%}.auth-page__form .email-style,.auth-page__form button[type=button]{margin-top:.8rem}.auth-page__footer{margin:2rem 0 0;padding-top:2rem;border-top:1px solid var(--theme-border-default);text-align:center;font-size:1.4rem;color:var(--theme-text-muted)}.auth-page__footer-link{color:var(--primary-color-2);font-weight:600;text-decoration:none;transition:color .3s}.auth-page__footer-link:hover{color:#0355a0;text-decoration:underline}@media screen and (max-width:428px){.auth-page{padding:1.6rem;min-height:calc(100vh - 46px)}.auth-page__card{padding:2.4rem 2rem}.auth-page__title{font-size:2rem}}