:root {
    --dispatch-ink: #0a0a0d;
    --dispatch-ink-soft: #101015;
    --dispatch-red: #d6262c;
    --dispatch-red-glow: rgba(214, 38, 44, 0.35);
    --dispatch-steel: #858b99;
    --dispatch-dark-line: rgba(255, 255, 255, 0.09);
    --dispatch-card-line: #e5e7ec;
    --dispatch-card-text: #14151a;
    --dispatch-card-muted: #6b7280;
}

body.portal-role-guest {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: #fff;
    background: var(--dispatch-ink);
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dispatch-auth,
.dispatch-auth * {
    box-sizing: border-box;
}

.dispatch-auth {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    color: #fff;
    background: var(--dispatch-ink);
}

.dispatch-auth__backdrop {
    position: fixed;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    background:
        radial-gradient(900px 600px at 82% 8%, rgba(214, 38, 44, 0.16), transparent 60%),
        radial-gradient(1200px 800px at 15% 95%, rgba(120, 124, 140, 0.1), transparent 60%),
        var(--dispatch-ink);
}

.dispatch-auth__grid {
    position: absolute;
    inset: 0;
    opacity: 0.55;
    background-image:
        linear-gradient(var(--dispatch-dark-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--dispatch-dark-line) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(1000px 700px at 50% 30%, #000, transparent 75%);
    mask-image: radial-gradient(1000px 700px at 50% 30%, #000, transparent 75%);
}

.dispatch-auth__radar,
.dispatch-auth__sweep {
    position: absolute;
    top: -220px;
    right: -220px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
}

.dispatch-auth__radar {
    border: 1px solid var(--dispatch-dark-line);
    box-shadow: inset 0 0 40px rgba(214, 38, 44, 0.05), 0 0 60px rgba(214, 38, 44, 0.04);
}

.dispatch-auth__radar::before,
.dispatch-auth__radar::after {
    position: absolute;
    content: "";
    border: 1px solid var(--dispatch-dark-line);
    border-radius: 50%;
}

.dispatch-auth__radar::before {
    inset: 70px;
}

.dispatch-auth__radar::after {
    inset: 150px;
}

.dispatch-auth__sweep {
    background: conic-gradient(from 0deg, var(--dispatch-red-glow), rgba(214, 38, 44, 0.05) 12%, transparent 30%);
    filter: drop-shadow(0 0 12px rgba(214, 38, 44, 0.25));
    mix-blend-mode: screen;
    animation: dispatch-auth-spin 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.dispatch-auth__sweep--soft {
    background: conic-gradient(from 180deg, rgba(255, 255, 255, 0.05), transparent 18%);
    filter: none;
    animation-duration: 17s;
    animation-direction: reverse;
    animation-timing-function: linear;
}

.dispatch-auth__blip {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--dispatch-red);
    box-shadow: 0 0 8px 2px rgba(214, 38, 44, 0.7);
    animation: dispatch-auth-blip 3.6s ease-in-out infinite;
}

.dispatch-auth__blip--one {
    top: 78px;
    right: 198px;
}

.dispatch-auth__blip--two {
    top: 168px;
    right: 88px;
    animation-delay: 1.2s;
}

.dispatch-auth__blip--three {
    top: 118px;
    right: 288px;
    animation-delay: 2.4s;
}

.dispatch-auth__topbar {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(96px, 1fr) auto;
    align-items: center;
    gap: 30px;
    padding: 22px clamp(24px, 5vw, 76px);
}

.dispatch-auth__brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    width: 122px;
    height: 58px;
}

.dispatch-auth__brand img {
    display: block;
    width: auto;
    height: 50px;
    max-width: none;
    object-fit: contain;
    filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.6));
    will-change: transform;
    animation:
        dispatch-auth-brand-in 0.8s cubic-bezier(0.16, 0.9, 0.3, 1) both,
        dispatch-auth-brand-glide 7s ease-in-out 1.1s infinite;
}

.dispatch-auth__streak {
    position: absolute;
    z-index: -1;
    left: -4px;
    height: 2px;
    border-radius: 2px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, var(--dispatch-red) 70%);
    transform-origin: right center;
}

.dispatch-auth__streak--one {
    top: 14px;
    width: 24px;
    animation: dispatch-auth-streak 7s ease-in-out infinite;
}

.dispatch-auth__streak--two {
    top: 27px;
    width: 18px;
    animation: dispatch-auth-streak 7s ease-in-out 0.05s infinite;
}

.dispatch-auth__streak--three {
    top: 40px;
    width: 12px;
    animation: dispatch-auth-streak 7s ease-in-out 0.1s infinite;
}

.dispatch-auth__capabilities {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    color: var(--dispatch-steel);
    font-size: 13px;
    font-weight: 500;
}

.dispatch-auth__capabilities span {
    white-space: nowrap;
}

.dispatch-auth__language {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 7px;
    padding: 7px 13px;
    border: 1px solid var(--dispatch-dark-line);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.dispatch-auth__language svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.dispatch-auth__stage {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px, 430px) minmax(360px, 420px);
    align-items: start;
    justify-content: center;
    gap: clamp(48px, 7vw, 104px);
    width: min(1160px, 100%);
    margin: 0 auto;
    padding: 8px clamp(24px, 5vw, 76px) 112px;
}

.dispatch-auth__intro {
    align-self: start;
    max-width: 430px;
    padding-top: 84px;
    text-align: left;
}

.dispatch-auth__eyebrow {
    margin-bottom: 13px;
    color: var(--dispatch-red);
    font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.dispatch-auth__intro h1 {
    margin: 0 0 10px;
    color: #fff;
    font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(32px, 3vw, 43px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.025em;
    text-transform: none;
}

.dispatch-auth__intro h1 span {
    color: var(--dispatch-red);
}

.dispatch-auth__intro p {
    max-width: 440px;
    margin: 0;
    color: var(--dispatch-steel);
    font-size: 13.5px;
    line-height: 1.65;
}

.dispatch-auth__card {
    width: min(420px, 100%);
    padding: 34px 34px 28px;
    color: var(--dispatch-card-text);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.dispatch-auth__help {
    position: fixed;
    z-index: 4;
    right: clamp(20px, 5vw, 76px);
    bottom: 58px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 13px;
    color: #c8ccd5;
    border: 1px solid var(--dispatch-dark-line);
    border-radius: 999px;
    outline: 0;
    background: rgba(16, 16, 21, 0.82);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: color 150ms ease, border-color 150ms ease, background 150ms ease, transform 100ms ease;
}

.dispatch-auth__help:hover,
.dispatch-auth__help:focus-visible {
    color: #fff;
    border-color: rgba(214, 38, 44, 0.72);
    background: rgba(32, 18, 22, 0.94);
}

.dispatch-auth__help:active {
    transform: translateY(1px);
}

.dispatch-auth__help svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--dispatch-red);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.dispatch-auth__card-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
}

.dispatch-auth__card-logo img {
    display: block;
    width: 88px;
    height: 88px;
    max-width: none;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
}

.dispatch-auth__tabs {
    display: flex;
    margin-bottom: 26px;
    border-bottom: 1.5px solid var(--dispatch-card-line);
}

.dispatch-auth__tabs a {
    position: relative;
    flex: 1;
    padding: 0 6px 13px;
    color: var(--dispatch-card-muted);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: color 150ms ease;
}

.dispatch-auth__tabs a::after {
    position: absolute;
    right: 0;
    bottom: -1.5px;
    left: 0;
    height: 2.5px;
    content: "";
    background: var(--dispatch-red);
    transform: scaleX(0);
    transition: transform 240ms ease;
}

.dispatch-auth__tabs a:hover,
.dispatch-auth__tabs a:focus-visible,
.dispatch-auth__tabs a.is-active {
    color: var(--dispatch-card-text);
}

.dispatch-auth__tabs a:focus-visible {
    border-radius: 5px;
    outline: 3px solid rgba(214, 38, 44, 0.15);
}

.dispatch-auth__tabs a.is-active::after {
    transform: scaleX(1);
}

.dispatch-auth__message {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: -6px 0 18px;
    padding: 10px 12px;
    border-radius: 9px;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.45;
}

.dispatch-auth__message svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 1px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.dispatch-auth__message p,
.dispatch-auth__message ul {
    margin: 0;
}

.dispatch-auth__message ul {
    padding-left: 16px;
}

.dispatch-auth__message--error {
    color: #aa2026;
    background: #fdeced;
}

.dispatch-auth__message--success {
    color: #177a4c;
    background: #e9f7ef;
}

.dispatch-auth__form {
    display: block;
    margin: 0;
}

.dispatch-auth__field {
    position: relative;
    margin-bottom: 20px;
}

body.portal-role-guest .dispatch-auth__field input,
body.portal-role-guest .dispatch-auth__field select,
body.portal-role-guest .dispatch-auth__field textarea,
body.portal-role-guest .dispatch-auth__field .city-search-input {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin: 0;
    padding: 18px 14px 7px;
    color: var(--dispatch-card-text);
    border: 1.5px solid var(--dispatch-card-line);
    border-radius: 10px;
    outline: none;
    background: #f9fafb;
    box-shadow: none;
    font: inherit;
    font-size: 14px;
    line-height: 1.35;
    transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

body.portal-role-guest .dispatch-auth__field textarea {
    min-height: 76px;
    padding-top: 22px;
    resize: vertical;
}

body.portal-role-guest .dispatch-auth__field input:focus,
body.portal-role-guest .dispatch-auth__field select:focus,
body.portal-role-guest .dispatch-auth__field textarea:focus,
body.portal-role-guest .dispatch-auth__field .city-search-input:focus {
    border-color: var(--dispatch-card-text);
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(20, 21, 26, 0.07);
}

body.portal-role-guest .dispatch-auth__field input:-webkit-autofill,
body.portal-role-guest .dispatch-auth__field input:-webkit-autofill:hover,
body.portal-role-guest .dispatch-auth__field input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--dispatch-card-text);
    -webkit-box-shadow: 0 0 0 1000px #f9fafb inset;
    transition: background-color 9999s ease-out;
}

.dispatch-auth__field > label,
.dispatch-auth__password-control > label {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    color: #969ca8;
    font-size: 14px;
    line-height: 1.2;
    pointer-events: none;
    transform-origin: left top;
    transition: top 150ms ease, color 150ms ease, transform 150ms ease;
}

.dispatch-auth__field input:focus + label,
.dispatch-auth__field input:not(:placeholder-shown) + label,
.dispatch-auth__field textarea:focus + label,
.dispatch-auth__field textarea:not(:placeholder-shown) + label,
.dispatch-auth__password-control input:focus + label,
.dispatch-auth__password-control input:not(:placeholder-shown) + label,
.dispatch-auth__field--select > label {
    top: 7px;
    color: var(--dispatch-red);
    transform: scale(0.72);
}

.dispatch-auth__field--select > label {
    z-index: 3;
}

body.portal-role-guest .dispatch-auth__field--select select {
    padding-top: 20px;
}

body.portal-role-guest .dispatch-auth__field--select .city-search-input {
    padding-top: 20px;
}

.dispatch-auth__password-control {
    position: relative;
}

body.portal-role-guest .dispatch-auth__password-control input {
    padding-right: 48px;
}

body.portal-role-guest .dispatch-auth__password-toggle {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 9px;
    display: grid;
    width: 34px;
    height: 34px;
    min-height: 0;
    padding: 0;
    place-items: center;
    color: #969ca8;
    border: 0;
    border-radius: 8px;
    outline: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 150ms ease, background 150ms ease;
}

body.portal-role-guest .dispatch-auth__password-toggle:hover,
body.portal-role-guest .dispatch-auth__password-toggle:focus-visible {
    color: var(--dispatch-card-text);
    background: #eef0f3;
}

.dispatch-auth__password-toggle svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.dispatch-auth__password-toggle .icon-eye-off,
.dispatch-auth__password-control.is-visible .icon-eye {
    display: none;
}

.dispatch-auth__password-control.is-visible .icon-eye-off {
    display: block;
}

body.portal-role-guest .dispatch-auth__field.has-error input,
body.portal-role-guest .dispatch-auth__field.has-error select,
body.portal-role-guest .dispatch-auth__field.has-error textarea,
body.portal-role-guest .dispatch-auth__field.has-error .city-search-input {
    border-color: var(--dispatch-red);
    background: #fdf4f4;
}

.dispatch-auth__field.has-error > label,
.dispatch-auth__field.has-error .dispatch-auth__password-control > label {
    color: var(--dispatch-red);
}

.dispatch-auth__form-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: -4px 0 20px;
    color: var(--dispatch-card-muted);
    font-size: 12.5px;
}

.dispatch-auth__remember,
.dispatch-auth__secure {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.dispatch-auth__remember {
    cursor: pointer;
}

body.portal-role-guest .dispatch-auth__remember input {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    min-height: 0;
    margin: 0;
    padding: 0;
    accent-color: var(--dispatch-card-text);
}

.dispatch-auth__secure {
    color: #8b909b;
}

.dispatch-auth__secure svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

body.portal-role-guest .dispatch-auth__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 49px;
    padding: 13px 18px;
    color: #fff;
    border: 1px solid var(--dispatch-ink);
    border-radius: 10px;
    outline: 0;
    background: var(--dispatch-ink);
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 150ms ease, border-color 150ms ease, transform 100ms ease, box-shadow 150ms ease;
}

body.portal-role-guest .dispatch-auth__submit:hover {
    border-color: var(--dispatch-red);
    background: var(--dispatch-red);
    transform: translateY(-1px);
}

body.portal-role-guest .dispatch-auth__submit:focus-visible {
    border-color: var(--dispatch-red);
    box-shadow: 0 0 0 4px rgba(214, 38, 44, 0.2);
}

.dispatch-auth__submit svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.3;
}

.dispatch-auth__switch {
    margin: 18px 0 0;
    color: var(--dispatch-card-muted);
    font-size: 12.5px;
    text-align: center;
}

.dispatch-auth__switch a {
    color: var(--dispatch-card-text);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.dispatch-auth__switch a:hover,
.dispatch-auth__switch a:focus-visible {
    color: var(--dispatch-red);
}

.dispatch-auth .city-search-select {
    position: relative;
    min-width: 0;
}

.dispatch-auth .city-search-native {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.dispatch-auth .city-search-options {
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    max-height: 220px;
    overflow-y: auto;
    padding: 5px;
    border: 1px solid #d4d7dd;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(16, 24, 40, 0.18);
}

body.portal-role-guest .dispatch-auth .city-search-option,
body.portal-role-guest .dispatch-auth .city-search-empty {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 9px 10px;
    color: #344054;
    border: 0;
    border-radius: 6px;
    background: transparent;
    box-shadow: none;
    font-size: 12.5px;
    font-weight: 500;
    text-align: left;
}

body.portal-role-guest .dispatch-auth .city-search-option {
    cursor: pointer;
}

body.portal-role-guest .dispatch-auth .city-search-option:hover,
body.portal-role-guest .dispatch-auth .city-search-option:focus-visible {
    color: var(--dispatch-card-text);
    outline: 0;
    background: #f1f3f5;
}

body.portal-role-guest .dispatch-auth .city-search-empty {
    color: #98a2b3;
}

.dispatch-auth__ticker {
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 11px 0;
    border-top: 1px solid var(--dispatch-dark-line);
    background: rgba(16, 16, 21, 0.96);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.dispatch-auth__ticker-track {
    display: flex;
    width: max-content;
    color: var(--dispatch-steel);
    font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 10.5px;
    white-space: nowrap;
    opacity: 0;
    will-change: transform;
    animation: dispatch-auth-ticker var(--dispatch-ticker-duration, 20s) linear infinite;
}

.dispatch-auth__ticker-track.is-ready {
    opacity: 1;
}

.dispatch-auth__ticker-segment {
    display: flex;
    flex: none;
    gap: 54px;
    padding-right: 54px;
}

.dispatch-auth__ticker-track span {
    display: inline-flex;
    align-items: center;
}

.dispatch-auth__ticker-track i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--dispatch-red);
}

.dispatch-auth__ticker-track b {
    margin-right: 7px;
    color: #fff;
    font-weight: 600;
}

@keyframes dispatch-auth-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes dispatch-auth-blip {
    0%,
    100% {
        opacity: 0;
        transform: scale(0.6);
    }

    15% {
        opacity: 1;
        transform: scale(1);
    }

    45% {
        opacity: 0;
        transform: scale(1.8);
    }
}

@keyframes dispatch-auth-brand-in {
    0% {
        opacity: 0;
        filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.6)) blur(3px) brightness(1.4);
        transform: scale(1.55) translateX(14px);
    }

    65% {
        opacity: 1;
        filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.6)) blur(0) brightness(1.1);
        transform: scale(0.97) translateX(-2px);
    }

    100% {
        opacity: 1;
        filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.6)) blur(0) brightness(1);
        transform: scale(1) translateX(0);
    }
}

@keyframes dispatch-auth-brand-glide {
    0%,
    58%,
    100% {
        transform: translateX(0);
    }

    7% {
        transform: translateX(5px);
    }

    14% {
        transform: translateX(0);
    }
}

@keyframes dispatch-auth-streak {
    0%,
    6%,
    20%,
    100% {
        opacity: 0;
        transform: scaleX(0);
    }

    9% {
        opacity: 0.8;
        transform: scaleX(1);
    }

    14% {
        opacity: 0;
        transform: scaleX(1.3);
    }
}

@keyframes dispatch-auth-ticker {
    to {
        transform: translateX(-50%);
    }
}

@media (min-width: 961px) {
    .dispatch-auth {
        min-height: 125vh;
        min-height: 125svh;
        zoom: 0.8;
    }
}

@media (max-width: 960px) {
    .dispatch-auth__topbar {
        grid-template-columns: 1fr auto;
    }

    .dispatch-auth__capabilities {
        display: none;
    }

    .dispatch-auth__stage {
        grid-template-columns: minmax(0, 420px);
        gap: 0;
        padding-top: 12px;
    }

    .dispatch-auth__intro {
        max-width: 440px;
        padding-top: 0;
        text-align: center;
    }

    .dispatch-auth__intro p {
        margin: 0 auto 30px;
    }
}

@media (max-width: 520px) {
    .dispatch-auth__topbar {
        gap: 12px;
        padding: 14px 18px;
    }

    .dispatch-auth__brand {
        width: 102px;
        height: 52px;
    }

    .dispatch-auth__brand img {
        width: auto;
        height: 42px;
    }

    .dispatch-auth__language {
        padding: 7px 10px;
        font-size: 11.5px;
    }

    .dispatch-auth__stage {
        padding: 8px 14px 94px;
    }

    .dispatch-auth__eyebrow {
        margin-bottom: 10px;
        font-size: 9px;
        letter-spacing: 2.1px;
    }

    .dispatch-auth__intro h1 {
        font-size: 23px;
    }

    .dispatch-auth__intro p {
        max-width: 350px;
        margin-bottom: 24px;
        font-size: 12.5px;
    }

    .dispatch-auth__help {
        right: 16px;
        bottom: 52px;
        min-height: 36px;
        padding: 7px 11px;
        font-size: 11.5px;
    }

    .dispatch-auth__card {
        padding: 28px 22px 24px;
        border-radius: 18px;
    }

    .dispatch-auth__card-logo {
        margin-bottom: 18px;
    }

    .dispatch-auth__card-logo img {
        width: 76px;
        height: 76px;
        border-radius: 0;
    }

    .dispatch-auth__tabs {
        margin-bottom: 24px;
    }

    .dispatch-auth__field {
        margin-bottom: 18px;
    }

    .dispatch-auth__form-meta {
        align-items: flex-start;
        font-size: 11.5px;
    }

    .dispatch-auth__ticker-segment {
        gap: 42px;
        padding-right: 42px;
    }

    .dispatch-auth__ticker-track {
        font-size: 9.5px;
    }
}

@media (max-width: 370px) {
    .dispatch-auth__secure {
        display: none;
    }

    .dispatch-auth__form-meta {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dispatch-auth *,
    .dispatch-auth *::before,
    .dispatch-auth *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .dispatch-auth__ticker-track {
        width: auto;
        overflow-x: auto;
        padding-right: 24px;
    }
}
