.auth-page {
    min-height: calc(100vh - 220px);
    padding: 54px 0 70px;
    background: linear-gradient(180deg, #f7faf8 0%, #fff 62%);
}
.auth-page__container { max-width: 1050px; }
.auth-page__container--narrow { max-width: 620px; }
.auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    overflow: hidden;
    border: 1px solid #dfe8e2;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(24, 69, 45, .08);
}
.auth-shell__form { padding: 42px 48px 38px; }
.auth-shell__aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px;
    background: #123f2c;
    color: #fff;
}
.auth-shell__aside h2 { margin: 18px 0 12px; font-size: 1.65rem; line-height: 1.15; }
.auth-shell__aside p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.6; }
.auth-shell__aside ul { display: grid; gap: 16px; margin: 22px 0 0; padding: 0; list-style: none; }
.auth-shell__aside li { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,.88); }
.auth-shell__aside li i { margin-top: 2px; color: #8de2b4; font-size: 1.05rem; }
.auth-aside__mark, .auth-single__icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    background: rgba(255,255,255,.12);
    font-size: 1.45rem;
}
.auth-aside__note {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.78);
    font-size: .9rem;
    line-height: 1.5;
}
.auth-aside__note i { color: #8de2b4; font-size: 1.1rem; }
.auth-back { display: inline-flex; gap: 7px; align-items: center; margin-bottom: 27px; color: #526259; font-size: .86rem; text-decoration: none; }
.auth-back:hover { color: #12653f; }
.auth-heading { margin-bottom: 27px; }
.auth-heading h1, .auth-single h1 { margin: 0 0 9px; color: #1e2d25; font-size: clamp(1.8rem, 3vw, 2.35rem); line-height: 1.08; }
.auth-heading p, .auth-single > p { max-width: 560px; margin: 0; color: #6c786f; line-height: 1.55; }
.auth-form { display: grid; gap: 2px; }
.auth-form .mb-3 { margin-bottom: 17px !important; }
.auth-form .form-label { margin-bottom: 7px; color: #35463c; font-size: .87rem; font-weight: 700; }
.auth-form .form-control { min-height: 50px; border-color: #d9e2dc; border-radius: 11px; font-size: 1rem; box-shadow: none; }
.auth-form .form-control:focus { border-color: #4ca876; box-shadow: 0 0 0 3px rgba(25,135,84,.1); }
.auth-form .invalid-feedback { margin-top: 5px; font-size: .79rem; }
.auth-form__meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin: -2px 0 18px; }
.auth-form__meta .mb-3 { margin: 0 !important; }
.auth-form__meta a { color: #12653f; font-size: .85rem; font-weight: 650; text-decoration: none; }
.auth-form__meta a:hover { text-decoration: underline; }
.auth-password-field { position: relative; }
.auth-password-field .form-control { padding-right: 48px; }
.auth-password-toggle {
    position: absolute;
    z-index: 2;
    top: 37px;
    right: 9px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #68766e;
}
.auth-password-toggle:hover { background: #f0f5f2; color: #12653f; }
.auth-password-strength { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; height: 4px; margin: -10px 0 15px; }
.auth-password-strength span { border-radius: 999px; background: #e5ebe7; }
.auth-password-strength[data-score="1"] span:nth-child(-n+1),
.auth-password-strength[data-score="2"] span:nth-child(-n+2),
.auth-password-strength[data-score="3"] span:nth-child(-n+3),
.auth-password-strength[data-score="4"] span:nth-child(-n+4) { background: #198754; }
.auth-password-strength[data-score="1"] span:nth-child(1) { background: #dc3545; }
.auth-password-strength[data-score="2"] span:nth-child(-n+2) { background: #e0a800; }
.auth-submit { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; margin-top: 3px; border-radius: 11px; font-weight: 750; }
.auth-submit i { transition: transform .18s ease; }
.auth-submit:hover i { transform: translateX(2px); }
.auth-switch { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 23px; color: #6a776f; font-size: .9rem; }
.auth-switch a { color: #12653f; font-weight: 750; text-decoration: none; }
.auth-switch a:hover { text-decoration: underline; }
.auth-bonus { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 12px; align-items: center; margin: 0 0 23px; padding: 13px 15px; border: 1px solid #d6eadf; border-radius: 13px; background: #f2faf5; }
.auth-bonus > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; background: #ddf2e5; color: #12653f; font-size: 1.1rem; }
.auth-bonus strong, .auth-bonus small { display: block; }
.auth-bonus strong { color: #244032; font-size: .89rem; }
.auth-bonus small { margin-top: 2px; color: #68766e; font-size: .75rem; }
.auth-label-optional { margin-left: 4px; color: #8b968f; font-size: .73rem; font-weight: 500; }
.auth-consent { align-items: flex-start; margin: 1px 0 18px; padding-left: 1.8rem; }
.auth-consent .form-check-input { margin-top: .22rem; }
.auth-consent .form-check-label { color: #5d6c63; font-size: .76rem; font-weight: 400; line-height: 1.52; }
.auth-consent a { color: #12653f; }
.auth-single { padding: 39px 42px; border: 1px solid #dfe8e2; border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(24,69,45,.07); }
.auth-single__icon { margin-bottom: 20px; background: #e8f6ee; color: #12653f; }
.auth-security-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 22px; padding: 13px 14px; border-radius: 11px; background: #f5f7f6; color: #68766e; font-size: .78rem; line-height: 1.45; }
.auth-security-note i { color: #12653f; font-size: 1rem; }

@media (max-width: 991.98px) {
    .auth-page { padding-top: 28px; }
    .auth-shell { grid-template-columns: 1fr; }
    .auth-shell__aside { order: -1; padding: 28px 32px; }
    .auth-shell__aside ul { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .auth-aside__note { margin-top: 18px; padding-top: 17px; }
}
@media (max-width: 767.98px) {
    .auth-page { min-height: auto; padding: 16px 0 38px; background: #fff; }
    .auth-shell, .auth-single { border: 0; border-radius: 0; box-shadow: none; }
    .auth-shell__form { padding: 20px 5px 4px; }
    .auth-shell__aside { display: none; }
    .auth-back { margin-bottom: 22px; }
    .auth-heading { margin-bottom: 22px; }
    .auth-heading h1, .auth-single h1 { font-size: 1.75rem; }
    .auth-form .form-control { min-height: 52px; }
    .auth-submit { min-height: 52px; width: 100%; }
    .auth-single { padding: 20px 5px; }
}
@media (max-width: 420px) {
    .auth-form__meta { align-items: flex-start; flex-direction: column; gap: 8px; }
    .auth-switch { align-items: center; flex-direction: column; }
}
