.auth-form-shell,.login-form{flex-direction:column;align-items:center;width:100%;display:flex}.login-form__email-form{width:100%}.login-form__error{color:var(--color-primary);margin-bottom:var(--3);text-align:center;font-size:1.2rem}.login-form__hint{margin-top:var(--4);color:var(--color-text-muted);font-size:1.4rem}.login-form__link{color:var(--color-text);font-weight:var(--fw-bold)}.login-form__link:hover{text-decoration:underline}.login-form__social-terms{color:var(--color-text-muted);text-align:center;font-size:1.2rem;line-height:1.5}.login-form__social-terms a{color:var(--color-text);text-decoration:underline}.register-form{flex-direction:column;align-items:center;width:100%;display:flex}.register-form__form{width:100%}.register-form__error{color:var(--color-primary);margin-bottom:var(--3);text-align:center;font-size:1.2rem}.register-form__footer-link{color:var(--color-text);font-weight:var(--fw-bold)}.register-form__footer-link:hover{text-decoration:underline}.auth-layout{background-color:var(--color-bg);height:100vh;display:flex;overflow:hidden}.auth-layout__hero{display:none}@media (width>=1024px){.auth-layout__hero{width:45%;padding:var(--3);display:block;position:relative}}.auth-layout__hero-image{-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg);filter:brightness(.85);width:100%;height:100%}.auth-layout__content{min-height:0;padding:var(--6) var(--3);flex-direction:column;flex:1;display:flex;position:relative;overflow-y:auto}.auth-layout__back,.auth-layout__content{justify-content:center;align-items:center}.auth-layout__back{top:var(--3);left:var(--3);background-color:var(--color-surface);border:var(--bw-1) solid var(--color-border);border-radius:var(--radius-full);width:4rem;height:4rem;color:var(--color-text);cursor:pointer;transition:background-color var(--transition-fast);display:inline-flex;position:absolute}.auth-layout__back:hover{background-color:var(--color-surface-hover)}.auth-layout__back svg{width:1.6rem;height:1.6rem}.auth-layout__box{flex-direction:column;align-items:center;width:100%;max-width:48rem;display:flex}.auth-layout__logo{margin-bottom:var(--5)}.auth-layout__title{font-size:2.8rem;font-weight:var(--fw-bold);color:var(--color-text);margin-bottom:var(--1);text-align:center}.auth-layout__subtitle{color:var(--color-text-muted);margin-bottom:var(--6);text-align:center;font-size:1.4rem}.auth-layout__socials{gap:var(--3);flex-direction:column}.auth-layout__divider,.auth-layout__socials{width:100%;margin-bottom:var(--5);display:flex}.auth-layout__divider{align-items:center}.auth-layout__divider:after,.auth-layout__divider:before{content:"";background-color:var(--color-border);flex:1;height:1px}.auth-layout__divider span{padding:0 var(--3);color:var(--color-text-subtle);font-size:1.2rem}.auth-layout__footer{margin-top:var(--6);color:var(--color-text-muted);text-align:center;font-size:1.4rem}.auth-layout__footer a{color:var(--color-text);font-weight:var(--fw-bold)}.auth-layout__footer a:hover{text-decoration:underline}
