/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ResolveDesk Layout */
.rd-app[b-64eogtzigo] {
    display: flex;
    min-height: 100vh;
}

.rd-sidebar[b-64eogtzigo] {
    width: 270px;
    background: var(--rd-dark);
    color: var(--rd-gray-100);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 100;
}

.rd-sidebar-brand[b-64eogtzigo] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--rd-dark);
}

.rd-sidebar-nav-wrapper[b-64eogtzigo] {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.rd-sidebar-nav-wrapper[b-64eogtzigo]::-webkit-scrollbar {
    width: 4px;
}

.rd-sidebar-nav-wrapper[b-64eogtzigo]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 2px;
}

.rd-sidebar-brand[b-64eogtzigo] {
    padding: 1.4rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rd-sidebar-logo-row[b-64eogtzigo] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.rd-sidebar-logo-glyph[b-64eogtzigo] {
    color: var(--rd-green);
    flex-shrink: 0;
}

.rd-sidebar-brand h2[b-64eogtzigo] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--rd-green);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.rd-sidebar-caption[b-64eogtzigo] {
    display: block;
    margin-top: 0.35rem;
    color: var(--rd-gray-400);
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rd-sidebar-nav[b-64eogtzigo] {
    display: flex;
    flex-direction: column;
    padding: 0.7rem 0.75rem;
    gap: 0.15rem;
}

.rd-nav-section-label[b-64eogtzigo] {
    padding: 0.65rem 0.7rem 0.2rem;
    color: var(--rd-gray-400);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.rd-nav-link[b-64eogtzigo] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.62rem 0.9rem;
    border-radius: var(--rd-radius);
    color: var(--rd-gray-400);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1;
    transition: background 0.15s ease, color 0.15s ease, outline 0.15s ease;
}

.rd-nav-link .rd-nav-label[b-64eogtzigo] {
    line-height: 1.3;
    vertical-align: middle;
}

.rd-nav-link:hover[b-64eogtzigo] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--rd-gray-100);
}

.rd-nav-link.active[b-64eogtzigo] {
    background: rgba(72, 187, 120, 0.12);
    color: var(--rd-green);
    outline: 2px solid var(--rd-green);
    outline-offset: -2px;
}

.rd-nav-icon[b-64eogtzigo] {
    width: 1.1rem;
    text-align: center;
    font-size: 0.92rem;
}

.rd-nav-icon-img[b-64eogtzigo] {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    flex-shrink: 0;
}

/* New Ticket — prominent button at top of nav */
.rd-nav-link-new-ticket[b-64eogtzigo] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 0.6rem;
    padding: 0.6rem 0.9rem;
    border-radius: var(--rd-radius);
    background: var(--rd-green);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    border: none;
}

.rd-nav-link-new-ticket:hover[b-64eogtzigo] {
    background: var(--rd-green-dark);
    color: #fff;
    box-shadow: 0 2px 8px rgba(72, 187, 120, 0.35);
}

.rd-nav-link-new-ticket.active[b-64eogtzigo] {
    background: var(--rd-green-dark);
    color: #fff;
    outline: none;
}

.rd-main[b-64eogtzigo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
    min-width: 0;
    margin-left: 270px;
}

.rd-topbar[b-64eogtzigo] {
    background: #fff;
    border-bottom: 1px solid var(--rd-gray-200);
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rd-tenant-name[b-64eogtzigo] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--rd-gray-800);
}

.rd-workspace-url[b-64eogtzigo] {
    margin-top: 0.15rem;
    font-size: 0.76rem;
    color: var(--rd-gray-500);
    letter-spacing: 0.01em;
}

.rd-topbar-section[b-64eogtzigo] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--rd-gray-500);
    margin-bottom: 0.15rem;
}

.rd-user-menu[b-64eogtzigo] {
    position: relative;
}

.rd-user-trigger[b-64eogtzigo] {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0.55rem;
    border: 1px solid var(--rd-gray-200);
    border-radius: var(--rd-radius);
    background: #fff;
    cursor: pointer;
    user-select: none;
}

.rd-user-trigger[b-64eogtzigo]::-webkit-details-marker {
    display: none;
}

.rd-user-trigger-text[b-64eogtzigo] {
    font-size: 0.84rem;
    color: var(--rd-gray-700);
    font-weight: 600;
    max-width: 12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rd-user-chevron[b-64eogtzigo] {
    color: var(--rd-gray-400);
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.rd-user-menu[open] .rd-user-chevron[b-64eogtzigo] {
    transform: rotate(180deg);
}

.rd-user-avatar[b-64eogtzigo] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    background: var(--rd-green-dark);
}

.rd-user-menu-list[b-64eogtzigo] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.4rem);
    min-width: 17rem;
    background: #fff;
    border: 1px solid var(--rd-gray-200);
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
    padding: 0.45rem;
    display: grid;
    gap: 0.35rem;
    z-index: 50;
    animation: rd-user-menu-in-b-64eogtzigo 160ms ease;
}

.rd-user-menu-item[b-64eogtzigo] {
    padding: 0.4rem 0.5rem;
    border-radius: var(--rd-radius);
    background: var(--rd-gray-50);
}

.rd-user-menu-profile[b-64eogtzigo] {
    background: rgba(72, 187, 120, 0.1);
    border: 1px solid rgba(72, 187, 120, 0.22);
}

.rd-user-menu-profile-name[b-64eogtzigo] {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--rd-gray-900);
}

.rd-user-menu-profile-meta[b-64eogtzigo] {
    font-size: 0.75rem;
    color: var(--rd-gray-600);
    margin-top: 0.15rem;
}

.rd-user-menu-item-static[b-64eogtzigo] {
    display: grid;
    gap: 0.15rem;
}

.rd-user-status-select[b-64eogtzigo] {
    width: 100%;
    border: 1px solid var(--rd-gray-200);
    border-radius: var(--rd-radius);
    padding: 0.34rem 0.45rem;
    font-size: 0.8rem;
    color: var(--rd-gray-800);
    background: #fff;
}

.rd-user-menu-divider[b-64eogtzigo] {
    height: 1px;
    background: var(--rd-gray-200);
    margin: 0.15rem 0;
}

.rd-user-menu-link[b-64eogtzigo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.42rem 0.5rem;
    border-radius: var(--rd-radius);
    color: var(--rd-gray-800);
    text-decoration: none;
    font-size: 0.82rem;
    transition: background 0.15s ease;
}

.rd-user-menu-link:hover[b-64eogtzigo] {
    background: var(--rd-gray-100);
}

.rd-user-menu-icon[b-64eogtzigo] {
    width: 0.9rem;
    height: 0.9rem;
    flex-shrink: 0;
}

.rd-user-menu-label[b-64eogtzigo] {
    font-size: 0.68rem;
    color: var(--rd-gray-500);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rd-user-menu-form[b-64eogtzigo] {
    margin: 0;
}

.rd-user-menu-signout[b-64eogtzigo] {
    width: 100%;
    border: 1px solid var(--rd-gray-200);
    background: #fff;
    color: var(--rd-gray-800);
    border-radius: var(--rd-radius);
    padding: 0.45rem 0.55rem;
    font-size: 0.82rem;
    cursor: pointer;
}

.rd-user-menu-signout:hover[b-64eogtzigo] {
    background: var(--rd-gray-100);
}

@keyframes rd-user-menu-in-b-64eogtzigo {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rd-content[b-64eogtzigo] {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
}

#blazor-error-ui[b-64eogtzigo] {
    background: #c62828;
    color: white;
    padding: 0.5rem 1rem;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
}

#blazor-error-ui .reload[b-64eogtzigo] {
    color: #fff;
    text-decoration: underline;
}

#blazor-error-ui .dismiss[b-64eogtzigo] {
    cursor: pointer;
    margin-left: 1rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zcenz3ias5],
.components-reconnect-repeated-attempt-visible[b-zcenz3ias5],
.components-reconnect-failed-visible[b-zcenz3ias5],
.components-pause-visible[b-zcenz3ias5],
.components-resume-failed-visible[b-zcenz3ias5],
.components-session-expired-visible[b-zcenz3ias5],
.components-rejoining-animation[b-zcenz3ias5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zcenz3ias5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zcenz3ias5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zcenz3ias5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zcenz3ias5],
#components-reconnect-modal.components-reconnect-retrying[b-zcenz3ias5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zcenz3ias5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zcenz3ias5],
#components-reconnect-modal.components-reconnect-failed[b-zcenz3ias5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zcenz3ias5],
#components-reconnect-modal.components-reconnect-rejected .components-session-expired-visible[b-zcenz3ias5] {
    display: block;
}


.components-reconnect-banner[b-zcenz3ias5] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    background-color: #f5f9ff;
    border-top: 1px solid #6b9ed2;
    color: #1f2d3d;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    animation: components-reconnect-banner-fadeIn-b-zcenz3ias5 0.2s ease-in-out;
}

.components-reconnect-banner-visible[b-zcenz3ias5] {
    display: flex;
}

@keyframes components-reconnect-banner-fadeIn-b-zcenz3ias5 {
    0% {
        opacity: 0;
        transform: translateY(4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


#components-reconnect-modal[b-zcenz3ias5] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-zcenz3ias5 0.2s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zcenz3ias5 0.6s cubic-bezier(.05, .89, .25, 1.02), components-reconnect-modal-fadeInOpacity-b-zcenz3ias5 0.2s ease-in-out;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zcenz3ias5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zcenz3ias5 0.2s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zcenz3ias5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zcenz3ias5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zcenz3ias5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zcenz3ias5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zcenz3ias5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zcenz3ias5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zcenz3ias5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zcenz3ias5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zcenz3ias5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zcenz3ias5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zcenz3ias5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zcenz3ias5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zcenz3ias5 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/PasswordValidator.razor.rz.scp.css */
.password-validator[b-w583hpp42q] {
    margin-top: 0.75rem;
}

/* ── Password field with toggle ── */

.pw-field[b-w583hpp42q] {
    position: relative;
    display: flex;
    align-items: center;
}

.pw-field input[b-w583hpp42q] {
    width: 100%;
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
    border: 1px solid var(--rd-gray-200);
    border-radius: var(--rd-radius);
    font-size: 0.9rem;
    transition: border-color 0.15s;
    outline: none;
}

.pw-field input:focus[b-w583hpp42q] {
    border-color: var(--rd-green);
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.15);
}

.pw-toggle[b-w583hpp42q] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: none;
    color: var(--rd-gray-400);
    cursor: pointer;
    border-radius: 4px;
    transition: color 0.15s, background 0.15s;
}

.pw-toggle:hover[b-w583hpp42q] {
    color: var(--rd-gray-600);
    background: var(--rd-gray-100);
}

.pw-toggle svg[b-w583hpp42q] {
    display: block;
}

/* ── Strength bars ── */

.validator-bars[b-w583hpp42q] {
    display: flex;
    gap: 4px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.validator-bars .bar[b-w583hpp42q] {
    flex: 1;
    height: 4px;
    border-radius: 3px;
    background: var(--rd-gray-200);
    transition: background 0.25s ease;
}

.validator-bars .bar.met[b-w583hpp42q] {
    background: var(--rd-green);
}

.validator-list[b-w583hpp42q] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.15rem 0.75rem;
}

.validator-list li[b-w583hpp42q] {
    font-size: 0.7rem;
    color: var(--rd-gray-400);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.2s ease;
    line-height: 1.5;
}

.validator-list li svg[b-w583hpp42q] {
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
    color: var(--rd-green);
}

.validator-list li.met[b-w583hpp42q] {
    color: var(--rd-green-dark);
}

.validator-list li.met svg[b-w583hpp42q] {
    opacity: 1;
}

/* ── Confirm password ── */

.pw-field + .pw-field[b-w583hpp42q] {
    margin-top: 1rem;
}

.confirm-input--error[b-w583hpp42q],
.confirm-input--error:focus[b-w583hpp42q] {
    border-color: var(--rd-red) !important;
    box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.15) !important;
}

.confirm-error[b-w583hpp42q] {
    margin: 0.25rem 0 0;
    font-size: 0.7rem;
    color: var(--rd-red);
}
/* /Components/PhoneInput.razor.rz.scp.css */
/* ─── Phone Input Component ─── */

.rd-phone-input[b-ezeblqvgrx] {
    position: relative;
    width: 100%;
}

.rd-phone-input__inner[b-ezeblqvgrx] {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--rd-gray-200);
    border-radius: var(--rd-radius);
    overflow: visible;
    transition: border-color 0.15s;
    background: #fff;
}

.rd-phone-input__inner:focus-within[b-ezeblqvgrx] {
    border-color: var(--rd-green);
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.15);
}

/* ─── Country code picker ─── */

.rd-phone-code-picker[b-ezeblqvgrx] {
    position: relative;
    flex-shrink: 0;
}

.rd-phone-code-btn[b-ezeblqvgrx] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    height: 100%;
    padding: 0.5rem 0.5rem 0.5rem 0.65rem;
    border: none;
    border-right: 1px solid var(--rd-gray-200);
    border-radius: var(--rd-radius) 0 0 var(--rd-radius);
    background: var(--rd-gray-50);
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
    font-size: 0.85rem;
    color: var(--rd-gray-700);
    min-width: 5.5rem;
    justify-content: center;
}

.rd-phone-code-btn:hover[b-ezeblqvgrx] {
    background: var(--rd-gray-100);
}

.rd-phone-code-btn:focus-visible[b-ezeblqvgrx] {
    outline: 2px solid var(--rd-green);
    outline-offset: -2px;
}

.rd-phone-code-picker--open .rd-phone-code-btn[b-ezeblqvgrx] {
    background: var(--rd-gray-100);
}

.rd-phone-flag[b-ezeblqvgrx] {
    font-size: 1.15rem;
    line-height: 1;
    display: inline-block;
}

.rd-phone-code[b-ezeblqvgrx] {
    font-weight: 600;
    font-size: 0.82rem;
    color: var(--rd-gray-600);
}

.rd-phone-chevron[b-ezeblqvgrx] {
    flex-shrink: 0;
    color: var(--rd-gray-400);
    transition: transform 0.2s;
}

.rd-phone-code-picker--open .rd-phone-chevron[b-ezeblqvgrx] {
    transform: rotate(180deg);
}

/* ─── Dropdown ─── */

.rd-phone-dropdown[b-ezeblqvgrx] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 100;
    width: 280px;
    max-height: 300px;
    background: #fff;
    border: 1px solid var(--rd-gray-200);
    border-radius: var(--rd-radius);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rd-phone-search[b-ezeblqvgrx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem;
    border-bottom: 1px solid var(--rd-gray-200);
    background: #fff;
}

.rd-phone-search-input[b-ezeblqvgrx] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.82rem;
    color: var(--rd-gray-700);
    background: transparent;
}

.rd-phone-search-input[b-ezeblqvgrx]::placeholder {
    color: var(--rd-gray-400);
}

.rd-phone-list[b-ezeblqvgrx] {
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.rd-phone-option[b-ezeblqvgrx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.45rem 0.65rem;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-size: 0.82rem;
    color: var(--rd-gray-700);
    transition: background 0.1s;
}

.rd-phone-option:hover[b-ezeblqvgrx],
.rd-phone-option:focus-visible[b-ezeblqvgrx] {
    background: var(--rd-gray-50);
}

.rd-phone-option--active[b-ezeblqvgrx] {
    background: rgba(72, 187, 120, 0.08);
    font-weight: 500;
}

.rd-phone-option__name[b-ezeblqvgrx] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-phone-option__code[b-ezeblqvgrx] {
    flex-shrink: 0;
    color: var(--rd-gray-400);
    font-size: 0.78rem;
}

.rd-phone-empty[b-ezeblqvgrx] {
    padding: 1rem;
    text-align: center;
    color: var(--rd-gray-400);
    font-size: 0.82rem;
}

/* ─── Phone number input ─── */

.rd-phone-number-input[b-ezeblqvgrx] {
    flex: 1;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    border: none;
    outline: none;
    font-size: 0.9rem;
    color: var(--rd-gray-700);
    background: transparent;
}

.rd-phone-number-input[b-ezeblqvgrx]::placeholder {
    color: var(--rd-gray-400);
}

/* ─── Error state ─── */

.rd-phone-input.rd-phone-input--invalid .rd-phone-input__inner[b-ezeblqvgrx],
.rd-phone-input.rd-phone-input--invalid .rd-phone-number-input[b-ezeblqvgrx] {
    border-color: #e53e3e;
}

.rd-phone-input.rd-phone-input--invalid .rd-phone-input__inner:focus-within[b-ezeblqvgrx] {
    box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.15);
}

.rd-phone-error[b-ezeblqvgrx] {
    margin-top: 0.3rem;
    font-size: 0.78rem;
    color: #e53e3e;
}

/* ─── Dark / high-contrast tweaks via parent (rd-card) ─── */
.rd-card .rd-phone-input__inner[b-ezeblqvgrx] {
    background: #fff;
}

.rd-card .rd-phone-code-btn[b-ezeblqvgrx] {
    background: var(--rd-gray-50);
}

/* ─── Responsive ─── */
@media (max-width: 480px) {
    .rd-phone-dropdown[b-ezeblqvgrx] {
        width: 260px;
        left: 0;
    }
}
