@import url("/user/assets/loader-theme.css?v=20260825-1");
:root {
    --blue: #1268ed;
    --blue-dark: #0d2a63;
    --text: #101b35;
    --muted: #64708a;
    --border: #e0e5ee;
    --soft: #f6f9fe;
    --danger: #c63b3b;
    font-family:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

/* MZ App warm light application background. */
html,
body,
.page-shell,
.register-page {
    background: #fbf7f3 !important;
}
* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    min-height: 100%;
    background: #fbf7f3;
    color: var(--text);
}
body {
    overflow-x: hidden;
}
button,
input {
    font: inherit;
}
button {
    cursor: pointer;
}
.page-shell {
    min-height: 100dvh;
    width: 100%;
    display: flex;
    justify-content: center;
}
.register-page {
    width: min(100%, 520px);
    padding: calc(18px + env(safe-area-inset-top)) 22px calc(22px + env(safe-area-inset-bottom));
}
.back-button {
    border: 0;
    background: transparent;
    width: 38px;
    height: 38px;
    padding: 6px;
    display: grid;
    place-items: center;
    color: var(--blue-dark);
    margin: 0 0 12px -7px;
}
.back-button svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.register-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}
.register-header h1 {
    font-size: clamp(31px, 7vw, 40px);
    line-height: 1.08;
    letter-spacing: -1.25px;
    margin: 0;
    font-weight: 800;
    color: var(--text);
}
.register-header h1 span {
    color: var(--blue);
}
.register-header p {
    margin: 12px 0 0;
    font-size: clamp(16px, 4vw, 19px);
    line-height: 1.42;
    color: var(--muted);
}
.account-mark {
    width: 90px;
    min-width: 90px;
    height: 90px;
}
.account-mark svg {
    width: 100%;
    height: 100%;
    fill: var(--blue);
    stroke: var(--blue);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.account-mark .plus-bg {
    fill: #fff;
    stroke: #d7e0ef;
    stroke-width: 1;
}
.account-mark .plus {
    fill: none;
    stroke: var(--blue);
    stroke-width: 3;
}
.field {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 68px;
    margin-bottom: 12px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 3px 14px rgba(22, 45, 86, 0.035);
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
}
.field:focus-within {
    border-color: #9bbef8;
    box-shadow: 0 0 0 3px rgba(18, 104, 237, 0.08);
}
.field-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-left: 9px;
    border-radius: 14px;
    background: #f1f6fd;
    display: grid;
    place-items: center;
    color: var(--blue);
}
.field-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.field input {
    width: 100%;
    height: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 14px;
    color: var(--text);
    font-size: 16px;
}
.field input::placeholder {
    color: #768198;
    opacity: 1;
    transition: opacity 0.15s;
}
.field input:focus::placeholder {
    opacity: 0;
}
.phone-field input {
    padding-right: 4px;
}
.country-code {
    height: 52px;
    min-width: 128px;
    margin-right: 6px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-left: 1px solid #edf0f5;
    color: var(--text);
}
.country-code strong {
    font-size: 16px;
}
.country-code svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #44516a;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.flag {
    width: 28px;
    height: 20px;
    display: flex;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #dfe5ea;
}
.flag i {
    flex: 1;
    background: #fff;
}
.flag i:first-child,
.flag i:last-child {
    background: #008751;
}
.flag b {
    flex: 1;
    background: #fff;
}
.field-button {
    border: 1px solid var(--border);
    color: #768198;
    text-align: left;
    padding: 0;
    cursor: pointer;
}
.field-button .placeholder {
    padding: 0 14px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.field-button .placeholder.selected {
    color: var(--text);
}
.chevron {
    width: 21px;
    height: 21px;
    min-width: 21px;
    margin-right: 18px;
    fill: none;
    stroke: #33405a;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.eye-button {
    border: 0;
    background: transparent;
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: grid;
    place-items: center;
    color: #33405a;
    padding: 0;
}
.eye-button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.password-note {
    margin: 4px 4px 16px;
    color: #5d6880;
    font-size: 14px;
    line-height: 1.4;
}
.form-message {
    min-height: 0;
    color: var(--danger);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0 4px 8px;
}
.form-message:empty {
    display: none;
}
.form-message.success {
    color: #17834b;
}
.submit-button {
    width: 100%;
    height: 62px;
    border: 0;
    border-radius: 17px;
    background: linear-gradient(90deg, #1168ed, #0874f4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    font-size: 23px;
    font-weight: 750;
    box-shadow: 0 10px 25px rgba(18, 104, 237, 0.18);
}
.submit-button:disabled {
    opacity: 0.7;
    cursor: wait;
}
.submit-button svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.account-links {
    text-align: center;
    margin-top: 16px;
    padding-bottom: 4px;
}
.account-links p {
    margin: 10px 0;
    font-size: 16px;
    color: #1b2741;
}
.account-links a {
    color: var(--blue);
    font-weight: 650;
    text-decoration: none;
}
.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(9, 22, 48, 0.42);
    display: grid;
    align-items: end;
    padding: 0;
}
.modal-backdrop[hidden],
.success-screen[hidden] {
    display: none;
}
.state-modal {
    width: 100%;
    max-width: 520px;
    margin: auto;
    background: #fff;
    border-radius: 24px 24px 0 0;
    padding: 20px 20px calc(20px + env(safe-area-inset-bottom));
    max-height: min(78dvh, 620px);
    display: flex;
    flex-direction: column;
    box-shadow: 0 -10px 35px rgba(0, 0, 0, 0.16);
}
.modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-head h2 {
    font-size: 20px;
    margin: 0;
}
.modal-head button {
    border: 0;
    background: #f1f4f8;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 26px;
    line-height: 1;
    color: #33405a;
}
.state-search {
    height: 58px;
    min-height: 58px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid var(--border);
    border-radius: 13px;
    padding: 0 14px;
    outline: 0;
    margin: 15px 0 10px;
}
.state-list {
    overflow: auto;
}
.state-option {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f0f2f6;
    background: #fff;
    text-align: left;
    padding: 14px 6px;
    color: var(--text);
}
.state-option.selected {
    color: var(--blue);
    font-weight: 700;
}
.success-screen {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px;
}
.success-loader {
    position: relative;
    width: 108px;
    height: 108px;
    margin-bottom: 28px;
    display: grid;
    place-items: center;
}
.loader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 8px solid #e8eef8;
    border-top-color: var(--blue);
    animation: spin 0.85s linear infinite;
}
.success-check {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--blue);
    display: grid;
    place-items: center;
}
.success-check svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.success-screen h2 {
    margin: 0;
    color: var(--blue-dark);
    font-size: clamp(27px, 7vw, 34px);
    letter-spacing: -0.5px;
}
.success-screen > p {
    max-width: 330px;
    margin: 12px 0 24px;
    color: #68738b;
    font-size: 16px;
    line-height: 1.55;
}
.redirect-card {
    display: flex;
    align-items: center;
    gap: 12px;
    width: min(100%, 360px);
    padding: 16px 18px;
    border: 1px solid #e4eaf4;
    border-radius: 17px;
    background: #fbfdff;
    color: #3f4c65;
    text-align: left;
    box-shadow: 0 7px 24px rgba(27, 57, 105, 0.06);
}
.redirect-card svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
    fill: none;
    stroke: var(--blue);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@media (max-height: 740px) {
    .register-page {
        padding-top: 10px;
    }
    .back-button {
        margin-bottom: 5px;
    }
    .register-header {
        margin-bottom: 14px;
    }
    .register-header p {
        margin-top: 7px;
    }
    .account-mark {
        width: 72px;
        min-width: 72px;
        height: 72px;
    }
    .field {
        height: 60px;
        margin-bottom: 9px;
        border-radius: 16px;
    }
    .field-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 12px;
    }
    .field-icon svg {
        width: 20px;
        height: 20px;
    }
    .password-note {
        margin-bottom: 10px;
    }
    .submit-button {
        height: 56px;
    }
    .account-links {
        margin-top: 10px;
    }
}
@media (max-width: 370px) {
    .register-page {
        padding-left: 15px;
        padding-right: 15px;
    }
    .register-header h1 {
        font-size: 29px;
    }
    .register-header p {
        font-size: 15px;
    }
    .account-mark {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }
    .country-code {
        min-width: 112px;
        padding: 0 5px;
        gap: 6px;
    }
    .field input {
        font-size: 15px;
    }
    .field-icon {
        margin-left: 6px;
    }
}

/* =====================================================================
   Application MOBILE VIEWPORT LOCK
   ---------------------------------------------------------------------
   Keep registration stable on the phone. The page itself must not move.
   ===================================================================== */
html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
}

.page-shell {
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    overflow: hidden;
}

.register-page {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    overflow: hidden;
    padding-top: calc(10px + env(safe-area-inset-top));
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

/* The state selector is anchored to the stable viewport, not the
   keyboard-resized dynamic viewport. */
.modal-backdrop {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.state-modal {
    width: min(100%, 520px);
    height: calc(100svh - 24px);
    min-height: calc(100svh - 24px);
    max-height: none;
    margin: 12px auto 0;
    border-radius: 24px;
    overflow: hidden;
    flex: 0 0 auto;
}

.state-list {
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

@media (max-height: 740px) {
    .register-page {
        padding-top: calc(6px + env(safe-area-inset-top));
        padding-bottom: calc(6px + env(safe-area-inset-bottom));
    }

    .back-button {
        width: 32px;
        height: 32px;
        margin-bottom: 2px;
    }

    .register-header {
        margin-bottom: 8px;
    }

    .register-header p {
        margin-top: 5px;
        font-size: 14px;
    }

    .account-mark {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .register-header h1 {
        font-size: 27px;
    }

    .field {
        height: 52px;
        margin-bottom: 7px;
        border-radius: 15px;
    }

    .field-icon {
        width: 38px;
        min-width: 38px;
        height: 38px;
        margin-left: 7px;
        border-radius: 11px;
    }

    .field-icon svg {
        width: 18px;
        height: 18px;
    }

    .field input {
        font-size: 15px;
    }

    .country-code {
        height: 42px;
        min-width: 112px;
        font-size: 14px;
    }

    .eye-button {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .password-note {
        margin: 2px 4px 6px;
        font-size: 12px;
    }

    .submit-button {
        height: 50px;
        border-radius: 15px;
        font-size: 18px;
    }

    .submit-button svg {
        width: 22px;
        height: 22px;
    }

    .account-links {
        margin-top: 5px;
    }

    .account-links p {
        margin: 4px 0;
        font-size: 13px;
    }
}

@media (min-height: 741px) {
    .back-button {
        width: clamp(32px, 4.5vh, 38px);
        height: clamp(32px, 4.5vh, 38px);
        margin-bottom: clamp(4px, 1.2vh, 12px);
    }

    .register-header {
        margin-bottom: clamp(8px, 2.2vh, 22px);
    }

    .account-mark {
        width: clamp(62px, 10vh, 90px);
        min-width: clamp(62px, 10vh, 90px);
        height: clamp(62px, 10vh, 90px);
    }

    .register-header h1 {
        font-size: clamp(27px, 4.5vh, 40px);
    }

    .register-header p {
        margin-top: clamp(5px, 1.4vh, 12px);
        font-size: clamp(14px, 2.2vh, 19px);
    }

    .field {
        height: clamp(52px, 7vh, 68px);
        margin-bottom: clamp(7px, 1.4vh, 12px);
        border-radius: clamp(15px, 2.2vh, 18px);
    }

    .field-icon {
        width: clamp(38px, 6vh, 48px);
        min-width: clamp(38px, 6vh, 48px);
        height: clamp(38px, 6vh, 48px);
        border-radius: clamp(11px, 1.7vh, 14px);
    }

    .field-icon svg {
        width: clamp(18px, 2.9vh, 23px);
        height: clamp(18px, 2.9vh, 23px);
    }

    .password-note {
        margin: 2px 4px clamp(6px, 1.8vh, 16px);
        font-size: clamp(12px, 1.8vh, 14px);
    }

    .submit-button {
        height: clamp(50px, 6.5vh, 62px);
        border-radius: clamp(15px, 2vh, 17px);
        font-size: clamp(18px, 2.7vh, 23px);
    }

    .account-links {
        margin-top: clamp(5px, 1.8vh, 16px);
    }

    .account-links p {
        margin: clamp(4px, 1.1vh, 10px) 0;
        font-size: clamp(13px, 2vh, 16px);
    }
}

/* Approved authentication palette. */
html,
body,
.register-page {
    background: #fbf8f4 !important;
}
.register-button,
.primary-button,
.message-card button {
    background: #171e28 !important;
    color: #fff !important;
    border-color: #171e28 !important;
}
.register-button:hover,
.primary-button:hover {
    background: #202a36 !important;
}
a,
.accent {
    color: #171e28 !important;
}

/* MZAPP approved neutral palette — actual registration selectors. */
:root {
    --blue: #171e28;
    --blue-dark: #111820;
}
.register-header h1 span {
    color: #171e28 !important;
}
.account-mark,
.field-icon {
    background: #f0f1f2 !important;
    color: #171e28 !important;
}
.account-mark svg,
.field-icon svg {
    color: #171e28 !important;
    stroke: #171e28 !important;
}
.field:focus-within {
    border-color: #171e28 !important;
    box-shadow: 0 0 0 3px rgba(23, 30, 40, 0.08) !important;
}
.submit-button {
    background: #171e28 !important;
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(23, 30, 40, 0.18) !important;
}
.submit-button:hover {
    background: #202a36 !important;
}
.loader-ring {
    border-color: #e6e8ea !important;
    border-top-color: #171e28 !important;
}

.success-loader {
    width: 72px !important;
    height: 72px !important;
    background: transparent url("/user/api/content/app-logo.php?theme=light") center/contain no-repeat !important;
    animation: mzIconPulse 1.05s ease-in-out infinite !important;
}
.loader-ring {
    display: none !important;
}
@keyframes mzIconPulse {
    0%,
    100% {
        opacity: 0.38;
        transform: scale(0.88);
    }
    50% {
        opacity: 1;
        transform: scale(1.04);
    }
}

/* User foundation V4: compact, background-free registration mark and no
   legacy blue states. */
.account-mark {
    width: 64px !important;
    min-width: 64px !important;
    height: 64px !important;
    background: transparent !important;
}
.account-mark svg {
    fill: none !important;
    stroke: #171e28 !important;
}
.account-mark .plus-bg {
    fill: transparent !important;
    stroke: #d9dde3 !important;
}
.account-mark .plus {
    stroke: #171e28 !important;
}
.success-check {
    background: #171e28 !important;
}
.state-option.selected,
.account-links a {
    color: #171e28 !important;
}
@media (max-width: 370px), (max-height: 740px) {
    .account-mark {
        width: 58px !important;
        min-width: 58px !important;
        height: 58px !important;
    }
}

/* V8.2 approved compact, scrollable registration layout. */
html,
body {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
}
.page-shell {
    height: auto !important;
    min-height: 100dvh !important;
    max-height: none !important;
    overflow: visible !important;
}
.register-page {
    position: relative !important;
    height: auto !important;
    min-height: 100dvh !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 14px 18px calc(22px + env(safe-area-inset-bottom)) !important;
}
.back-button {
    position: absolute !important;
    top: calc(15px + env(safe-area-inset-top));
    left: 14px;
    margin: 0 !important;
    width: 36px !important;
    height: 36px !important;
}
.register-header {
    display: block !important;
    margin: 0 0 14px !important;
    padding: calc(2px + env(safe-area-inset-top)) 0 0 47px !important;
    min-height: 64px !important;
}
.register-header h1 {
    font-size: 29px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.7px !important;
}
.register-header p {
    margin: 5px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}
.account-mark {
    display: none !important;
}
.name-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}
.field {
    height: 66px !important;
    margin-bottom: 10px !important;
    border-radius: 16px !important;
    align-items: center !important;
}
.field::before {
    content: attr(data-label);
    position: absolute;
    left: 70px;
    top: 8px;
    color: #4e596b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
}
.field input {
    padding: 17px 13px 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.field-icon {
    width: 43px !important;
    min-width: 43px !important;
    height: 43px !important;
    margin-left: 9px !important;
    border-radius: 12px !important;
}
.field-icon svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 2 !important;
}
.name-row .field::before {
    left: 57px;
    font-size: 11px;
}
.name-row .field-icon {
    width: 37px !important;
    min-width: 37px !important;
    height: 37px !important;
    margin-left: 7px !important;
}
.name-row .field-icon svg {
    width: 20px !important;
    height: 20px !important;
}
.name-row .field input {
    padding-left: 8px !important;
    font-size: 14px !important;
}
.phone-field::before {
    left: 70px;
}
.phone-field input {
    padding-top: 17px !important;
}
.country-code {
    height: 46px !important;
    min-width: 110px !important;
    font-size: 14px !important;
}
.field-button {
    padding-top: 16px !important;
}
.field-button .placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
}
.password-note {
    margin: 2px 4px 9px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #4e596b !important;
}
.submit-button {
    height: 54px !important;
    border-radius: 16px !important;
    font-size: 19px !important;
}
.account-links {
    margin-top: 9px !important;
}
.account-links p {
    margin: 5px 0 !important;
    font-size: 14px !important;
}
@media (max-width: 360px) {
    .name-row {
        grid-template-columns: 1fr;
    }
    .name-row .field::before {
        left: 60px;
    }
    .name-row .field-icon {
        width: 39px !important;
        min-width: 39px !important;
    }
    .name-row .field input {
        font-size: 14px !important;
    }
}

html[data-theme="dark"],
html[data-theme="dark"] body,
html[data-theme="dark"] .page-shell,
html[data-theme="dark"] .register-page {
    background: #0c1117 !important;
    color: #f8fafc !important;
}
html[data-theme="dark"] .register-header h1,
html[data-theme="dark"] .register-header p,
html[data-theme="dark"] .account-links p,
html[data-theme="dark"] .password-note {
    color: #f8fafc !important;
}
html[data-theme="dark"] .register-header h1 span,
html[data-theme="dark"] .account-links a {
    color: #fff !important;
}
html[data-theme="dark"] .back-button,
html[data-theme="dark"] .eye-button {
    color: #f8fafc !important;
}
html[data-theme="dark"] .field,
html[data-theme="dark"] .state-modal,
html[data-theme="dark"] .state-option,
html[data-theme="dark"] .redirect-card {
    background: #171e28 !important;
    border-color: #354153 !important;
    color: #fff !important;
}
html[data-theme="dark"] .field::before {
    color: #aeb7c5 !important;
}
html[data-theme="dark"] .field input,
html[data-theme="dark"] .field-button .placeholder.selected,
html[data-theme="dark"] .country-code {
    color: #fff !important;
    background: transparent !important;
}
html[data-theme="dark"] .field input::placeholder,
html[data-theme="dark"] .field-button .placeholder {
    color: #aeb7c5 !important;
}
html[data-theme="dark"] .field-icon {
    background: #232d3a !important;
    color: #fff !important;
}
html[data-theme="dark"] .field-icon svg {
    stroke: #fff !important;
}
html[data-theme="dark"] .success-screen {
    background: #0c1117 !important;
    color: #fff !important;
}
html[data-theme="dark"] .success-loader {
    background-image: url("/user/api/content/app-logo.php?theme=dark&v=319") !important;
}

/* 320 registration visibility, centred state arrow and clean fields. */
.field,
.field:focus-within,
.field input,
.field-button,
.state-search {
    box-shadow: none !important;
}
.field input {
    -webkit-appearance: none;
    appearance: none;
}
.field input::-webkit-outer-spin-button,
.field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.field-button {
    display: flex !important;
    align-items: center !important;
}
.field-button .chevron {
    align-self: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
html[data-theme="dark"] .submit-button {
    background: #fff !important;
    color: #101720 !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
}
html[data-theme="dark"] .submit-button svg {
    stroke: #101720 !important;
}

/* Registration 321: one-line heading, clean phone field and white action. */
.register-header h1 {
    font-size: clamp(22px, 5.6vw, 29px) !important;
    letter-spacing: -.55px !important;
    white-space: nowrap;
}
.register-header p,
.country-code {
    display: none !important;
}
.phone-field input {
    padding-right: 14px !important;
}
.submit-button,
html[data-theme="dark"] .submit-button {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
}
.submit-button svg,
html[data-theme="dark"] .submit-button svg {
    stroke: #000 !important;
}
.account-links p {
    font-size: 17px !important;
}
.register-page {
    padding-top: calc(28px + env(safe-area-inset-top)) !important;
}
html[data-theme="dark"] .app-popup-box {
    background: #151515 !important;
    color: #fff !important;
}
html[data-theme="dark"] .app-popup-title {
    color: #fff !important;
}
html[data-theme="dark"] .app-popup-message {
    color: #d6d6d6 !important;
}
.field input,
.field input::placeholder {
    color: #000 !important;
    font-weight: 750 !important;
}
html[data-theme="dark"] .field input,
html[data-theme="dark"] .field input::placeholder {
    color: #fff !important;
}
