/*
 * DSE Helpdesk client sign-in and footer refinement.
 *
 * This file is deliberately late-loaded by login.php and page-scoped so it
 * cannot alter staff authentication, ticket views, or other client routes.
 */

body.dse-client-page-login {
    --dse-login-navy-950: #061126;
    --dse-login-navy-900: #091a38;
    --dse-login-navy-800: #102851;
    --dse-login-gold-300: #fce466;
    --dse-login-gold-500: #f0b828;
    --dse-login-gold-700: #ac740c;
    --dse-login-blue-500: #2f64e9;
    --dse-login-blue-100: #eaf1ff;
    --dse-login-ink: #101b31;
    --dse-login-body: #31405a;
    --dse-login-muted: #60708a;
    --dse-login-line: #d7dfeb;
    --dse-login-surface: #ffffff;
    --dse-login-canvas: #f3f6fa;
    background:
        radial-gradient(circle at 9% 8%, rgba(47, 100, 233, .09), transparent 28rem),
        radial-gradient(circle at 91% 18%, rgba(240, 184, 40, .09), transparent 25rem),
        linear-gradient(180deg, #ffffff 0, var(--dse-login-canvas) 34rem, #ffffff 100%) !important;
}

body.dse-client-page-login #content {
    padding: clamp(28px, 4vw, 58px) clamp(16px, 3vw, 34px) clamp(64px, 7vw, 100px) !important;
    background: transparent !important;
}

body.dse-client-page-login #content .dse-login-wrap {
    display: grid !important;
    width: min(100%, 1240px) !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: clamp(22px, 3vw, 34px) !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-hero {
    position: relative !important;
    isolation: isolate;
    width: 100% !important;
    max-width: none !important;
    min-height: 250px;
    margin: 0 !important;
    padding: clamp(38px, 5vw, 66px) clamp(28px, 6vw, 76px) !important;
    overflow: hidden !important;
    border: 1px solid rgba(240, 184, 40, .34) !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at 84% 12%, rgba(240, 184, 40, .23), transparent 24rem),
        radial-gradient(circle at 4% 100%, rgba(47, 100, 233, .28), transparent 28rem),
        linear-gradient(135deg, var(--dse-login-navy-950), var(--dse-login-navy-900) 58%, var(--dse-login-navy-800)) !important;
    box-shadow:
        0 28px 70px rgba(6, 17, 38, .22),
        inset 0 1px 0 rgba(255, 255, 255, .08) !important;
    text-align: left !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(252, 228, 102, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(252, 228, 102, .055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .82), transparent 78%);
    pointer-events: none;
    content: "";
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-hero::after {
    position: absolute;
    z-index: -1;
    right: clamp(28px, 6vw, 76px);
    bottom: -72px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(252, 228, 102, .2);
    border-radius: 50%;
    box-shadow:
        0 0 0 28px rgba(240, 184, 40, .045),
        0 0 0 64px rgba(240, 184, 40, .025);
    pointer-events: none;
    content: "";
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-kicker {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px !important;
    color: var(--dse-login-gold-300) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .14em !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-kicker::before {
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: var(--dse-login-gold-500);
    content: "";
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-hero h1 {
    position: relative;
    width: min(100%, 780px) !important;
    max-width: 780px !important;
    margin: 0 0 16px !important;
    color: #ffffff !important;
    font-size: clamp(42px, 5.5vw, 66px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.045em !important;
    text-align: left !important;
    text-wrap: balance;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-hero p {
    position: relative;
    width: min(100%, 720px) !important;
    max-width: 720px !important;
    margin: 0 !important;
    color: #d7e4f7 !important;
    font-size: clamp(16px, 1.7vw, 19px) !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-trust {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-trust span {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid rgba(215, 228, 247, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .065);
    color: #edf5ff !important;
    font-size: 12px !important;
    font-weight: 720 !important;
    line-height: 1.35 !important;
    backdrop-filter: blur(8px);
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-trust i {
    color: var(--dse-login-gold-300);
    font-size: 13px;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.58fr) minmax(320px, .78fr) !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    gap: clamp(20px, 2.6vw, 30px) !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-panel {
    position: relative;
    height: 100%;
    min-width: 0 !important;
    padding: clamp(28px, 4vw, 46px) !important;
    overflow: hidden !important;
    border: 1px solid var(--dse-login-line) !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #ffffff, #fbfcff) !important;
    color: var(--dse-login-ink) !important;
    box-shadow:
        0 22px 54px rgba(16, 27, 49, .11),
        inset 0 1px 0 #ffffff !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-panel::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--dse-login-blue-500), var(--dse-login-gold-500));
    content: "";
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-panel-head {
    margin-bottom: 26px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid var(--dse-login-line) !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-label {
    margin: 0 0 10px !important;
    color: var(--dse-login-blue-500) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    letter-spacing: .13em !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-panel-head h2 {
    margin: 0 0 10px !important;
    color: var(--dse-login-ink) !important;
    font-size: clamp(28px, 3.2vw, 38px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.035em !important;
    text-wrap: balance;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-panel-head p {
    max-width: 650px !important;
    margin: 0 !important;
    color: var(--dse-login-muted) !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
}

body.dse-client-page-login #content .dse-login-wrap #clientLogin {
    color: var(--dse-login-body) !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-fields {
    gap: 19px !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-field {
    gap: 8px !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-field label {
    color: #263956 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-field-head a,
body.dse-client-page-login #content .dse-login-wrap .dse-login-form-footer a {
    color: var(--dse-login-blue-500) !important;
    font-weight: 800 !important;
    text-underline-offset: 3px;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-field input {
    min-height: 54px !important;
    padding: 13px 15px !important;
    border: 1px solid #c4d0e0 !important;
    border-radius: 12px !important;
    background: #f8fbff !important;
    color: var(--dse-login-ink) !important;
    font-size: 16px !important;
    box-shadow:
        inset 0 1px 2px rgba(6, 17, 38, .035),
        0 0 0 0 rgba(47, 100, 233, 0) !important;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-field input:hover {
    border-color: #9cb0ca !important;
    background: #ffffff !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-field input:focus {
    border-color: var(--dse-login-blue-500) !important;
    background: #ffffff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 4px rgba(47, 100, 233, .14) !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-turnstile-wrap {
    margin: 24px 0 20px !important;
    padding: 16px;
    border: 1px solid var(--dse-login-line);
    border-radius: 14px;
    background: var(--dse-login-canvas);
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-submit {
    margin-top: 0 !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-submit input[type="submit"] {
    width: 100% !important;
    min-height: 54px !important;
    border: 1px solid var(--dse-login-gold-700) !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--dse-login-gold-300), var(--dse-login-gold-500)) !important;
    color: var(--dse-login-navy-950) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    box-shadow: 0 14px 28px rgba(172, 116, 12, .24) !important;
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-submit input[type="submit"]:hover {
    filter: brightness(1.035);
    box-shadow: 0 18px 34px rgba(172, 116, 12, .3) !important;
    transform: translateY(-1px);
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-form-footer {
    align-items: center !important;
    margin-top: 24px !important;
    padding-top: 20px !important;
    border-top-color: var(--dse-login-line) !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-form-footer span,
body.dse-client-page-login #content .dse-login-wrap .dse-login-external > span {
    color: var(--dse-login-muted) !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-form-error {
    border-color: #d95569 !important;
    background: #fff2f4 !important;
    color: #8f1630 !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support {
    position: relative;
    isolation: isolate;
    display: flex !important;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    gap: 0 !important;
    padding: 7px !important;
    overflow: hidden;
    border: 1px solid rgba(240, 184, 40, .35);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(240, 184, 40, .17), transparent 19rem),
        linear-gradient(155deg, var(--dse-login-navy-950), var(--dse-login-navy-900) 58%, var(--dse-login-navy-800));
    box-shadow:
        0 26px 58px rgba(6, 17, 38, .22),
        inset 0 1px 0 rgba(255, 255, 255, .07);
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(252, 228, 102, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(252, 228, 102, .045) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(180deg, black, transparent 76%);
    pointer-events: none;
    content: "";
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support-head {
    position: relative;
    display: grid;
    gap: 13px;
    padding: 24px 23px 22px;
    border-bottom: 1px solid rgba(215, 228, 247, .13);
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support-signal {
    display: inline-flex !important;
    align-items: center;
    width: max-content;
    max-width: 100%;
    gap: 9px;
    padding: 7px 10px;
    border: 1px solid rgba(252, 228, 102, .28);
    border-radius: 999px;
    background: rgba(240, 184, 40, .1);
    color: var(--dse-login-gold-300) !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    letter-spacing: .11em;
    line-height: 1.3 !important;
    text-transform: uppercase;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support-signal i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35d39a;
    box-shadow: 0 0 0 4px rgba(53, 211, 154, .12);
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support-head strong {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 780 !important;
    line-height: 1.35 !important;
    letter-spacing: -.015em;
    text-wrap: balance;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-helper {
    display: flex !important;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 25px 23px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #d7e4f7 !important;
    box-shadow: none !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-helper + .dse-login-helper {
    border-top: 1px solid rgba(215, 228, 247, .13) !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-label {
    color: var(--dse-login-gold-300) !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-helper h2 {
    margin: 0 0 9px !important;
    color: #ffffff !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
    letter-spacing: -.025em !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-helper p {
    margin: 0 0 20px !important;
    color: #b8c8dd !important;
    font-size: 13.5px !important;
    line-height: 1.58 !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: auto;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-button {
    width: 100% !important;
    min-height: 44px !important;
    padding: 11px 14px !important;
    border: 1px solid var(--dse-login-gold-700) !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg, var(--dse-login-gold-300), var(--dse-login-gold-500)) !important;
    color: var(--dse-login-navy-950) !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    box-shadow: 0 11px 24px rgba(172, 116, 12, .2) !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-button.secondary {
    border-color: rgba(215, 228, 247, .22) !important;
    background: rgba(255, 255, 255, .065) !important;
    color: #f1f6ff !important;
    box-shadow: none !important;
}

body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-button:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

body.dse-client-page-login #content .dse-login-wrap :where(a, input, button):focus-visible {
    outline: 3px solid var(--dse-login-gold-500) !important;
    outline-offset: 3px !important;
}

/*
 * The shared footer previously kept a 1180px max-width while a later rule
 * reset its margin to zero. On wide screens that pinned the navy background
 * to the left and exposed a large white column. The footer itself is now
 * full-bleed; only its inner content remains centered and bounded.
 */
body.dse-client-page-login #footer {
    position: relative !important;
    align-self: stretch !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
        radial-gradient(circle at 12% 0, rgba(47, 100, 233, .25), transparent 30rem),
        radial-gradient(circle at 88% 100%, rgba(240, 184, 40, .11), transparent 25rem),
        linear-gradient(135deg, var(--dse-login-navy-950), var(--dse-login-navy-900)) !important;
    color: #c6d5e8 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04) !important;
}

body.dse-client-page-login #footer::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--dse-login-blue-500) 30%, var(--dse-login-gold-500) 70%, transparent);
    content: "";
}

body.dse-client-page-login #footer .dse-footer-inner {
    display: grid !important;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr) !important;
    width: min(100%, 1280px) !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 46px clamp(22px, 4vw, 52px) 28px !important;
    gap: 32px 56px !important;
}

body.dse-client-page-login #footer .dse-footer-brand {
    gap: 8px !important;
}

body.dse-client-page-login #footer .dse-footer-brand strong {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: -.025em !important;
}

body.dse-client-page-login #footer .dse-footer-brand span {
    max-width: 420px;
    color: #aebfd5 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

body.dse-client-page-login #footer .dse-footer-links {
    align-items: start !important;
    justify-content: flex-end !important;
    gap: 9px !important;
}

body.dse-client-page-login #footer .dse-footer-links a,
body.dse-client-page-login #footer .dse-footer-links a:visited {
    min-height: 40px !important;
    padding: 9px 14px !important;
    border: 1px solid rgba(252, 228, 102, .19) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .045) !important;
    color: #edf4ff !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

body.dse-client-page-login #footer .dse-footer-links a:hover,
body.dse-client-page-login #footer .dse-footer-links a:focus-visible {
    border-color: rgba(252, 228, 102, .5) !important;
    background: rgba(240, 184, 40, .12) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

body.dse-client-page-login #footer .dse-footer-meta {
    padding-top: 23px !important;
    border-top-color: rgba(215, 228, 247, .14) !important;
    color: #95a9c2 !important;
    font-size: 11px !important;
}

body.dse-client-page-login #footer .dse-footer-secure {
    padding: 7px 10px;
    border: 1px solid rgba(53, 211, 154, .22);
    border-radius: 999px;
    background: rgba(53, 211, 154, .07);
    color: #cdeee3 !important;
}

body.dse-client-page-login #footer :where(a):focus-visible {
    outline: 3px solid var(--dse-login-gold-500) !important;
    outline-offset: 3px !important;
}

@media (max-width: 980px) {
    body.dse-client-page-login #content .dse-login-wrap .dse-login-grid {
        grid-template-columns: 1fr !important;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-support {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        height: auto;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-support-head {
        grid-column: 1 / -1;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-helper + .dse-login-helper {
        border-top: 0 !important;
        border-left: 1px solid rgba(215, 228, 247, .13) !important;
    }

    body.dse-client-page-login #footer .dse-footer-inner {
        grid-template-columns: 1fr !important;
    }

    body.dse-client-page-login #footer .dse-footer-links {
        justify-content: flex-start !important;
    }
}

@media (max-width: 680px) {
    body.dse-client-page-login #content {
        padding: 20px 14px 58px !important;
    }

    body.dse-client-page-login #content .dse-login-wrap {
        gap: 18px !important;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-hero {
        min-height: 0;
        padding: 32px 22px !important;
        border-radius: 20px !important;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-hero h1 {
        font-size: clamp(36px, 12vw, 48px) !important;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-trust {
        display: grid !important;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-trust span {
        width: 100%;
        border-radius: 11px;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-panel,
    body.dse-client-page-login #content .dse-login-wrap .dse-login-support {
        border-radius: 18px !important;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-panel {
        padding: 26px 20px !important;
    }

    /* Cloudflare's standard challenge is 300px wide. Remove inherited card
       padding so it fits cleanly instead of creating an inner scrollbar. */
    body.dse-client-page-login #content .dse-login-wrap .dse-turnstile-wrap {
        padding: 14px 2px !important;
        overflow-x: hidden !important;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-support {
        grid-template-columns: 1fr;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-helper + .dse-login-helper {
        border-top: 1px solid rgba(215, 228, 247, .13) !important;
        border-left: 0 !important;
    }

    body.dse-client-page-login #content .dse-login-wrap .dse-login-field-head,
    body.dse-client-page-login #content .dse-login-wrap .dse-login-form-footer {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    body.dse-client-page-login #footer .dse-footer-inner {
        padding: 38px 20px 24px !important;
        gap: 26px !important;
    }

    body.dse-client-page-login #footer .dse-footer-links {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    body.dse-client-page-login #footer .dse-footer-links a {
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    body.dse-client-page-login #footer .dse-footer-meta {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}

@media (max-width: 430px) {
    body.dse-client-page-login #content .dse-login-wrap .dse-login-support-head,
    body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-helper {
        padding: 22px 18px !important;
    }

    body.dse-client-page-login #footer .dse-footer-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 360px) {
    body.dse-client-page-login #content .dse-login-wrap .cf-turnstile {
        position: relative;
        left: 50%;
        width: 300px;
        margin-bottom: -7px;
        margin-left: -150px;
        transform: scale(.9);
        transform-origin: top center;
    }
}

@media (max-width: 330px) {
    body.dse-client-page-login #content .dse-login-wrap .cf-turnstile {
        margin-bottom: -14px;
        transform: scale(.8);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.dse-client-page-login #content .dse-login-wrap *,
    body.dse-client-page-login #footer * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (forced-colors: active) {
    body.dse-client-page-login #content .dse-login-wrap .dse-login-hero,
    body.dse-client-page-login #content .dse-login-wrap .dse-login-panel,
    body.dse-client-page-login #content .dse-login-wrap .dse-login-support,
    body.dse-client-page-login #content .dse-login-wrap .dse-login-support .dse-login-helper,
    body.dse-client-page-login #footer {
        border-color: CanvasText !important;
        background: Canvas !important;
        color: CanvasText !important;
        box-shadow: none !important;
    }
}
