.profile-avatar-img{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.6)}
.profile-tools{display:flex;align-items:center;gap:8px}
.profile-tools button{height:34px;border:1px solid rgba(255,255,255,.35);border-radius:6px;background:rgba(255,255,255,.12);color:#fff;font-weight:800;cursor:pointer}
.profile-modal-backdrop{position:fixed;inset:0;z-index:50;display:none;align-items:center;justify-content:center;background:rgba(9,26,43,.48);padding:18px}
.profile-modal-backdrop.open{display:flex}
.profile-modal{width:min(620px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:10px;border:1px solid #cbd8e6;box-shadow:0 24px 70px rgba(6,32,58,.28);padding:18px;color:#0b2341}
.profile-modal header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.profile-modal h2{margin:0;color:#07345e}
.profile-modal .close-profile{border:0;background:#eef4fb;border-radius:6px;padding:7px 10px;cursor:pointer;font-weight:900}
.profile-photo-row{display:flex;gap:14px;align-items:center;margin-bottom:14px}
.profile-photo-preview{width:78px;height:78px;border-radius:50%;object-fit:cover;background:#dfeaf5;border:3px solid #1a4c8b}
.profile-modal label{display:grid;gap:5px;margin:9px 0;color:#28435c;font-weight:800;font-size:12px}
.profile-modal input,.profile-modal select{height:38px;border:1px solid #cbd8e6;border-radius:6px;padding:7px 9px;font:inherit}
.profile-modal .profile-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.profile-modal button.primary{background:#1a4c8b;color:#fff;border:0;border-radius:6px;padding:10px 14px;font-weight:900;cursor:pointer}
.profile-modal button.secondary{background:#eef4fb;color:#07345e;border:1px solid #cbd8e6;border-radius:6px;padding:10px 14px;font-weight:900;cursor:pointer}
.user-avatar-cell{display:flex;align-items:center;gap:8px}.user-avatar-cell img{width:30px;height:30px;border-radius:50%;object-fit:cover;background:#dfeaf5}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.row-actions button{padding:5px 8px;border-radius:5px;border:1px solid #cbd8e6;background:#fff;color:#07345e;font-weight:800;cursor:pointer}.row-actions button.danger{color:#9b1c1c}