body.auth-layout {
    min-height: 100vh;
    min-height: 100dvh;
    background: #f6f8fb;
    color: #101828;
}

.auth-executive-page {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    padding: 22px;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--app-primary) 6%, #ffffff), #f6f8fb 48%, color-mix(in srgb, var(--app-secondary) 9%, #ffffff));
}

.auth-executive-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    height: calc(100vh - 44px);
    height: calc(100dvh - 44px);
    min-height: 0;
    max-width: 1180px;
    margin: 0 auto;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(16, 24, 40, 0.09);
    overflow: hidden;
}

.auth-brand-pane,
.auth-access-pane {
    min-width: 0;
}

.auth-brand-pane {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2dvh, 24px);
    padding: clamp(22px, 2.8dvh, 34px);
    background:
        linear-gradient(150deg, #ffffff 0%, color-mix(in srgb, var(--app-primary) 6%, #f8fbff) 46%, color-mix(in srgb, var(--app-secondary) 10%, #f3fbf8) 100%);
    border-right: 1px solid #e4e7ec;
    color: #101828;
    overflow: hidden;
}

.auth-brand-lockup {
    display: flex;
    align-items: center;
    gap: 12px;
}

.auth-brand-logo {
    width: 40px;
    height: 40px;
    border: 1px solid color-mix(in srgb, var(--app-primary) 20%, #ffffff);
    border-radius: 8px;
    background:
        linear-gradient(135deg, var(--app-primary), color-mix(in srgb, var(--app-primary) 72%, var(--app-secondary)));
    object-fit: contain;
    padding: 7px;
    box-shadow: 0 10px 22px rgba(var(--app-primary-rgb), 0.18);
}

.auth-brand-lockup span,
.auth-kicker,
.auth-scope-panel__eyebrow,
.auth-proof-card span,
.auth-access-label {
    display: block;
    color: #475467;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.auth-brand-lockup strong {
    display: block;
    color: #101828;
    font-size: 0.98rem;
    line-height: 1.2;
}

.auth-brand-copy {
    max-width: 620px;
    margin-top: clamp(4px, 1.4dvh, 14px);
}

.auth-brand-copy h1 {
    margin: 7px 0 8px;
    color: #101828;
    font-size: clamp(2.05rem, 3.5dvw, 3.25rem);
    line-height: 1.05;
    letter-spacing: 0;
    font-weight: 800;
}

.auth-brand-copy p {
    max-width: 570px;
    margin: 0;
    color: #475467;
    font-size: 0.92rem;
    line-height: 1.55;
}

.auth-preview-board {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    min-height: clamp(330px, 48dvh, 490px);
    flex-direction: column;
    gap: 14px;
    margin: clamp(2px, 1dvh, 8px) 0;
    border: 1px solid #d7e2ef;
    border-radius: 8px;
    padding: clamp(14px, 2.1dvh, 22px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
        linear-gradient(135deg, rgba(var(--app-primary-rgb), 0.08), rgba(20, 184, 166, 0.1));
    box-shadow: 0 24px 54px rgba(16, 24, 40, 0.11);
    overflow: hidden;
}

.auth-preview-toolbar {
    display: flex;
    gap: 7px;
}

.auth-preview-toolbar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #cbd5e1;
}

.auth-preview-toolbar span:first-child {
    background: color-mix(in srgb, var(--app-primary) 74%, #ffffff);
}

.auth-preview-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.auth-preview-kpis div,
.auth-preview-cash {
    min-width: 0;
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    padding: 11px;
}

.auth-preview-kpis span,
.auth-preview-cash span {
    display: block;
    color: #667085;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.auth-preview-kpis strong,
.auth-preview-cash strong {
    display: block;
    margin-top: 6px;
    color: #101828;
    font-size: clamp(0.86rem, 1vw, 1.05rem);
    line-height: 1.15;
}

.auth-preview-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 0.34fr);
    gap: 12px;
    flex: 1;
    min-height: 0;
}

.auth-preview-chart,
.auth-preview-side {
    min-width: 0;
}

.auth-preview-chart {
    position: relative;
    display: grid;
    min-height: 230px;
    align-items: end;
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
    overflow: hidden;
}

.auth-preview-chart__grid {
    position: absolute;
    inset: 18px;
    background:
        repeating-linear-gradient(0deg, #eef2f7 0 1px, transparent 1px 36px),
        repeating-linear-gradient(90deg, #f2f4f7 0 1px, transparent 1px 56px);
}

.auth-preview-chart__bars {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    height: 100%;
    align-items: end;
}

.auth-preview-chart__bars span {
    min-height: 42px;
    height: var(--bar-height);
    border-radius: 8px 8px 4px 4px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--app-primary) 72%, #60a5fa), color-mix(in srgb, var(--app-primary) 38%, #dbeafe));
    box-shadow: 0 10px 22px rgba(var(--app-primary-rgb), 0.15);
}

.auth-preview-chart svg {
    position: absolute;
    inset: 20px 18px 24px;
    z-index: 3;
    width: calc(100% - 36px);
    height: calc(100% - 44px);
}

.auth-preview-chart polyline {
    fill: none;
    stroke: #0f766e;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 5;
}

.auth-preview-side {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
}

.auth-preview-funnel {
    display: grid;
    align-content: center;
    gap: 12px;
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    padding: 14px;
}

.auth-preview-funnel span {
    display: block;
    width: var(--fill);
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #344054, #0f766e);
}

.auth-preview-funnel span:nth-child(2) {
    background: linear-gradient(90deg, color-mix(in srgb, var(--app-primary) 72%, #344054), #0f766e);
}

.auth-preview-funnel span:nth-child(3),
.auth-preview-funnel span:nth-child(4) {
    background: #98a2b3;
}

.auth-proof-grid {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(8px, 1.2dvh, 10px);
}

.auth-proof-card,
.auth-scope-panel {
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 22px rgba(16, 24, 40, 0.05);
}

.auth-proof-card {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: clamp(10px, 1.35dvh, 13px);
}

.auth-proof-card strong {
    color: #101828;
    font-size: 0.96rem;
    line-height: 1.25;
}

.auth-proof-card p {
    margin: 0;
    color: #475467;
    font-size: 0.78rem;
    line-height: 1.36;
}

.auth-scope-panel {
    display: none;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(10px, 1.35dvh, 16px);
    padding: clamp(11px, 1.45dvh, 15px);
}

.auth-scope-panel strong {
    display: block;
    margin-top: 6px;
    color: #101828;
    font-size: 0.92rem;
    line-height: 1.32;
}

.auth-scope-panel ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.auth-scope-panel li {
    min-width: 0;
    padding: 7px 9px;
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    background: #f8fafc;
    color: #344054;
    font-size: 0.8rem;
    line-height: 1.24;
}

.auth-brand-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: clamp(4px, 1dvh, 12px);
    color: #667085;
    font-size: 0.78rem;
}

.auth-access-pane {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(20px, 3dvh, 30px);
    background: #ffffff;
}

.auth-panel {
    width: 100%;
    max-width: 420px;
}

.auth-panel__inner {
    padding: 0;
}

.auth-panel__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: clamp(14px, 2.3dvh, 22px);
}

.auth-access-label {
    color: #475467;
}

.theme-toggle--auth {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 8px;
    background: #f2f4f7;
    color: #344054;
}

.auth-mobile-brand {
    display: none;
}

.auth-form-heading {
    margin-bottom: clamp(14px, 2.1dvh, 20px);
}

.auth-form-heading .auth-kicker {
    color: #667085;
}

.auth-title {
    margin: 8px 0 0;
    color: #101828;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
}

.auth-subtitle {
    margin: 9px 0 0;
    color: #667085;
    font-size: 0.9rem;
    line-height: 1.5;
}

.auth-field {
    margin-top: 14px;
}

.auth-field label {
    display: block;
    margin-bottom: 7px;
    color: #344054;
    font-size: 0.82rem;
    font-weight: 700;
}

.auth-input {
    width: 100%;
    height: 46px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 13px;
    background: #ffffff;
    color: #101828;
    font-size: 0.92rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.auth-input::placeholder {
    color: #98a2b3;
}

.auth-input:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--app-primary) 64%, #344054);
    box-shadow: 0 0 0 3px rgba(var(--app-primary-rgb), 0.14);
}

.auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 15px 0 18px;
}

.auth-link {
    color: #344054;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.auth-link:hover {
    color: #101828;
    text-decoration: underline;
}

.auth-switch {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    color: #475467;
    font-size: 0.86rem;
    line-height: 1.2;
}

.auth-switch label {
    margin: 0;
    cursor: pointer;
}

.auth-switch input[type="checkbox"] {
    display: inline-grid;
    width: 17px;
    height: 17px;
    margin: 0;
    place-content: center;
    border: 1px solid #98a2b3;
    border-radius: 4px;
    appearance: none;
    background: #ffffff;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.auth-switch input[type="checkbox"]::before {
    width: 9px;
    height: 9px;
    content: "";
    transform: scale(0);
    transition: transform 0.12s ease;
    box-shadow: inset 1em 1em #ffffff;
    clip-path: polygon(14% 44%, 0 65%, 40% 100%, 100% 18%, 80% 0, 40% 62%);
}

.auth-switch input[type="checkbox"]:checked {
    border-color: var(--app-primary);
    background: var(--app-primary);
}

.auth-switch input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.auth-switch input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(var(--app-primary-rgb), 0.14);
}

.auth-button,
.auth-demo-fill {
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
    font-weight: 800;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.auth-button {
    border: 0;
    background: var(--app-primary);
    color: #ffffff;
}

.auth-button:hover,
.auth-button:focus {
    background: color-mix(in srgb, var(--app-primary) 82%, #101828);
    box-shadow: 0 10px 22px color-mix(in srgb, var(--app-primary) 22%, transparent);
}

.auth-button:disabled {
    cursor: progress;
    opacity: 0.72;
}

.auth-demo-fill {
    margin-top: 10px;
    border: 1px solid color-mix(in srgb, var(--app-primary) 38%, #d0d5dd);
    background: #ffffff;
    color: color-mix(in srgb, var(--app-primary) 74%, #101828);
}

.auth-demo-fill:hover,
.auth-demo-fill:focus {
    background: color-mix(in srgb, var(--app-primary) 7%, #ffffff);
    border-color: color-mix(in srgb, var(--app-primary) 62%, #d0d5dd);
}

.auth-terms,
.auth-meta {
    color: #667085;
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: center;
}

.auth-terms {
    margin: 13px 0 0;
}

.auth-terms code,
.auth-meta code,
.auth-meta strong {
    color: #344054;
}

.auth-terms code,
.auth-meta {
    overflow-wrap: anywhere;
}

.auth-meta {
    margin-top: 16px;
    padding: 12px;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    background: #f9fafb;
}

.auth-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    margin: 14px 0 18px;
}

.auth-alert--success {
    background: #ecfdf3;
    border-color: #abefc6;
    color: #067647;
}

.auth-alert--danger {
    background: #fef3f2;
    border-color: #fecdca;
    color: #b42318;
}

.auth-alert__icon {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
}

.auth-alert--success .auth-alert__icon {
    background: #079455;
}

.auth-alert--danger .auth-alert__icon {
    background: #d92d20;
}

.auth-alert__text {
    min-width: 0;
    color: inherit;
    font-size: 0.86rem;
    font-weight: 650;
    line-height: 1.4;
}

.auth-alert__close {
    margin-left: auto;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    opacity: 0.7;
}

.auth-alert__close:hover {
    opacity: 1;
}

html[data-bs-theme="dark"] body.auth-layout,
html[data-bs-theme="dark"] .auth-executive-page {
    background: #020617;
}

html[data-bs-theme="dark"] .auth-executive-shell {
    border-color: rgba(148, 163, 184, 0.2);
    background: #0b1220;
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.38);
}

html[data-bs-theme="dark"] .auth-brand-pane {
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--app-primary) 18%, #0b1220), #0b1220 58%, color-mix(in srgb, var(--app-secondary) 14%, #0b1220));
    border-right-color: rgba(148, 163, 184, 0.2);
}

html[data-bs-theme="dark"] .auth-access-pane {
    background: #0f172a;
}

html[data-bs-theme="dark"] .auth-brand-logo {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

html[data-bs-theme="dark"] .auth-brand-lockup span,
html[data-bs-theme="dark"] .auth-brand-pane .auth-kicker,
html[data-bs-theme="dark"] .auth-scope-panel__eyebrow,
html[data-bs-theme="dark"] .auth-proof-card span {
    color: #cbd5e1;
}

html[data-bs-theme="dark"] .auth-brand-lockup strong,
html[data-bs-theme="dark"] .auth-brand-copy h1,
html[data-bs-theme="dark"] .auth-proof-card strong,
html[data-bs-theme="dark"] .auth-scope-panel strong,
html[data-bs-theme="dark"] .auth-preview-kpis strong,
html[data-bs-theme="dark"] .auth-preview-cash strong {
    color: #ffffff;
}

html[data-bs-theme="dark"] .auth-brand-copy p,
html[data-bs-theme="dark"] .auth-proof-card p,
html[data-bs-theme="dark"] .auth-brand-footer {
    color: #d8dee8;
}

html[data-bs-theme="dark"] .auth-preview-board {
    border-color: rgba(255, 255, 255, 0.13);
    background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.88), rgba(17, 24, 39, 0.78)),
        linear-gradient(135deg, rgba(var(--app-primary-rgb), 0.16), rgba(20, 184, 166, 0.1));
    box-shadow: none;
}

html[data-bs-theme="dark"] .auth-preview-kpis div,
html[data-bs-theme="dark"] .auth-preview-chart,
html[data-bs-theme="dark"] .auth-preview-funnel,
html[data-bs-theme="dark"] .auth-preview-cash {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(15, 23, 42, 0.72);
}

html[data-bs-theme="dark"] .auth-preview-chart__grid {
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 36px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 56px);
}

html[data-bs-theme="dark"] .auth-preview-kpis span,
html[data-bs-theme="dark"] .auth-preview-cash span {
    color: #98a2b3;
}

html[data-bs-theme="dark"] .auth-proof-card,
html[data-bs-theme="dark"] .auth-scope-panel {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
}

html[data-bs-theme="dark"] .auth-scope-panel li {
    border-color: rgba(255, 255, 255, 0.12);
    background: transparent;
    color: #f2f4f7;
}

html[data-bs-theme="dark"] .theme-toggle--auth,
html[data-bs-theme="dark"] .auth-meta,
html[data-bs-theme="dark"] .auth-input,
html[data-bs-theme="dark"] .auth-switch input[type="checkbox"],
html[data-bs-theme="dark"] .auth-demo-fill {
    background: #111827;
    border-color: rgba(148, 163, 184, 0.24);
}

html[data-bs-theme="dark"] .theme-toggle--auth,
html[data-bs-theme="dark"] .auth-title,
html[data-bs-theme="dark"] .auth-field label,
html[data-bs-theme="dark"] .auth-link,
html[data-bs-theme="dark"] .auth-terms code,
html[data-bs-theme="dark"] .auth-meta code,
html[data-bs-theme="dark"] .auth-meta strong,
html[data-bs-theme="dark"] .auth-mobile-brand strong {
    color: #f8fafc;
}

html[data-bs-theme="dark"] .auth-input {
    color: #f8fafc;
}

html[data-bs-theme="dark"] .auth-input::placeholder,
html[data-bs-theme="dark"] .auth-subtitle,
html[data-bs-theme="dark"] .auth-switch,
html[data-bs-theme="dark"] .auth-terms,
html[data-bs-theme="dark"] .auth-meta,
html[data-bs-theme="dark"] .auth-mobile-brand span,
html[data-bs-theme="dark"] .auth-access-label,
html[data-bs-theme="dark"] .auth-form-heading .auth-kicker {
    color: #98a2b3;
}

html[data-bs-theme="dark"] .auth-demo-fill {
    color: #e0f2fe;
}

html[data-bs-theme="dark"] .auth-alert--success {
    background: rgba(6, 95, 70, 0.2);
    border-color: rgba(16, 185, 129, 0.24);
    color: #a7f3d0;
}

html[data-bs-theme="dark"] .auth-alert--danger {
    background: rgba(127, 29, 29, 0.24);
    border-color: rgba(248, 113, 113, 0.22);
    color: #fecaca;
}

@media (max-width: 1199.98px) {
    .auth-executive-shell {
        grid-template-columns: minmax(0, 0.96fr) minmax(340px, 1.04fr);
    }

    .auth-brand-copy h1 {
        font-size: 2rem;
    }

    .auth-preview-board {
        min-height: clamp(280px, 42dvh, 440px);
    }

    .auth-scope-panel {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) and (max-height: 820px) {
    .auth-executive-page {
        padding: 14px;
    }

    .auth-executive-shell {
        height: calc(100vh - 28px);
        height: calc(100dvh - 28px);
    }

    .auth-brand-pane {
        gap: 10px;
        padding: 18px;
    }

    .auth-brand-logo {
        width: 36px;
        height: 36px;
    }

    .auth-brand-copy h1 {
        margin-bottom: 6px;
        font-size: 1.92rem;
    }

    .auth-brand-copy p {
        font-size: 0.86rem;
        line-height: 1.42;
    }

    .auth-preview-board {
        min-height: clamp(240px, 38dvh, 340px);
        gap: 10px;
        padding: 13px;
    }

    .auth-preview-kpis {
        gap: 8px;
    }

    .auth-preview-main {
        gap: 10px;
    }

    .auth-preview-chart {
        min-height: 180px;
        padding: 14px;
    }

    .auth-proof-card p,
    .auth-scope-panel li {
        font-size: 0.72rem;
    }

    .auth-proof-card {
        padding: 9px;
    }

    .auth-scope-panel {
        padding: 10px;
    }

    .auth-access-pane {
        padding: 18px;
    }

    .auth-input,
    .auth-button,
    .auth-demo-fill {
        min-height: 42px;
        height: 42px;
    }

    .auth-field {
        margin-top: 10px;
    }

    .auth-row {
        margin: 12px 0 14px;
    }

    .auth-meta {
        margin-top: 11px;
        padding: 10px;
    }

    .auth-terms {
        margin-top: 10px;
    }
}

@media (max-width: 991.98px) {
    body.auth-layout {
        overflow: auto;
    }

    .auth-executive-page {
        height: auto;
        min-height: 100vh;
        min-height: 100dvh;
        overflow: auto;
        padding: 16px;
    }

    .auth-executive-shell {
        display: block;
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .auth-brand-pane {
        display: none;
    }

    .auth-access-pane {
        padding: 28px 18px;
        overflow-x: hidden;
    }

    .auth-panel {
        max-width: 100%;
    }

    .auth-mobile-brand {
        display: grid;
        gap: 4px;
        margin-bottom: 20px;
        min-width: 0;
    }

    .auth-mobile-brand span {
        color: #667085;
        font-size: 0.86rem;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 575.98px) {
    .auth-executive-page {
        padding: 0;
    }

    .auth-executive-shell {
        min-height: 100vh;
        min-height: 100dvh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .auth-access-pane {
        min-height: 100vh;
        min-height: 100dvh;
        padding: 22px 16px;
    }

    .auth-subtitle,
    .auth-terms,
    .auth-meta {
        overflow-wrap: anywhere;
    }

    .auth-panel__toolbar {
        margin-bottom: 18px;
    }

    .auth-title {
        font-size: 1.42rem;
    }

    .auth-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-input,
    .auth-switch input[type="checkbox"],
    .auth-switch input[type="checkbox"]::before,
    .auth-button,
    .auth-demo-fill {
        transition: none !important;
    }
}
