.auth-page{width:100%;max-width:26rem;margin:0 auto;padding:var(--space-6) var(--container-padding) var(--space-4);min-height:calc(100dvh - var(--header-height) - 3rem);display:flex;flex-direction:column;justify-content:center}.auth-page__card{width:100%;padding:var(--space-6) var(--space-5) var(--space-5);border:1px solid var(--brand-border);border-radius:var(--radius-md);background:var(--surface-card);box-shadow:var(--shadow-card)}.auth-page__header{margin-bottom:var(--space-5)}.auth-page__card .ant-typography h3,.auth-page__title{margin-top:0!important;margin-bottom:var(--space-1)!important;font-size:1.375rem!important;font-weight:800!important;letter-spacing:-.02em;line-height:1.25!important;color:var(--brand-text)}.auth-page__hint{margin-top:0!important;margin-bottom:0!important;font-size:.9375rem;line-height:1.45;color:var(--brand-text-muted)}.auth-page__form .ant-form-item{margin-bottom:var(--space-4)}.auth-page__form .ant-form-item-label{padding-bottom:var(--space-1)!important}.auth-page__form .ant-form-item-label>label{width:100%;height:auto;color:var(--brand-text);font-weight:600}.auth-page__form .ant-input-affix-wrapper,.auth-page__form .ant-select-selector{min-height:var(--touch-min)!important;align-items:center}.auth-page__form .ant-form-item-control-input-content>.ant-input{min-height:var(--touch-min)!important}.auth-page__form .ant-input-affix-wrapper .ant-input{min-height:0!important;height:auto!important}.auth-page__form .ant-select-single .ant-select-selector{display:flex;align-items:center}.auth-page__label-row{display:inline-flex;width:100%;align-items:baseline;justify-content:space-between;gap:var(--space-3)}.auth-page__forgot-link{font-size:.8125rem;font-weight:600;color:var(--brand-primary);text-decoration:none;white-space:nowrap}.auth-page__forgot-link:focus-visible,.auth-page__forgot-link:hover{color:var(--brand-primary-hover);text-decoration:underline}.auth-page__actions{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-1)}.auth-page__actions .ant-btn{min-height:var(--touch-min);font-weight:700}.auth-page__links{margin-top:var(--space-4);margin-bottom:0;text-align:center;font-size:.9375rem;color:var(--brand-text-muted)}.auth-page__links .auth-page__text-btn,.auth-page__links a{font-weight:700;color:var(--brand-primary);text-decoration:none}.auth-page__links .auth-page__text-btn:focus-visible,.auth-page__links .auth-page__text-btn:hover,.auth-page__links a:focus-visible,.auth-page__links a:hover{color:var(--brand-primary-hover);text-decoration:underline}.auth-page__secondary-btn{margin-top:0;font-weight:600!important}.auth-page__text-btn{border:0;background:none;padding:0;color:var(--brand-primary);cursor:pointer;font:inherit}@media(max-width:479px){.auth-page{min-height:unset;justify-content:flex-start;padding-top:var(--space-4)}.auth-page__card{padding:var(--space-5) var(--space-4) var(--space-4)}}