.support-auth {
    --support-ink: #15213a;
    --support-muted: #66738b;
    --support-line: #dce3ed;
    --support-blue: #174987;
    color: var(--support-ink);
    color-scheme: light;
    background: #fff;
    display: grid;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    grid-template-columns: minmax(420px, 48%) 1fr;
    min-height: 100vh;
    min-height: 100svh;
}

.support-auth *, .support-auth *::before, .support-auth *::after { box-sizing: border-box; }
.support-auth a { color: var(--support-blue); text-decoration: none; }
.support-auth a:hover { text-decoration: underline; }
.support-auth :focus-visible { outline: 3px solid #7ba9ea; outline-offset: 3px; }

.support-auth-story {
    background: #132440 url('../images/photos/login2.jpg') center / cover no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    justify-content: space-between;
    min-height: 100vh;
    min-height: 100svh;
    padding: clamp(36px, 5vw, 76px);
    position: relative;
}
.support-auth-story::before {
    background: linear-gradient(145deg, rgba(11, 28, 55, .82) 0%, rgba(15, 32, 61, .77) 48%, rgba(13, 25, 50, .93) 100%);
    content: '';
    inset: 0;
    position: absolute;
    z-index: -1;
}
.support-auth-brand, .support-auth-mobile-brand {
    align-items: center;
    display: inline-flex;
    font-size: 25px;
    font-weight: 700;
    gap: 13px;
    letter-spacing: -.045em;
}
.support-auth-brand img, .support-auth-mobile-brand img {
    border-radius: 8px;
    height: 36px;
    object-fit: contain;
    width: 36px;
}
.support-auth-product {
    border-left: 1px solid rgba(255, 255, 255, .33);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    margin-left: 8px;
    padding-left: 20px;
    text-transform: uppercase;
}
.support-auth-story-copy { max-width: 500px; }
.support-auth-eyebrow {
    color: #174987;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.support-auth-story-copy .support-auth-eyebrow {
    color: #a9caef;
    font-size: 12px;
    letter-spacing: .16em;
    margin-bottom: 18px;
}
.support-auth-story-copy h1 {
    color: #fff;
    font-size: clamp(39px, 4.1vw, 58px);
    font-weight: 700;
    letter-spacing: -.052em;
    line-height: 1.08;
    margin: 0;
    max-width: 450px;
}
.support-auth-story-copy p:last-child {
    color: #d0dcee;
    font-size: 17px;
    line-height: 1.6;
    margin: 22px 0 0;
    max-width: 410px;
}
.support-auth-story-foot { color: #bacbe1; font-size: 12px; }

.support-auth-sign-in {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
    padding: 26px clamp(28px, 5.3vw, 86px);
}
.support-auth-mobile-brand { display: none; }
.support-auth-form-wrap {
    margin: auto;
    max-width: 410px;
    padding: 30px 0 44px;
    width: 100%;
}
.support-auth-form-wrap h2 {
    color: #122038;
    font-size: clamp(34px, 3.1vw, 43px);
    letter-spacing: -.045em;
    line-height: 1.12;
    margin: 0;
}
.support-auth-intro {
    color: var(--support-muted);
    font-size: 15px;
    line-height: 1.5;
    margin: 13px 0 30px;
}
.support-auth-dms {
    align-items: center;
    background: var(--support-blue);
    border: 1px solid var(--support-blue);
    border-radius: 9px;
    box-shadow: 0 5px 12px rgba(25, 73, 129, .15);
    color: #fff !important;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 11px;
    justify-content: center;
    min-height: 58px;
    padding: 12px;
    transition: background .15s, transform .15s;
    width: 100%;
}
.support-auth-dms:hover, .support-auth-dms:focus { background: #10386b; color: #fff; text-decoration: none !important; transform: translateY(-1px); }
.support-auth-dms img { height: 27px; object-fit: contain; width: 27px; }
.support-auth-dms-help { color: #758198; font-size: 12px; margin: 10px 0 0; text-align: center; }
.support-auth-divider {
    align-items: center;
    color: #8591a3;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 15px;
    letter-spacing: .12em;
    margin: 29px 0 24px;
    text-transform: uppercase;
}
.support-auth-divider::before, .support-auth-divider::after { background: var(--support-line); content: ''; flex: 1; height: 1px; }
.support-auth-field { margin-bottom: 18px; }
.support-auth-field label { color: #26344d; display: block; font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.support-auth-field input {
    background: #fff;
    border: 1px solid #cdd7e4;
    border-radius: 8px;
    color: var(--support-ink);
    font-size: 14px;
    height: 48px;
    outline: 0;
    padding: 0 14px;
    transition: border-color .15s, box-shadow .15s;
    width: 100%;
}
.support-auth-field input::placeholder { color: #9aa5b5; }
.support-auth-field input:focus { border-color: #477dc0; box-shadow: 0 0 0 3px rgba(68, 124, 195, .16); }
.support-auth-field input.is-invalid { border-color: #c4424b; }
.support-auth-password { position: relative; }
.support-auth-password input { padding-right: 68px; }
.support-auth-password-toggle {
    background: transparent;
    border: 0;
    color: var(--support-blue);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 4px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.support-auth-options { align-items: center; display: flex; font-size: 13px; gap: 12px; justify-content: space-between; margin: 0 0 24px; }
.support-auth-remember { align-items: center; color: #536179; cursor: pointer; display: inline-flex; gap: 8px; margin: 0; }
.support-auth-remember input { accent-color: var(--support-blue); height: 15px; margin: 0; width: 15px; }
.support-auth-password-submit {
    background: #f5f8fc;
    border: 1px solid #c5d1e0;
    border-radius: 8px;
    color: #1d4679;
    font-size: 14px;
    font-weight: 700;
    min-height: 48px;
    width: 100%;
}
.support-auth-password-submit:hover { background: #eaf1f9; border-color: #9db7d7; }
.support-auth-error { background: #fff2f2; border: 1px solid #eab4b7; border-radius: 8px; color: #8e232d; font-size: 13px; margin-bottom: 20px; padding: 12px 14px; }
.support-auth-error ul { margin: 0; padding-left: 18px; }
.support-auth-help { color: #8190a2; font-size: 12px; margin: 28px 0 0; text-align: center; }
.support-auth-bottom { color: #9aa5b3; font-size: 11px; text-align: center; width: 100%; }

@media (max-width: 840px) {
    .support-auth { display: block; }
    .support-auth-story { display: none; }
    .support-auth-sign-in { padding: 26px 24px; }
    .support-auth-mobile-brand { color: #15213a; display: inline-flex; font-size: 20px; gap: 9px; margin-top: 32px; }
    .support-auth-mobile-brand img { height: 31px; width: 31px; }
    .support-auth-mobile-brand .support-auth-product { border-color: #cbd4e0; color: #5a6a83; font-size: 10px; letter-spacing: .11em; margin-left: 5px; padding-left: 12px; }
    .support-auth-form-wrap { padding: 40px 0 48px; }
}
@media (max-width: 460px) {
    .support-auth-sign-in { padding: 21px 23px; }
    .support-auth-form-wrap { margin: 22px auto auto; padding-top: 26px; }
    .support-auth-intro { margin-bottom: 24px; }
    .support-auth-divider { margin: 26px 0 22px; }
    .support-auth-help { margin-top: 23px; }
}
