.auth-shell{min-height:100vh;display:flex;flex-direction:column}.auth-sub-header{width:100%}.auth-sub-header__inner{display:flex;align-items:center;min-height:64px;border-bottom:1px solid var(--border-default)}.auth-sub-header__link{display:inline-flex;align-items:center;gap:8px;color:var(--text-primary);font-size:24px;font-weight:600;line-height:24px;text-decoration:none;transition:color .3s ease}.auth-sub-header__link:hover{color:var(--accent-default)}.auth-sub-header__icon{flex:0 0 auto}.auth-sub-footer{margin-top:auto}.auth-sub-footer__inner{display:flex;align-items:center;justify-content:space-between;min-height:48px;gap:96px;border-top:1px solid var(--border-default)}.auth-sub-footer__links{display:flex;align-items:center;gap:48px}.auth-sub-footer__copy{color:var(--text-muted)}@media (max-width:768px){.auth-sub-footer__inner{flex-direction:column;align-items:flex-start}.auth-sub-footer__links{gap:16px;flex-wrap:wrap}}.auth-page{flex:1 1;width:100%}.auth-section{padding:96px 0 128px}.auth-layout{align-items:start}.auth-intro p{margin-top:24px;color:var(--text-secondary)}.auth-panel{width:100%}.auth-form{gap:24px}.auth-form,.auth-form__field{display:flex;flex-direction:column}.auth-form__field{gap:8px}.auth-form__agree{display:flex;align-items:flex-start;gap:8px}.auth-form__agree p{color:var(--text-secondary)}.auth-form__agree-link{color:var(--text-primary);font-weight:500}.auth-form__agree-link:hover{color:var(--accent-default)}.auth-form__submit{margin-top:24px}.auth-form__error{color:#d32f2f;font-size:13px;line-height:1.5}.auth-form__message{color:var(--text-secondary);font-size:13px;line-height:1.5}.auth-modal__button{width:100%;margin-top:32px}@media (max-width:900px){.auth-section{padding:64px 0 96px}.auth-intro{padding-top:0}.auth-panel{padding:32px 24px;border-radius:24px}}