.owner-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.owner-modal-card{
    width:min(520px,95%);
    background:#fff;
    border-radius:18px;
    padding:32px;
    box-shadow:0 20px 60px rgba(0,0,0,.2);
}

.owner-modal-card h2{
    margin:0 0 8px;
}

.owner-modal-card p{
    color:#666;
    margin:0 0 25px;
}

.modal-buttons{
    display:flex;
    gap:12px;
    justify-content:flex-end;
    margin-top:25px;
}

.owner-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:24px;
    margin-bottom:20px;
}

.owner-card h2{
    margin-top:0;
}

.owner-card p{
    margin:8px 0;
}

.owner-status{
    display:inline-block;
    padding:5px 10px;
    border-radius:999px;
    font-size:.9rem;
    font-weight:600;
}

.owner-status.assigned{
    background:#dcfce7;
    color:#166534;
}

.owner-status.unassigned{
    background:#fee2e2;
    color:#991b1b;
}
