/* Minification failed. Returning unminified contents.
(2,21): run-time error CSS1039: Token not allowed after unary operator: '-auth-container'
(20,25): run-time error CSS1039: Token not allowed after unary operator: '-auth-radius-xl'
(21,22): run-time error CSS1039: Token not allowed after unary operator: '-auth-shadow-lg'
(135,22): run-time error CSS1039: Token not allowed after unary operator: '-auth-panel-strong'
(145,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-primary'
(153,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-text'
(158,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-muted'
(172,28): run-time error CSS1039: Token not allowed after unary operator: '-auth-border'
(174,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-text'
(182,24): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(183,25): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(184,27): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(185,25): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(190,22): run-time error CSS1039: Token not allowed after unary operator: '-auth-shadow-md'
(229,32): run-time error CSS1039: Token not allowed after unary operator: '-auth-border'
(238,22): run-time error CSS1039: Token not allowed after unary operator: '-auth-panel-strong'
(239,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-muted'
(271,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-text'
(279,28): run-time error CSS1039: Token not allowed after unary operator: '-auth-border'
(281,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-text'
(285,27): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(286,25): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(287,24): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(322,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-primary'
(325,33): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(325,63): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(345,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-text'
(353,24): run-time error CSS1039: Token not allowed after unary operator: '-auth-primary'
(357,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-primary'
(382,24): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(383,25): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(384,22): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(385,25): run-time error CSS1039: Token not allowed after unary operator: '-auth-transition'
(390,46): run-time error CSS1039: Token not allowed after unary operator: '-auth-primary'
(401,28): run-time error CSS1039: Token not allowed after unary operator: '-auth-border'
(403,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-text'
(408,22): run-time error CSS1039: Token not allowed after unary operator: '-auth-shadow-md'
(419,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-muted'
(447,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-danger'
(453,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-success'
(473,17): run-time error CSS1039: Token not allowed after unary operator: '-auth-danger'
(1067,21): run-time error CSS1039: Token not allowed after unary operator: '-auth-primary'
 */
.login-shell__container {
    max-width: var(--auth-container);
    margin: 0 auto;
}

.login-shell__grid {
    display: grid;
    grid-template-columns: minmax(360px, 470px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.login-aside {
    position: sticky;
    top: 96px;
}

.login-aside__inner,
.login-card {
    border-radius: var(--auth-radius-xl);
    box-shadow: var(--auth-shadow-lg);
    overflow: hidden;
}

.login-aside__inner {
    padding: 34px 30px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        linear-gradient(140deg, rgba(10, 102, 194, 0.98), rgba(5, 40, 76, 0.98));
    border: 1px solid rgba(255,255,255,0.12);
}

.login-aside__eyebrow,
.login-card__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.login-aside__eyebrow {
    background: rgba(255,255,255,0.14);
    color: #fff;
}

.login-aside__title {
    margin: 18px 0 14px;
    font-size: clamp(2rem, 2.4vw, 3rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.login-aside__text {
    margin: 0 0 24px;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.86);
}

.login-highlights {
    display: grid;
    gap: 14px;
}

.login-highlight {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
}

.login-highlight__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #08294f;
    background: linear-gradient(135deg, #ffffff, #f3d46a);
}

.login-highlight__content h2 {
    margin: 2px 0 6px;
    font-size: 1rem;
    line-height: 1.2;
}

.login-highlight__content p {
    margin: 0;
    color: rgba(255,255,255,0.82);
    line-height: 1.55;
    font-size: 0.95rem;
}

.login-aside__footer {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.login-aside__footer-label {
    color: rgba(255,255,255,0.75);
}

.login-aside__footer-link {
    font-weight: 800;
    color: #fff;
}

.login-aside__footer-link:hover {
    text-decoration: underline;
}

.login-main {
    min-width: 0;
}

.login-card {
    padding: 34px 30px 30px;
    background: var(--auth-panel-strong);
    border: 1px solid rgba(255,255,255,0.22);
}

.login-card__header {
    margin-bottom: 20px;
}

.login-card__eyebrow {
    background: rgba(10, 102, 194, 0.08);
    color: var(--auth-primary);
}

.login-card__title {
    margin: 16px 0 10px;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--auth-text);
}

.login-card__subtitle {
    margin: 0;
    color: var(--auth-muted);
    line-height: 1.7;
}

.login-social {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.social-btn {
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid var(--auth-border);
    background: #fff;
    color: var(--auth-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 16px;
    font-weight: 700;
    transition:
        transform var(--auth-transition),
        box-shadow var(--auth-transition),
        border-color var(--auth-transition),
        background var(--auth-transition);
}

.social-btn:hover {
    transform: translateY(-1px);
    box-shadow: var(--auth-shadow-md);
    border-color: rgba(10, 102, 194, 0.18);
}

.social-btn__icon {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.95rem;
    line-height: 1;
    flex: 0 0 auto;
}

.social-btn--google .social-btn__icon {
    background: #f3f4f6;
    color: #db4437;
}

.social-btn--facebook .social-btn__icon {
    background: #edf4ff;
    color: #1877f2;
}

.login-divider {
    position: relative;
    margin: 8px 0 22px;
    text-align: center;
}

.login-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid var(--auth-border);
    transform: translateY(-50%);
}

.login-divider span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 14px;
    background: var(--auth-panel-strong);
    color: var(--auth-muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.validation-summary-wrap {
    margin-bottom: 0;
}

.validation-summary-wrap:empty {
    display: none;
}

.validation-summary-wrap .validation-summary-valid,
.login-validation-summary.validation-summary-valid {
    display: none;
}

.form-grid {
    display: grid;
    gap: 18px;
}

.form-field {
    min-width: 0;
}

.form-label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 0.96rem;
    color: var(--auth-text);
}

.form-input {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid var(--auth-border);
    background: #fff;
    color: var(--auth-text);
    outline: none;
    font: inherit;
    transition:
        border-color var(--auth-transition),
        box-shadow var(--auth-transition),
        transform var(--auth-transition);
}

.form-input::placeholder {
    color: #8ea0b3;
}

.form-input:focus {
    border-color: rgba(10, 102, 194, 0.60);
    box-shadow: 0 0 0 4px rgba(10, 102, 194, 0.12);
}

.form-input.input-invalid {
    border-color: rgba(180, 35, 24, 0.45);
    box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.06);
}

.password-field {
    position: relative;
}

.password-field .form-input {
    padding-right: 92px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    min-height: 38px;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    background: rgba(10, 102, 194, 0.08);
    color: var(--auth-primary);
    font-weight: 700;
    cursor: pointer;
    transition: background var(--auth-transition), color var(--auth-transition);
}

.password-toggle:hover {
    background: rgba(10, 102, 194, 0.14);
}

.login-form__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.form-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--auth-text);
    line-height: 1.55;
    font-size: 0.95rem;
}

.form-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--auth-primary);
}

.inline-link {
    color: var(--auth-primary);
    font-weight: 700;
    text-decoration: none;
}

.inline-link:hover {
    text-decoration: underline;
}

.login-form__actions {
    margin-top: 22px;
    display: grid;
    gap: 12px;
}

.btn-primary-auth,
.btn-secondary-auth {
    width: 100%;
    min-height: 58px;
    border-radius: 18px;
    font: inherit;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition:
        transform var(--auth-transition),
        box-shadow var(--auth-transition),
        opacity var(--auth-transition),
        background var(--auth-transition);
}

.btn-primary-auth {
    border: 0;
    background: linear-gradient(135deg, var(--auth-primary), #0a57a4);
    color: #fff;
    box-shadow: 0 16px 34px rgba(10, 102, 194, 0.28);
}

.btn-primary-auth:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 38px rgba(10, 102, 194, 0.34);
}

.btn-secondary-auth {
    border: 1px solid var(--auth-border);
    background: #fff;
    color: var(--auth-text);
}

.btn-secondary-auth:hover {
    transform: translateY(-1px);
    box-shadow: var(--auth-shadow-md);
}

.btn-secondary-auth--link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-note {
    margin-top: 20px;
    color: var(--auth-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    text-align: center;
}

/*.field-error {
    display: none;
    margin-top: 7px;
    color: var(--auth-danger);
    font-size: 0.88rem;
    line-height: 1.45;
}

.field-error.active {
    display: block;
}*/

.form-alert {
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-weight: 600;
    line-height: 1.55;
}

.form-alert--error {
    background: rgba(180, 35, 24, 0.08);
    color: var(--auth-danger);
    border: 1px solid rgba(180, 35, 24, 0.14);
}

.form-alert--success {
    background: rgba(19, 138, 82, 0.10);
    color: var(--auth-success);
    border: 1px solid rgba(19, 138, 82, 0.18);
}
.form-alert--warning {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(180, 118, 0, .22);
    border-radius: 14px;
    color: #76510b;
    background: #fff8e6;
    line-height: 1.5;
}
.form-alert--warning i { margin-top: 2px; color: #b77800; font-size: 1.05rem; }

.field-error {
    display: block;
    margin-top: 7px;
    color: var(--auth-danger);
    font-size: 0.88rem;
    line-height: 1.45;
}

.field-error:empty {
    display: none;
}

.field-error:not(.active):not(.field-validation-error) {
    display: none;
}

.field-error.active,
.field-error.field-validation-error {
    display: block;
}

@media (max-width: 1100px) {
    .login-shell__grid {
        grid-template-columns: 1fr;
    }

    .login-aside {
        position: static;
    }
}

@media (max-width: 768px) {
    .login-card,
    .login-aside__inner {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .login-social {
        grid-template-columns: 1fr;
    }

    .login-highlights {
        display: none;
    }
}

@media (max-width: 640px) {
    .login-form__row {
        align-items: flex-start;
    }

    .login-card__title {
        font-size: 1.65rem;
    }

    .login-aside__title {
        font-size: 1.8rem;
    }
}

/* Invalid or expired account-activation link */
.activation-error {
    width: min(100%, 920px);
    margin: clamp(10px, 4vh, 52px) auto 0;
}

.activation-error__card {
    position: relative;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 32px 80px rgba(2, 18, 35, 0.34);
}

.activation-error__visual {
    display: grid;
    place-items: center;
    min-height: 430px;
    padding: 32px;
    background:
        radial-gradient(circle at 28% 24%, rgba(255,255,255,.18), transparent 22%),
        linear-gradient(150deg, #0b6acb 0%, #064887 58%, #072b50 100%);
}

.activation-error__icon-ring {
    position: relative;
    display: grid;
    place-items: center;
    width: 126px;
    height: 126px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 38px;
    color: #fff;
    background: rgba(255,255,255,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 22px 48px rgba(0,0,0,.2);
    transform: rotate(-4deg);
}

.activation-error__icon-ring > .bi-link-45deg {
    font-size: 4.6rem;
    line-height: 1;
}

.activation-error__icon-badge {
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 5px solid #07509a;
    border-radius: 50%;
    color: #12253b;
    background: #f7c948;
    font-size: 1.15rem;
    font-weight: 900;
}

.activation-error__content {
    padding: clamp(34px, 5vw, 58px);
}

.activation-error__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #0759aa;
    background: #eaf4ff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.activation-error__title {
    margin: 20px 0 12px;
    color: #102a43;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.activation-error__description {
    max-width: 590px;
    margin: 0;
    color: #52677c;
    font-size: 1.04rem;
    line-height: 1.72;
}

.activation-error__notice {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    margin-top: 24px;
    padding: 16px 18px;
    border: 1px solid #d9eaff;
    border-radius: 16px;
    color: #31506d;
    background: #f4f9ff;
}

.activation-error__notice > i { color: #0a66c2; margin-top: 2px; }
.activation-error__notice p { margin: 0; line-height: 1.55; }
.activation-error__notice strong { color: #163b5c; }

.activation-error__actions {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto;
    gap: 12px;
    margin-top: 28px;
}

.activation-error__primary,
.activation-error__secondary {
    min-height: 58px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.activation-error__primary {
    color: #fff;
    background: linear-gradient(135deg, #0a6fd6, #0753a0);
    box-shadow: 0 16px 32px rgba(10, 102, 194, .28);
}

.activation-error__primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(10, 102, 194, .36);
}

.activation-error__arrow { margin-left: auto; }

.activation-error__secondary {
    border: 1px solid #ccd9e6;
    color: #193b5a;
    background: #fff;
}

.activation-error__secondary:hover {
    color: #0a5cad;
    background: #f7fbff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(17, 38, 61, .1);
}

.activation-error__help {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0 0;
    color: #73859a;
    font-size: .86rem;
    line-height: 1.5;
}

@media (max-width: 760px) {
    .activation-error { margin-top: 0; }
    .activation-error__card { grid-template-columns: 1fr; border-radius: 24px; }
    .activation-error__visual { min-height: 150px; padding: 24px; }
    .activation-error__icon-ring { width: 88px; height: 88px; border-radius: 26px; }
    .activation-error__icon-ring > .bi-link-45deg { font-size: 3.25rem; }
    .activation-error__icon-badge { width: 36px; height: 36px; border-width: 4px; font-size: .9rem; }
    .activation-error__content { padding: 28px 22px 26px; }
    .activation-error__actions { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .activation-error__title { font-size: 1.85rem; }
    .activation-error__description { font-size: .98rem; }
    .activation-error__notice { padding: 14px; }
    .activation-error__primary,
    .activation-error__secondary { min-height: 54px; padding: 0 16px; }
}

/* Activation email sent */
.activation-sent {
    width: min(100%, 940px);
    margin: clamp(10px, 4vh, 50px) auto 0;
}

.activation-sent__card {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 30px;
    background: rgba(255,255,255,.985);
    box-shadow: 0 32px 80px rgba(2,18,35,.34);
}

.activation-sent__hero {
    display: flex;
    min-height: 540px;
    padding: 34px 28px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 28% 22%, rgba(255,255,255,.2), transparent 24%),
        linear-gradient(150deg, #16845a 0%, #0c6647 55%, #083e35 100%);
}

.activation-sent__icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 38px;
    background: rgba(255,255,255,.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 22px 48px rgba(0,0,0,.2);
    transform: rotate(-3deg);
}

.activation-sent__icon > i { font-size: 4.35rem; line-height: 1; }
.activation-sent__icon > span {
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 5px solid #0d6849;
    border-radius: 50%;
    color: #0c543b;
    background: #e8f8ef;
    font-size: 1.25rem;
    font-weight: 900;
}

.activation-sent__hero-label {
    max-width: 170px;
    color: rgba(255,255,255,.88);
    font-size: .88rem;
    font-weight: 750;
    line-height: 1.5;
}

.activation-sent__content { padding: clamp(34px, 5vw, 54px); }
.activation-sent__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #0b704c;
    background: #e9f8f0;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.activation-sent__title {
    margin: 20px 0 12px;
    color: #102a43;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.activation-sent__description {
    margin: 0;
    color: #52677c;
    font-size: 1.04rem;
    line-height: 1.72;
}

.activation-sent__steps {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.activation-sent__steps li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px 14px;
    border: 1px solid #e4edf5;
    border-radius: 14px;
    background: #f8fbfd;
}

.activation-sent__steps li > span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    color: #fff;
    background: #137854;
    font-size: .82rem;
    font-weight: 850;
}

.activation-sent__steps strong { display: block; color: #183b56; font-size: .92rem; }
.activation-sent__steps p { margin: 3px 0 0; color: #65798d; font-size: .86rem; line-height: 1.45; }

.activation-sent__actions {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto;
    gap: 12px;
    margin-top: 26px;
}

.activation-sent__primary,
.activation-sent__secondary {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 16px;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.activation-sent__primary {
    color: #fff;
    background: linear-gradient(135deg, #16845a, #0b6647);
    box-shadow: 0 16px 32px rgba(15,112,77,.27);
}
.activation-sent__primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 20px 38px rgba(15,112,77,.34); }
.activation-sent__arrow { margin-left: auto; }
.activation-sent__secondary { border: 1px solid #ccd9e6; color: #193b5a; background: #fff; }
.activation-sent__secondary:hover { color: #0b704c; background: #f6fbf8; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(17,38,61,.1); }
.activation-sent__privacy { display: flex; align-items: flex-start; gap: 8px; margin: 18px 0 0; color: #73859a; font-size: .82rem; line-height: 1.5; }

@media (max-width: 760px) {
    .activation-sent { margin-top: 0; }
    .activation-sent__card { grid-template-columns: 1fr; border-radius: 24px; }
    .activation-sent__hero { min-height: 160px; padding: 24px; gap: 12px; }
    .activation-sent__icon { width: 88px; height: 88px; border-radius: 26px; }
    .activation-sent__icon > i { font-size: 3rem; }
    .activation-sent__icon > span { width: 36px; height: 36px; border-width: 4px; font-size: .95rem; }
    .activation-sent__hero-label { display: none; }
    .activation-sent__content { padding: 28px 22px 26px; }
    .activation-sent__actions { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .activation-sent__title { font-size: 1.85rem; }
    .activation-sent__description { font-size: .98rem; }
    .activation-sent__primary,
    .activation-sent__secondary { min-height: 54px; padding: 0 16px; }
}

/* =========================================================
   MOBILE LOGIN: focused, compact access flow
========================================================= */
@media (max-width: 768px) {
    .auth-body,
    .auth-page,
    .login-shell,
    .login-shell__container,
    .login-shell__grid,
    .login-main {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .auth-body {
        overflow-x: clip;
    }

    .auth-page {
        padding: .75rem .65rem 1.5rem;
    }

    .auth-topbar__container {
        min-height: 76px;
        padding: .6rem .75rem;
    }

    .auth-brand__logo {
        width: 46px !important;
        height: 46px !important;
    }

    .auth-topbar__button {
        min-height: 40px;
        padding: .45rem .8rem;
        font-size: .8rem;
    }

    .auth-body--login .auth-topbar__button {
        display: none;
    }

    .login-aside {
        display: none;
    }

    .login-shell__grid {
        display: block;
    }

    .login-main {
        max-width: 520px;
        margin: 0 auto;
    }

    .login-card {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding: 1rem .85rem 1.1rem;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 18px 42px rgba(4,18,34,.2);
    }

    .login-card__header {
        margin-bottom: .9rem;
    }

    .login-card__eyebrow,
    .login-card__subtitle {
        display: none;
    }

    .login-card__title {
        margin: 0;
        font-size: 1.55rem;
        line-height: 1.08;
    }

    .login-form .form-grid {
        width: 100%;
        min-width: 0;
        gap: .75rem;
    }

    .login-form .form-field,
    .login-form .password-field {
        min-width: 0;
        max-width: 100%;
    }

    .login-form .form-label {
        margin-bottom: .35rem;
        font-size: .78rem;
    }

    .login-form .form-input {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 48px;
        padding-inline: .75rem;
        border-radius: 13px;
        box-sizing: border-box;
        font-size: 16px;
    }

    .login-form .password-field .form-input {
        padding-right: 4.6rem;
    }

    .login-form .password-toggle {
        right: .35rem;
        min-height: 34px;
        padding: 0 .55rem;
        border-radius: 10px;
        font-size: .72rem;
    }

    .login-form__row {
        flex-wrap: nowrap;
        align-items: center;
        gap: .65rem;
        margin-top: .75rem;
        font-size: .76rem;
    }

    .login-form__row .form-check {
        min-width: 0;
        gap: .45rem;
        font-size: .76rem;
        white-space: nowrap;
    }

    .login-form__row .form-check input[type="checkbox"] {
        flex: 0 0 auto;
        width: 17px;
        height: 17px;
    }

    .login-form__row .inline-link {
        margin-left: auto;
        text-align: right;
        line-height: 1.25;
    }

    .login-form__actions {
        gap: .45rem;
        margin-top: 1rem;
    }

    .login-form__actions .btn-primary-auth {
        min-height: 50px;
        border-radius: 14px;
        font-size: .9rem;
        box-shadow: 0 12px 26px rgba(10,102,194,.24);
    }

    .login-form__actions .btn-secondary-auth--link {
        min-height: 36px;
        border: 0;
        background: transparent;
        color: var(--auth-primary);
        font-size: .78rem;
        box-shadow: none;
    }

    .login-form__actions .btn-secondary-auth--link:hover {
        transform: none;
        box-shadow: none;
        text-decoration: underline;
    }

    .login-card > .login-note {
        display: none;
    }

    .login-note {
        margin-top: .7rem;
        font-size: .75rem;
        line-height: 1.4;
    }

    .form-alert,
    .form-alert--warning {
        margin-bottom: .75rem;
        padding: .7rem .8rem;
        border-radius: 13px;
        font-size: .8rem;
    }

    .field-error {
        margin-top: .35rem;
        font-size: .72rem;
        line-height: 1.35;
    }
}

@media (max-width: 359.98px) {
    .login-form__row {
        flex-wrap: wrap;
    }

    .login-form__row .inline-link {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }
}

