.tenant-phone-otp-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.72);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2500;
    padding: 20px;
}

.tenant-phone-otp-modal.is-visible {
    display: flex;
}

.tenant-phone-otp-modal__dialog {
    width: min(100%, 460px);
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    position: relative;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
}

.tenant-phone-otp-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: 0;
    background: transparent;
    font-size: 28px;
    color: #64748b;
    cursor: pointer;
}

.tenant-phone-otp-modal__eyebrow {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--secondary, #d89a22);
    margin-bottom: 12px;
}

.tenant-phone-otp-modal__title {
    color: #0f172a;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.05;
    margin-bottom: 10px;
    font-weight: 700;
}

.tenant-phone-otp-modal__copy,
.tenant-phone-otp-modal__phone,
.tenant-phone-otp-modal__label {
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
}

.tenant-phone-otp-modal__phone {
    font-weight: 700;
    color: #0f172a;
    margin: 12px 0 8px;
}

.tenant-phone-otp-modal__actions {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.tenant-phone-otp-modal__button {
    border: 0;
    border-radius: 999px;
    padding: 13px 18px;
    font-weight: 600;
    cursor: pointer;
}

.tenant-phone-otp-modal__button--primary {
    background: var(--secondary, #d89a22);
    color: #fff;
}

.tenant-phone-otp-modal__button--ghost {
    background: #eef2ff;
    color: #334155;
}

.tenant-phone-otp-modal__button[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

.tenant-phone-otp-modal__input {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 15px;
    outline: none;
}

.tenant-phone-otp-modal__error {
    color: #b91c1c;
    font-size: 13px;
    min-height: 20px;
    margin-top: 8px;
}

.tenant-phone-otp-modal__timer {
    color: #64748b;
    font-size: 12px;
    margin-top: 8px;
    min-height: 18px;
}

.tenant-phone-otp-modal__otp {
    margin-top: 10px;
}

.tenant-phone-otp-modal__otp.hidden {
    display: none;
}

#tenant-phone-otp-recaptcha {
    min-height: 0;
    margin: 0;
}
