/* Final auth shell: isolated from dashboard theme rules. */
body.auth-theme-shell {
    min-height: 100vh;
    overflow-x: hidden;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #071640;
    background:
        url("../img/login-bg.jpg") center center / cover fixed no-repeat,
        #101936 !important;
}

body.auth-theme-shell.theme-current {
    color: #f7f9ff;
    background:
        url("../img/login-bg.jpg") center center / cover fixed no-repeat,
        #080e24 !important;
}

body.auth-theme-shell .auth-bg-media {
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    overflow: hidden !important;
    background: url("../img/login-bg.jpg") center center / cover no-repeat !important;
}

body.auth-theme-shell.theme-current .auth-bg-media {
    background: url("../img/login-bg.jpg") center center / cover no-repeat !important;
}

body.auth-theme-shell .auth-bg-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: none !important;
    opacity: 0 !important;
    filter: saturate(0.9) contrast(0.96) !important;
}

body.auth-theme-shell.theme-current .auth-bg-video {
    opacity: 0.2 !important;
    filter: saturate(0.9) brightness(0.62) !important;
}

body.auth-theme-shell .auth-bg-overlay {
    position: absolute !important;
    inset: 0 !important;
    display: none !important;
    background: transparent !important;
}

body.auth-theme-shell.theme-current .auth-bg-overlay {
    display: none !important;
    background: transparent !important;
}

body.auth-theme-shell .auth-bg-media::before,
body.auth-theme-shell .auth-bg-media::after {
    content: "" !important;
    position: absolute !important;
    inset: -24% -16% !important;
    pointer-events: none !important;
    background:
        linear-gradient(112deg, transparent 0 36%, rgba(245, 178, 38, 0.12) 39%, rgba(255, 229, 151, 0.62) 40%, rgba(247, 169, 16, 0.34) 41%, transparent 45%),
        linear-gradient(112deg, transparent 0 55%, rgba(255, 225, 145, 0.42) 56%, rgba(229, 158, 10, 0.2) 57%, transparent 60%),
        linear-gradient(112deg, transparent 0 72%, rgba(255, 221, 128, 0.22) 73%, transparent 76%) !important;
    background-size: 135% 135% !important;
    mix-blend-mode: screen !important;
    opacity: 0.62 !important;
    transform: translate3d(-16%, -1%, 0) rotate(-2deg) !important;
    animation: authGoldLineDrift 8s ease-in-out infinite alternate !important;
}

body.auth-theme-shell .auth-bg-media::after {
    opacity: 0.34 !important;
    filter: blur(1.5px) !important;
    animation-duration: 12s !important;
    animation-direction: alternate-reverse !important;
}

@keyframes authGoldLineDrift {
    from {
        transform: translate3d(-18%, -2%, 0) rotate(-2deg);
        background-position: 0% 48%;
    }
    to {
        transform: translate3d(12%, 3%, 0) rotate(-2deg);
        background-position: 100% 52%;
    }
}

body.auth-theme-shell .auth-view {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: center !important;
    min-height: calc(100svh - 74px) !important;
    padding: 76px 22px 10px !important;
    background: transparent !important;
}

body.auth-theme-shell .auth-layout.auth-shell-login,
body.auth-theme-shell.theme-reference-old .auth-layout.auth-layout-single.auth-shell.auth-shell-login,
body.auth-theme-shell.theme-current .auth-layout.auth-layout-single.auth-shell.auth-shell-login {
    width: min(700px, 100%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 18px !important;
    background: transparent !important;
}

body.auth-theme-shell .auth-shell-tools {
    position: fixed !important;
    top: 24px !important;
    left: 28px !important;
    right: 28px !important;
    z-index: 20 !important;
    width: auto !important;
}

body.auth-theme-shell .auth-shell-tools .auth-panel-head,
body.auth-theme-shell .auth-shell-tools .auth-head-desktop {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 14px !important;
}

body.auth-theme-shell .auth-shell-tools .auth-head-mobile {
    display: none !important;
}

body.auth-theme-shell .auth-shell-brand,
body.auth-theme-shell.theme-reference-old .auth-layout.auth-layout-single .auth-shell-brand,
body.auth-theme-shell.theme-current .auth-layout.auth-layout-single .auth-shell-brand {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.auth-theme-shell .auth-shell-logo {
    width: min(365px, 74vw) !important;
    max-width: 100% !important;
    display: block !important;
    filter: drop-shadow(0 10px 22px rgba(14, 31, 70, 0.08)) !important;
}

body.auth-theme-shell .auth-shell-chip,
body.auth-theme-shell .auth-hero-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    width: fit-content !important;
    max-width: min(100%, 460px) !important;
    min-height: 36px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(187, 123, 0, 0.28) !important;
    background: linear-gradient(135deg, #ffe6a5 0%, #ffc84f 52%, #f0a90b 100%) !important;
    color: #6f4500 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    box-shadow: 0 14px 30px rgba(232, 159, 6, 0.2) !important;
}

body.auth-theme-shell.theme-current .auth-shell-chip,
body.auth-theme-shell.theme-current .auth-hero-chip {
    background: linear-gradient(135deg, #ffe6a5 0%, #ffc84f 52%, #f0a90b 100%) !important;
    color: #6f4500 !important;
}

body.auth-theme-shell .auth-shell-tagline {
    max-width: 520px !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    font-weight: 650 !important;
    text-align: center !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34) !important;
}

body.auth-theme-shell.theme-current .auth-shell-tagline {
    color: #ffffff !important;
}

body.auth-theme-shell .auth-shell-card,
body.auth-theme-shell.theme-reference-old .auth-layout.auth-layout-single .auth-shell-card,
body.auth-theme-shell.theme-current .auth-layout.auth-layout-single .auth-shell-card {
    width: min(620px, 100%) !important;
    padding: 24px 26px !important;
    border-radius: 26px !important;
    border: 1px solid rgba(197, 209, 229, 0.98) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 26px 62px rgba(5, 14, 38, 0.22) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

body.auth-theme-shell .auth-shell-card::before,
body.auth-theme-shell .auth-shell-card::after,
body.auth-theme-shell .auth-login-card::before,
body.auth-theme-shell .auth-login-card::after {
    content: none !important;
    display: none !important;
}

body.auth-theme-shell.theme-current .auth-shell-card,
body.auth-theme-shell.theme-current .auth-login-card,
body.auth-theme-shell.theme-current .auth-card {
    border-color: rgba(255, 218, 128, 0.68) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #071640 !important;
    box-shadow: 0 30px 76px rgba(0, 0, 0, 0.42) !important;
}

body.auth-theme-shell .auth-shell-card .auth-card-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    text-align: center !important;
}

body.auth-theme-shell .auth-shell-card h1 {
    margin: 0 !important;
    color: #071640 !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

body.auth-theme-shell.theme-current .auth-shell-card h1 {
    color: #071640 !important;
}

body.auth-theme-shell .auth-shell-card .auth-card-header p {
    max-width: 430px !important;
    margin: 0 !important;
    color: #657494 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 550 !important;
    text-align: center !important;
}

body.auth-theme-shell.theme-current .auth-shell-card .auth-card-header p {
    color: #657494 !important;
}

body.auth-theme-shell .auth-header-badges {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 9px !important;
    margin-top: 1px !important;
}

body.auth-theme-shell .auth-heading-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #fff3cf, #ffe2a2) !important;
    border: 1px solid rgba(234, 174, 49, 0.46) !important;
    color: #855400 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
}

body.auth-theme-shell .auth-heading-chip-alt {
    background: #fff !important;
    color: #071640 !important;
    border-color: rgba(201, 213, 231, 0.92) !important;
}

body.auth-theme-shell.theme-current .auth-heading-chip-alt {
    background: #ffffff !important;
    color: #071640 !important;
    border-color: rgba(201, 213, 231, 0.92) !important;
}

body.auth-theme-shell .auth-shell-card .form-stack {
    display: grid !important;
    gap: 12px !important;
    margin-top: 18px !important;
}

body.auth-theme-shell .auth-shell-card label > span:first-child {
    display: inline-block !important;
    margin-bottom: 6px !important;
    color: #071640 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
}

body.auth-theme-shell.theme-current .auth-shell-card label > span:first-child {
    color: #071640 !important;
}

body.auth-theme-shell .auth-input-wrap {
    min-height: 48px !important;
    padding: 0 16px !important;
    border-radius: 17px !important;
    border: 1px solid rgba(194, 207, 226, 0.95) !important;
    background: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}

body.auth-theme-shell.theme-current .auth-input-wrap {
    border-color: rgba(194, 207, 226, 0.95) !important;
    background: #ffffff !important;
}

body.auth-theme-shell .auth-input-wrap svg {
    width: 18px !important;
    height: 18px !important;
    color: #6b7893 !important;
}

body.auth-theme-shell .auth-input-wrap input {
    color: #071640 !important;
    font-size: 14px !important;
    font-weight: 750 !important;
}

body.auth-theme-shell.theme-current .auth-input-wrap input {
    color: #071640 !important;
}

body.auth-theme-shell .check-row {
    display: flex !important;
    min-height: 28px !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: -3px !important;
    color: #667595 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
}

body.auth-theme-shell .check-row input {
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px !important;
}

body.auth-theme-shell .btn-wide {
    min-height: 50px !important;
    border-radius: 17px !important;
    background: linear-gradient(135deg, #df002c, #b90022) !important;
    box-shadow: 0 18px 30px rgba(207, 0, 42, 0.22) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

body.auth-theme-shell .demo-role {
    margin-top: 16px !important;
}

body.auth-theme-shell .demo-role > small,
body.auth-theme-shell .auth-demo-mobile summary span {
    color: #6d7891 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
}

body.auth-theme-shell .demo-login-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

body.auth-theme-shell .demo-login-grid button {
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 10px 12px !important;
    border-radius: 17px !important;
    border: 1px solid rgba(198, 211, 230, 0.96) !important;
    background: #fff !important;
    color: #071640 !important;
    box-shadow: none !important;
}

body.auth-theme-shell .demo-login-grid button:hover {
    border-color: rgba(238, 175, 44, 0.82) !important;
    box-shadow: 0 12px 22px rgba(20, 39, 82, 0.08) !important;
    transform: translateY(-1px);
}

body.auth-theme-shell.theme-current .demo-login-grid button {
    border-color: rgba(198, 211, 230, 0.96) !important;
    background: #ffffff !important;
    color: #071640 !important;
}

body.auth-theme-shell .demo-role-icon {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #fff7df !important;
    border: 1px solid rgba(238, 175, 44, 0.5) !important;
}

body.auth-theme-shell .demo-role-icon img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
}

body.auth-theme-shell .form-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 14px !important;
}

body.auth-theme-shell .form-links-single {
    grid-template-columns: 1fr !important;
}

body.auth-theme-shell .link-button {
    min-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(238, 175, 44, 0.62) !important;
    background: #fff !important;
    color: #071640 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

body.auth-theme-shell.theme-current .link-button {
    background: #ffffff !important;
    color: #071640 !important;
}

body.auth-theme-shell.theme-current .check-row,
body.auth-theme-shell.theme-current .demo-role > small,
body.auth-theme-shell.theme-current .auth-demo-mobile summary span {
    color: #667595 !important;
}

body.auth-theme-shell .auth-demo-mobile {
    display: none;
}

body.auth-theme-shell .auth-demo-mobile summary {
    min-height: 48px !important;
    padding: 0 14px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(198, 211, 230, 0.96) !important;
    background: #fff !important;
}

body.auth-theme-shell .theme-switch,
body.auth-theme-shell .synar-lang-switch {
    min-height: 42px !important;
    padding: 4px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(238, 175, 44, 0.7) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 14px 32px rgba(20, 39, 82, 0.08) !important;
}

body.auth-theme-shell.theme-current .theme-switch,
body.auth-theme-shell.theme-current .synar-lang-switch {
    background: rgba(8, 14, 34, 0.74) !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26) !important;
}

body.auth-theme-shell .theme-switch button,
body.auth-theme-shell .synar-lang-switch button,
body.auth-theme-shell .synar-lang-switch .lang-icon {
    min-width: 44px !important;
    min-height: 32px !important;
    border-radius: 999px !important;
}

body.auth-theme-shell .theme-switch button.active,
body.auth-theme-shell .synar-lang-switch button.active {
    background: linear-gradient(135deg, #ffe5a8, #ffc24d) !important;
    color: #071640 !important;
}

body.auth-theme-shell .auth-footer {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 2px 0 18px !important;
    color: transparent !important;
    padding: 0 14px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.auth-theme-shell .auth-footer span,
body.auth-theme-shell .auth-footer::before {
    content: none !important;
}

body.auth-theme-shell .auth-footer span {
    display: inline-flex !important;
    min-height: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: min(92vw, 560px) !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ffd366, #efaa08) !important;
    color: #754900 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-align: center !important;
    box-shadow: 0 14px 28px rgba(239, 170, 8, 0.22) !important;
}

@media (max-width: 900px) {
    body.auth-theme-shell .auth-bg-video {
        opacity: 0.08 !important;
    }

    body.auth-theme-shell.theme-current .auth-bg-video {
        opacity: 0.15 !important;
    }

    body.auth-theme-shell .auth-view {
        min-height: calc(100svh - 64px) !important;
        padding: 64px 14px 6px !important;
    }

    body.auth-theme-shell .auth-layout.auth-shell-login {
        width: min(420px, 100%) !important;
        gap: 13px !important;
    }

    body.auth-theme-shell .auth-shell-tools {
        top: 12px !important;
        left: 14px !important;
        right: 14px !important;
    }

    body.auth-theme-shell .auth-shell-tools .auth-head-desktop {
        display: none !important;
    }

    body.auth-theme-shell .auth-shell-tools .auth-head-mobile {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        gap: 10px !important;
    }

    body.auth-theme-shell .auth-head-mobile .compact-top-action {
        width: 38px !important;
        height: 38px !important;
        border-radius: 13px !important;
        background: #fff !important;
        border: 1px solid rgba(199, 211, 230, 0.9) !important;
        color: #071640 !important;
        box-shadow: 0 10px 24px rgba(20, 39, 82, 0.1) !important;
    }

    body.auth-theme-shell .auth-head-mobile .compact-top-action svg {
        width: 16px !important;
        height: 16px !important;
    }

    body.auth-theme-shell .auth-shell-logo {
        width: min(252px, 68vw) !important;
    }

    body.auth-theme-shell .auth-shell-chip {
        min-height: 32px !important;
        padding: 0 14px !important;
        font-size: 10.5px !important;
    }

    body.auth-theme-shell .auth-shell-tagline {
        max-width: 320px !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    body.auth-theme-shell .auth-shell-card {
        width: 100% !important;
        padding: 21px 17px 17px !important;
        border-radius: 24px !important;
    }

    body.auth-theme-shell .auth-shell-card h1 {
        font-size: 27px !important;
    }

    body.auth-theme-shell .auth-shell-card .auth-card-header {
        align-items: center !important;
        text-align: center !important;
        gap: 10px !important;
    }

    body.auth-theme-shell .auth-shell-card .auth-card-header p {
        font-size: 13.5px !important;
        line-height: 1.5 !important;
    }

    body.auth-theme-shell .auth-header-badges {
        justify-content: center !important;
        gap: 6px !important;
    }

    body.auth-theme-shell .auth-heading-chip {
        min-height: 24px !important;
        padding: 0 9px !important;
        font-size: 9.5px !important;
        letter-spacing: 0.04em !important;
    }

    body.auth-theme-shell .auth-shell-card .form-stack {
        gap: 13px !important;
        margin-top: 18px !important;
    }

    body.auth-theme-shell .auth-input-wrap {
        min-height: 52px !important;
        border-radius: 16px !important;
    }

    body.auth-theme-shell .btn-wide {
        min-height: 52px !important;
        border-radius: 16px !important;
    }

    body.auth-theme-shell .auth-demo-desktop {
        display: none !important;
    }

    body.auth-theme-shell .auth-demo-mobile {
        display: block !important;
        margin-top: 16px !important;
    }

    body.auth-theme-shell .auth-demo-mobile .demo-role {
        margin-top: 10px !important;
    }

    body.auth-theme-shell .demo-login-grid,
    body.auth-theme-shell .form-links {
        grid-template-columns: 1fr !important;
    }

    body.auth-theme-shell .auth-control-dropdown.display-pref-dropdown {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 0 !important;
        right: auto !important;
        min-width: min(276px, calc(100vw - 28px)) !important;
    }

    body.auth-theme-shell .auth-lang-dropdown {
        left: auto !important;
        right: 0 !important;
        min-width: min(240px, calc(100vw - 28px)) !important;
    }

    body.auth-theme-shell .auth-footer {
        margin: 0 0 12px !important;
        padding: 0 8px !important;
        background: transparent !important;
    }

    body.auth-theme-shell .auth-footer span {
        min-height: 36px !important;
        padding: 8px 14px !important;
        font-size: 11px !important;
    }

    body.auth-theme-shell .auth-footer::before,
    body.auth-theme-shell .auth-footer::after {
        content: none !important;
        display: none !important;
    }
}

/* Phase 1.5 auth stabilization. */
body.auth-theme-shell.theme-current .auth-shell-tagline,
body.auth-theme-shell.theme-reference-old .auth-shell-tagline,
body.auth-theme-shell.theme-current .auth-shell-brand p,
body.auth-theme-shell.theme-current .auth-layout.auth-shell-login > p {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34) !important;
}

body.auth-theme-shell.theme-current .auth-shell-card,
body.auth-theme-shell.theme-current .auth-login-card,
body.auth-theme-shell.theme-current .auth-card {
    background: rgba(255, 255, 255, 0.96) !important;
    color: #071640 !important;
    border-color: rgba(255, 211, 112, 0.64) !important;
}

body.auth-theme-shell .auth-shell-card h1,
body.auth-theme-shell .auth-shell-card .auth-card-header p,
body.auth-theme-shell .auth-shell-card label > span:first-child,
body.auth-theme-shell .check-row,
body.auth-theme-shell .demo-role > small,
body.auth-theme-shell .auth-demo-mobile summary span {
    text-shadow: none !important;
}

body.auth-theme-shell .link-button,
body.auth-theme-shell.theme-current .link-button {
    min-height: 48px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(230, 166, 22, 0.86) !important;
    background: linear-gradient(135deg, rgba(255, 250, 238, 0.98), rgba(255, 239, 196, 0.96)) !important;
    color: #071640 !important;
    box-shadow: 0 12px 24px rgba(232, 159, 6, 0.12) !important;
}

body.auth-theme-shell .link-button:hover,
body.auth-theme-shell.theme-current .link-button:hover {
    border-color: rgba(214, 0, 47, 0.28) !important;
    background: linear-gradient(135deg, #ffe5a8, #ffc24d) !important;
    color: #071640 !important;
    box-shadow: 0 16px 30px rgba(232, 159, 6, 0.22) !important;
    transform: translateY(-1px) !important;
}

body.auth-theme-shell .auth-footer,
body.auth-theme-shell.theme-current .auth-footer {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

body.auth-theme-shell .auth-footer span,
body.auth-theme-shell.theme-current .auth-footer span {
    background: linear-gradient(135deg, #ffd366, #efaa08) !important;
    color: #754900 !important;
}

@media (max-width: 640px) {
    body.auth-theme-shell .auth-shell-tools {
        top: 14px !important;
        left: 14px !important;
        right: 14px !important;
    }

    body.auth-theme-shell .auth-shell-tools .auth-head-mobile {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        gap: 8px !important;
    }

    body.auth-theme-shell .auth-shell-tools .auth-head-desktop {
        display: none !important;
    }

    body.auth-theme-shell .auth-view {
        padding-top: 76px !important;
    }

    body.auth-theme-shell .auth-shell-tagline {
        max-width: 340px !important;
        font-size: 13px !important;
        line-height: 1.42 !important;
        text-align: center !important;
    }
}

@media (max-width: 380px) {
    body.auth-theme-shell .auth-shell-card {
        padding-inline: 15px !important;
    }

    body.auth-theme-shell .auth-shell-logo {
        width: min(232px, 66vw) !important;
    }
}
