
.avatar-btn{display:inline-block;width:36px;height:36px;border-radius:50%;background:#eee;background-size:cover;background-position:center;border:1px solid rgba(0,0,0,.06)}
.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 24px rgba(0,0,0,.05);padding:16px}
.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width: 900px){.profile-grid{grid-template-columns:1fr}}
