.pix-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.pix-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
}

.pix-modal-card {
    position: relative;
    z-index: 2;
    width: min(92vw, 480px);
    margin: 5vh auto 0;
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 25px 70px rgba(0,0,0,.25);
    text-align: center;
}

.pix-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    cursor: pointer;
}

.pix-modal-title {
    margin: 0 0 6px;
    font-size: 24px;
    font-weight: 700;
}

.pix-modal-subtitle {
    margin: 0 0 16px;
    color: #666;
}

.pix-modal-status-wrap {
    margin-bottom: 14px;
}

.pix-status-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f7b500;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.pix-modal-qr-wrap {
    margin: 18px 0;
}

.pix-modal-copy-wrap {
    text-align: left;
    margin-top: 14px;
}

.pix-modal-copy-wrap label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

#orderPixBrCode {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 12px;
    resize: none;
    font-size: 13px;
    line-height: 1.5;
}

.pix-modal-actions {
    margin-top: 16px;
}

#copyOrderPixBtn {
    border: 0;
    border-radius: 10px;
    background: #0d6efd;
    color: #fff;
    padding: 12px 18px;
    font-weight: 700;
    cursor: pointer;
}