/* Account feature visuals
   Extracted from index.html to keep PWA visual ownership explicit. */

.profile-avatar-block{display:flex;flex-direction:column;align-items:center;gap:12px;margin:18px 0 22px}
    .profile-avatar-shell{width:112px;height:112px;border-radius:999px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#dbeafe;color:#2563eb;font-size:44px;font-weight:800;border:1px solid #bfdbfe}
    .profile-avatar-shell img{width:100%;height:100%;object-fit:cover;display:block}
.profile-avatar-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}

.profile-edit-row{margin-top:10px}
