.profile-header {
    background: #fff; padding: 30px 20px; text-align: center; border-radius: 0 0 30px 30px;
    box-shadow: var(--shadow-soft); margin-bottom: 20px;
}
.avatar-circle {
    width: 80px; height: 80px; background: var(--bg-gray); border-radius: 50%; 
    margin: 0 auto 15px; display: flex; align-items: center; justify-content: center; font-size: 30px;
}
.user-name { font-weight: 900; font-size: 18px; margin-bottom: 5px; }
.user-edit-btn { background: #eee; padding: 5px 15px; border-radius: 20px; font-size: 11px; cursor: pointer; display: inline-block; }

.wallet-card {
    background: linear-gradient(135deg, #000 0%, #333 100%); color: #facc15;
    margin: 0 20px 20px; padding: 20px; border-radius: 20px;
    display: flex; justify-content: space-between; align-items: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.wallet-bal { font-size: 24px; font-weight: 900; }
.btn-charge { background: rgba(255,255,255,0.2); color: #fff; padding: 8px 15px; border-radius: 10px; font-size: 12px; cursor: pointer; }

.menu-list { padding: 0 20px; }
.menu-row {
    background: #fff; padding: 15px; border-radius: 16px; margin-bottom: 10px;
    display: flex; justify-content: space-between; align-items: center; cursor: pointer;
    box-shadow: var(--shadow-soft);
}
.menu-icon { width: 30px; height: 30px; background: var(--bg-gray); border-radius: 8px; display: flex; align-items: center; justify-content: center; }