/* مربوط به: partials/pages/profile.php (و partials/pages/edit-profile.php که فرمش از base.css میاد) */
.profile-header{text-align:center;padding:30px;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow);margin-bottom:20px}
.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--teal-light));color:#fff;display:grid;place-items:center;margin:0 auto 15px;font-size:32px}
.profile-name{font-size:20px;font-weight:800}
.profile-phone{color:var(--muted);font-size:14px}
.profile-menu{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow);overflow:hidden}
.profile-menu-item{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:.2s}
.profile-menu-item:last-child{border-bottom:none}
.profile-menu-item:hover{background:#f8fafa}
.profile-menu-item i{width:24px;color:var(--teal)}
.profile-menu-item.danger{color:var(--danger)}
.profile-menu-item.danger i{color:var(--danger)}
