/* NEW customer portal V2 — customer guest/auth surfaces only. */
body.new-auth.new-auth-v2 {
    --new-auth-bg: #010711;
    --new-auth-panel: #030a14;
    --new-auth-surface: #07111d;
    --new-auth-surface-2: #091321;
    --new-auth-border: #142238;
    --new-auth-border-strong: #20314d;
    --new-auth-text: #f3f6fb;
    --new-auth-text-2: #aab5c7;
    --new-auth-text-3: #7e8ca3;
    --new-auth-blue: var(--portal-primary, #0964f5);
    --new-auth-blue-bright: var(--portal-primary-bright, #1881ff);
    --new-auth-blue-soft: rgba(var(--portal-primary-rgb, 9, 100, 245), 0.14);
    --new-auth-gold: var(--portal-secondary, #e6b21b);
    --new-auth-green: #0ab878;
    --new-auth-red: #dd4656;
    --new-auth-amber: #d79a14;
    --new-auth-font-display: 'Rajdhani', sans-serif;
    --new-auth-font-body: 'Nunito', sans-serif;
    --new-auth-font-mono: 'JetBrains Mono', monospace;
    --new-auth-radius-xs: 2px;
    --new-auth-radius-sm: 3px;
    --new-auth-radius-md: 5px;
    --new-auth-radius-lg: 7px;
    --new-auth-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);

    --bg: var(--new-auth-bg);
    --surface: var(--new-auth-panel);
    --panel: var(--new-auth-surface-2);
    --rim: var(--new-auth-border);
    --rim2: var(--new-auth-border-strong);
    --white: var(--new-auth-text);
    --txt: var(--new-auth-text-3);
    --txt2: var(--new-auth-text-2);
    --teal: var(--new-auth-blue-bright);
    --teal-dim: var(--new-auth-blue-soft);
    --teal-glow: rgba(var(--portal-primary-rgb, 9, 100, 245), 0.28);
    --red: var(--new-auth-blue);
    --red-dim: var(--new-auth-blue-soft);
    --red-glow: rgba(var(--portal-primary-rgb, 9, 100, 245), 0.24);
    --amb: var(--new-auth-amber);
    --head: var(--new-auth-font-display);
    --mono: var(--new-auth-font-mono);
    --brand-teal: var(--new-auth-blue-bright);
    --brand-red: var(--new-auth-red);
    --border-hairline: var(--new-auth-border);
    --fg-1: var(--new-auth-text);
    --fg-2: var(--new-auth-text-2);
    --fg-3: var(--new-auth-text-2);
    --fg-4: var(--new-auth-text-3);
    --bg-2: var(--new-auth-surface-2);

    min-width: 320px;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: hidden;
    color: var(--new-auth-text);
    font-family: var(--new-auth-font-body);
    background:
        radial-gradient(circle at 0 0, rgba(var(--portal-primary-rgb, 9, 100, 245), 0.12), transparent 34%),
        var(--new-auth-bg);
    color-scheme: dark;
}

body.new-auth.new-auth-v2 .new-auth-wrap {
    display: grid;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    grid-template-columns: minmax(440px, 38vw) minmax(0, 1fr);
    align-items: stretch;
}

body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-wrap {
    grid-template-columns: minmax(590px, 47vw) minmax(0, 1fr);
}

body.new-auth.new-auth-v2 .new-auth-panel {
    position: relative;
    z-index: 3;
    display: flex;
    width: auto;
    min-width: 0;
    min-height: 100vh;
    min-height: 100dvh;
    flex-direction: column;
    padding: 28px clamp(36px, 4vw, 60px) 30px;
    overflow: visible;
    color: var(--new-auth-text-2);
    background:
        linear-gradient(180deg, rgba(var(--portal-primary-rgb, 9, 100, 245), 0.04), transparent 26%),
        var(--new-auth-panel);
    border: 0;
    border-inline-end: 1px solid var(--new-auth-border);
    box-shadow: 18px 0 48px rgba(0, 0, 0, 0.28);
}

body.new-auth.new-auth-v2 .new-auth-panel::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: '';
    pointer-events: none;
    background-image:
        linear-gradient(rgba(32, 49, 77, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(32, 49, 77, 0.08) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.48), transparent 42%);
}

body.new-auth.new-auth-v2 .new-auth-panel::after {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: 3px;
    height: auto;
    content: '';
    background: linear-gradient(180deg, var(--new-auth-blue-bright), var(--new-auth-blue) 34%, transparent 76%);
    box-shadow: 0 0 18px rgba(var(--portal-primary-rgb, 9, 100, 245), 0.24);
}

body.new-auth.new-auth-v2 .new-auth-topbar {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
}

body.new-auth.new-auth-v2 .new-auth-theme-btn {
    display: none;
}

body.new-auth.new-auth-v2 .new-auth-lang {
    position: relative;
    z-index: 30;
}

body.new-auth.new-auth-v2 .new-auth-lang-btn {
    min-height: 40px;
    padding: 0 12px;
    gap: 8px;
    color: var(--new-auth-text-2);
    font-family: var(--new-auth-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: var(--new-auth-surface);
    border: 1px solid var(--new-auth-border);
    border-radius: var(--new-auth-radius-sm);
}

body.new-auth.new-auth-v2 .new-auth-lang-btn:hover,
body.new-auth.new-auth-v2 .new-auth-lang-btn[aria-expanded='true'] {
    color: var(--new-auth-text);
    background: var(--new-auth-blue-soft);
    border-color: rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.5);
}

body.new-auth.new-auth-v2 .new-auth-lang-btn .lang-flag svg,
body.new-auth.new-auth-v2 .new-auth-lang-btn .lang-flag img {
    width: 19px;
    max-height: 14px;
}

body.new-auth.new-auth-v2 .new-auth-lang-dropdown {
    display: none;
    position: absolute;
    inset-block-start: calc(100% + 7px);
    left: auto;
    right: 0;
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: min(320px, calc(100vw - 32px));
    min-width: 220px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: min(360px, 58vh);
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--new-auth-surface-2);
    border: 1px solid var(--new-auth-border-strong);
    border-top: 2px solid var(--new-auth-blue-bright);
    border-radius: var(--new-auth-radius-sm);
    box-shadow: var(--new-auth-shadow);
}

body.new-auth.new-auth-v2 .new-auth-lang-dropdown.open {
    display: grid;
}

body.new-auth.new-auth-v2 .new-auth-lang-dropdown a {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 13px;
    color: var(--new-auth-text-2);
    font-family: var(--new-auth-font-body);
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    border-color: var(--new-auth-border);
}

body.new-auth.new-auth-v2 .new-auth-lang-dropdown a svg,
body.new-auth.new-auth-v2 .new-auth-lang-dropdown a img {
    width: 19px;
    max-height: 14px;
    flex: 0 0 auto;
}

body.new-auth.new-auth-v2 .new-auth-lang-dropdown a:hover,
body.new-auth.new-auth-v2 .new-auth-lang-dropdown a:focus-visible {
    color: var(--new-auth-text);
    background: var(--new-auth-blue-soft);
    outline: 0;
}

body.new-auth.new-auth-v2 .new-auth-logo {
    display: block;
    width: fit-content;
    max-width: 100%;
    align-self: center;
    margin: clamp(50px, 10vh, 104px) auto 28px;
}

body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-logo {
    margin-block-start: 16px;
    margin-block-end: 22px;
}

body.new-auth.new-auth-v2 .new-auth-logo img {
    display: block;
    width: auto;
    max-width: min(220px, 80%);
    height: 84px;
    margin-inline: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 16px rgba(var(--portal-primary-rgb, 9, 100, 245), 0.12));
}

body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-logo img {
    height: 70px;
}

body.new-auth.new-auth-v2 .new-auth-head {
    margin: 0 0 25px;
}

body.new-auth.new-auth-v2 .new-auth-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 7px;
    color: var(--new-auth-text);
    font-family: var(--new-auth-font-display);
    font-size: clamp(28px, 3vw, 35px);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.06;
}

body.new-auth.new-auth-v2 .new-auth-title .new-slash {
    color: var(--new-auth-blue-bright);
    font-family: var(--new-auth-font-mono);
    font-size: 15px;
    letter-spacing: -0.08em;
}

body.new-auth.new-auth-v2 .new-auth-meta {
    color: var(--new-auth-text-3);
    font-family: var(--new-auth-font-body);
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.55;
}

body.new-auth.new-auth-v2 .new-auth-meta a,
body.new-auth.new-auth-v2 .new-auth-link {
    color: var(--new-auth-blue-bright);
    font-family: var(--new-auth-font-body);
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
}

body.new-auth.new-auth-v2 .new-auth-meta a:hover,
body.new-auth.new-auth-v2 .new-auth-link:hover {
    color: var(--new-auth-text);
    text-decoration: none;
}

body.new-auth.new-auth-v2 .new-auth-alert {
    margin: 0 0 16px;
    padding: 12px 14px;
    color: var(--new-auth-text-2);
    font-family: var(--new-auth-font-body);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
    background: var(--new-auth-surface);
    border: 1px solid var(--new-auth-border);
    border-inline-start-width: 3px;
    border-radius: var(--new-auth-radius-sm);
}

body.new-auth.new-auth-v2 .new-auth-alert.success,
body.new-auth.new-auth-v2 .new-auth-alert.alert-success {
    color: var(--new-auth-green);
    background: rgba(10, 184, 120, 0.1);
    border-color: rgba(10, 184, 120, 0.3);
    border-inline-start-color: var(--new-auth-green);
}

body.new-auth.new-auth-v2 .new-auth-alert.danger,
body.new-auth.new-auth-v2 .new-auth-alert.alert-danger,
body.new-auth.new-auth-v2 .new-auth-alert.error {
    color: #ff8d99;
    background: rgba(221, 70, 86, 0.1);
    border-color: rgba(221, 70, 86, 0.3);
    border-inline-start-color: var(--new-auth-red);
}

body.new-auth.new-auth-v2 .new-auth-alert.warning,
body.new-auth.new-auth-v2 .new-auth-alert.alert-warning {
    color: var(--new-auth-amber);
    background: rgba(215, 154, 20, 0.1);
    border-color: rgba(215, 154, 20, 0.3);
    border-inline-start-color: var(--new-auth-amber);
}

body.new-auth.new-auth-v2 .new-auth-alert.info,
body.new-auth.new-auth-v2 .new-auth-alert.alert-info {
    color: var(--new-auth-blue-bright);
    background: var(--new-auth-blue-soft);
    border-color: rgba(var(--portal-primary-rgb, 9, 100, 245), 0.3);
    border-inline-start-color: var(--new-auth-blue-bright);
}

body.new-auth.new-auth-v2 .new-form {
    width: 100%;
    flex: 0 0 auto;
}

body.new-auth.new-auth-v2 .new-field {
    position: relative;
    min-width: 0;
    margin: 0 0 14px;
}

body.new-auth.new-auth-v2 .new-field-icon {
    inset-block-start: 50%;
    left: 16px;
    right: auto;
    inset-inline-start: 16px;
    inset-inline-end: auto;
    color: var(--new-auth-text-3);
    transform: translateY(-50%);
}

body.new-auth.new-auth-v2 .new-field.new-field-textarea .new-field-icon {
    inset-block-start: 17px;
    transform: none;
}

body.new-auth.new-auth-v2 .new-auth-v2-field-glyph {
    font-size: 14px;
}

body.new-auth.new-auth-v2 .new-field input,
body.new-auth.new-auth-v2 .new-field select,
body.new-auth.new-auth-v2 .new-field textarea,
body.new-auth.new-auth-v2 .pemm-password-input-wrap .pemm-password-input {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 12px 45px 12px 46px;
    color: var(--new-auth-text);
    font-family: var(--new-auth-font-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    background: var(--new-auth-surface-2);
    border: 1px solid var(--new-auth-border);
    border-radius: var(--new-auth-radius-sm);
    box-shadow: none;
    outline: 0;
}

body.new-auth.new-auth-v2 .pemm-password-input-wrap .pemm-password-input {
    padding-inline-start: 15px;
    padding-inline-end: 54px;
}

body.new-auth.new-auth-v2 .new-field textarea {
    min-height: 82px;
    padding-block-start: 14px;
    resize: vertical;
}

body.new-auth.new-auth-v2 .new-field input::placeholder,
body.new-auth.new-auth-v2 .new-field textarea::placeholder {
    color: var(--new-auth-text-3);
    opacity: 0.84;
}


body.new-auth.new-auth-v2 .new-field input:-webkit-autofill,
body.new-auth.new-auth-v2 .new-field select:-webkit-autofill,
body.new-auth.new-auth-v2 .new-field textarea:-webkit-autofill,
body.new-auth.new-auth-v2 .pemm-password-input-wrap .pemm-password-input:-webkit-autofill,
body.new-auth.new-auth-v2 .new-field input:-webkit-autofill:hover,
body.new-auth.new-auth-v2 .new-field select:-webkit-autofill:hover,
body.new-auth.new-auth-v2 .new-field textarea:-webkit-autofill:hover,
body.new-auth.new-auth-v2 .pemm-password-input-wrap .pemm-password-input:-webkit-autofill:hover,
body.new-auth.new-auth-v2 .new-field input:-webkit-autofill:focus,
body.new-auth.new-auth-v2 .new-field select:-webkit-autofill:focus,
body.new-auth.new-auth-v2 .new-field textarea:-webkit-autofill:focus,
body.new-auth.new-auth-v2 .pemm-password-input-wrap .pemm-password-input:-webkit-autofill:focus,
body.new-auth.new-auth-v2 .new-field input:-webkit-autofill:active,
body.new-auth.new-auth-v2 .new-field select:-webkit-autofill:active,
body.new-auth.new-auth-v2 .new-field textarea:-webkit-autofill:active,
body.new-auth.new-auth-v2 .pemm-password-input-wrap .pemm-password-input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--new-auth-text);
    caret-color: var(--new-auth-text);
    -webkit-box-shadow: 0 0 0 1000px var(--new-auth-surface-2) inset;
    box-shadow: 0 0 0 1000px var(--new-auth-surface-2) inset;
    transition: background-color 99999s ease-out 0s;
}

body.new-auth.new-auth-v2 .new-field input:hover,
body.new-auth.new-auth-v2 .new-field select:hover,
body.new-auth.new-auth-v2 .new-field textarea:hover,
body.new-auth.new-auth-v2 .pemm-password-input-wrap .pemm-password-input:hover {
    border-color: var(--new-auth-border-strong);
}

body.new-auth.new-auth-v2 .new-field input:focus,
body.new-auth.new-auth-v2 .new-field select:focus,
body.new-auth.new-auth-v2 .new-field textarea:focus,
body.new-auth.new-auth-v2 .pemm-password-input-wrap .pemm-password-input:focus {
    color: var(--new-auth-text);
    background: var(--new-auth-surface-2);
    border-color: var(--new-auth-blue);
    box-shadow: 0 0 0 3px var(--new-auth-blue-soft);
}

body.new-auth.new-auth-v2 .new-field input[readonly] {
    color: var(--new-auth-text-2);
    background: var(--new-auth-bg);
    border-color: var(--new-auth-border);
    cursor: default;
}

body.new-auth.new-auth-v2 .new-field select,
body.new-auth.new-auth-v2 .new-field select option {
    color: var(--new-auth-text);
    background-color: var(--new-auth-surface-2);
}

body.new-auth.new-auth-v2 .new-field-eye,
body.new-auth.new-auth-v2 .pemm-password-toggle {
    inset-block-start: 50%;
    left: auto;
    right: auto;
    inset-inline-start: auto;
    inset-inline-end: 2px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    color: var(--new-auth-text-3);
    background: transparent;
    border: 0;
    border-radius: var(--new-auth-radius-xs);
    transform: translateY(-50%);
}

body.new-auth.new-auth-v2 .new-field-eye:hover,
body.new-auth.new-auth-v2 .pemm-password-toggle:hover,
body.new-auth.new-auth-v2 .pemm-password-toggle:focus-visible {
    color: var(--new-auth-blue-bright);
    background: var(--new-auth-blue-soft);
}

body.new-auth.new-auth-v2 .new-auth-remember-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 1px 0 18px;
}

body.new-auth.new-auth-v2 .new-auth-remember-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--new-auth-text-3);
    font-family: var(--new-auth-font-body);
    font-size: 12px;
}

body.new-auth.new-auth-v2 .new-auth-remember-label input[type='checkbox'],
body.new-auth.new-auth-v2 .new-auth-check input[type='checkbox'] {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    accent-color: var(--new-auth-blue);
}

body.new-auth.new-auth-v2 .new-auth-btn {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin: 2px 0 0;
    padding: 0 20px;
    color: #fff;
    font-family: var(--new-auth-font-display);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
    background: linear-gradient(135deg, var(--portal-primary-dark, #093fc8), var(--portal-primary-bright, #1881ff));
    border: 1px solid rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.72);
    border-radius: var(--new-auth-radius-sm);
    box-shadow: 0 8px 24px rgba(var(--portal-primary-dark-rgb, 9, 63, 200), 0.2);
    clip-path: none;
}

body.new-auth.new-auth-v2 .new-auth-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--portal-primary-dark, #093fc8), var(--portal-primary-bright, #1881ff));
    border-color: var(--new-auth-blue-bright);
    box-shadow: 0 10px 30px rgba(var(--portal-primary-rgb, 9, 100, 245), 0.28);
}

body.new-auth.new-auth-v2 .new-auth-btn:active {
    background: linear-gradient(135deg, var(--portal-primary-dark, #093fc8), var(--portal-primary-bright, #1881ff));
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    transform: translateY(1px);
}

body.new-auth.new-auth-v2 .new-auth-type {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 14px;
    padding: 4px;
    overflow: visible;
    background: var(--new-auth-bg);
    border: 1px solid var(--new-auth-border);
    border-radius: var(--new-auth-radius-sm);
}

body.new-auth.new-auth-v2 .new-auth-type-btn {
    min-height: 38px;
    padding: 0 10px;
    color: var(--new-auth-text-3);
    font-family: var(--new-auth-font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--new-auth-radius-xs);
}

body.new-auth.new-auth-v2 .new-auth-type-btn + .new-auth-type-btn {
    border-inline-start: 1px solid transparent;
}

body.new-auth.new-auth-v2 .new-auth-type-btn:hover {
    color: var(--new-auth-text-2);
    background: var(--new-auth-surface-2);
}

body.new-auth.new-auth-v2 .new-auth-type-btn.active,
body.new-auth.new-auth-v2 .new-auth-type-btn[aria-pressed='true'] {
    color: #fff;
    background: var(--new-auth-blue);
    border-color: rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.54);
    box-shadow: 0 4px 14px rgba(var(--portal-primary-dark-rgb, 9, 63, 200), 0.16);
}

body.new-auth.new-auth-v2 .new-company-fields {
    display: none;
}

body.new-auth.new-auth-v2 .new-company-fields.show {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.new-auth.new-auth-v2 .new-auth-divider {
    height: 1px;
    margin: 5px 0 1px;
    background: var(--new-auth-border);
}

body.new-auth.new-auth-v2 .pemm-password-change {
    gap: 12px;
}

body.new-auth.new-auth-v2 .pemm-password-strength {
    margin-block-start: 9px;
}

body.new-auth.new-auth-v2 .pemm-password-strength-track {
    height: 4px;
    overflow: hidden;
    background: var(--new-auth-border);
    border-radius: 99px;
}

body.new-auth.new-auth-v2 .pemm-password-strength-fill {
    border-radius: 99px;
}

body.new-auth.new-auth-v2 .pemm-password-rules {
    gap: 5px;
    margin-block-start: 9px;
}

body.new-auth.new-auth-v2 .pemm-password-rules li {
    padding-inline-start: 17px;
    color: var(--new-auth-text-3);
    font-family: var(--new-auth-font-body);
    font-size: 10px;
    line-height: 1.35;
}

body.new-auth.new-auth-v2 .pemm-password-rules li::before {
    left: 0;
    right: auto;
    inset-inline-start: 0;
    inset-inline-end: auto;
    border-color: var(--new-auth-border-strong);
    border-radius: 50%;
}

body.new-auth.new-auth-v2 .pemm-password-rules li.is-pass {
    color: var(--new-auth-green);
}

body.new-auth.new-auth-v2 .pemm-password-rules li.is-pass::before {
    background: var(--new-auth-green);
    border-color: var(--new-auth-green);
}

body.new-auth.new-auth-v2 .new-auth-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 2px 0 14px;
}

body.new-auth.new-auth-v2 .new-auth-check-label {
    color: var(--new-auth-text-3);
    font-family: var(--new-auth-font-body);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.45;
}

body.new-auth.new-auth-v2 .new-auth-check-label a {
    color: var(--new-auth-blue-bright);
    font-weight: 700;
}

body.new-auth.new-auth-v2 .iti {
    width: 100%;
}

body.new-auth.new-auth-v2 .iti__selected-flag {
    background: var(--new-auth-surface-2);
    border-inline-end: 1px solid var(--new-auth-border-strong);
}

body.new-auth.new-auth-v2 .iti__country-list {
    max-width: min(390px, calc(100vw - 24px));
    max-height: 260px;
    color: var(--new-auth-text-2);
    background: var(--new-auth-surface-2);
    border: 1px solid var(--new-auth-border-strong);
    border-top: 2px solid var(--new-auth-blue-bright);
    border-radius: var(--new-auth-radius-sm);
    box-shadow: var(--new-auth-shadow);
}

body.new-auth.new-auth-v2 .iti__country {
    border-color: var(--new-auth-border);
}

body.new-auth.new-auth-v2 .iti__country:hover,
body.new-auth.new-auth-v2 .iti__country.iti__highlight {
    background: var(--new-auth-blue-soft);
}

body.new-auth.new-auth-v2 .iti__country-name,
body.new-auth.new-auth-v2 .iti__selected-dial-code {
    color: var(--new-auth-text-2);
    font-family: var(--new-auth-font-body);
}

body.new-auth.new-auth-v2 .new-auth-footer {
    margin-block-start: auto;
    padding-block-start: 28px;
    color: var(--new-auth-text-3);
    font-family: var(--new-auth-font-body);
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.5;
}

body.new-auth.new-auth-v2 .new-auth-maker {
    display: flex;
    gap: 8px 10px;
    margin-block-start: 10px;
    padding-block-start: 13px;
    color: var(--new-auth-text-3);
    border-color: var(--new-auth-border);
}

body.new-auth.new-auth-v2 .new-auth-maker-label,
body.new-auth.new-auth-v2 .new-auth-maker .producer-attribution-text {
    color: var(--new-auth-text-3);
    font-family: var(--new-auth-font-body);
    font-size: 9px;
    letter-spacing: 0;
}

body.new-auth.new-auth-v2 .new-auth-maker img {
    max-width: 128px;
    height: 18px;
    opacity: 0.7;
}

body.new-auth.new-auth-v2 .new-auth-image {
    position: sticky;
    inset-block-start: 0;
    display: block;
    width: auto;
    min-width: 0;
    height: 100vh;
    height: 100dvh;
    align-self: start;
    overflow: hidden;
    background-color: var(--new-auth-bg);
    background-image: var(--new-auth-bg, none);
    background-position: center;
    background-size: cover;
}

body.new-auth.new-auth-v2 .new-auth-image::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: '';
    background:
        linear-gradient(90deg, rgba(1, 7, 17, 0.82) 0%, rgba(1, 7, 17, 0.28) 30%, rgba(1, 7, 17, 0.14) 72%, rgba(1, 7, 17, 0.48) 100%),
        linear-gradient(180deg, rgba(1, 7, 17, 0.18) 34%, rgba(1, 7, 17, 0.92) 100%);
}

body.new-auth.new-auth-v2 .new-auth-image::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: '';
    pointer-events: none;
    background-image:
        linear-gradient(rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.05) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.5));
}

body.new-auth.new-auth-v2 .new-auth-image-brand {
    position: absolute;
    z-index: 2;
    inset-block-end: clamp(30px, 5vh, 58px);
    inset-inline: clamp(30px, 5vw, 72px);
    width: min(560px, calc(100% - 60px));
    padding: 24px 26px;
    color: var(--new-auth-text-2);
    font-family: var(--new-auth-font-body);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.6;
    text-transform: none;
    background: rgba(3, 10, 20, 0.72);
    border: 1px solid rgba(32, 49, 77, 0.72);
    border-inline-start: 3px solid var(--new-auth-blue);
    border-radius: var(--new-auth-radius-md);
    box-shadow: var(--new-auth-shadow);
    backdrop-filter: blur(14px);
}

body.new-auth.new-auth-v2 .new-auth-v2-image-kicker {
    display: block;
    margin-block-end: 8px;
    color: var(--new-auth-blue-bright);
    font-family: var(--new-auth-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.new-auth.new-auth-v2 .new-auth-image-brand strong {
    display: block;
    margin: 0;
    color: var(--new-auth-text);
    font-family: var(--new-auth-font-display);
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.05;
    text-transform: none;
}

body.new-auth.new-auth-v2 .new-auth-image-brand p {
    max-width: 500px;
    margin: 10px 0 0;
    color: var(--new-auth-text-2);
    font-size: 13px;
    line-height: 1.55;
}

/* Shared auth reference composition: automotive hero, framed account card, trust strip. */
body.new-auth.new-auth-v2.new-auth-reference .new-auth-wrap {
    grid-template-columns: minmax(0, 1.14fr) minmax(470px, 0.86fr);
    background: #020812;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-panel {
    grid-column: 2;
    grid-row: 1;
    padding: 24px clamp(28px, 3.2vw, 50px) 22px;
    overflow-y: auto;
    background:
        radial-gradient(circle at 100% 0, rgba(var(--portal-primary-rgb, 9, 100, 245), 0.1), transparent 32%),
        linear-gradient(180deg, rgba(2, 8, 18, 0.98), rgba(2, 8, 18, 0.94));
    border-inline-start: 1px solid rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.16);
    border-inline-end: 0;
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.42);
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-panel::before {
    background-image:
        linear-gradient(rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 74%);
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-panel::after {
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--new-auth-blue-bright), transparent 60%);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-masthead {
    position: relative;
    z-index: 5;
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: min(100%, 560px);
    margin: 0 auto;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-logo {
    width: min(226px, 52%);
    max-width: none;
    align-self: auto;
    margin: 0;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-logo img {
    width: 100%;
    max-width: 226px;
    height: 66px;
    margin: 0;
    object-position: left center;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-topbar {
    min-height: 44px;
    flex: 0 0 auto;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-theme-btn {
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    color: var(--new-auth-text-2);
    background: rgba(7, 17, 29, 0.9);
    border: 1px solid var(--new-auth-border);
    border-radius: var(--new-auth-radius-sm);
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-theme-btn:hover {
    color: var(--new-auth-blue-bright);
    background: var(--new-auth-blue-soft);
    border-color: rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.5);
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-lang-btn {
    min-height: 44px;
    padding-inline: 13px;
    background: rgba(7, 17, 29, 0.9);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-hero {
    display: none;
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-card {
    position: relative;
    z-index: 2;
    width: min(100%, 560px);
    margin: clamp(24px, 4.5vh, 46px) auto 0;
    padding: 28px 28px 24px;
    background: rgba(3, 10, 20, 0.92);
    border: 1px solid rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.56);
    border-radius: var(--new-auth-radius-lg);
    box-shadow:
        0 0 0 1px rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.05) inset,
        0 22px 55px rgba(0, 0, 0, 0.38),
        0 0 34px rgba(var(--portal-primary-rgb, 9, 100, 245), 0.08);
    backdrop-filter: blur(16px);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-card::before,
body.new-auth.new-auth-v2.new-auth-reference .new-login-card::after {
    position: absolute;
    width: 18px;
    height: 18px;
    content: '';
    pointer-events: none;
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-card::before {
    inset: -1px auto auto -1px;
    border-block-start: 2px solid var(--new-auth-blue-bright);
    border-inline-start: 2px solid var(--new-auth-blue-bright);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-card::after {
    inset: auto -1px -1px auto;
    border-inline-end: 2px solid var(--new-auth-blue);
    border-block-end: 2px solid var(--new-auth-blue);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-card-header {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-block-end: 23px;
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-card-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: var(--new-auth-blue-bright);
    font-size: 18px;
    background: var(--new-auth-blue-soft);
    border: 1px solid rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.58);
    clip-path: polygon(25% 0, 75% 0, 100% 24%, 100% 76%, 75% 100%, 25% 100%, 0 76%, 0 24%);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-card-title {
    position: relative;
    margin: 0;
    padding-block-end: 9px;
    color: var(--new-auth-text);
    font-family: var(--new-auth-font-display);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.1;
    text-transform: uppercase;
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-card-title::after {
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: 0;
    width: 54px;
    height: 2px;
    content: '';
    background: linear-gradient(90deg, var(--new-auth-gold), transparent);
}

body.new-auth.new-auth-v2.new-auth-reference .new-field {
    margin-block-end: 14px;
}

body.new-auth.new-auth-v2.new-auth-reference .new-field input {
    min-height: 56px;
    padding-inline-start: 54px;
    font-size: 15px;
    background: rgba(5, 13, 24, 0.88);
    border-color: rgba(126, 140, 163, 0.24);
}

body.new-auth.new-auth-v2.new-auth-reference .new-field-icon {
    inset-inline-start: 18px;
    color: var(--new-auth-blue-bright);
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-remember-row {
    margin-block: 2px 20px;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-remember-label,
body.new-auth.new-auth-v2.new-auth-reference .new-auth-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    font-size: 13px;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-remember-label input[type='checkbox'] {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-btn {
    position: relative;
    min-height: 58px;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    font-family: var(--new-auth-font-display);
    font-size: 17px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    background: linear-gradient(105deg, var(--portal-secondary, #e6b21b) 0%, var(--portal-secondary, #e6b21b) 18%, var(--portal-primary, #0964f5) 62%, var(--portal-primary, #0964f5) 100%);
    border-color: rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.76);
    box-shadow: 0 12px 28px rgba(var(--portal-primary-rgb, 9, 100, 245), 0.28), -10px 0 25px rgba(var(--portal-secondary-rgb, 230, 178, 27), 0.12);
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-btn:hover {
    background: linear-gradient(105deg, var(--portal-secondary, #e6b21b) 0%, var(--portal-secondary, #e6b21b) 18%, var(--portal-primary-bright, #1881ff) 62%, var(--portal-primary, #0964f5) 100%);
    box-shadow: 0 14px 34px rgba(var(--portal-primary-rgb, 9, 100, 245), 0.35), -12px 0 28px rgba(var(--portal-secondary-rgb, 230, 178, 27), 0.18);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-submit-arrow {
    position: absolute;
    inset-inline-end: 19px;
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-register {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-block-start: 21px;
    padding-block-start: 19px;
    color: var(--new-auth-text-3);
    font-size: 13px;
    border-block-start: 1px solid var(--new-auth-border);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-register a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--new-auth-gold);
    font-weight: 800;
    text-decoration: none;
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-register a:hover {
    color: var(--portal-secondary, #e6b21b);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(100%, 610px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 25px auto 0;
    padding: 17px 0;
    border-block: 1px solid rgba(32, 49, 77, 0.74);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    color: var(--new-auth-text-3);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-item + .new-login-assurance-item {
    border-inline-start: 1px solid var(--new-auth-border);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-icon {
    display: grid;
    width: 34px;
    height: 38px;
    flex: 0 0 34px;
    place-items: center;
    color: var(--new-auth-blue-bright);
    font-size: 17px;
    background: rgba(var(--portal-primary-rgb, 9, 100, 245), 0.08);
    border: 1px solid rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.34);
    clip-path: polygon(50% 0, 96% 24%, 96% 75%, 50% 100%, 4% 75%, 4% 24%);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-icon--gold {
    color: var(--new-auth-gold);
    background: rgba(var(--portal-secondary-rgb, 230, 178, 27), 0.08);
    border-color: rgba(var(--portal-secondary-rgb, 230, 178, 27), 0.4);
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-item > span:last-child {
    display: block;
    min-width: 0;
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-item strong,
body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-item small {
    display: block;
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-item strong {
    color: var(--new-auth-text);
    font-family: var(--new-auth-font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-item small {
    margin-block-start: 4px;
    font-size: 8.5px;
    line-height: 1.35;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-footer {
    margin-block-start: auto;
    padding-block-start: 0;
    text-align: center;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-maker {
    justify-content: center;
    margin-block-start: 8px;
    padding-block-start: 10px;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-image {
    grid-column: 1;
    grid-row: 1;
    background-image: var(--new-auth-bg, url('/assets/images/customer-new/auth/auth-desktop.avif'));
    background-position: center center;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-image::before {
    background:
        linear-gradient(90deg, rgba(1, 7, 17, 0.3) 0%, rgba(1, 7, 17, 0.02) 54%, rgba(1, 7, 17, 0.78) 100%),
        linear-gradient(180deg, rgba(1, 7, 17, 0.12) 30%, rgba(1, 7, 17, 0.92) 100%);
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-image-brand {
    inset-block-end: clamp(34px, 6vh, 70px);
    inset-inline: clamp(34px, 5vw, 82px);
    width: min(560px, calc(100% - 68px));
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-image-brand strong {
    max-width: 520px;
    font-size: clamp(38px, 4.1vw, 64px);
    line-height: 0.98;
    text-transform: uppercase;
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.72);
}

body.new-auth.new-auth-v2.new-auth-reference .new-auth-image-brand p {
    max-width: 490px;
    color: rgba(222, 231, 244, 0.78);
    font-size: 15px;
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light {
    --new-auth-bg: #eaf0f8;
    --new-auth-panel: #f6f9fd;
    --new-auth-surface: #ffffff;
    --new-auth-surface-2: #edf3fa;
    --new-auth-border: #cbd7e7;
    --new-auth-border-strong: #aabbd2;
    --new-auth-text: #111b2a;
    --new-auth-text-2: #35465d;
    --new-auth-text-3: #62738b;
    background: #eaf0f8;
    color-scheme: light;
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-auth-wrap {
    background: #eaf0f8;
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-auth-panel {
    background:
        radial-gradient(circle at 100% 0, rgba(var(--portal-primary-rgb, 9, 100, 245), 0.1), transparent 32%),
        linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(239, 245, 252, 0.96));
    border-color: rgba(var(--portal-primary-rgb, 9, 100, 245), 0.18);
    box-shadow: -24px 0 70px rgba(19, 43, 78, 0.13);
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-auth-theme-btn,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-auth-lang-btn {
    background: rgba(255, 255, 255, 0.92);
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-login-card {
    background: rgba(255, 255, 255, 0.93);
    border-color: rgba(var(--portal-primary-rgb, 9, 100, 245), 0.45);
    box-shadow: 0 22px 55px rgba(32, 65, 108, 0.15);
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field input {
    background: rgba(239, 245, 252, 0.9);
    border-color: rgba(80, 106, 139, 0.25);
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field select,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field textarea,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .pemm-password-input-wrap .pemm-password-input {
    background: rgba(239, 245, 252, 0.9);
    border-color: rgba(80, 106, 139, 0.25);
}


body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field input:-webkit-autofill,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field select:-webkit-autofill,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field textarea:-webkit-autofill,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .pemm-password-input-wrap .pemm-password-input:-webkit-autofill,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field input:-webkit-autofill:hover,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field select:-webkit-autofill:hover,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field textarea:-webkit-autofill:hover,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .pemm-password-input-wrap .pemm-password-input:-webkit-autofill:hover,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field input:-webkit-autofill:focus,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field select:-webkit-autofill:focus,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field textarea:-webkit-autofill:focus,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .pemm-password-input-wrap .pemm-password-input:-webkit-autofill:focus,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field input:-webkit-autofill:active,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field select:-webkit-autofill:active,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-field textarea:-webkit-autofill:active,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .pemm-password-input-wrap .pemm-password-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgba(239, 245, 252, 0.9) inset;
    box-shadow: 0 0 0 1000px rgba(239, 245, 252, 0.9) inset;
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-auth-image-brand strong {
    color: #f3f6fb;
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-theme-light .new-auth-image-brand p {
    color: rgba(232, 239, 248, 0.78);
}

body.new-auth.new-auth-v2 .new-auth-recovery-copy {
    margin: -7px 0 22px;
    color: var(--new-auth-text-3);
    font-size: 12.5px;
    line-height: 1.55;
}

body.new-auth.new-auth-v2 .new-auth-form-section-title {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: 10px;
    margin: 3px 0 0;
    padding-block-end: 9px;
    color: var(--new-auth-text);
    font-family: var(--new-auth-font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-block-end: 1px solid var(--new-auth-border);
}

body.new-auth.new-auth-v2 .new-auth-form-section-title span {
    color: var(--new-auth-gold);
    font-family: var(--new-auth-font-mono);
    font-size: 10px;
}

body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-panel {
    min-height: max(100vh, 1060px);
    padding-block-start: 22px;
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--register .new-auth-wrap {
    grid-template-columns: minmax(0, 0.86fr) minmax(680px, 1.14fr);
}

body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--register .new-login-masthead,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--register .new-auth-card--register,
body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--register .new-login-assurance {
    width: min(100%, 760px);
}

body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-card--register {
    margin-block-start: 22px;
    padding: 26px 28px 24px;
}

body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-card--register .new-login-card-header {
    margin-block-end: 18px;
}

body.new-auth.new-auth-v2.new-auth-v2--register #registerForm {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 14px;
}

body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-field,
body.new-auth.new-auth-v2.new-auth-v2--register #registerForm .new-company-fields .new-field {
    margin: 0;
}

body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-type,
body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-company-fields,
body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-field-textarea,
body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-divider,
body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-form-section-title,
body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .pemm-password-change,
body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-check,
body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-btn {
    grid-column: 1 / -1;
}

body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-type {
    margin: 0;
}

body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .pemm-password-change {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .pemm-password-change .pemm-password-field {
    min-width: 0;
}

body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .pemm-password-change .pemm-password-strength {
    min-height: 74px;
}

body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-footer {
    margin-block-start: 22px;
}

body.new-auth.new-auth-v2.new-auth-v2--reset .pemm-password-change {
    grid-template-columns: 1fr;
}

body.new-auth.new-auth-v2 .new-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: var(--new-z-modal-backdrop, 1300);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: auto;
    background: rgba(0, 4, 12, 0.82);
    backdrop-filter: blur(7px);
    overscroll-behavior: contain;
}

body.new-auth.new-auth-v2 .new-modal-overlay.open {
    display: flex;
}

body.new-auth.new-auth-v2 .new-modal-overlay[aria-hidden='true'] {
    display: none;
}

body.new-auth.new-auth-v2 .new-modal {
    width: min(640px, 100%);
    max-height: min(82vh, 760px);
    overflow: hidden;
    color: var(--new-auth-text-2);
    background: var(--new-auth-surface);
    border: 1px solid var(--new-auth-border-strong);
    border-top: 2px solid var(--new-auth-blue-bright);
    border-radius: var(--new-auth-radius-md);
    box-shadow: var(--new-auth-shadow);
}

body.new-auth.new-auth-v2 .new-modal-head {
    min-height: 62px;
    padding: 16px 20px;
    color: var(--new-auth-text);
    font-family: var(--new-auth-font-display);
    font-size: 19px;
    border-color: var(--new-auth-border);
}

body.new-auth.new-auth-v2 .new-modal-close {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--new-auth-text-2);
    background: var(--new-auth-surface-2);
    border: 1px solid var(--new-auth-border);
    border-radius: var(--new-auth-radius-sm);
}

body.new-auth.new-auth-v2 .new-modal-close:hover {
    color: var(--new-auth-text);
    border-color: var(--new-auth-border-strong);
}

body.new-auth.new-auth-v2 .new-modal-body {
    padding: 20px;
    color: var(--new-auth-text-2);
    font-family: var(--new-auth-font-body);
    font-size: 13px;
    line-height: 1.7;
}

body.new-auth.new-auth-v2 .new-modal-foot {
    padding: 14px 20px;
    border-color: var(--new-auth-border);
}

body.new-auth.new-auth-v2 .new-modal-foot button {
    min-height: 42px;
    padding: 0 20px;
    color: #fff;
    font-family: var(--new-auth-font-display);
    font-size: 14px;
    background: linear-gradient(135deg, var(--portal-primary-dark, #093fc8), var(--portal-primary-bright, #1881ff));
    border: 1px solid rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.7);
    border-radius: var(--new-auth-radius-sm);
    clip-path: none;
}

body.new-auth.new-auth-v2 a:focus-visible,
body.new-auth.new-auth-v2 button:focus-visible,
body.new-auth.new-auth-v2 input:focus-visible,
body.new-auth.new-auth-v2 select:focus-visible,
body.new-auth.new-auth-v2 textarea:focus-visible,
body.new-auth.new-auth-v2 [tabindex]:focus-visible {
    outline: 2px solid var(--new-auth-blue-bright);
    outline-offset: 2px;
}

@media (max-width: 1100px) {
    body.new-auth.new-auth-v2 .new-auth-wrap {
        grid-template-columns: minmax(420px, 46vw) minmax(0, 1fr);
    }

    body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-wrap {
        grid-template-columns: minmax(560px, 58vw) minmax(0, 1fr);
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--register .new-auth-wrap {
        grid-template-columns: minmax(0, 1fr) minmax(640px, 1.35fr);
    }

    body.new-auth.new-auth-v2 .new-auth-panel {
        padding-inline: 38px;
    }

    body.new-auth.new-auth-v2 .new-auth-image-brand {
        inset-inline: 28px;
        width: calc(100% - 56px);
    }

}

@media (max-width: 899px) {
    body.new-auth.new-auth-v2 .new-auth-wrap,
    body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-wrap {
        display: block;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-wrap {
        display: block;
    }

    body.new-auth.new-auth-v2 .new-auth-panel,
    body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-panel {
        width: 100%;
        min-height: 100vh;
        min-height: 100dvh;
        padding-inline: max(24px, calc((100vw - 500px) / 2));
        border-inline-end: 0;
        box-shadow: none;
    }

    body.new-auth.new-auth-v2 .new-auth-image {
        display: none;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-panel {
        display: block;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 20px max(22px, calc((100vw - 620px) / 2)) 26px;
        overflow: visible;
        border: 0;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-masthead {
        width: 100%;
        min-height: 72px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-hero {
        position: relative;
        z-index: 1;
        display: grid;
        min-height: 340px;
        align-items: end;
        margin: 14px 0 0;
        padding: 28px;
        overflow: hidden;
        background-color: var(--new-auth-bg);
        background-image:
            linear-gradient(180deg, rgba(1, 7, 17, 0.04) 32%, rgba(1, 7, 17, 0.92) 100%),
            linear-gradient(90deg, rgba(1, 7, 17, 0.2), transparent 52%, rgba(1, 7, 17, 0.38)),
            url('/assets/images/customer-new/auth/auth-mobile.avif');
        background-position: center, center, center 55%;
        background-size: cover;
        border-block: 1px solid rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.22);
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-hero::after {
        position: absolute;
        inset: auto 0 0;
        height: 42%;
        content: '';
        pointer-events: none;
        background-image:
            linear-gradient(rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.07) 1px, transparent 1px),
            linear-gradient(90deg, rgba(var(--portal-primary-bright-rgb, 24, 129, 255), 0.07) 1px, transparent 1px);
        background-size: 28px 28px;
        mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent);
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-copy {
        position: relative;
        z-index: 2;
        width: min(230px, 56%);
        margin-inline-start: auto;
        padding-block-end: 20px;
        text-align: start;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-kicker {
        display: block;
        margin-block-end: 7px;
        color: var(--new-auth-blue-bright);
        font-family: var(--new-auth-font-mono);
        font-size: 20px;
        font-weight: 800;
        letter-spacing: -0.12em;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-copy h2 {
        margin: 0;
        color: #fff;
        font-family: var(--new-auth-font-display);
        font-size: clamp(32px, 7vw, 48px);
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 0.92;
        text-transform: uppercase;
        text-shadow: 0 8px 24px rgba(0, 0, 0, 0.72);
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-copy h2 strong {
        display: block;
        color: var(--new-auth-gold);
        font-weight: inherit;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-copy p {
        margin: 12px 0 0;
        color: rgba(232, 239, 248, 0.76);
        font-size: 13px;
        line-height: 1.45;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-card {
        width: 100%;
        margin-block-start: -19px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance {
        width: 100%;
    }

    body.new-auth.new-auth-v2 .new-auth-logo {
        margin-block-start: clamp(28px, 7vh, 60px);
    }

    body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-logo {
        margin-block-start: 14px;
    }
}

@media (max-width: 639px) {
    body.new-auth.new-auth-v2 .new-auth-panel,
    body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-panel {
        padding: 18px 16px 24px;
    }

    body.new-auth.new-auth-v2 .new-auth-topbar {
        min-height: 40px;
    }

    body.new-auth.new-auth-v2 .new-auth-lang-btn {
        min-height: 38px;
    }

    body.new-auth.new-auth-v2 .new-auth-lang-dropdown {
        position: fixed;
        inset-block-start: 64px;
        inset-inline: 16px;
        width: auto;
        max-height: calc(100dvh - 82px);
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-panel {
        padding: 15px 16px 22px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-masthead {
        min-height: 58px;
        gap: 12px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-logo {
        width: min(190px, 52%);
        margin: 0;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-logo img {
        width: 100%;
        max-width: 190px;
        height: 58px;
        margin: 0;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-topbar {
        gap: 7px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-theme-btn,
    body.new-auth.new-auth-v2.new-auth-reference .new-auth-lang-btn {
        min-height: 44px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-lang-dropdown {
        inset-block-start: 70px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-hero {
        min-height: 268px;
        margin-inline: -16px;
        padding: 18px;
        background-position: center, center, center 52%;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-copy {
        width: 46%;
        padding-block-end: 26px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-copy h2 {
        font-size: clamp(31px, 9.5vw, 40px);
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-mobile-copy p {
        font-size: 12px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-card {
        margin-block-start: -16px;
        padding: 22px 20px 20px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-card-header {
        margin-block-end: 20px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-card-title {
        font-size: 16px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-field input {
        min-height: 54px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-btn {
        min-height: 56px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance {
        margin-block-start: 22px;
        padding-block: 14px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-item {
        flex-direction: column;
        gap: 7px;
        padding-inline: 6px;
        text-align: center;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-icon {
        width: 32px;
        height: 36px;
        flex-basis: 36px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-item strong {
        font-size: 8.7px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-assurance-item small {
        font-size: 7.6px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-footer {
        margin-block-start: 18px;
    }

    body.new-auth.new-auth-v2 .new-auth-logo,
    body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-logo {
        margin: 12px auto 24px;
    }

    body.new-auth.new-auth-v2 .new-auth-logo img,
    body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-logo img {
        height: 72px;
        max-width: 220px;
    }

    body.new-auth.new-auth-v2 .new-auth-head,
    body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-head {
        margin-block-end: 22px;
    }

    body.new-auth.new-auth-v2 .new-auth-title {
        font-size: 29px;
    }

    body.new-auth.new-auth-v2 .new-auth-meta {
        font-size: 12px;
    }

    body.new-auth.new-auth-v2 .new-field input,
    body.new-auth.new-auth-v2 .new-field select,
    body.new-auth.new-auth-v2 .new-field textarea,
    body.new-auth.new-auth-v2 .pemm-password-input-wrap .pemm-password-input {
        min-height: 50px;
        font-size: 14px;
    }

    body.new-auth.new-auth-v2 .new-auth-remember-row {
        align-items: flex-start;
    }

    body.new-auth.new-auth-v2 .new-auth-footer {
        margin-block-start: 32px;
        padding-block-start: 18px;
    }

    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm,
    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .pemm-password-change,
    body.new-auth.new-auth-v2 .new-company-fields.show {
        grid-template-columns: 1fr;
    }

    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-field,
    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-type,
    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-company-fields,
    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-field-textarea,
    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-divider,
    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-form-section-title,
    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .pemm-password-change,
    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-check,
    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .new-auth-btn {
        grid-column: 1;
    }

    body.new-auth.new-auth-v2.new-auth-v2--register #registerForm > .pemm-password-change .pemm-password-strength {
        min-height: 0;
    }

    body.new-auth.new-auth-v2 .new-modal-overlay {
        padding: 12px;
    }

    body.new-auth.new-auth-v2 .new-modal {
        max-height: calc(100dvh - 24px);
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-logo {
        width: min(190px, 52%);
        margin: 0;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-logo img {
        width: 100%;
        max-width: 190px;
        height: 58px;
        margin: 0;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-footer {
        margin-block-start: 18px;
        padding-block-start: 0;
    }

    body.new-auth.new-auth-v2.new-auth-v2--register .new-auth-card--register {
        padding: 22px 20px 20px;
    }
}

@media (max-width: 380px) {
    body.new-auth.new-auth-v2 .new-auth-remember-row {
        flex-direction: column;
        gap: 9px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-login-masthead {
        gap: 8px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-logo {
        width: min(136px, 44vw);
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-logo img {
        max-width: 136px;
        height: 52px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-lang-btn {
        gap: 6px;
        padding-inline: 8px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-remember-row {
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    body.new-auth.new-auth-v2.new-auth-reference .new-auth-remember-label,
    body.new-auth.new-auth-v2.new-auth-reference .new-auth-link {
        font-size: 12px;
    }

    body.new-auth.new-auth-v2 .new-auth-maker {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-height: 760px) and (min-width: 900px) {
    body.new-auth.new-auth-v2 .new-auth-logo {
        margin-block-start: 24px;
        margin-block-end: 18px;
    }

    body.new-auth.new-auth-v2 .new-auth-logo img {
        height: 62px;
    }

    body.new-auth.new-auth-v2 .new-auth-head {
        margin-block-end: 18px;
    }
}

/* Auth control normalization is route-owned; authenticated customer pages do
 * not pay for these selectors through the shared finish layer. */
body.new-auth.new-auth-v2 .new-auth-btn,
body.new-auth.new-auth-v2 .new-auth-type-btn,
body.new-auth.new-auth-v2 .new-auth-lang-btn,
body.new-auth.new-auth-v2 .new-modal-foot button {
    font-family: var(--new-auth-font-body);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.15;
    text-transform: none;
    border-radius: var(--new-auth-radius-sm);
    clip-path: none;
}

body.new-auth.new-auth-v2 .new-auth-btn {
    min-height: 48px;
}

body.new-auth.new-auth-v2 .new-field input,
body.new-auth.new-auth-v2 .new-field select,
body.new-auth.new-auth-v2 .pemm-password-input-wrap .pemm-password-input,
body.new-auth.new-auth-v2 .iti__selected-flag {
    min-height: 48px;
    font-family: var(--new-auth-font-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    border-radius: var(--new-auth-radius-sm);
    clip-path: none;
}

body.new-auth.new-auth-v2 .new-modal {
    border-radius: var(--new-auth-radius-md);
    clip-path: none;
}

@media (max-width: 639px) {
    body.new-auth.new-auth-v2 .new-auth-btn {
        min-height: 48px;
    }
}

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

/* Reset-only narrow viewport contract. Register keeps its own responsive CSS. */
body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset {
    min-width: 0;
    overflow-x: auto;
}

@media (max-width: 899px) {
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-wrap,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-panel,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-masthead,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-footer {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-panel {
        padding-inline: clamp(12px, 4vw, 22px);
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-masthead {
        gap: 12px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-logo {
        width: min(226px, calc(100% - 96px));
        max-width: calc(100% - 96px);
        min-width: 0;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-logo img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 66px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card > *,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card .new-form,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card .pemm-password-change,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card .pemm-password-field,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card .pemm-password-input-wrap {
        max-width: 100%;
        min-width: 0;
    }
}

@media (max-width: 380px) {
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-panel {
        padding-inline: 12px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-masthead {
        gap: 8px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-logo {
        width: calc(100% - 84px);
        max-width: calc(100% - 84px);
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-topbar {
        gap: 4px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-theme-btn {
        width: 36px;
        min-width: 36px;
        height: 36px;
        min-height: 36px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-lang-btn {
        width: 36px;
        min-width: 36px;
        height: 36px;
        min-height: 36px;
        gap: 0;
        padding-inline: 0;
        justify-content: center;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-lang-btn .lang-code,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-lang-btn .lang-chevron {
        display: none;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-lang-dropdown {
        width: auto;
        min-width: 0;
        max-width: none;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-mobile-hero {
        min-height: 200px;
        padding: 16px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-mobile-copy {
        width: 100%;
        max-width: 100%;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-mobile-copy h2 {
        font-size: clamp(26px, 12vw, 34px);
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card {
        padding: 16px 10px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card-header {
        gap: 8px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-card-title {
        font-size: 14px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-field input,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-field select,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-field textarea,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .pemm-password-input-wrap .pemm-password-input {
        min-width: 0;
        min-height: 50px;
        padding-inline-start: 32px;
        padding-inline-end: 40px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-field-icon {
        inset-inline-start: 10px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-field-eye,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .pemm-password-toggle {
        width: 36px;
        min-width: 36px;
        height: 36px;
        min-height: 36px;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-assurance {
        grid-template-columns: 1fr;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-assurance-item + .new-login-assurance-item {
        border-block-start: 1px solid var(--new-auth-border);
        border-inline-start: 0;
    }

    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-alert,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-recovery-copy,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-login-register,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-footer,
    body.new-auth.new-auth-v2.new-auth-reference.new-auth-v2--reset .new-auth-maker {
        overflow-wrap: anywhere;
    }
}
